Block a user
Fix incorrect pixel colors (in tinygl.obj)
demos/aclock: Fix batch build file
@mxlgv says that now *.bat
files are removed from the repository. Only *.tup
are left. That's why I decided that there is no point in fixing the build_all.bat
file.
Libraries (box_lib, buf2d, libimg, tinygl): optimize function import
moved declaration of sz_lib_init
to file load_lib.mac
CtrlDemo: code cleaning, library import optimization
moved declaration of sz_lib_init
to file load_lib.mac
CtrlDemo: code cleaning, library import optimization
Info3ds: added resizing of the window with the figure
Libraries (box_lib, buf2d, libimg, tinygl): optimize function import
We already have the shared /programs/dll.inc file included in some programs to help them with loading of dynamic libraries. Can we expand that single file instead of introducing two more files…