userJarryd Campicancel
reporust_rebootcancel

10,948 Commits over 1,950 Days - 0.23cph!

7 Months Ago
Fixed missing camera shakes when firing the sks
7 Months Ago
Fixed sks firing animations early exiting causing camera clipping Fixed missing ammo_true and ammo_false triggers, they're not used but are required for the empty state animator handling
7 Months Ago
Set up sks as skin of SAR, sks is no longer craftable Fix SteamInventoryItem editor inspector not appearing for ItemSkins
7 Months Ago
Added a slight level of movement forgiveness when placing external walls, placing should now be possible while perched on something (where for all intents and purposes you're standing still but you might be moving an imperceivable amount per frame) Short Ice Wall now takes 3 seconds to place
7 Months Ago
Merge from main
7 Months Ago
Fixed cargo ship not remembering which harbor it was docking at if the server was saved mid-dock
7 Months Ago
Fixed the quick move conveyor path leaving 0 quantity items behind when moving items These get cleaned up every second in the item heartbeat but we need it to be faster because electrical furnaces have limited space and the 0 quantity items were making the conveyor think it was full and shut down
7 Months Ago
Merge from main
7 Months Ago
Reserialize all materials (1083 changes)
7 Months Ago
Merge from main
7 Months Ago
Meta deletes
7 Months Ago
Meta updates
7 Months Ago
Merge from main
7 Months Ago
S2P fishing_village_c
7 Months Ago
Slight styling changes
7 Months Ago
Merge from main
7 Months Ago
Merge from cui_scrollablecontainers_54
7 Months Ago
Fixed typo in horizontal scrollbar json read
7 Months Ago
Merge from main
7 Months Ago
Set use physical keys back to off, was possibly enabled as part of the 2022 upgrade
7 Months Ago
Isolate EffectParent changes to the flamethrowers via a new separatedEffect field, should only be used if animators are causing interference
7 Months Ago
Fixed flamethrower vms getting strangely offset particle effect spawn positions Not entirely sure how but they seemed to be getting affected by the parent animator in a negative way, so they now live in a separate hierarchy and I've updated the EffectParent script to handle this situation
7 Months Ago
Fixed water bucket VM fluid sim not working with viewmodel camera Also did some general cleanup of the fluid sim script
7 Months Ago
Recache viewmodel renderers on molotov
7 Months Ago
S2P both harbors
7 Months Ago
Merge from main (needed for S2P)
7 Months Ago
Remove kinematic rigidbody from client side cotnainer pickup crane, seems to fix strange mobility issues on stair ramps Also cleaned up the prefab a bit to clear out a bunch of unused transforms on the server Will need a S2P on both harbors once merged to main
7 Months Ago
Cherry pick 96364 as there were other changes on that branch that aren't ready for main
7 Months Ago
Fixed the timer box staying active when a mission doesn't have a timer
7 Months Ago
Fix Socket_Specific_Female not getting parented to the target entity if parentToBone is false, fixes storage adaptors not getting parented properly and preventing industrial setups from working
7 Months Ago
Fixed EffectParentToWeaponBone leaving orphaned particle effects in the world after the player changes weapon
7 Months Ago
Fix loot crates on the cargo ship getting picked up by the building check and being destroyed immediately on spawning (didn't affect code locked crates) Cargo ship will no longer destroy entities parented to it as part of the building check
7 Months Ago
Merge from cargo_double_dock
7 Months Ago
S2P bandit town
7 Months Ago
Fixed misconfigured viewmodel renderers on: Cake Flashlight Beancan grenade Molotov cocktail Water bucket
7 Months Ago
Fixed both flamethrowers not being correctly marked as using the viewmodel renderer Update FlameJet component so that it works in viewmodel renderers, just need to tick external update on the component and the parent EffectParent will handle updating it in the correct world space
7 Months Ago
Fixed gmod toolgun beam not using the right viewmodel space
7 Months Ago
Add legacy crane colliders (crane_tower_a_COL and crane_base_a_COL) from 60177 as new assets (junkyard_crane_base_a_COL and junkyard_crane_tower_a_COL) and apply them to the junkyard_crane_a asset
7 Months Ago
Fixed promote button not working if player wasn't looking at the player they were promoting (now uses new promote_id convar)
7 Months Ago
Layout fixes
7 Months Ago
Hide the bullet in the magazine if the player has one bullet loaded
7 Months Ago
Final tweaks
7 Months Ago
Conversation screen styling updates
7 Months Ago
S2P bandit town, fixes missing misison marker Remove mission/vending icon resizing due to proximity and just make a new toggle for showing missions
7 Months Ago
Fixed animator hasAmmo param not getting populated
7 Months Ago
Merge from gate_serialisation_fix
7 Months Ago
Stomp gates.external.high.stone and gates.external.high.wood with the versions from 96185 and manually apply the change from 96208
7 Months Ago
Merge from external_holdtobuild
7 Months Ago
Server compile fix
7 Months Ago
Client compile fix