reporust_rebootcancel

121,493 Commits over 4,048 Days - 1.25cph!

54 Days Ago
▊▍▌▊▋█
54 Days Ago
Merge from crocodile
54 Days Ago
Port croc corpse carry ragdoll stability fixes to tiger
54 Days Ago
- Improve crocodile behaviour against static prey - Fix crocodile getting stuck cycling between states when live prey is near food
54 Days Ago
Fix player corpse bouncing a lot when carried by the crocodile
54 Days Ago
Fix croc sliding during zigzag bite
54 Days Ago
merge from large_planter_deployables_fix
54 Days Ago
merge from graphics_ui_doubledigit
54 Days Ago
merge from hbhf_optims
54 Days Ago
merge from lodbias_min_clamp_increase
54 Days Ago
merge from trophy_nre
55 Days Ago
Weapon rack parachute NRE fix
55 Days Ago
Clamped minimum lodbias to 0.5
55 Days Ago
█▍▆▄▋▇
55 Days Ago
▍▊▉▌▇█
55 Days Ago
█▇▌▉▌▊
55 Days Ago
Check if player model exists before trying to assign skin variables
55 Days Ago
merge from main
55 Days Ago
merge from trophy_nre
55 Days Ago
Fix small trophy player heads not appearing on first time player enters network range
55 Days Ago
Jungle plants progress
55 Days Ago
merge from trophy_nre
55 Days Ago
▅▇▌█ ▇▌▆ ▅▄▊██ ▊█▅▊█▅▍▄█▉▋▍▄▌▄▅ ▉▍▊▋█▇▉ ▇▅ ▆▊▋▇▅▋▉ ▇█▍▊▅▍▆▅ ▌▅▉▊ ▊ ▌▇█/▌▅▊▄▄, ▋▄▇▍▋ █▅█ ▅▊▇ ▌▅▊▊▍█ ▍▊ ▋▉▍▆▌▍▋▇
55 Days Ago
merge from puzzle_reset_underground_fix
55 Days Ago
progress on baking normal map/smoothness
55 Days Ago
Added refresh_foliage console command
55 Days Ago
Pixelate censor fixes
55 Days Ago
Underwear censor fixes
55 Days Ago
Rebase on /main
55 Days Ago
Merge from fix_texture_streaming_2: Super cautious texture streaming enablement!
55 Days Ago
Cherry pick live fixes
55 Days Ago
Be very cautious about enabling texture streaming. Only enable it if Texture.streamingTextureLoadingCount = 0 and Texture.allowThreadedTextureCreation = false. If not, set Texture.allowThreadedTextureCreation = false and try again in 1 second. One second is enough to upload a few textures, right?
55 Days Ago
revolver setup
55 Days Ago
pretty dirty WIP approach to erosion in a job, needs cleanup and splat writing fixing
55 Days Ago
Update: leaving an optim todo idea comment Tests: not applicable
55 Days Ago
Update: sprinkle some profiling scopes Tests: ran unit tests
55 Days Ago
Merge from fix_texture_streaming_2
55 Days Ago
Remove checking of Texture.streamingTextureLoadingCount during TextureStreaming.Update()
55 Days Ago
exported updated crocodile intimidate attack anim
55 Days Ago
Disallow threaded texture creation whenever a loading screen is displayed. This should slightly improve loading times and further mitigate texture streaming race conditions.
55 Days Ago
55 Days Ago
Shader and colour refinements. Added hemisphere support
55 Days Ago
Setup a scrolling diagonal material
55 Days Ago
Optim: use persistent allocs in GetWaterLevels - I need to properly clean those up at server shutdown, but I'll solve that later 1k waves perf test shows ~100micros savings and no allocs - 1.45ms vs old 1.55ms. This is final optim in the area for now, making us ~80% faster than vanilla managed code(8.6ms). Tests: ran unit tests
55 Days Ago
Merge from fix_texture_streaming_2: Replace assertion with just a warning
55 Days Ago
Replace assertion with just a warning
55 Days Ago
Fix spine deform not being applied during locomotion
55 Days Ago
▅▆▆▆▊ ▍▋▄▄▍▅▍ ▊█▉▊▆ ▇▊ █▄▌▊▅ ▇▍▋▇▆▇▍▅▅ ▅▋ ▆▇▉██ █▋▇▅▄▅▉▌█▉▊ (█▍ ▇▍▇▊▄ ▌▊▅) ▇▌ ▋▄▄ ▌▉▊▆▆▋▍▅
55 Days Ago
Optim: remove last managed loop that picks between dynamic waves and static water 1k test with waves shaves off ~0.25ms - 1.55ms vs previous 1.8ms Tests: ran unit tests
55 Days Ago
more head rotation during crocodile intimdate attack anim