reporust_rebootcancel

117,471 Commits over 3,987 Days - 1.23cph!

11 Days Ago
Orchid, rose, sunflower, wheat placement meshes.
11 Days Ago
Change honeycomb cook time to 2 seconds so it doesnt look like a 10x server when cooking
11 Days Ago
Setup proper protection for beehive so it doesnt break in 4 bullets
11 Days Ago
Make crocodile waddle back to water if they strayed too far from it during a chase
11 Days Ago
bees -> bee_grenade2
11 Days Ago
Make GetCoarseVectorToShore more explicit and intuitive (no need to remap Y to Z and to extract distance from Z anymore)
11 Days Ago
Merge: from texttable_allocs - Replacing old TextTable with the new one that allows deferred formatting and avoids allocs Tests: new unit tests and manual invoke of server.playerlistpos and status commands on Craggy
11 Days Ago
Optim: replacing old TextTable with the new one - Updated Server.GetPlayerListPosTable to new APIs Synthetic test of `playerlistpos` for 200 players on Craggy runs in 0.5ms (instead of prev 5ms) and 99% less allocs. Tests: Started Craggy in editor with a synthetic test. Also used a couple TextTable rcon commands
11 Days Ago
Lens dirt, motion blur and sun shafts tooltips
11 Days Ago
Update: make logic match `shouldPadColumns` meaning it was doing the inverted logic before, but didn't affect tests since they used old values before the rename. Tests: ran unit tests.
11 Days Ago
More visibility improvements: - Forced motion vectors off - Larger base size, with a strict max screen size: For better mid range visibility.
11 Days Ago
Tooltip fixes
11 Days Ago
Update: adding extra perf test to track shouldPadColumns influence - Also renamed isForJson to shouldPadColumns Shows 6x perf impact between no pad and pad. Makes sense, since for some types we need to do string formatting and that's heavy. Tests: ran the tests.
11 Days Ago
Dragged out backend fade because screen space scaling.
11 Days Ago
Merge from crafting_update
11 Days Ago
Fixed debug.clearPlayerModifiers typo
11 Days Ago
Update: Add deferred formatting for more types (uint, long, ulong, double, vec3) - Extended tests to cover these cases Tests: ran unit tests
11 Days Ago
Min size up +0.0005 for good measure.
11 Days Ago
Setup the FX for the viewmodel renderer, but left it disabled because a step is missing.
11 Days Ago
Snake scale and colour balances
11 Days Ago
Modal styles and reveal transitions
12 Days Ago
Implemented new Honeycomb Worldmodel
12 Days Ago
Rework crocodile intimidate to be like an alternate combat idle instead of a custom animation state, more consistent with the tiger and easy to reset on pooling + no RPC required
12 Days Ago
Condenser tanks LOD0
12 Days Ago
honeycomb -> bees
12 Days Ago
Optim: don't allocate when writing values via JsonTextWriter - also exposed a `stringify` param that can avoid string conversion Tests: ran unit tests
12 Days Ago
viewmodel - set up idle states as blendtrees for ADS support
Rin
12 Days Ago
Phrases
12 Days Ago
Update: revert back to Newtonsoft.Json - Temporarily reverted the TextTable in use to original version to validate via tests We have to o many json serialization impls, so going to avoid trying to add a new one. I'll have to check if I can rip out the stale dll or not. Tests: ran the unit tests
12 Days Ago
removed duplicated crossbow files from blowpipe folder
12 Days Ago
Merge from crafting_update
12 Days Ago
Merge from cookingv2
12 Days Ago
Merge from planter_stacking
12 Days Ago
Fixed NRE when placing small planter on shelves
12 Days Ago
Premium modal styling and tag
12 Days Ago
Fixed fridge showing 1 power usage in client
12 Days Ago
Fixed fridge not being lockable
12 Days Ago
Merge from amd_dlss_crash
12 Days Ago
Changed the tiger ragdoll prefab layer to the correct layer.
12 Days Ago
merge from /graphics_settings_extra_tooltips
12 Days Ago
Merge from main
12 Days Ago
Added back DLSS code that was removed with a merge from main
12 Days Ago
Assigned all the spoiled food items the vomit sound when eating
12 Days Ago
▇▇▆▋▅ ▄▍▋▌ ▆▅▄▌
12 Days Ago
Added graphics settings ooltips for any that were missing.
12 Days Ago
▆▋▌ ▇▆▆▄▋ ▉█▊ ▉█▇ ▇▉▊▌▄▆ ▇▉▅▅▇▄▇▅▇ ▆▄ █▄▅▌▋▄▄ (▅▉▇▊▌▄ ▇▅▋▇▊▇▅▋ █▆ ▉▋▊▋▍▆▌ ▌▇▇▇ ▆█ ▆▉▉▉ ▊▋)
12 Days Ago
manifest
12 Days Ago
Add option to disable/enable look at and spine deform on a per anim basis, use it to make croc intimidation look better
12 Days Ago
Fix placeholder temperature tea enum/values that look to have been badly merged at some point