BooBoo Updates Thread

Post Reply
User avatar
dunkinheinz
Site Admin
Posts: 82
Joined: Fri Apr 12, 2024 3:37 am

BooBoo Updates Thread

Post by dunkinheinz »

Error messages and line numbers are now really good, during compile and at runtime.
User avatar
dunkinheinz
Site Admin
Posts: 82
Joined: Fri Apr 12, 2024 3:37 am

BooBoo 2.0.23 - Windows binary fix

Post by dunkinheinz »

This fixes the windows binary. It was compiled without PNG and maybe otherthings in 2.0.22 so it didn't work.
User avatar
dunkinheinz
Site Admin
Posts: 82
Joined: Fri Apr 12, 2024 3:37 am

BooBoo 2.0.24

Post 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.
User avatar
dunkinheinz
Site Admin
Posts: 82
Joined: Fri Apr 12, 2024 3:37 am

BooBoo 2.0.25

Post 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.
Post Reply