10,614 Commits over 4,413 Days - 0.10cph!
Added some additional safety padding to all building shells (fixes melee foundation damage exploit)
Fixed construction placement guide snapping away when someone walks into the building volume
Temporarily reverted GameTrace
Fixed that deployables would block building block placement
Fixed that deployables required a default distance of 1 between each other (now 0.5 again)
Fixed foundation step and triangle foundation placement verification being fucked
Added more detailed deploy volumes to a lot of deployables
Network++
Changed serverside player collider to the same capsule local player movement uses
Removed "Max Decals" setting from the F2 menu (unused)
Fixed F2 menu UI elements ignoring convar changes made via console
Alternative deployable volume check that prefers minor clipping over additional padding
▊ ▄▋▍▊▇▆▉▅ ▄▋█▊▇▆█ ▄▆▍▌▉█▋▇
Removed some deprecated and very limiting foundation placement checks (now handled by terrain sockets and deploy volumes)
Added step and slope test cases to PlayerMovement scene
Improved player landing, fall damage, grounded and sliding detection
Improved jump and sprint blocking after landing to feel more natural
Fixed various situations that could cause jumping weirdness
Holding alt now lets you look around (somewhat) freely instead of just looking back
Added climbing state (between grounding and sliding) where the player can hold its position and move sideways but not upwards
Changed slope speed adjustment to mostly affect sprinting speed (feels somewhat less like an 80 year old)
Fixed wobbliness / bounciness when trying to move up a stair that's slightly too high to move up
Improved ground normal detection (use exact normal instead of some interpolated shit)
Tweaked freelook smoothing (use raw input, only smoothen when alt is released and the head snaps back)
Added minor safety cooldown to prevent multijump exploits
Fixed decal shader on DX9
Added head tracking to PlayerInput
Fixed some PlayerInput code being executed for every player (instead of just the local player)
TrackIR bindings now only log errors
Added building prevent_building colliders to barricades
Fixed IndexOutOfRangeException when graphics.shadowlights is less than 0
Added shadow light count slider to F2 menu
Added debug view support to deploy volume checks (numpad /)
Fixed a bunch of warnings
Removed behaviour component with missing script from ambience/default prefab (cc alexrehberg)
Added SynchronizedClock (synchronized using ingame time seeds, no additional networking)
Synchronize ambient sting sounds across clients using SynchronizedClock (everything except SoundRandomizer)
Added trackir.refresh and trackir.recenter console commands
Reduced rain probability overall
Allowed rain in the arid biome, albeit less intense than in the other biomes
Network++
Made player movement climbing state slightly less forgiving
Added lookDir to ModelState message
Added ModelState lookDir handling
Added onLadder and lookDir comparison to ModelState.Equal
Network++
F2 menu automatically refreshes TrackIR
Added timing for overall duration of the procedural generation
Fixed player aim in inventory
Refactored radtown loot spawn
Added LocalClock (same as SynchronizedClock, but without the synchronized bit)
Spawn group now uses LocalClock
Fixed some radtown barrels spawning underground
Moved Spawnable to the same folder as SpawnPopulation
Merge from radtown-spawn-refactor
Fixed floaty airfield hangars and warehouse
Fixed construction and deployable placement check regressions caused by the layer refactor
Fixed TweakUIMultiSelect initial state
Tweaked god ray color around dawn and dusk
Fixed beachside trees being allowed to spawn on cliffs
Added third TrackIR rotation axis