134,410 Commits over 4,444 Days - 1.26cph!
Cleaned up old east inland splats
WIP converting CarPhysics to be more generic, so snowmobiles can use it too. + some snowmobile code.
Road normal/tangent tweaks to mitigate an intersection issue. (temp fix)
Added support for alt look while spectating (added a new model state flag to track when a player is alt looking)
- Changed some more GetWorldVelocity calls into GetLoalVelocity, so they'll work if parented.
- Moved GetLocalVelocityServer and GetAngularVelocityServer rigidbody-based overrides into BaseVehicle, so we don't have to override with the same method for every new vehicle.
Rename ModularCarPhysics to CarPhysics
Rename EntitySpectateAware -> LocalOrSpectatePlayer
Update RPC overloads
Merge VehicleUpdates -> Main, let's try this again
Fix for revertion bullshit in northern terrain data
Most remaining east inland cliffing
merge from human_ai_combat
Added a near clip offset for underwater rendering
animals can no longer attack players in modular vehicles
fixed bug with animals continuing to attack player corpses
merge from excavator_scene_rework
added convars to AIBrainSenses for the new los/update interval timings.
Manifest rebuild to fix "no number for string fuel_storage"
Fix load order issues with vehicle fuel
More optimizations to height and trace queries
Fixed third person mode when spectating
Make all FirstPersonSpectatorMode variables private
Added LocalPlayer.SpectatePlayer that will return the player being spectated and null otherwise, this should be used when there is specific behaviour that is required when in spectate mode (not in regular gameplay)
Remove some redundant spectator checks
Simplify access to first person spectator state, remove IsFirstPersonSpectating and IsLocalPlayerSpectateAware
Check against the actual values instead (FirstPersonSpectatorMode.FirstPersonSpectatePlayer and LocalPlayer.EntitySpectateAware
Merge Main -> VehicleUpdates
Arctic research base scene progress
Placeholder meshes and prefabs for new portacabin variants / added roof units
Wire fence placeholder meshes and prefabs
Snowy material and texture variants of various assets
Arctic base modules / custom meshes and prefabs
cherrypicking
66864 - fixed hazmat suit displaying the incorrect VM
Revert the accidental revert of the revert. Subtracts
66868.
Reapplying all the vehicles merges (so they can be tested in local builds)
Reverting all the vehicle merges (let's test this on a branch first)
Ocean renderer optimizations, trace optimizations