Page 1 of 1

BooBoo Updates Thread

Posted: Fri Apr 19, 2024 5:40 am
by dunkinheinz
Error messages and line numbers are now really good, during compile and at runtime.

BooBoo 2.0.23 - Windows binary fix

Posted: Sun May 05, 2024 11:40 pm
by dunkinheinz
This fixes the windows binary. It was compiled without PNG and maybe otherthings in 2.0.22 so it didn't work.

BooBoo 2.0.24

Posted: Fri May 17, 2024 10:16 pm
by dunkinheinz
BooBoo 2.0.24 adds file_list to get a list of files in data.cpa or your data folder. You can use regexes now, to locate mods for example by having for example a data/mods folder with mods in it where they can be dragged and dropped.

A bug with filenames being wrong in error messages was fixed and the sprite and slideshow examples demonstrate how to load a directory of content with file_list and regexes.

BooBoo 2.0.25

Posted: Sun May 19, 2024 1:19 pm
by dunkinheinz
All issues with error messages I knew of are now fixed. This includes off by 1 errors and the errors noted in the documentation.

A new class of error needs to be fixed: all included library functions need to do type checking, most of them do but the rest need full type checking where applicable.