193,279 Commits over 4,049 Days - 1.99cph!

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
Added building skin transition experiment Added BuildBlock editing toolbar Updated building block prefabs with unified layout for editor
11 Years Ago
Added the ability to load and save a built city.
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
Minor correction to the docs.
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
Refactored prefab preprocessing system (is now an interface any component can implement) Only allow prefab preprocessing of any sort if not inside the editor (better safe than sorry)
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
Member categories now just use an enum.
11 Years Ago
Member categories now just use an enum.
11 Years Ago
Fixed animals being able to attack targets they can't see Fixed animal attack range check ignoring height
11 Years Ago
Fixed missing specular in TerrBumpMasked shader
11 Years Ago
Finished fixing static declaration generation.
11 Years Ago
Half way there to getting static member declarations generating properly.
11 Years Ago
Bark texture tweaks.
11 Years Ago
Fixed potential NRE in planar reflection Added PVT version of TerrBumpSpecMasked shader Added back support for legacy terrains albeit changing new baseline to TerrBumpSpecMasked Update TestLevel_PVT for testing
11 Years Ago
Added global declaration generation.
11 Years Ago
Don't log error messages about D3D device lost etc - to prevent console spam hurting framerate
11 Years Ago
▅▋▅█▍ ███▄█▄▇ ▋▅█ ▉▉▇
11 Years Ago
some new 3rd person animations for bow (unaimed) and ... I farted.. /me runs away
11 Years Ago
▅▇▉▌▌▅ ▇█▆▆▉ ▍▅▅ ▌▋█ ▉▍▊▄▉▌ ▋▊▍▆▌▄█
11 Years Ago
- Deleted snow rock variants. - Added new cliff mesh - Added VertexPainter plugin for testing - Added test mountain piece mesh - Scene updates
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
Got rid of super fat property being serialized on terrainBlendExt; tweaking is now quicker/smoother
11 Years Ago
Updating scenes to fix new ocean height
11 Years Ago
Fixed standard terrain splat stretching on some scenes Hidden some members from terrainBlendExt
11 Years Ago
This should fix the sounds not playing.. for good!
11 Years Ago
added a swing/miss animation for the medical syringe
11 Years Ago
Tree tint variation tweaks, and slight global wind improvements.
11 Years Ago
Optimized chopped tree billboard sizes.
11 Years Ago
Updated Ocean Prefab with new size, now using 1 unit square plane mesh. Tinkering with WorldManager.
11 Years Ago
Fading in and out of stages, port complete