userGriglercancel

874 Commits over 426 Days - 0.09cph!

1 Year Ago
reduced max placement distance on DPV - ran socket rename
1 Year Ago
added skin constraints to left him as well
1 Year Ago
burstcloth - made skin constraint editing less messy
1 Year Ago
burstcloth - added skin constraints to allow explicit separation from defined points on skinned mesh without needing projected collision - works alongside collision constraints, but allows solving explicit issues like knee clipping without having to rely fully on it - applied to hazmat prefab, also reset bone positions
1 Year Ago
merge from FrontierHazmat/burst_cloth
1 Year Ago
burstcloth - fixed siblings applying too much force as they were being iterated twice in different directions (this was increasingly unstable with higher numbers of substeps and constraint iterations)
1 Year Ago
made burstcloth large collision response pruning optional
1 Year Ago
configured prefab for cloth collision adjustment - tunic bone chains also lifted up
1 Year Ago
added field to burstcloth to control how the collision rays are projected towards the origin
1 Year Ago
split DPV into client/server/shared files
1 Year Ago
Hooked up fuel and health flashing warning lights - they sync up if they're both activated
1 Year Ago
hooked up speedometer and fuel ticks
1 Year Ago
code gen
1 Year Ago
merge from main
1 Year Ago
hitching - easing in break force over short number of frames to let it break easier after initial hitching - set hitching flag on attached entity - horse modifies speed with prescense of hitch flag
1 Year Ago
hitching tweaks - project hitch joint - move ridable queue processing to fixed update
1 Year Ago
Cherrypick cs102783 build fix
1 Year Ago
▄▆▋█▌▆ ▍▇▅▅▉▅ ▌▍▄ ▆▌▄▉▄▍ ▉▊▍ ▆▆▄▋ █▍▇▌▆ ▍▅▋▄ ▄▋▌▍▌ █▍ ▍█▌▌▌▊▊ ▅▅ ▆▌▉▊▋▆▉▆▆▌▅ ▋▋▍▌▌▇▅▋ ▆▋▄ ▅▅▋▄▋█▆▍▌▇▆ ▊▍▅▊▅ ▆▌▅ ▊▋▍▆▅ ▅▉▄ ▄▉█▌▍█▆▋▇▌▊
1 Year Ago
Merge from broadphase_testing
1 Year Ago
switching to automatic box pruning
1 Year Ago
proper limits on hitch joint
1 Year Ago
merge from main
1 Year Ago
Merge from jobify_ocean_sim
1 Year Ago
overly simplified basis for hitchable entities
1 Year Ago
burst cloth constraints tell you if you mess up the min/max constraint order
1 Year Ago
replaced more expensive OverlapSphere->bool check only ridable horse was making with CheckSphere - removed Physics.OverlapSphere with bool return, we have CheckSphere for that
1 Year Ago
burst cloth handling view model scaling - requires setting a transform field on viewmodel burstcloth setups (done for frontier_hatchet)
1 Year Ago
fixed silly gc allocs coming from version Mathf.Min and Mathf.Max that take params arguments
1 Year Ago
re-use already calculated shore distance and terrain height values in water heigh calc
1 Year Ago
further improvements - replaced managed simdata with native - corrected flattened 3D array indexing - adjusted baking output to write data in native layout (rebaked)
1 Year Ago
Merge from obb_check_fixes - test framework version bump 1.1.33 -> 1.4.4
1 Year Ago
buoyancy cycle doesn't use transform autoSync and syncs once at the end
1 Year Ago
initial jobified ocean height queries - ran directly from the main thread, scheduling would be slower here due to number of queries made in different locations - using a flattened native copy of the ocean sim data that needs to replace the managed version
1 Year Ago
Merge from Entity_Query_Improvements
1 Year Ago
server compile fix
1 Year Ago
merge from hackweek_better_mountable_editor
1 Year Ago
player model preview handling mountpoint rotation
1 Year Ago
more mount position handles - position handles - fixed cache issue with removing mount positions
1 Year Ago
removed dead code
1 Year Ago
second pass on mount position scene gui - cached inactive GOs, disabled in hierarchy - animation sampled for pose only if the mount position changes - rendered with separate command buffer for more control - toggleable
1 Year Ago
first pass of drawing players in vehicle mount positions in gizmos - naive approach with some dumb allocations at the moment, going to move it to an editor next to allow better cachine
1 Year Ago
merge from main
1 Year Ago
collision damage - disabled for now - also moved test data output to editor define
1 Year Ago
adjusted surface params - static surface a bit liftier for quicker take-off - control surfaces less twitchy
1 Year Ago
yoke visualising input properly because I can't tell if the model is bad or if I'm bad at flying
1 Year Ago
Added aileron controls - arbitrary control surfaces meant this just needed to add a surface on the edge of wing with opposite rotation axes
1 Year Ago
explicit surface lift calculations replaced with processing a set of serialized surface types
1 Year Ago
plane updates - non-control surfaces use a different lift curve - adjusted curves - mouse input for pitch/roll, keys for yaw - debug csv output for surface values against different AoA - added testing scene
1 Year Ago
Fixed offset in vehicle mountable gizmos
1 Year Ago
Merge from main