brancharcade/ovrcancel

1,415 Commits over 122 Days - 0.48cph!

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