859 Commits over 153 Days - 0.23cph!
Merge branch 'master' of arcade
Conflicts:
Resources/GameAPI.BudgetBoy.dll
Unity/Assets/Plugins/GameAPI.BudgetBoy.dll
Merge branch 'master' of arcade
Conflicts:
Resources/GameAPI.BudgetBoy.dll
Unity/Assets/Plugins/GameAPI.BudgetBoy.dll
Added a PlayAnimation coroutine class.
Added a PlayAnimation coroutine class.
Added layers for sprites in entities, and Entity.RemoveSprite(sprite), Entity.SetSpriteLayer(sprite, layer) and Entity.GetSpriteLayer(sprite).
Added layers for sprites in entities, and Entity.RemoveSprite(sprite), Entity.SetSpriteLayer(sprite, layer) and Entity.GetSpriteLayer(sprite).
Merge branch 'master' of arcade
Merge branch 'master' of arcade
Images are now packed down to 2 bits per pixel.
Images are now packed down to 2 bits per pixel.
Added Stage.GetLayer(renderable) and Stage.SetLayer(renderable, layer)
Added Stage.GetLayer(renderable) and Stage.SetLayer(renderable, layer)
Initial work on tile maps.
Initial work on tile maps.
Added Tilemap.SetTile and Tilemap.ClearTile.
Added Tilemap.SetTile and Tilemap.ClearTile.
Implemented writing Tilemaps to stream, no reading and rendering yet.
Implemented writing Tilemaps to stream, no reading and rendering yet.
Refactored BudgetBoy.Graphics.
Refactored BudgetBoy.Graphics.
Implemented Tilemap rendering from stream, untested.
Implemented Tilemap rendering from stream, untested.
Added average frame size logging.
Added average frame size logging.
Tilemaps are mostly working.
Tilemaps are mostly working.
Fixed blank tiles being rendered incorrectly (by being rendered).
Fixed blank tiles being rendered incorrectly (by being rendered).
Added VS project file for Mazing and removed some default parameter values so the game can be packaged on Windows.
Added VS project file for Mazing and removed some default parameter values so the game can be packaged on Windows.
Fixed demo files being spammed when starting recording.
Fixed demo files being spammed when starting recording.
Fixed Mazing's demo (and added some extra ones).
Fixed Mazing's demo (and added some extra ones).
Fixed compression for .demo files, still errors for images.
Fixed compression for .demo files, still errors for images.
Merge branch 'master' of arcade into js-scripting
Conflicts:
GameAPI.BudgetBoy/Mathf.cs
Merge branch 'master' of arcade into js-scripting
Conflicts:
GameAPI.BudgetBoy/Mathf.cs
Merge branch 'networking' of arcade
Merge branch 'networking' of arcade
Reconstructed the non-networked test scene.
Reconstructed the non-networked test scene.
Merge branch 'master' of arcade
Merge branch 'master' of arcade
Fix for remote controlled cabinets not having brighter screens.
Fix for remote controlled cabinets not having brighter screens.
Added compression to packaged sounds.
Added compression to packaged sounds.