3,393 Commits over 273 Days - 0.52cph!
Merge branch 'master' of github.com:Facepunch/arcade
Merge branch 'master' of github.com:Facepunch/arcade
[memory_dungeon] card types and matching
[memory_dungeon] card types and matching
Changed server highscore saving to save a file per game using the serialized highscore data.
Changed server highscore saving to save a file per game using the serialized highscore data.
Possible fix for duplicate highscores being logged.
Possible fix for duplicate highscores being logged.
Added game state saving / loading to SmashBlox, untested.
Added game state saving / loading to SmashBlox, untested.
Games now pause when control is lost, and reset after 10 seconds.
Games now pause when control is lost, and reset after 10 seconds.
Started work on games pausing when control ends.
Started work on games pausing when control ends.
Entity.OnUpdate() now automatically advances any animations used by sprites within the entity.
Entity.OnUpdate() now automatically advances any animations used by sprites within the entity.
Added a Coroutine class to encapsulate started coroutines, with Suspend() and Resume() methods.
Added a Coroutine class to encapsulate started coroutines, with Suspend() and Resume() methods.
[memory_dungeon] hunger bar, new cursor
[memory_dungeon] hunger bar, new cursor
Fixed new primitive rendering methods not throwing an exception when used outside of OnRender()
Fixed new primitive rendering methods not throwing an exception when used outside of OnRender()
Implemented Graphics.FillRect
Implemented Graphics.FillRect
Latest GameAPI.dll and fixed drawing lines of thickness > 1.
Latest GameAPI.dll and fixed drawing lines of thickness > 1.
Implemented Graphics.RenderLinesFromStream
Implemented Graphics.RenderLinesFromStream
Some extra effects added to SmashBlox.
Some extra effects added to SmashBlox.
Added particles to SmashBlox to test Graphics.DrawPoints
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)
Added server side saving of highscores to file. Game machines are sent the servers current highscore state on init. HighscoreSubmitted event now sets the highscore for all game machines of the same game type.
Added server side saving of highscores to file. Game machines are sent the servers current highscore state on init. HighscoreSubmitted event now sets the highscore for all game machines of the same game type.
Implemented Graphics.DrawPoint(s)
Implemented Graphics.DrawPoint(s)
Split BudgetBoy.Graphics into several files.
Split BudgetBoy.Graphics into several files.