3,393 Commits over 273 Days - 0.52cph!
Rewritten package compiler.
Rewritten package compiler.
Added game packager build to resources.
Added game packager build to resources.
Improved compiler error notifications and added a build script for the test game.
Improved compiler error notifications and added a build script for the test game.
Implemented text rendering.
Implemented text rendering.
Reduced font character size and added support for up to 256 different characters.
Reduced font character size and added support for up to 256 different characters.
Added a Stage class to the BudgetBoy API.
Added a Stage class to the BudgetBoy API.
Fixed screen glow not changing color correctly.
Fixed screen glow not changing color correctly.
Now using forced text assets rather than mixed.
Now using forced text assets rather than mixed.
Added -w option to the packaging tool to choose whether warnings should be shown.
Added -w option to the packaging tool to choose whether warnings should be shown.
added some mac & sublime stuff to gitignore
added some mac & sublime stuff to gitignore
Added some basic compression to the BudgetBoy graphics serialization by economizing on concurrent swatch or UV repetitions.
Added some basic compression to the BudgetBoy graphics serialization by economizing on concurrent swatch or UV repetitions.
Merge branch 'master' of arcade
Merge branch 'master' of arcade
Fixed the red error notification showing for warnings in the packager.
Fixed the red error notification showing for warnings in the packager.
Forced the compiler to use warning level 4.
Forced the compiler to use warning level 4.
Started creating Makefiles, guaranteed to not be functional yet.
Started creating Makefiles, guaranteed to not be functional yet.
modified GameAPI makefile
modified GameAPI makefile
More mono Makefiles made for Macs
More mono Makefiles made for Macs
Fixed using different scales for world and screen positions in the BudgetBoy API.