1,415 Commits over 122 Days - 0.48cph!
Implemented automatic detection of overridable functions.
Removed excessive debug printing.
Fixed Entity OnEnterStage / OnLeaveStage bindings.
Fixed other Entity overridable function parameter types.
Renamed ObjectInstance to Object in the docs.
Exposed GameAPI.Highscore.
Added binding for GameBase.SubmitHighscore
Exposed GameBase.OnSetupInitialScores()
Removed Highscore.Data bindings.
Bound members can now specify a description to be used in documentation generation.
Fixed onSetupInitialScores not being called.
[ultimate_soldier] hold right click to throw guns
Merge branch 'master' of github.com:Facepunch/arcade
Added GetHighscoreByIndex to GameBase. Replace this if there's a better way to do it.
Merge branch 'master' of github.com:Facepunch/arcade
Purged Mono.Cecil from non-windows builds.
Started work on adding descriptions.
Merge branch 'master' of arcade
Merge branch 'master' of github.com:Facepunch/arcade
Removed another Mono.Cecil reference.
Merge branch 'master' of github.com:Facepunch/arcade
Non-windows builds now don't generate docs.
Merge branch 'master' of github.com:Facepunch/arcade
Names passed to `TryCallNamedScriptHandler()` calls are now automatically found in documentation generation.
Merge branch 'master' of github.com:Facepunch/arcade
Fix for index files still being generated when documentation generation is disabled.
Merge branch 'master' of github.com:Facepunch/arcade
Fixed TryCallNamedScriptHandler doc naming.
Merge branch 'master' of arcade
Updating SmashBloxJS sub module
Added descriptions to control bindings.
Merge branch 'master' of arcade
Temporary fix for Stage.Add failing for Tilemap instances.
Added descriptions to GameAPI.Demo
Added descriptions to GameAPI.GameBase
Added some missing overridable function entries in the docs.
Renamed ResourceVolumeWrapper to ResourceCollection.
Added static and interface implementation links to index file generation.
Renamed interface documentation pages to lose the I prefix.
Fixed generated index files referencing interface implementation pages incorrectly.
fixed highscores to work with latest highscore api changes
Added GameAPI.GraphicsBase descriptions.
Merge branch 'master' of arcade
Added GameAPI.Highscore descriptions.