branchrust_reboot/maincancel

33,673 Commits over 4,140 Days - 0.34cph!

5 Years Ago
Stop the ridable horse's saddle from complaining that it can't switch parent to the ragdoll when the horse dies. It doesn't seem to need to switch, so I'm letting it be destroyed silently with an override - same as existing behaviour, but without the logging. Fixes "SwitchedParent Missed horse.corpse" server log spam.
5 Years Ago
Added another cutoff plane to the above ground pool so the water overlay doesn't trigger when standing underneath a full pool
5 Years Ago
Potential fix for NRE when being killed in a pool
5 Years Ago
Don't do steam server dlc check in editor, it won't work since we don't auth
5 Years Ago
▄▆▇▌▍██▍▋ ▄▄▅
5 Years Ago
Water jug fill sounds are longer and use the new vessel fill sound implementation
5 Years Ago
network++
5 Years Ago
bradley engine is audible from farther away
5 Years Ago
█▆█▇▌▆▆ █▌▉▍▋ ▍▍▉
5 Years Ago
manifest fixed stringpool errors with underwear
5 Years Ago
updated default underwear icon
5 Years Ago
▇▄▊▉▄ ▋▉█ ▇▄▍ ▉▅ ▍▋▊▅▊▆█▍█▉ ██▅▄▇▉▋
5 Years Ago
▌▋▍ ▆▉▍▄▍▆▊▆▌▉▇
5 Years Ago
phrases
5 Years Ago
merge into main
5 Years Ago
▋▉▅█▋ █▆▍▋▅▇▊▋ ▇▆▉ ▄▉ ▅█▇▅▊▋▄▍ ▋▆ ▅▋▄▍▊ ▍▌▇▆ ▆█▋▉
5 Years Ago
merge from summer DLC
5 Years Ago
merge into main
5 Years Ago
Merge from summer_dlc
5 Years Ago
merge from summer_dlc
5 Years Ago
Merge from summer_dlc
5 Years Ago
Merge from summer_dlc
5 Years Ago
restore subtractions due to merge issues
5 Years Ago
subtracting 52767 52762 Causing multiple issues with skinnable items - unable to leave Staging in this state
5 Years Ago
merge from summer_dlc
5 Years Ago
Merge from summer_dlc
5 Years Ago
subtracting 52347 - fix for players stuck inside triggers (ladders)
5 Years Ago
merge from summer_dlc
5 Years Ago
A couple of minor edits to the new carstats var
5 Years Ago
Added carstats console var
5 Years Ago
▅▄▄▆▍▍ ▄▅▉▅█▍
5 Years Ago
phrases
5 Years Ago
network++
5 Years Ago
merge from summer_dlc
5 Years Ago
▄▅▅█▋█ ▍▊▆▆▉▌
5 Years Ago
▉▅▇ ▇▍█▆▉ ▆▇ ▌▅▊▊▆ ▍█▍▌█▋▋▌▇█▄ ▄▋ ▊█▅ ▇▅▅▉█▋▉▄▅ ▍▌▍▋▍▌ ▌▋▆█▆▋█▍▆▋▆▍ ▌▌██▍▋▆█▍█ ▅▌▅▌ ▌▊█▍▌▄█ ▊▆▆ ▉▅▆▇▍▆▍ ▋▅▋ ▊▅▋-▉▌ ▅██▍▇▊ █▆▇▍ ▋▉▇▍ ▅ ▉▆▊▅▍▌▉ ▍▉ ▊▉▇▊█ ▆▊▌ ▍▄▊▊▍▊▌ ▊▄▌▍▇▅▋▊▋▍ ▅▇█▊▉▄, ▊▉▍ ▆ ▋▆▋▋▅▆▌ ▉▆ ▆▉▊▊▌ █▌▍ ▊▉▇▍▍▉▋ ▆▌ ▅▆ █▍▄▄▍█
5 Years Ago
▄▄▊▆▄█ █▉▇▉▅▇
5 Years Ago
merge from/BoatMountingFix
5 Years Ago
Changed Push back to having higher priority than Mount. Reverts rowboat interaction to Push by default.
5 Years Ago
hitting hemp no longer flags the player as hostile
5 Years Ago
█▅▄▋▇ ▄▍█▌ /█▄▆▇▋▌█▋▌▇▌▉
5 Years Ago
skin approval
5 Years Ago
Fixed broken (mostly Asia) translation text on conversation provider
5 Years Ago
Move RemoveInvalidEntities to a safer spot
5 Years Ago
final code gen / phases pass checks
5 Years Ago
fixed armored cockpit cost
5 Years Ago
Reduce car collision damage to players a bit
5 Years Ago
Increased armoured cockpit max HP from 500 to 700
5 Years Ago
Increase brake force power and allow reverse throttle at 3m/s instead of 0.1m/s. Helps particularly with stopping while travelling forward down slopes.
5 Years Ago
Make sure we really never receive hurt damage outside of a hurt trigger by checking RemoveInvalidEntities() each tick. Made RemoveInvalidEntities more efficient.