brancharcade/ovrcancel

1,415 Commits over 122 Days - 0.48cph!

11 Years Ago
Fixed emulator toolbar resizing in on itself, the pixel rect needed to be cached in awake instead of being used every update
11 Years Ago
Using correct Rect operator names
11 Years Ago
tweaked emulator gui colors
11 Years Ago
re-organized emulator gui
11 Years Ago
More documentation.
11 Years Ago
Added descriptions to GameAPI.BudgetBoy.Animation
11 Years Ago
Added descriptions to GameAPI.BudgetBoy.Image
11 Years Ago
Added descriptions to GameAPI.Debug
11 Years Ago
Added descriptions to GameAPI.Vector2i
11 Years Ago
Added descriptions to GameAPI.Vector2f
11 Years Ago
Added descriptions to GameAPI.RectI
11 Years Ago
Added descriptions to GameAPI.RectF
11 Years Ago
Replaced Bindable with Object in the docs.
11 Years Ago
Added descriptions to GameAPI.Color24 and GameAPI.ResourceCollection
11 Years Ago
fixed small typo
11 Years Ago
Added GameAPI.Highscore descriptions.
11 Years Ago
Merge branch 'master' of arcade
11 Years Ago
Added GameAPI.GraphicsBase descriptions.
11 Years Ago
fixed highscores to work with latest highscore api changes
11 Years Ago
Fixed generated index files referencing interface implementation pages incorrectly.
11 Years Ago
Renamed interface documentation pages to lose the I prefix.
11 Years Ago
Updated documentation.
11 Years Ago
Added static and interface implementation links to index file generation.
11 Years Ago
fade in/out effect
11 Years Ago
Renamed ResourceVolumeWrapper to ResourceCollection.
11 Years Ago
Added some missing overridable function entries in the docs.
11 Years Ago
Added descriptions to GameAPI.GameBase
11 Years Ago
Added descriptions to GameAPI.Demo
11 Years Ago
Cleaned up Stage.Add
11 Years Ago
Temporary fix for Stage.Add failing for Tilemap instances.
11 Years Ago
Updated sub module
11 Years Ago
Merge branch 'master' of arcade
11 Years Ago
Added descriptions to control bindings.
11 Years Ago
Updating SmashBloxJS sub module
11 Years Ago
Merge branch 'master' of arcade
11 Years Ago
Fixed TryCallNamedScriptHandler doc naming.
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
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
Non-windows builds now don't generate docs.
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
Merge branch 'master' of arcade
11 Years Ago
Started work on adding descriptions.
11 Years Ago
Purged Mono.Cecil from non-windows builds.
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.