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

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
11 Years Ago
Added all directional player bow_non_aim source files
11 Years Ago
Updated deploy/holster bow (not aiming) player anim source file
11 Years Ago
Hidden non-user members from terrainBlendObj Added CanEditMultipleObjects to terrainBlendObjEditor Fixed bug in terrainBlendExt auto-detection/assignment in terrainBlendObj
11 Years Ago
Fading tilemap is drawn at the end of BaseStage render so it can be rendered over attracts demo
11 Years Ago
Fixed NRE in AtmosphericBlend
11 Years Ago
Fixed a tree billboard colour pop.
11 Years Ago
Tree fixes. Removed network sleep and rooted some other nodes.
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.