brancharcade/ovrcancel

1,415 Commits over 122 Days - 0.48cph!

11 Years Ago
GameAPI constructors and static definitions are now within modules.
11 Years Ago
Added rule to ignore compiled js from a TypeScript project to .gitignore
11 Years Ago
Changed file reference annotation to TypeScript style.
11 Years Ago
[SmashBloxTS] Game now compiles successfully with tsc.
11 Years Ago
[SmashBloxTS] Translated HighscoreStage.ts
11 Years Ago
[SmashBloxTS] Translated EnterScoreStage.ts, experimenting with pseudo-coroutines.
11 Years Ago
[SmashBloxTS] Translated GameStage.ts
11 Years Ago
[SmashBloxTS] Translated BlockGrid.ts
11 Years Ago
[SmashBloxTS] Translated Paddle.ts
11 Years Ago
Minor correction to the docs.
11 Years Ago
Merge branch 'master' of arcade
11 Years Ago
[SmashBloxTS] Translated Ball.ts
11 Years Ago
Merge branch 'master' of github.com:Facepunch/arcade
11 Years Ago
emulator increases game screen size when graph is hidden
11 Years Ago
[ultimate_soldier] randomized gun throw strength a bit
11 Years Ago
[ultimate_soldier] hide aimer while player dead
11 Years Ago
[SmashBloxTS] Translated AttractStage.ts
11 Years Ago
Merge branch 'master' of github.com:Facepunch/arcade
11 Years Ago
[ultimate_soldier] tweaked feedback when throwing gun
11 Years Ago
[SmashBloxTS] Translated Main.ts and BaseStage.ts
11 Years Ago
Discovered that TypeScript has a `static` modifier.
11 Years Ago
Finished fixing static declaration generation.
11 Years Ago
Half way there to getting static member declarations generating properly.
11 Years Ago
Added global declaration generation.
11 Years Ago
[ultimate_soldier] supports Reset
11 Years Ago
Merge branch 'master' of arcade
11 Years Ago
Fix for exception when no documentation output path is specified.
11 Years Ago
Fading in and out of stages, port complete
11 Years Ago
Fading tilemap is drawn at the end of BaseStage render so it can be rendered over attracts demo
11 Years Ago
updated sub module
11 Years Ago
Fixed getCurrentSwatch not working
11 Years Ago
Started a TypeScript port of the JavaScript port of SmashBlox.
11 Years Ago
Fixed constructor definition generation.
11 Years Ago
Merge branch 'master' of arcade
11 Years Ago
Removed redundant var declarations from TypeScript definition generation.
11 Years Ago
Added ToString functions to Rect classes
11 Years Ago
Implemented constructor and static member TypeScript definition generation for structs and Bindables.
11 Years Ago
Functions using `params` now produce the correct signature during TypeScript definition generation.
11 Years Ago
Added documentation to TypeScript definition generation.
11 Years Ago
Finished TypeScript definition generation.
11 Years Ago
Replaced Object with any in docs and TypeScript definitions.
11 Years Ago
Started work on TypeScript module definition file generation.
11 Years Ago
Updated meta and project settings files to include entries produced by Unity 5b7.
11 Years Ago
OCD
11 Years Ago
Added readonly labels to corresponding properties.
11 Years Ago
Merge branch 'master' of arcade
11 Years Ago
Readonly properties are now automatically labeled as such in the docs.
11 Years Ago
Documented Sprite and Tilemap
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
Proper warnings are now emitted when documentation is missing, and fixed documentation generation for interface implementations.