193,439 Commits over 4,079 Days - 1.98cph!
Put OnHealthChanged event back to being server-only (as it originally was before I changed it a while ago), but moved it to BaseCombatEntity.Server so it won't confuse future newbies.
Code review: Converted module component update calls to come from the vehicle, instead of using the Unity methods. Removed the OnEnable/OnDisable use entirely.
█▆█▋▋▋ ▄▉▇▅▅, ▇▄▍▉▆, ▉█▇▅▌▆▊█▄▇ ▍▋▇ ▅▌▅▆
Prevent "Look rotation viewing vector is zero" complaint from Unity
Another OnValidate switch to PreProcess
Merge coroutine/invoke changes branch
Use dictionary method instead of storing the action in the module
VehicleLiftObstuctionSensor removed. Use a basic TriggerBase instead.
don't call into NetworkVarNotify when angle NetworkVar hasn't changed
Free the old magnet occupant properly
Update magnet snap to use a similar system to VehicleLiftOccupantTrigger
▅▉▆▇▉▋ ▌█▇▆▇▌ ▄▊ ▇▆▋▉▍▍▋▆▍▍█, ▅▅▌▌▆ ▍▍▌▅▇▋▊▆▋ ▉▍▊█
Fix another null check problem
Rewrote occupant trigger to use a more logical TriggerBase system. Adjusted layers on obstruction sensor. Protocol++.
▄▇█ ▉▋▆▄ █▌▋█ ▋▆▉▉▋ ▅▄▌█▅ ▇▆▉▄▉▋
▉▄▋▆▇ ▇▊▍▋▇▊▍▉▄▌▅ ▊█▋▄▄ ▄▄▅ ▍▌▌▋▉▆▅▊
Add player.wakeupall server command (good for waking up lots of bots after a server restart)
Fixed inventory.copyto not working when called from an input binding
inventory.equipslot no longer looks for a player in front of the calling player (only works by passing in a player name)
inventory.equipslottarget is a new command that takes no arguments and looks for a player in front of the calling player (good for input binds)
Composter protobuf and serialization.
More composter wip. Merged from main.
▊▊▆▄ ▉▆▍ █▌▌▊▆▆▅▇▋ ▇▅▇▆▄▇▉▍▉▆::▍█▇▅▊▊▌▊ ▇▌▄▊
▅▇▉▌▄ ▇█▍▋█▌ █▉▊▊ ▅▍▉▇▌▍▅▇▉█▉▅.▌▄▇▆██▊▄▌▆ ▍▅▊▌ ▋█▅▅▆ ▍▅▉█▇▍▆▋ ▍▄ ▄▄██▆▊ ▌█▆█▄▍▊▌ ▌▄ █▋▍▅ ▋▅ █▅▊ ▄▆▊▍▆▅
▊▊▄▌▆ █▊▇▆▍▄▍ ▊▆▍█▋▉▇▉ ▉▋▌▆▌▉ ▇▌ ▆▇▅█▍▇▇▆▉▍.▊▉▋█▊▆▊▆▋▍▊▉▉▄▊▋▉▍ (▌▋▄▊▅ ▌▄▍▋▉ ▍▆▌▋ ▌▋▍▋▋▅▄▊▊ ▉▋▇ ▅▋▌ ▅▌▆▋█)
Added FertilizerQuantity to ItemModCompostable so that different items can produce varying amounts of fertilizer. Composter checks an item is compostable and uses FertilizerQuantity to produce the correct amount.
[D11] New 4 way blend shader for concrete at launch site
[D11] + Turned off the shadows of more particle systems
Fixed func_tankrocket on HL1 maps firing stationary rockets that do no damage
Fixed being able to control any func_tracktrain (even uncontrollable ones) using Physgun
Fixed a console warning when turning off func_tracktrain controls
Made a bunch of items compostable.
Added ItemModCompostable and Composter checks for it.
+ changes to make the Blood effects more red