32,184 Commits over 4,018 Days - 0.33cph!
Fixed TestLevel crashing editor on OSX
Updated items from admin site
Made editor not try to initialize EAC, some steam stuff
Added TimeWarnings on shutdown/disconnects
Updated BuildingTest scene/components
Made the flags inspector code a bit less shit
Added new player gestures to mechanim, created parameters
Exported new player gesture anims (shrug / victory) & set up clips
Removed client.lerptime (exploit)
Changed how position lerping works (to appear less delayed)
Enabled EAC for linux/osx
cant remember what i did to the lantern but i think it was important.
Fixed standalone compile error
Merge from procgen3
Updated prefab names
Updated game manifest
Protocol++ (network + save)
Updated UnityEngine.dll with plugins
The thompson, rifle, lantern and the viewmodel arms are no longer completely matte.
Touching all the audio files
Updated basic building parts fbx
Lantern view model all done. commiting the sound effects / prefabs.
Building components tests
Changed skinned collider to reference parts using an int hash based on full prefab path + name (eradicates name collisions)
Improved burlap clothing set icons.
QA tweaks on a few more clothing pieces.
Tweaked coffee can helmet spec.
Sweeping changes to the rock spawns, to stop them from looking like giant litterbox turds.
Added slight sharpening to the post process.
Updated the snow jacket and added variants of it. And some hazmat db stuff.
Fixed menu water, and water.mat foam.
more animations for the view model oil lantern
fixed some bugs with the gesture layer;
added a gesture_layer in the mecanim; Setup alex's gestures.
Increasing client.lerptime default
Fixed being able to build on floor frame
Fixed stairs collision
Fixed not always being able to place doors on upper floors
Increased water temperature
Reduced lung capacity
Reduced stomach capacity
Increased self drying ability
Made water surface visible from underneath again
Dropped items now have real physics, shouldn't fall through walls etc
Fixed held item being removed when trying to drop
Players drop their held item properly when killed
Fixed broken leg on player preview
Player preview doesn't need to use chroma-keying anymore
Show os, branch and build time in branding
Don't update global html vars every frame (perf)
Maybe fixed wakeup bug
Fixed NRE in SpawnFilter when AI has no terrain (test maps)
Ordered arrays in GameManifest to diff better
Prefabs -> Update now rebuilds clothing collisions
Fixed some clothing bones not being registered properly, leading to warnings/errors in console
some animations for the oil lantern view model.
Tweaked hazmat boots spec.
Tweaked the crazy strong env reflections, and reworked the hazmat suit.
Error checking to radiation effect
Fixed PlayerEffects not playing (damage etc)
Add event hash to error report to avoid grouping similar errors
Avoid issues by lowercasing created entity names
Forced prefab name generation to lower-case
Removed networked datatables + stringpool
Added GameManifest asset - which holds common strings
Changed HoldType to use an enum instead of strings
No longer need to LoadAll resources on startup (faster startup, less memory)
Protocol++