243,022 Commits over 3,898 Days - 2.60cph!
Added TimeSinceEffect trigger
Added test Hypothermia illness effect, increasing chance to trigger after 30 minutes of having the Freezing effect
Fixed tree collider scales (RUST-1654)
Scudpunk Hoodie no longer for sale, tradable, marketable
Fixed player model sinking halfway into the ground when turning off torch (RUST-1646)
Ai should not walk through barricades
grab move on follow camera
Fixed options menu dropdowns (by making them not dropdowns)
working up UI concepts, created default_screen, need to cut up
RUST-1655 - IndexOutOfRangeException - Spatial.Grid
▉ █▆▋█ ▌▍▄▅▍▍ ▄▌▊▇▍▇▉▍█▆█
▅▍█ ▄▋▊▍ ▅▋▉▄ ▄▌▄▄▍▍█ ▊▆▋▅▍▋▋ ▅▊▆▊▅▆
T2 Furnace deeper foundations
Updated prefabs
Generating extents
Fixed spinner wheel skinnablility
Hacky building interaction ownership system
Don't log "Failed to create agent because it is not close enough to the NavMesh" warnings
Moved desire creation params to BehaviourChain wrapper
Follow camera offset clamp fuckery
combined all invididual SendToClient (for both players) calls into SendToClients to centralise
Follow camera offset fiddling, still shit
Better / fixed pooling for GetVisibleFrom
changed values to make human turning a bit smoother
optimised animationrootmotion.cs slightly
bear root motion fix and also make sure attacks finish before starting the next one
Separated all Messenger.Send calls to Messenger.SendToHost/SendToClient
finished hiding all networkmanager sends behind new Messenger
Biter health reduced 6->5, movement 4->3
Ragdolls now handle explosion and other hit forces as well.
Ragdolls inherit velocity of vehicle hits from the server. Adjusted vehicle->character hit forces. Also renamed PlayerHealth to CharacterHealth since NPCs use it as well.
NPCs now using the new fake trigger collision system that players use. No more real physics collisions from NPCs. Also added a little more support for NPCs in vehicles at some point.
Vehicle hit force mod, and also fixed player getting hurt FX when jumping around on stationary vehicles.