12,023 Commits over 2,527 Days - 0.20cph!
Fluid switch now disregards gravity checks if powered via pump power input
Sprinkler now runs while it has water input, updated water storage logic to be more in line with other IO entities
Add support for gravity restrictions (if a fuel source is lower than the entity it can't use it)
Merge from life_stats_merge
Subtract the life_stats subtraction
Subtract
46024 - that deleted the branch contents? ¯\_(ツ)_/¯
Subtract
46022 (busted merge)
Dying to a non-player entity (eg. tesla coil) will now display a translated string instead of a prefab name
Cleaned up an unneeded list
Improved instrument performance while playing back recordings that include massive amounts of notes
Turn current state into a bitmask so a player can be in multiple states (eg. in base + mounted)
Update time tracking to support the player being in multiple states
Monument check now checks topology and bounds rather than a flat distance check
More code review, profiler samples and convar checking in main menu
Code review:
Check null player in LootContainer:OnKilled
Remove exception in BasePlayer:UpdateRichPresenceState
Increase movement threshold
Better load balancing
BuildingAuth check
Fix not being able to wake up if player died while chat was open
killplayer command now works on bots as well
Gong sfx trigger requires Melee/Bullet/Arrow damage (stops flamethrower triggering it)
Added a scroll gradient to the bottom of the stats
Merge from instruments (.mid file volume adjustment)
Adjust velocity calculation when opening .mid files
Fix weapons root being left on if no weapons were fired
Update animations
Show headshots, disable stat image if no image is provided
Rework shot tracking to mirror combatlog, should fix incorrect shot counts
Client/Server compile fixes
Being inside scrap transport heli now counts as flying for time tracking purposes
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)
Find closest bot match when searching for a bot in player commands
Add player.wakeup command