7,937 Commits over 3,745 Days - 0.09cph!
Added particles to SmashBlox to test Graphics.DrawPoints
Implemented Graphics.RenderPointsFromStream
Implemented Graphics.RenderPointsFromStream
Implemented Graphics.FillRect
Implemented Graphics.FillRect
Merge branch 'master' of arcade
Merge branch 'master' of arcade
Implemented Graphics.DrawLine(s)
Implemented Graphics.DrawLine(s)
Implemented Graphics.DrawPoint(s)
Implemented Graphics.DrawPoint(s)
Split BudgetBoy.Graphics into several files.
Split BudgetBoy.Graphics into several files.
Started work on adding methods to render various primitives.
Started work on adding methods to render various primitives.
Merge branch 'master' of arcade
Merge branch 'master' of arcade
Renamed default.unity to GameTest.unity
Renamed default.unity to GameTest.unity
Added transitions to SmashBlox, and some convenience methods for coroutines.
Added transitions to SmashBlox, and some convenience methods for coroutines.
Recorded a non-corrupted SmashBlox demo.
Recorded a non-corrupted SmashBlox demo.
Finished highscore entry for SmashBlox, and added a few helper properties to Axis controls.
Finished highscore entry for SmashBlox, and added a few helper properties to Axis controls.
Some improvements to sprite atlas packing, and started work on score entry stage for SmashBlox.
Some improvements to sprite atlas packing, and started work on score entry stage for SmashBlox.
Made Entity.AddSprite / Entity.RemoveSprite generic, added high score display to SmashBlox.
Made Entity.AddSprite / Entity.RemoveSprite generic, added high score display to SmashBlox.
Games can now be packaged by building their project in visual studio, and games can specify a list of initial highscores.
Games can now be packaged by building their project in visual studio, and games can specify a list of initial highscores.
Implemented GameBase.SaveState and GameBase.LoadState.
Implemented GameBase.SaveState and GameBase.LoadState.
Merge branch 'master' of arcade
Merge branch 'master' of arcade
Started work on game state serialization so that control may be passed between players.
Started work on game state serialization so that control may be passed between players.
Demo playback volume can now be specified.
Demo playback volume can now be specified.
Demos can now record sound playback events.
Demos can now record sound playback events.
Tweaked how much demos affect screen glow so that overlayed graphics have more of an effect.
Tweaked how much demos affect screen glow so that overlayed graphics have more of an effect.
Fixed an error when packing an image with an odd number of pixels, and removed some redundant methods.
Fixed an error when packing an image with an odd number of pixels, and removed some redundant methods.
Merge branch 'master' of arcade
Merge branch 'master' of arcade
Added lives and score to the Breakout clone, started highscore viewing / entry stage.