138,717 Commits over 4,324 Days - 1.34cph!

11 Months Ago
jungle ruins s2p to refresh collider changes
11 Months Ago
Fix typo in RPC name that prevented it from working, causing animations to never be cancelled
11 Months Ago
Fix being able to kite croc around foundation
11 Months Ago
Fix NRE in tiger and croc corpse dragging
11 Months Ago
Merge from snakes
11 Months Ago
Merge from jungle_update
11 Months Ago
Compile fix
11 Months Ago
Set correct material collider to fix impact sounds.
11 Months Ago
Laser detector now detects horses (and anything on the AI layer)
11 Months Ago
merge from laserdetector_ai
11 Months Ago
Bypass storage container loot destruction if about to spawn a corpse Fixes vending machine only dropping 25% of their loot in softcore
11 Months Ago
merge from lootdestroy_corpse_fix
11 Months Ago
Remove unused variable
11 Months Ago
Remove debug logs
11 Months Ago
Bump reposition chance
11 Months Ago
Timings, hit effect.
11 Months Ago
Cleanup
11 Months Ago
Third pass on jungle ruins COL meshes after review. Fixed transforms on stone pile COL. Hooked up missing COL mesh links.
11 Months Ago
Can place wallpaper on blocks already having wallpaper for easy reskinning (if the selected skin is different)
11 Months Ago
Merge: from parallel_validatemove - Removes PlayerCache.ValidPlayers allocs Tests: took a snapshot on Craggy in editor
11 Months Ago
Optim: PlayerCache.ValidPlayers no longer allocates garbage Tests: took snapshot on Craggy in editor to confirm
11 Months Ago
Merge: from main Tests: none, no conflicts
11 Months Ago
Fix compile error
11 Months Ago
Merge: from profiling_improvements - Reduces overhead of serializing to/from ProtoBuf by not tracking BufferStream calls Tests: snapshot on Craggy in editor
11 Months Ago
Update: further filtering of methods - Dropping BaseEntity.Is* methods that are just HasFlag wrappers - Dropping new Rust.Data BufferStream and RangeHandle Should reduce overhead on serialization Tests: snapshot on Craggy in editor
11 Months Ago
Merge: from main Tests: none, no conflicts
11 Months Ago
Merge from workshop_normal_and_compression_fix
11 Months Ago
Merge from reposition
11 Months Ago
Merge from jungle_update
11 Months Ago
scene to prefab all (to refresh tunnel entrances for env volumes)
11 Months Ago
Restore changes to BaseProjectile lost in merge
11 Months Ago
Added a tip for how to climb trees
11 Months Ago
merge from spatially aware branch - underground train tunnels and caves content converted
11 Months Ago
merge from main
11 Months Ago
Experimental vine chaining Hold E while swinging on a vine to automatically grab onto the first available vine at the destination branch Can only chain to destination vines that are within 90 degrees of your direction, so you can't loop back and forwards Can be disabled with VineMountable.allowChaining convar (defaults to true)
11 Months Ago
Another fix for serialisation layout
11 Months Ago
Compile fix
11 Months Ago
11 Months Ago
Added kapok_b variant Manifest
11 Months Ago
Expose DismountViewmodelHoldTime on VineMountable
11 Months Ago
Flatten look angle when deciding what branch to swing to
11 Months Ago
Merge from TransferAllItemsToContainer_nre_fix
11 Months Ago
Speculative TransferAllItemsToContainer nre fix
11 Months Ago
freezing_icon -> main
11 Months Ago
Add a corner icon when meat is being refrigerated. Especially important with the new vending machine fridge https://files.facepunch.com/ianhenderson/1b1611b1/Unity_3xOHJjqneq.png
11 Months Ago
vending_machine_fridge -> main
11 Months Ago
Reset all existing vending machine prefabs to 128 slots for good measure
11 Months Ago
Remove logs, moved capacity code into delayed method.
11 Months Ago
Hardcode capacity into the npc vending machine instead (if the slot number is unset) . They all have the same capacity anyway - saves doing S2P on all monuments with vending machines.
11 Months Ago
Revert last change, add a new disableLerps option to Ironsights component that will override any animation when calculating the viewmodel rotation while in ADS