201,435 Commits over 4,171 Days - 2.01cph!
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
Renamed solution from GameAPI to Arcade.
Renamed solution from GameAPI to Arcade.
Made grass dithering add more position and color noise in transitional areas
Adding a bunch of primitive meshes - for placeholding, prototyping
Added BindingsGenerator project.
Added BindingsGenerator project.
FreeType build error fixes for OSX (again!)
FreeType, OSX, build, etc (i swear i'll get this thing to compile)
Force a cleanup of the OSX FreeType build since the current one is wrong
More blind fixing for OSX FreeType
Biome tweaks (all trees in the snow biome are now snowy, some nicer transitional noise, requires server restart)
Tweaked spawn handler placement check height offset (may fix trees spawning inside rocks, requires server restart)
Added triangle shaped foundation (test) http://files.facepunch.com/garry/2014/September/12/1410522651.jpg
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
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.
Lightmaping on whitebox and island_small_1
PreGen projects are now generated for each project flagged for binding generation.
PreGen projects are now generated for each project flagged for binding generation.
Hatchet, Boneknife, Pickaxe should be functional - even if the animations are kind of odd
Added mesh colliders to hazmat suit parts
Fixed project dependencies by correcting a bug with premake.
Fixed project dependencies by correcting a bug with premake.
More work on cleanup. UIManager can now expose InModalState, which in turn PlayerController enables when opening the radiual menu, thus preventing the Camera Controller to receive input. Might be we'll want the Camera Controller to control itself what is enabled and disabled when UI is in modal state, but at least this is a first step.
Locally pausing games when the player requests to stop playing before waiting for server confirmation, this is so the local pause screen matches the last frame sent to the server.
Locally pausing games when the player requests to stop playing before waiting for server confirmation, this is so the local pause screen matches the last frame sent to the server.
Camera Controller now choose itself what to disable when UI is in Modal state. Thus we now smoothly ease to a stop when the radial menu pops up while we were moving, for instance.
vm melee hit anim updates
Clamping arcs at intersections now! Need to work out the case when an arc is equal to a line.
It now also works when Arcs need reversing as well. At some point I really need to re write the arc class
Added additional directional head flinch
Started work on a new approach to bindings generation.
Started work on a new approach to bindings generation.
Upgraded project to U5, let's hope this works.
Upgraded project to U5, let's hope this works.
made some tweaks to several of the view model animations to fix some of the clipping on the arms.
special fx events for the salvaged_axe
salvaged axe prefab; tweaked various settings on some other view model prefabs
sound effects for the salvaged_axe; added some weapon specific hit effects for the hatchet / stone_hatchet / pickaxe
Property generation for interfaces implemented.
Property generation for interfaces implemented.