userJames Kingcancel

7,016 Commits over 3,561 Days - 0.08cph!

10 Years Ago
GameCabinet.IsLocallyControlled is now no longer publicly settable, and StartLocallyControlling(camera) / StopLocallyControlling() must be used.
10 Years Ago
GameCabinet.IsLocallyControlled is now no longer publicly settable, and StartLocallyControlling(camera) / StopLocallyControlling() must be used.
10 Years Ago
Possible fix for duplicate highscores being logged.
10 Years Ago
Possible fix for duplicate highscores being logged.
10 Years Ago
Added game state saving / loading to SmashBlox, untested.
10 Years Ago
Added game state saving / loading to SmashBlox, untested.
10 Years Ago
Removed Test game.
10 Years Ago
Removed Test game.
10 Years Ago
Games now pause when control is lost, and reset after 10 seconds.
10 Years Ago
Games now pause when control is lost, and reset after 10 seconds.
10 Years Ago
Started work on games pausing when control ends.
10 Years Ago
Started work on games pausing when control ends.
10 Years Ago
Entity.OnUpdate() now automatically advances any animations used by sprites within the entity.
10 Years Ago
Entity.OnUpdate() now automatically advances any animations used by sprites within the entity.
10 Years Ago
Added a Coroutine class to encapsulate started coroutines, with Suspend() and Resume() methods.
10 Years Ago
Added a Coroutine class to encapsulate started coroutines, with Suspend() and Resume() methods.
10 Years Ago
Fixed new primitive rendering methods not throwing an exception when used outside of OnRender()
10 Years Ago
Fixed new primitive rendering methods not throwing an exception when used outside of OnRender()
10 Years Ago
Implemented Graphics.FillRect
10 Years Ago
Implemented Graphics.FillRect
10 Years Ago
Latest GameAPI.dll and fixed drawing lines of thickness > 1.
10 Years Ago
Latest GameAPI.dll and fixed drawing lines of thickness > 1.
10 Years Ago
Fixed line drawing.
10 Years Ago
Fixed line drawing.
10 Years Ago
Implemented Graphics.RenderLinesFromStream
10 Years Ago
Implemented Graphics.RenderLinesFromStream
10 Years Ago
Some extra effects added to SmashBlox.
10 Years Ago
Some extra effects added to SmashBlox.
10 Years Ago
Added particles to SmashBlox to test Graphics.DrawPoints
10 Years Ago
Added particles to SmashBlox to test Graphics.DrawPoints
10 Years Ago
Implemented Graphics.RenderPointsFromStream
10 Years Ago
Implemented Graphics.RenderPointsFromStream
10 Years Ago
Implemented Graphics.FillRect
10 Years Ago
Implemented Graphics.FillRect
10 Years Ago
Merge branch 'master' of arcade
10 Years Ago
Merge branch 'master' of arcade
10 Years Ago
Implemented Graphics.DrawLine(s)
10 Years Ago
Implemented Graphics.DrawLine(s)
10 Years Ago
Implemented Graphics.DrawPoint(s)
10 Years Ago
Implemented Graphics.DrawPoint(s)
10 Years Ago
Split BudgetBoy.Graphics into several files.
10 Years Ago
Split BudgetBoy.Graphics into several files.
10 Years Ago
Started work on adding methods to render various primitives.
10 Years Ago
Started work on adding methods to render various primitives.
10 Years Ago
Merge branch 'master' of arcade
10 Years Ago
Merge branch 'master' of arcade
10 Years Ago
Removed a debug line.
10 Years Ago
Removed a debug line.
10 Years Ago
Renamed default.unity to GameTest.unity
10 Years Ago
Renamed default.unity to GameTest.unity