201,448 Commits over 4,171 Days - 2.01cph!
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.
Added Entity.IsActive and Entity.IsVisible
Added Entity.IsActive and Entity.IsVisible
Added Stage.Remove for both IRenderable and IUpdatable
Added Stage.Remove for both IRenderable and IUpdatable
Added a Stage property and OnEnterStage / OnLeaveStage to Entity.
Added a Stage property and OnEnterStage / OnLeaveStage to Entity.
Partial implementation of flags to possibly revert to.
Partial implementation of flags to possibly revert to.
Added enum flags to entities and methods to get entities in a stage by flags.
Added enum flags to entities and methods to get entities in a stage by flags.
Fix the rest of the line ending issues
Fix line endings of language files.
Added basic Bolt networking integration
Added basic Bolt networking integration
Temporarily reverted LuaJIT back to 2.0.0 (let's see if this metatable issue still persists)
Added some extra members to Bounds and added a Bounds property for Entity
Added some extra members to Bounds and added a Bounds property for Entity
Some refactoring of the test game to use Entities instead of naked sprites.
Some refactoring of the test game to use Entities instead of naked sprites.
Added Stage.GetEntities overrides that can specify bounds
Added Stage.GetEntities overrides that can specify bounds
Added a new method to create animations.
Added a new method to create animations.
Cabinets now retain changes made in the inspector.
Cabinets now retain changes made in the inspector.
Hopefully fixed an issue with build_all.sh
Hopefully fixed an issue with build_all.sh
Added possibly redundant exit lines to the end of shell scripts.