repoarcadecancel

3,393 Commits over 273 Days - 0.52cph!

10 Years Ago
[SmashBloxTS] AttractStage now works!
10 Years Ago
Removed argument from Stage constructor.
10 Years Ago
Removed argument from Stage constructor.
10 Years Ago
TypeScript is getting dangerously close to working.
10 Years Ago
Added back bindings for Update/Render for Entity and Stage and gave them descriptions
10 Years Ago
Updated generated docs
10 Years Ago
Updated generated docs
10 Years Ago
Updated docs sub module
10 Years Ago
Updated docs to latest generated.
10 Years Ago
Updated docs to latest generated.
10 Years Ago
Completed all documentation.
10 Years Ago
SmashBloxTS isn't quite working yet.
10 Years Ago
GameAPI constructors and static definitions are now within modules.
10 Years Ago
Added rule to ignore compiled js from a TypeScript project to .gitignore
10 Years Ago
Changed file reference annotation to TypeScript style.
10 Years Ago
[SmashBloxTS] Game now compiles successfully with tsc.
10 Years Ago
[SmashBloxTS] Translated HighscoreStage.ts
10 Years Ago
[SmashBloxTS] Translated EnterScoreStage.ts, experimenting with pseudo-coroutines.
10 Years Ago
[SmashBloxTS] Translated GameStage.ts
10 Years Ago
[SmashBloxTS] Translated BlockGrid.ts
10 Years Ago
[SmashBloxTS] Translated Paddle.ts
10 Years Ago
Minor correction to the docs.
10 Years Ago
Minor correction to the docs.
10 Years Ago
Minor correction to the docs.
10 Years Ago
Merge branch 'master' of arcade
10 Years Ago
[SmashBloxTS] Translated Ball.ts
10 Years Ago
Merge branch 'master' of github.com:Facepunch/arcade
10 Years Ago
emulator increases game screen size when graph is hidden
10 Years Ago
[ultimate_soldier] randomized gun throw strength a bit
10 Years Ago
[ultimate_soldier] hide aimer while player dead
10 Years Ago
[SmashBloxTS] Translated AttractStage.ts
10 Years Ago
Merge branch 'master' of github.com:Facepunch/arcade
10 Years Ago
[ultimate_soldier] tweaked feedback when throwing gun
10 Years Ago
[SmashBloxTS] Translated Main.ts and BaseStage.ts
10 Years Ago
Discovered that TypeScript has a `static` modifier.
10 Years Ago
Member categories now just use an enum.
10 Years Ago
Member categories now just use an enum.
10 Years Ago
Finished fixing static declaration generation.
10 Years Ago
Half way there to getting static member declarations generating properly.
10 Years Ago
Added global declaration generation.
10 Years Ago
[ultimate_soldier] supports Reset
10 Years Ago
Merge branch 'master' of arcade
10 Years Ago
Fix for exception when no documentation output path is specified.
10 Years Ago
Fading in and out of stages, port complete
10 Years Ago
Fading tilemap is drawn at the end of BaseStage render so it can be rendered over attracts demo
10 Years Ago
updated sub module
10 Years Ago
Fixed getCurrentSwatch not working
10 Years Ago
Started a TypeScript port of the JavaScript port of SmashBlox.
10 Years Ago
Fixed constructor definition generation.
10 Years Ago
Updated docs.