244,597 Commits over 3,898 Days - 2.61cph!
Started implementing project parsing for bindings generation, will probably try a different approach.
Started implementing project parsing for bindings generation, will probably try a different approach.
Refactored grass system to support multiple instances thereof
Added support for using different filters for every texture in the atlas to the grass system
Removed some unused code from TerrainMath
Added triangle shaped foundation (test) http://files.facepunch.com/garry/2014/September/12/1410522651.jpg
Tweaked spawn handler placement check height offset (may fix trees spawning inside rocks, requires server restart)
Biome tweaks (all trees in the snow biome are now snowy, some nicer transitional noise, requires server restart)
More blind fixing for OSX FreeType
Force a cleanup of the OSX FreeType build since the current one is wrong
FreeType, OSX, build, etc (i swear i'll get this thing to compile)
FreeType build error fixes for OSX (again!)
Added BindingsGenerator project.
Added BindingsGenerator project.
Adding a bunch of primitive meshes - for placeholding, prototyping
Made grass dithering add more position and color noise in transitional areas
Renamed solution from GameAPI to Arcade.
Renamed solution from GameAPI to Arcade.
Fixed legacy and legacy uvmix terrains not having proper water reflections
Fixed missing sky from new water reflections
Added tree rendering to new water reflections; bark and leaves
Added optional oldReflectionPath to PlanarReflection component, for comparison shots against new method
Merge branch 'master' of arcade
Merge branch 'master' of arcade
More FreeType build error fixes for OSX
Added missing overlays to terrain's water reflection
Moved new water reflection shader into a Resources folder; was broke on client build
Fixed fog rendering in water reflections; also switched reflections to a faster/simpler replacement shader
Spawning Enemies from Saved State
Spawning Enemies from Saved State
Fixed GridManager loading flipping incorrectly.
Fixed GridManager loading flipping incorrectly.
Added StateLoad/StateSave to GridManager. Started to Load/Save GameStage for Mazing.
Added StateLoad/StateSave to GridManager. Started to Load/Save GameStage for Mazing.
Fixed atmospheric blend locking inspector values during play mode
Fixed and consolidated PVT layer masking; not final, pending feedback from artists
Added auto PVT cache reset on cache aware material param change; edit-mode only workflow tool; exposed as PVT_Control.cacheReset
Implemented State Save/Load for Mazing EnterScoreStage and HighscoreStage
Implemented State Save/Load for Mazing EnterScoreStage and HighscoreStage
Generates end caps properly again.
Complete fix for gmake not recognizing changes to game resources.
Complete fix for gmake not recognizing changes to game resources.
More FreeType Linux and OSX error fixes