859 Commits over 153 Days - 0.23cph!
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 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.
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.
Fixed using different scales for world and screen positions in the BudgetBoy API.
Added Button.JustPressed and Button.JustReleased
Added Button.JustPressed and Button.JustReleased
Added separate axis definitions for left / right stick and WASD / arrow keys
Added separate axis definitions for left / right stick and WASD / arrow keys
Added IUpdatable interface, and IUpdatables added to a Stage are now automatically updated.
Added IUpdatable interface, and IUpdatables added to a Stage are now automatically updated.