31,946 Commits over 4,018 Days - 0.33cph!
▉▊█▉▄▇▋▄▌▇ ▉▅▌ ▉▌▄▍▆▆▌▋▊▇▆▊▋ ▆▇▌█▋
Simplify the parenting check in TrainEngine as well. Not due to a code change, I simply didn't know the BasePlayer had network-synced parenting state info at the time
Now that
65357 guarantees the player is placed correctly in the scrap heli rear parenting trigger, simplify its PlayerIsInside check to just check the player's parent.
Allow a high-priority parent trigger to override a standard priority one (usually players can only be in one parent trigger at a time, and entering one while inside another ignores the "inner" one). Fixes falling out of the scrap transport helicopter when it takes off if a player gets in the back while the player is inside another parent trigger.
WorldPositionGenerator partial rewrite (fixed incorrect position calculation + missing valid spawn positions under certain conditions)
Revert head IK look from a RotateTowards back to a Lerp
Don't show "has more options" interaction UI if the first option is a long hold option
Fix scrap heli not being mountable from the cargo ship deck
Handle errors a bit better in the workshop editor so invalid skins/junk show a message on screen instead of blank everything
Possible fix for ArgumentOutOfRangeException in SoundManager.RequestSoundInstance
Possible fix for NRE in BaseArcadeMachine.FixedUpdate
Fix useless RGB errors when closing the game due to not having Razer/SteelSeries installed
Added "Copy" and "Clear" to the console UI
Horses now produce dung more often
Dung yeilds more Fertilizer
Prevent small sign t-stacking - attempt 2
merge from save217 (Staging wipe)
Fixed chickens being flagged for both navmesh and A*
merge from modders_junkyard
Camper BBQ lighting improvements
Supply drop visibility mods & related files.
Siren spinner animator supports red siren lights too
FX scene backup & airdrop related files.
▌▌█▇▍▋▆▇█ ▄▆▌ ▌▋█ ▇▇█▉ ▉▇▊▇▇▆▍▌ ▊▉█▆▇▄▌▇/▍▇▌▊▄▉▆▆▅ ▆▉▄▌▇▌▉
Removed a camper debugging convar
Modular car lights will now stay on if the driver switches seats (will turn off when a player dismounts if there are no other players in the car)
Fix fluid connections to tanker module not disconnecting properly
▇▊▄▋▊█ ▄▋▌█▅▋▍▇ ▍▆█▉▇▅▇▊▋ ▉▌ ▍▅▋▄▆▊█▍ + ▊▊▍▄▅▍
Added profiling for PuzzleReset script
Added World.LoadedFromSave boolean (can be checked in BaseEntity.Spawn and BaseEntity.Load to see if the current session was loaded from a save)
Merge from benchmarking_update