userGriglercancel

730 Commits over 334 Days - 0.09cph!

9 Months Ago
yoke visualising input properly because I can't tell if the model is bad or if I'm bad at flying
9 Months Ago
Added aileron controls - arbitrary control surfaces meant this just needed to add a surface on the edge of wing with opposite rotation axes
9 Months Ago
explicit surface lift calculations replaced with processing a set of serialized surface types
9 Months 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
9 Months Ago
Fixed offset in vehicle mountable gizmos
9 Months Ago
Merge from main
9 Months 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
9 Months Ago
cherrypick cs102120
9 Months Ago
Editor for BaseMountable that lets you edit dismount points with Handles (works for all subclasses)
9 Months Ago
fixed mount command
9 Months Ago
Initial prefab setup
9 Months Ago
Merge from ScrapPlane
9 Months Ago
fixed dangling profiler sample that would stack with following sample regions
9 Months Ago
small off by one error
9 Months 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
9 Months Ago
merge from main
9 Months Ago
missing Intersects2D function
9 Months Ago
merge from main
9 Months Ago
test cases for gjk distance - covers most edge cases from different features (vertex/edge/face)
9 Months Ago
fixed mistake in SquareDistance
9 Months Ago
Replaced OBB Distance and Intersection functions with accuracte implementations - GJK for distance functions, cheaper SAT for intersection - square distance function is also replaced, but it still has to run the GJK algorithm so the savings on it are marginal
9 Months Ago
Fixing some client issues with ragdolls - moved ragdoll client cycle so limb interpolation can run before player reads it - force an immediate net sync onragdolling for initial state to be in sync with ragdoll entity creation
10 Months Ago
Distributing dismount points across ragdoll bones for more reliable dismount without offset issues
10 Months Ago
code review changes - client state initialized from networked parent entityref - removed some redundant client flag setting - eye positions levels out after ragdolling ends
10 Months Ago
merge from main
10 Months Ago
merge from main
10 Months Ago
added tests assembly for OBB and a tool that executes the tests and parses the results to generate a scene containing all failed cases - bumped test-framework version 1.1.33->1.4.4
10 Months Ago
include steer and pitch inputs to animation, changed client update to have packed vector of inputs
10 Months Ago
only inherit mount velocity on ragdoll
10 Months Ago
re-enabling animation speeds for DPV
10 Months Ago
merge from main
10 Months Ago
adjusted serverside player colliders while ragdolling
10 Months Ago
added sit_dpv mountpose
10 Months Ago
added some more convar helper functions for ragdoll testing
10 Months Ago
cleaned up some ragdoll-specific code in the player we get for free with it being a mountable
10 Months Ago
merge from main
10 Months Ago
merge from ragdoll_as_mountable
10 Months Ago
reworked ragdolling as a mountable
10 Months Ago
moved ragdoll convar to server
10 Months Ago
initial setup of serverside ragdolling with moderate bike collision damage
10 Months Ago
Fixing compile errors, update manifest, fix protobuf definitions, and updating FuelSystem usage to new IFuelSystem interface
10 Months Ago
merge from BurstClothFixes
10 Months Ago
Fixed burst cloth controller LODing not being marked as dynamic in some prefabs
10 Months Ago
fixed CNY_Spear and SkinningKnife BurstCloth setups - proper gravity values - reduced damping to reasonable values
10 Months Ago
merge from BurstClothTestBed
10 Months Ago
undoing some unintentional changes from merges
10 Months Ago
merge from main
10 Months Ago
merge from main
10 Months Ago
missing change on spring
10 Months Ago
added default materials for chain/spring/cloth