192,974 Commits over 4,049 Days - 1.99cph!

45 Days Ago
Hazmats still nullify all damage coming in from bee stings (stab damage)
45 Days Ago
Merge from jungle_update
45 Days Ago
Merge from crocodile + tiger
45 Days Ago
Fixed incorrect PremiumClientCache refresh delay
45 Days Ago
Merge from main
45 Days Ago
Fix warning spam on tiger Remove test script from craggy
45 Days Ago
rocket factory model changes against boosting
45 Days Ago
Most clothing will now provide some resistance against Bees, resulting in substantially lower damage per second (bees now do standard stab damage rather than bee sting damage)
45 Days Ago
merge from main
45 Days Ago
temporarily reverted combat knife invert so we can debug the workshop tool before any fixes
45 Days Ago
Update: rewrite FinalizeTickParallel in indirect form - GetWaterFactors interface adapted to take indices, but internals are still in gather->process->scatter - Expanded TestWaterFactorsConsistency to cover for various indirection scenarios This simplifies the internals of FinalizeTickParallel and allows for more Burst jobs, but also allows for conversion of GetWaterFactors in indirect mode and state caching. Tests: unit tests + mul-tiple server demo playback (numbers within range)
45 Days Ago
added wood dart to viewmodel projectile and worldmodel setup etc
45 Days Ago
Set usable in turrets. Added muzzle point.
45 Days Ago
edited crocodile swim idle height/pose and made an additive mouth open pose for walk forwards
45 Days Ago
ibc texture brightness tweak
45 Days Ago
ibc tank - adjusted moss
45 Days Ago
Fixed culling issues related to occlusion culling and deferred indirect lighting
45 Days Ago
Merge from main
45 Days Ago
Horse Costume prefab setup
45 Days Ago
- Add croc death anims - Fix croc not caring about threats when eating - Fix NRE after killing player - FIx animal death stats and achievement not working for wolf/tiger/croc
45 Days Ago
fixed sharp seam on ibc tank and adjusted tank to soften edges of body
45 Days Ago
cherrypicking 116460 network++ RC
45 Days Ago
network++
45 Days Ago
Delete test healing dart files/folder to avoid confusion. Removed duplicate dart definition on VM.
45 Days Ago
Apply ViewModelRenderer script to vm darts
45 Days Ago
Merge from main
45 Days Ago
chenged the jungle ziggurat prefab to world layer
45 Days Ago
45 Days Ago
Merge from main
45 Days Ago
merge from jungle ruins
45 Days Ago
cherrypicking premium_servers (avoiding merge from main)
45 Days Ago
Merge from main
45 Days Ago
Remove the equals sign, add "c" for temperature tea consumable display.
45 Days Ago
▅█▍▊▄▅▋▆▆▋▅ ▊▊▄▍▇▋
45 Days Ago
Testing async gpu readback to calculate foliage counts to avoid any consistency issues
45 Days Ago
merge from premium_servers -> main
45 Days Ago
Fixed premium refresh interval being set <5s, clamp it from 30s -> 1hr
45 Days Ago
Fix rotation of paste relative to admin seeming random - was sending a Quaternion which is serialized with spaces and breaks command parsing and being read as a default rotation Fix copybuilding not always working - was sending transform.position instead of eyePos so it was raycasting from the admin's feet and sometimes missing the target
45 Days Ago
Add using statement when client recieves paste from server to dispose protobuf
45 Days Ago
merge from premium_servers -> main
45 Days Ago
Indicate which `hello` api call is the first one
45 Days Ago
More polish.
45 Days Ago
Send pastes from client -> server on a different channel so they don't block player ticks from being sent and cause packet flooding
45 Days Ago
Add support for each overload of ServerRPC to change what channel it's sent on - also fixed `SendMethod.Reliable` for each RPC not being sent assigned in SendInfo (it defaulted to reliable but best to fix)
45 Days Ago
Added a new RPC to roughly sync the players local shield power bar with the server every half a second
45 Days Ago
Player seed updates
45 Days Ago
Allow dashes and underscores in paste filename
45 Days Ago
Prompt users to use `--overwrite` if copying a paste will overwrite a local file Print out number of entities saved when a paste is saved to the client (stash from before the patch)
45 Days Ago
Merge from main
45 Days Ago
merge from main -> copy_paste_clientside_fixes