553 Commits over 214 Days - 0.11cph!
detatch tow when horse swims
renamed unclear player ragdoll param force->velocityOverride
fixed BillBTestMap
- got rid of old mockup towables
- painted ocean topology on bring the water back
fixed horse ragdoll not updating horse pos/rot in builds
reset saddle eye easing values when mount state changes
added printbinds command to print all your binds to the console
sliding ragdoll triggered through velocity rather than just a timeout (still has a small time threshold to avoid getting flung off with a spike)
- also allowed slide state to be exited if you're at near-zero velocity, stops horse getting stuck on steep cliff edges in some cases and not being about to mount them or move them without getting ragdolled
added threshold to horse ground alignment to make it less noisy when stopped on uneven terrain
added two convars to disable temp ragdolling of players and horses separately, both enabled by default
- allowplayertempragdoll
- allowhorsetempragdoll
moved towing joint break limits to a convar for experimentation
properly disable horse animator while ragdolling, better perf but also stops audio triggers from animator
reset horse spine local pos after ragdolling so it doesn't occassionaly turn into an accordion
further ragdoll tweaks
- larger colliders
- more aggressive ragdolling end thresholds
- don't apply as much velocity when starting ragdoll from the initial pose
don't let ragdoll test convar try and ragdoll a client entity
stop trying to kill ragdoll twice
don't show health info on temp horse ragdoll
made it easier for the player temp ragdolls to stop
client doesn't assume player ragdoll is always lethal
don't let player mount a ragdolled horse
enabled horse temp ragdolling - horse ragdolls with damage/sliding/airtime and will get back up (assuming it doesn't then die while ragdolling)
▄▄▋▍▆▌▆ ▇▆▍▉▊▊▋▊▊ ▍▉▋▇▍▍▄▅▍ ▅▅▌█ ▊▆▉ ▍▆▅▍▇▌▌▌▅ ▇▍▉▇▄▊█▊ ▇▉ ▋▊▆▇▄▍ ▉▄▅▊█▍▊▊ ▍▊█▉▋▆ ▅▊▍'▆ ▉▄█▌ ▌█ ▋▆▄▄ ▉▌▊▌▄▍ ▌▋▋▅▊█▆
defer gravity death to avoid immediate component destruction in physics callback
- also fixed drag issue causing inconsistent fall damage in some cases
ragdolls handle fall damage and now properly match the player gravity (catapults use default values still)
merge from garage_door_wire_fix
speculative fix for wires going towards origin when placed on garage door after open/close cycle
▍▊▊▇▇▄ ▉▋▆▄▋▊█ ▋▉▄▆▆▌▅▆▄▋ ▊▋ ▆ █▉▆▌▇▇▊ ▇▊▋▌ ▄▇▇▄▄▅▇▌▋▌▆ █▊▅ ▌▊█ ▋▌▌▄▊▄, ▊▍██▊█▍▄▄▋ ▅▆▍█▄ ▅▌█▌ ▍▇▅▅▉▋▉ ▋▆▊▌▍ ▌█ ▆▋▅▊▋▊▇▌▋▆▋▉▍ ▌▅▇-▊▍█
- ▅▊▋▉▌ ▌▋▅▋▋█▆▌▆ ▋▊▊▍▉▅▋█▅▉ ▍█▄'▌ ▊▉ ▌▄▌█▊▋, ▉▅▆ ▋▍▉▊▄▇ ▍▌▇▅▆██▄ ▌▋▋▉▅▊█ ▌▍█ ▅▍███▉▍ ▅█▊▌▅ ▆▌▅▆ ▍▉▋▊█▄▇▍▄▋ ▍▆▇ ▉▋▌▄ ▄█▄ ▍█▇▋▅▄▍▋ ▅▊█▌▇▍▊ ▍▅▆▄▅▊
cleaned up catapult ragdolling and improved ragdoll mid-air flailing
dropped explosion force multiplier on catapult by a factor of 10
towing looks for non-interactive layered collider setup on towable vehicles, no longer get useless towing prompts when you back up to the wrong side of siege weapons
allowed better validating from the towed vehicle whether it is in a state to be towed
- exposed through virtual in BaseSiegeWeapon at the moment, only the siege tower has cases where it doesn't want to be towed (when it's toppled)
using tow anchor transforms for angle testing, not body transform
limiting angle towing can be started at with toast popup to straighten up if a player's trying it at a wide-angle
ensuring towed siege weapons aren't forced to sleep while being towed
fixing tow joint constraints being incorrect when towing begins non-aligned
▌▄▉'▄ ▄▅▍▍ ▇▊▅▍▄▊▅ ▉█▍ ▌▉▌▅▄ ▌▍▆▌▌▆ ▉█▋▋▅▄ ▊▅▌ ▉▇▅▌ ▅▌▅▋█▍▅▆ ▉▉▉▇ █▊▄▋▄, ▋▇▅▋▌ ▆▇▆▍▉█▇▊ ▇▉▇▄▍▅▊ ▆▌▍▊ ▍▍▌ ▅█▋▇▉ █▋▌▍▄▅ ▇▉▋ ▉▉▇▊'▍▌ ▆▄▍█▊ ▌▄▋▍██▋ ▍█▅ ▌▅▅▍▍▍▉▉ ▇▌▊▉▌▋▆▉
using pooled lists for disabling client/server collider interaction in-editor
adjusted horse physics mat
horse skidding behaviour fixes and improvements
fixed horse reverse jittering/bouncing
reset ragdolling player flags properlly if they unmount at any point (usually early dismount from dying) - stops player model getting stuck in cursed states
initial chunking from shared sdf set
updated xmas advanced lights bulbPrefab to point to renamed testbulb prefab (wasn't updated with a guid change from renaming)
change approach to be parallel friendly, triangles are found in parallel and then vertices are found in serial (cached by triangle edge to re-use between triangles that share an edge)
- flat array layout of the SDF array is terrible for caching in this setup, but still see a benefit from this approach
ignoring null GameObjectRef fields for prefab validation, as they can only be runtime use
- null fields weren't being handled, but a non-serialized GameObjectRef was added in
106912 and tripping up manifest generation
compile fix for leftover editor only HotReload util in LookAtIOEnt
in-editor carving test setup improvements