userGriglercancel
reporust_rebootcancel

1,659 Commits over 791 Days - 0.09cph!

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
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
2 Years Ago
buoyancy cycle doesn't use transform autoSync and syncs once at the end
2 Years 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
2 Years Ago
Merge from Entity_Query_Improvements
2 Years Ago
server compile fix
2 Years Ago
merge from hackweek_better_mountable_editor
2 Years Ago
player model preview handling mountpoint rotation
2 Years Ago
more mount position handles - position handles - fixed cache issue with removing mount positions
2 Years Ago
removed dead code
2 Years 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
2 Years 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
2 Years Ago
merge from main
2 Years Ago
collision damage - disabled for now - also moved test data output to editor define
2 Years Ago
adjusted surface params - static surface a bit liftier for quicker take-off - control surfaces less twitchy
2 Years Ago
yoke visualising input properly because I can't tell if the model is bad or if I'm bad at flying
2 Years Ago
Added aileron controls - arbitrary control surfaces meant this just needed to add a surface on the edge of wing with opposite rotation axes
2 Years Ago
explicit surface lift calculations replaced with processing a set of serialized surface types
2 Years 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
2 Years Ago
Fixed offset in vehicle mountable gizmos
2 Years Ago
Merge from main
2 Years Ago
Rough initial model - lift and drag calculated from arbitrary control surface definitions, needs splitting up more - still requires some fudge factors for proper lift within desirable rust speeds
2 Years Ago
cherrypick cs102120
2 Years Ago
Editor for BaseMountable that lets you edit dismount points with Handles (works for all subclasses)
2 Years Ago
fixed mount command
2 Years Ago
Initial prefab setup
2 Years Ago
Merge from ScrapPlane
2 Years Ago
fixed dangling profiler sample that would stack with following sample regions
2 Years Ago
small off by one error
2 Years Ago
added BaseEntity query that properly checks radius against the entity obbs - existing uses replaced with GetInSphereFast version that don't do the finer check
2 Years Ago
merge from main
2 Years Ago
missing Intersects2D function
2 Years Ago
merge from main
2 Years Ago
test cases for gjk distance - covers most edge cases from different features (vertex/edge/face)