userGriglercancel

1,793 Commits over 822 Days - 0.09cph!

2 Years Ago
merge from world_update_2
2 Years Ago
separated client/server compile fix for DPV
2 Years Ago
merge DPV fixes
2 Years Ago
DPV requires fuels storage to be empty before you can pick it up - server sends an additional fuel info update when fuel storage inventory has an item removed/added (stack count change doesn't trigger this)
2 Years Ago
DPV uses correct WaterLevel test for getting player WaterFactor
2 Years Ago
merge from line_functions
2 Years Ago
corrected closest points function
2 Years Ago
merge from main
2 Years Ago
aggressive distance culling for cloth on cny_spear
2 Years Ago
switched out prefab CompareTo to explicit implementation to avoid boxing
2 Years Ago
post-merge waterinfo query fix
2 Years Ago
merge DPV->world_update_2
2 Years Ago
Undo meta guid changes on wallpaper textures from previous merges
2 Years Ago
merge FrontierHazmat->world_update_2
2 Years Ago
merge main->FrontierHazmat
2 Years Ago
merge main->dpv
2 Years Ago
merge from FrontierHazmat/BurstCloth
2 Years Ago
3D Line-Line distance and closest point(s) utils
2 Years Ago
corrected skin constraint update maths - added skin constraint gizmos
2 Years Ago
burst cloth - moved skin constraint updates to IJobParallelForTransform to stop mainthread waiting for previous jobs (even though we only need read-only access, it doesn't know that) - fixed retrieval of bone data for player preview case
2 Years Ago
merge stability changes
2 Years Ago
reduced max placement distance on DPV - ran socket rename
2 Years Ago
added skin constraints to left him as well
2 Years Ago
burstcloth - made skin constraint editing less messy
2 Years 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
2 Years Ago
merge from FrontierHazmat/burst_cloth
2 Years 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)
2 Years Ago
made burstcloth large collision response pruning optional
2 Years Ago
configured prefab for cloth collision adjustment - tunic bone chains also lifted up
2 Years Ago
added field to burstcloth to control how the collision rays are projected towards the origin
2 Years Ago
split DPV into client/server/shared files
2 Years Ago
Hooked up fuel and health flashing warning lights - they sync up if they're both activated
2 Years Ago
hooked up speedometer and fuel ticks
2 Years Ago
code gen
2 Years Ago
merge from main
2 Years 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
2 Years Ago
hitching tweaks - project hitch joint - move ridable queue processing to fixed update
2 Years Ago
▄ ▆▋█▌▆▍ ▇▅▅▉▅▌ ▍▄▆ ▌▄▉▄▍▉ ▊▍▆ ▆▄▋█ ▍▇▌▆▍ ▅▋▄▄ ▋▌▍▌█ ▍▍ █▌▌▌▊▊▅ ▅▆ ▌▉▊▋▆▉▆▆▌▅▋ ▋▍▌▌▇▅▋▆ ▋▄▅ ▅▋▄▋█▆▍▌▇▆▊ ▍▅▊▅▆ ▌▅▊ ▋▍▆▅▅ ▉▄▄ ▉█▌▍█▆▋▇▌▊█
2 Years Ago
switching to automatic box pruning
2 Years Ago
proper limits on hitch joint
2 Years Ago
merge from main
2 Years Ago
Merge from jobify_ocean_sim
2 Years Ago
overly simplified basis for hitchable entities
2 Years Ago
burst cloth constraints tell you if you mess up the min/max constraint order
2 Years 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
2 Years Ago
burst cloth handling view model scaling - requires setting a transform field on viewmodel burstcloth setups (done for frontier_hatchet)
2 Years Ago
fixed silly gc allocs coming from version Mathf.Min and Mathf.Max that take params arguments
2 Years Ago
re-use already calculated shore distance and terrain height values in water heigh calc
2 Years Ago
further improvements - replaced managed simdata with native - corrected flattened 3D array indexing - adjusted baking output to write data in native layout (rebaked)
2 Years Ago
Merge from obb_check_fixes - test framework version bump 1.1.33 -> 1.4.4