branchrust_reboot/main/qol_dec_22cancel

22 Commits over 30 Days - 0.03cph!

2 Years Ago
Fixed corpse backpacks not using item based despawning
2 Years Ago
Allow cloning of food (corn, pumpkins, potatos) at a slightly earlier stage
2 Years Ago
Change "Lower to bottom floor" to "Top Floor" / "Bottom Floor" & make it the default option for elevators
2 Years Ago
Dropped item containers (not corpse backpacks) will always take 2 hours to despawn regardless of contents Added "itemdespawn_container_scale" convar which defaults to 2
2 Years Ago
Don't spawn fireballs when minicopter / scrap heli dies to decay
2 Years Ago
Fixed search for auto turret authorize reseting after each player is clicked
2 Years Ago
Also show "you died first" if you are wounded
2 Years Ago
Merge Main -> QOL Dec 22
2 Years Ago
Use a new "InUse" flag for the "any mounted?" check on vehicles, since the Busy flag I was using in 77518 blocks interaction. I could override that behaviour for vehicles, but better to keep the standard behaviour I think.
2 Years Ago
Grammar adjustment to chat message: "Turned central locking..."instead of "Turn central locking..."
2 Years Ago
Unsaved change from prev commit
2 Years Ago
Refactored UpdateMountFlags method, and don't set Flag_AnyMounted on BaseMountable if it's a BaseVehicle.
2 Years Ago
Driver can now steer a modular car when engine is off. Allows for one person pushing, one steering. Code changes: Clients can now get info on whether anyone is mounted to a vehicle. The client vehicle tick now runs when anyone is mounted, not just when on or moving.
2 Years Ago
MLRS entity bounds fixes
2 Years Ago
Merge Main -> QOL Dec 22
2 Years Ago
Restored Petur's caboose minilights. Issues with CullingVolume cured.
2 Years Ago
Removed the 'bugreporter' key bind from the key bind options menu - it's unused anywhere in the project. Note this is NOT the F7 report key, which is functional but cannot be rebound.
2 Years Ago
Don't bother checking keycode FX if the whole object is disabled
2 Years Ago
Merge Main -> QOL Dec 22
2 Years Ago
Hooked up destroyable vehicle lock FX. Refactored the code lock visual script. Moved LODComponent to just before the standard time in execution order, so that other scripts can cancel out the effects of PlayOnShow in their own OnEnable methods if necessary.
2 Years Ago
Lock destroyable effect for modular car keycode locks (not hooked up yet)
2 Years Ago
Moved MLRS UI out a little - hopefully fix z fighting