brancharcade/ovrcancel

1,415 Commits over 122 Days - 0.48cph!

11 Years Ago
fixed small typo
11 Years Ago
Added descriptions to GameAPI.Color24 and GameAPI.ResourceCollection
11 Years Ago
Replaced Bindable with Object in the docs.
11 Years Ago
Added descriptions to GameAPI.RectF
11 Years Ago
Added descriptions to GameAPI.RectI
11 Years Ago
Added descriptions to GameAPI.Vector2f
11 Years Ago
Added descriptions to GameAPI.Vector2i
11 Years Ago
Added descriptions to GameAPI.Debug
11 Years Ago
Added descriptions to GameAPI.BudgetBoy.Image
11 Years Ago
Added descriptions to GameAPI.BudgetBoy.Animation
11 Years Ago
More documentation.
11 Years Ago
re-organized emulator gui
11 Years Ago
tweaked emulator gui colors
11 Years Ago
Using correct Rect operator names
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
Proper warnings are now emitted when documentation is missing, and fixed documentation generation for interface implementations.
11 Years Ago
[SmashBloxJS] Fixed fadeout effect breaking after reset by switching all variables defined as local to the constructor of BaseStage to instance properties.
11 Years Ago
Documented Sprite and Tilemap
11 Years Ago
Readonly properties are now automatically labeled as such in the docs.
11 Years Ago
Merge branch 'master' of arcade
11 Years Ago
Added readonly labels to corresponding properties.
11 Years Ago
OCD
11 Years Ago
Updated meta and project settings files to include entries produced by Unity 5b7.
11 Years Ago
Started work on TypeScript module definition file generation.
11 Years Ago
Replaced Object with any in docs and TypeScript definitions.
11 Years Ago
Finished TypeScript definition generation.
11 Years Ago
Added documentation to TypeScript definition generation.
11 Years Ago
Functions using `params` now produce the correct signature during TypeScript definition generation.
11 Years Ago
Implemented constructor and static member TypeScript definition generation for structs and Bindables.
11 Years Ago
Added ToString functions to Rect classes
11 Years Ago
Removed redundant var declarations from TypeScript definition generation.
11 Years Ago
Merge branch 'master' of arcade
11 Years Ago
Fixed constructor definition generation.
11 Years Ago
Started a TypeScript port of the JavaScript port of SmashBlox.
11 Years Ago
Fixed getCurrentSwatch not working
11 Years Ago
updated sub module
11 Years Ago
Fading tilemap is drawn at the end of BaseStage render so it can be rendered over attracts demo
11 Years Ago
Fading in and out of stages, port complete
11 Years Ago
Fix for exception when no documentation output path is specified.
11 Years Ago
Merge branch 'master' of arcade
11 Years Ago
[ultimate_soldier] supports Reset
11 Years Ago
Added global declaration generation.
11 Years Ago
Half way there to getting static member declarations generating properly.
11 Years Ago
Finished fixing static declaration generation.
11 Years Ago
Discovered that TypeScript has a `static` modifier.
11 Years Ago
[SmashBloxTS] Translated Main.ts and BaseStage.ts
11 Years Ago
[ultimate_soldier] tweaked feedback when throwing gun
11 Years Ago
Merge branch 'master' of github.com:Facepunch/arcade
11 Years Ago
[SmashBloxTS] Translated AttractStage.ts
11 Years Ago
[ultimate_soldier] hide aimer while player dead