1,415 Commits over 122 Days - 0.48cph!
Fixed emulator toolbar resizing in on itself, the pixel rect needed to be cached in awake instead of being used every update
Using correct Rect operator names
tweaked emulator gui colors
re-organized emulator gui
Added descriptions to GameAPI.BudgetBoy.Animation
Added descriptions to GameAPI.BudgetBoy.Image
Added descriptions to GameAPI.Debug
Added descriptions to GameAPI.Vector2i
Added descriptions to GameAPI.Vector2f
Added descriptions to GameAPI.RectI
Added descriptions to GameAPI.RectF
Replaced Bindable with Object in the docs.
Added descriptions to GameAPI.Color24 and GameAPI.ResourceCollection
Added GameAPI.Highscore descriptions.
Merge branch 'master' of arcade
Added GameAPI.GraphicsBase descriptions.
fixed highscores to work with latest highscore api changes
Fixed generated index files referencing interface implementation pages incorrectly.
Renamed interface documentation pages to lose the I prefix.
Added static and interface implementation links to index file generation.
Renamed ResourceVolumeWrapper to ResourceCollection.
Added some missing overridable function entries in the docs.
Added descriptions to GameAPI.GameBase
Added descriptions to GameAPI.Demo
Temporary fix for Stage.Add failing for Tilemap instances.
Merge branch 'master' of arcade
Added descriptions to control bindings.
Updating SmashBloxJS sub module
Merge branch 'master' of arcade
Fixed TryCallNamedScriptHandler doc naming.
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
Names passed to `TryCallNamedScriptHandler()` calls are now automatically found in documentation generation.
Merge branch 'master' of github.com:Facepunch/arcade
Non-windows builds now don't generate docs.
Merge branch 'master' of github.com:Facepunch/arcade
Removed another Mono.Cecil reference.
Merge branch 'master' of github.com:Facepunch/arcade
Merge branch 'master' of arcade
Started work on adding descriptions.
Purged Mono.Cecil from non-windows builds.
Merge branch 'master' of github.com:Facepunch/arcade
Added GetHighscoreByIndex to GameBase. Replace this if there's a better way to do it.