userJames Kingcancel
repoarcadecancel

859 Commits over 153 Days - 0.23cph!

11 Years Ago
Merge branch 'master' of arcade
11 Years Ago
Merge branch 'master' of arcade
11 Years Ago
Implemented GameBase.SaveState and GameBase.LoadState.
11 Years Ago
Implemented GameBase.SaveState and GameBase.LoadState.
11 Years Ago
Games can now be packaged by building their project in visual studio, and games can specify a list of initial highscores.
11 Years Ago
Games can now be packaged by building their project in visual studio, and games can specify a list of initial highscores.
11 Years Ago
Made Entity.AddSprite / Entity.RemoveSprite generic, added high score display to SmashBlox.
11 Years Ago
Made Entity.AddSprite / Entity.RemoveSprite generic, added high score display to SmashBlox.
11 Years Ago
Some improvements to sprite atlas packing, and started work on score entry stage for SmashBlox.
11 Years Ago
Some improvements to sprite atlas packing, and started work on score entry stage for SmashBlox.
11 Years Ago
Finished highscore entry for SmashBlox, and added a few helper properties to Axis controls.
11 Years Ago
Finished highscore entry for SmashBlox, and added a few helper properties to Axis controls.
11 Years Ago
Recorded a non-corrupted SmashBlox demo.
11 Years Ago
Recorded a non-corrupted SmashBlox demo.
11 Years Ago
Added transitions to SmashBlox, and some convenience methods for coroutines.
11 Years Ago
Added transitions to SmashBlox, and some convenience methods for coroutines.
11 Years Ago
Renamed default.unity to GameTest.unity
11 Years Ago
Renamed default.unity to GameTest.unity
11 Years Ago
Removed a debug line.
11 Years Ago
Removed a debug line.
11 Years Ago
Merge branch 'master' of arcade
11 Years Ago
Merge branch 'master' of arcade
11 Years Ago
Started work on adding methods to render various primitives.
11 Years Ago
Started work on adding methods to render various primitives.
11 Years Ago
Split BudgetBoy.Graphics into several files.
11 Years Ago
Split BudgetBoy.Graphics into several files.
11 Years Ago
Implemented Graphics.DrawPoint(s)
11 Years Ago
Implemented Graphics.DrawPoint(s)
11 Years Ago
Implemented Graphics.DrawLine(s)
11 Years Ago
Implemented Graphics.DrawLine(s)
11 Years Ago
Merge branch 'master' of arcade
11 Years Ago
Merge branch 'master' of arcade
11 Years Ago
Implemented Graphics.FillRect
11 Years Ago
Implemented Graphics.FillRect
11 Years Ago
Implemented Graphics.RenderPointsFromStream
11 Years Ago
Implemented Graphics.RenderPointsFromStream
11 Years Ago
Added particles to SmashBlox to test Graphics.DrawPoints
11 Years Ago
Added particles to SmashBlox to test Graphics.DrawPoints
11 Years Ago
Some extra effects added to SmashBlox.
11 Years Ago
Some extra effects added to SmashBlox.
11 Years Ago
Implemented Graphics.RenderLinesFromStream
11 Years Ago
Implemented Graphics.RenderLinesFromStream
11 Years Ago
Fixed line drawing.
11 Years Ago
Fixed line drawing.
11 Years Ago
Latest GameAPI.dll and fixed drawing lines of thickness > 1.
11 Years Ago
Latest GameAPI.dll and fixed drawing lines of thickness > 1.
11 Years Ago
Implemented Graphics.FillRect
11 Years Ago
Implemented Graphics.FillRect
11 Years Ago
Fixed new primitive rendering methods not throwing an exception when used outside of OnRender()
11 Years Ago
Fixed new primitive rendering methods not throwing an exception when used outside of OnRender()