userJarryd Campicancel

11,898 Commits over 2,466 Days - 0.20cph!

4 Years Ago
Fix NRE when destroying an unpowered car lift
4 Years Ago
Don't cancel the door animation if the door collides with a building block with a dedicated vehicle movement collider (fixes foundation steps issue)
4 Years Ago
Fixed recycler getting stuck when attempting to recycle something that can't be broken down
4 Years Ago
Add a smaller collider to the headrest area on Seat_A_COL to stop people getting shot through the headrest
4 Years Ago
Protocol++
4 Years Ago
Merge from door_open_interrupt
4 Years Ago
Server compile fix
4 Years Ago
merge from vehicles -> vehicles/door_open_interrupt
4 Years Ago
Hooked up the fuel light on the cockpit modules
4 Years Ago
Don't set engine sprite to null when closing engine lootpanel, stops it from flashing sprite to white
4 Years Ago
Add a new virtual AdminKill method that is used when using the "ent kill" command Override on vehicle modules to destroy the vehicle instead of a module
4 Years Ago
Remove a couple of MarkDirty calls that weren't needed in Sprinkler Add a slight delay to the fluid switch recalculation to not double up processing
4 Years Ago
Cache invoke methods to remove even more garbage
4 Years Ago
Add protection for repeated UpdateOutputs call, eliminates gc spikes from liquid IO updates
4 Years Ago
Subtract 51069, 51068
4 Years Ago
Can no longer list hidden items in vending machines Fixed vending machine UI NRE when searching for an item with no sprite
4 Years Ago
"ent kill" now destroys the whole car regardless of which module is aimed at
4 Years Ago
"ent kill" now works when aiming at a vehicle module as well as the vehicle chassis Supports destroying individual modules as well as destroying the chassis while modules are equipped (destroys equipped modules as expected)
4 Years Ago
Restore culling fix that was disabled yesterday, now with checks to makes sure player model exists
4 Years Ago
Don't hardcode fuel amount when using fixcars
4 Years Ago
Revert ServerUserVar change
4 Years Ago
fixcars command now takes a parameter to control what tier of part to apply, is usable by admins (not just devs) and fills the fuel tank
4 Years Ago
Merge from main
4 Years Ago
Potential BaseMountable NRE fix (disable mesh culling change)
4 Years Ago
WIP setting up car horns Assigned and controlled by the seating module, played by holding Primary Fire
4 Years Ago
Added vehicles to pressure pad layermask
4 Years Ago
Fixed incorrect source item on fluid combiner, fixes incorrect name displayed on health display
4 Years Ago
Add a ray intersection check to the mount command on modular cars so the mount option doesn't appear unless the player is looking in roughly the direction of the seat
4 Years Ago
Remove log
4 Years Ago
Added a vehicle collision sfx slot to doors
4 Years Ago
Reworked vehicle push volume and door logic to stop the animation and revert to open if the door collides with a vehicle
4 Years Ago
Slightly lowered the deploy volume on the car lift so it can be placed in single height stone foundation structures
4 Years Ago
██▅▄▌ ▋▌▆▆▌▉▊ ██▌▊ █▌▌▆▅▉▋ ▊█▊▆ ▉▋█▊ ▇█▊▅ ▋▌▋ ▌▌▌▇▋ ▉▄▄▊█▍█▆
4 Years Ago
WIP scrape sound hookup
4 Years Ago
Change flamethower mask to Vehicle_Movement to Vehicles (no actual behaviour change) Removed a Debug.Log in Landmine.cs
4 Years Ago
Fixed landmines not damaging cars
4 Years Ago
Fixed flamethrowers not damaging cars
4 Years Ago
Fixed TriggerPlayerForce not affecting AI
4 Years Ago
Remove DDraw and restore calorie penalty
4 Years Ago
Tweak minicopter push behaviour
4 Years Ago
Merge from vehicles
4 Years Ago
Hooked up the attached car reference on the PlayerRepelTrigger
4 Years Ago
Added support for vehicle seating modules to apply damage protection to their passengers Added CarPassenger and CarPassengerArmoured protection properties with 50%/100% stab protection respectively (solves getting stabbed by cactus while driving)
4 Years Ago
Added tracking for time spent driving in life stats Added a stat for time driving on the expanded stats in the death screen
4 Years Ago
Fixed update when offscreen not being enabled for modular car seats
4 Years Ago
Change render queue of heat shimmer particle material to Transparent-3000 (was AlphaTest-2450) to prevent conflicting with censorship pixelate material
4 Years Ago
Assign the driver as the Initiator on the front and rear HurtTrigger on cars so deaths are appropriately assigned on the death screen
4 Years Ago
Added new components to hemp and campfire Schedule quality update when BaseOven is toggled Take ECS data into account when calculating temperature
4 Years Ago
Initial import of temperature sensor, source and calculation system
4 Years Ago
Compile fix