userGriglercancel

707 Commits over 304 Days - 0.10cph!

46 Days Ago
LOS tests, split into two tests - first generates random test cases from a basic setup - second loads the saved set of failing cases (created by running first test with a convar on)
46 Days Ago
fixed wrong check stopping consoletoggle params from working
47 Days Ago
added a "what uses this in this prefab?" that's only accessible from a prefab view but is way faster than unity's "Find References in Scene" - prints the whole GameObject.Component.PropertyPath name to make it easier to find in the component as well
47 Days Ago
merge from bike_ragdoll_fixes
47 Days Ago
ensure ragdoll velocity timeout is always initialized in cases where ragdolls spawn with near-zero velocity
47 Days Ago
gave rc drones a grenade inventory and the ability to drop grenades out of it
48 Days Ago
made it juiicier - better controls, hip movement with bouncing, threw some mats on, added some suspension sounds with the bouncing
48 Days Ago
initial pogostick setup, hold shift to pogo and pid-controlled leaning to change the direction manifest gen
49 Days Ago
setup constractble entity for handcar, letting you deploy it onto rail and then construct it in-place like siege weapons
49 Days Ago
made handcar deployable, with a new socketmed_rail that requires it to be within a defined radius of a rail and aligns it to the spline
49 Days Ago
fixed mount preview players not drawing legs in most cases - re-assigend renderers to LODGroup in skin_legs.male.prefab, shouldn't affect anything else because we manage it separately from that anyway - also added toggle for mount position/eyeposition handles on vehicles
49 Days Ago
better control of max speed of handcar (previously could reach the general max train speed), pumping speed is driven from both player input and track speed, better ik placement
49 Days Ago
turned wind off on HandcarFunc mat
49 Days Ago
wheels actually spin - includes quick tool to create a parent for sibling transforms positioned at the centre of their render bounds
50 Days Ago
setup pumping on the handcar - consumes metabolism over time, similair to bicycle - also switch seats to use the horse pose because it's funnier
50 Days Ago
basic pumping and setting correct ikset for each mount point
50 Days Ago
handcar seat setup with some hand ik targets manifest
50 Days Ago
small vehicle editor fix to not spam assert errors when no mount points are set
50 Days Ago
setup basic handcar prefab, able to move on track by just setting a force override convar at the moment manifest gen + codegen
50 Days Ago
moved handcar under trains folder
50 Days Ago
reverting scene changes from merge that look unintentional
50 Days Ago
merge from handcar
53 Days Ago
▊▍▉▌▍█▉▍ ▋█▌.▆▄▄▋▋▄▊▌ ▆▌ ▍▅▄▌▇▋▊▅▆▅▊ █▊▉▄█ ██ ▇█▇▍▍▌▄▆▉▉ ▍▄▋▌▌▇ (▊▋█▄▉▊▌▌▉▆▆ ▌█▉ ▊▇ ▉▆█ ▋█▄▆▅▋ ▅▆▄ ▅▆█▋▉▆▌▇▍█▍▊ ▊▉▇▋▊▆ ▋▍ ▌▊█▉▇▅▌▊▉▆▆, ▇█▋ ▊▇▋█▆▆▋ ▇▇▅▇ ▌▅▍▋█▉▉▇▆) - ▆▉▌▍ ██▇▆▋ ▋▆ ▉▅▌▌▄▍▅▄▉▆ ▉▇▆▆ ▉▄▍ ▍▄▊▊▄▆▉▅▉ ▌▄ ▌▌▉ ▉▉▌▋▊ ▆▄▊▉ █▉▌▄ ▋▆▉▋▌▇█▆▊▄▉█▍, ▆▋▉▅▄▅▊ ▊▍▋█ █▍ ▋▍▆▉▆▅ ▆▆▌▌▍▅▆██ ▆▌▉▆▇▋ ▄ ▆▅▇▇▇▅ ▇▋▉▄▆▍▊█▄▅.▌█▆▋█▍▉▍▌▋ - ▆█▄▆ ▅▄ ▆▊▊ ▅▅▌ ▌▄▌▄▇▍▌▆ ▋▍▅▋ ▋▌ ▄▍▊▇▉▇▉▊ ▍▌▊ ▇▌▆ ▋▍▌▍▍▍▉.▆▌▇▉▊▅▉▍▆▆▇▉▇▄▆▄▇▉, ▌▆▆▅ ▍▇ ▄▄▊▉▋▅▆▌▋ ▆▌ ▅▇▋▍
53 Days Ago
added mountanybox command to mount first non-mounted bot in targeted vehicle (or create a bot for it if non exist)
53 Days Ago
corrected AABB distance check (only used in HitBoxSystem and difference not significant for current projectile sizes)
54 Days Ago
properly force resetting player entity rotation and view angles for remote players when dismounting
54 Days Ago
fixed horse ragdolling twice due to damage events not having been cleared from before ragdolling
55 Days Ago
let consoletoggle command take a parameter to force the panel you want to open (values 1-6 for the different panels) eg: 'consoletoggle 1' will always open the console panel
55 Days Ago
merge from catapult_ragdoll_fix
55 Days Ago
disabling collision between ragdoll and its initiator
55 Days Ago
fixed catapult admin reload with player ammo
55 Days Ago
merge from ragdoll_dismount_improvements
55 Days Ago
improved dismount position setup of player temp ragdoll and ensure that ragdoll colliders don't get caught in the dismount checks
56 Days Ago
merge from ragdoll_fixes
56 Days Ago
setup buoyancy on player temp-ragdoll (requires scaling due to increased gravity, higher water drag to not let you skim the player like a stone) - fixed ragdoll setup to mark the prefab as dirty
56 Days Ago
▉▋▇'▇ ▆▌█▊▉▋▌ ▉▇▄▄▊▄▊ ▄▌▆█ ▉▉▋█▌▌▄▍▇▉▄▋▄▊▆█▋▍▍▉█▊▉▇ ▄▅ ▉▊▆█'▉▍ ▄▅ ▅ ▋▊▌▄▊▊▊█
56 Days Ago
merge from catapult_ragdoll_visibility_fix
56 Days Ago
forcing culling visibility of player with ragdolling
56 Days Ago
merge from horse_double_ragdoll_fix
56 Days Ago
resetting airtime and grounded state when horse exits ragdoll
57 Days Ago
█▄▊'▅ ▋▍▋▌▍▇▇ ▍▄▇▆▇▄▆ █▊▋▊▉ ▆█▇▌▉▌▅▌▄▋ (▊▋▋▌█▇)
57 Days Ago
▊▊▅▍▄▌▄▆ ▄▌▇-▆▊▉▋▍▋▍▄▌▋ ▍▄▍ ▍▊▍▆▊▅▇▄▋▆▉ ▄█▆▋ ▌█▌█▉▉▌ █▊▌▇█▇▆▊▉
57 Days Ago
handling horse animation visibility properly when occlusion culling is disabled (stops footsteps being heard while ragdolling)
2 Months Ago
added ddraw.clear command
2 Months Ago
merge compile fix primitive->aux2
2 Months Ago
compile fix
2 Months Ago
merge primitive->aux2
2 Months Ago
improved animal ragdoll position syncing, not jerky anymore
2 Months Ago
merge primitive->aux2
2 Months Ago
▇▉▊▌▋▊▌▋ ▍▇▊▆▍▍▍ ▊▉▄▇█▋█▆ ▌▆▆▇█▆ ▅▋▋█▅, ▇▄▄█▆▌▋▌ ▄▌▊ █▆▊▅▉▌▇▋ ▊▋▌▆▌ ▊█▇▇ ▉▋ ▊▍▋▌ ▉▌▊ ▅▌█▊ ▌██ ▅▋▄ ▋▇▊▇▇▄