reporust_rebootcancel

123,615 Commits over 4,171 Days - 1.23cph!

13 Days Ago
Bugfix: UsePlayerUpdateJobs 1/2 - extend the previous bugfix to the after-validate-recache logic - Also fixed resetting a bunch of per-player state during the recache step Tests: loaded map, hover-swim doesn't reproduce anymore (this time no exceptions)
13 Days Ago
Optimized the crap outta the chandlier drawcalls. +related mesh and mat files.
13 Days Ago
▅▊▅▋▌▄▋ ▆▌▋▄▇▌▍▉▊▆ ▊▉▍█▄▌▄▍▄, ▉▊▅▆▌ ▇▄▋▉ ▍▅▆█▊▋ ▄▊█▉▍▋▅ ██▇▉ ▅▄▇▄▋ ▄▌▌█▄
13 Days Ago
Lowered SSS further on blue tarps Medical bay dressing progress
13 Days Ago
Fix still wet after dying
13 Days Ago
- Fix rcExpandTileBounds not matching c++ code exactly, causing tile seams to be discontinuous - Fix query extents being doubled when sampling - Expose min region size to c# - Start making editor tool to find and replace all navmesh obstacle components
13 Days Ago
merge from canyon-fog-fix
13 Days Ago
drop off biome fog density under ocean level, fixes canyons being full of fog
13 Days Ago
spas12 viewmodel - added ads anim
13 Days Ago
Added collision to farm barge container shells. Replaced beach parasols with static versions.
13 Days Ago
draw physics world bounds on ValidBounds gizmos to ensure they line up sensibly
13 Days Ago
Fix impact effects on the mannequin only appearing near the feet
14 Days Ago
▇▊▇█▉▆ ▉▅▊▆▄▌█▆ ▋▇ ▍▊▉▋ ▍▋ ▅▆▉▅_▇▊_▋▌▆█▇▌▊.█▍▄
14 Days Ago
▇▄▍▄▊▉▊ ▅█▉▉▆▄▅ ▇▅▄▇▉ ▄▋ ▆▋▉▇_▌▊_▇▅▆▉▌▉▌ ▍▇▆▋ ▇▅ ▄▄▄▇▉▆█▉ ▍▋▅▇ ▍▋▅▄▇ █▊▋▍▆▄.
14 Days Ago
merge glass_fix_resourcerefs to main
14 Days Ago
Remove refs, compare physics materials by name instead. (physics materials don't have guid to paths baked.)
14 Days Ago
Improve mannequin model part hiding with skin overrides
14 Days Ago
Implement pathfinding iteration limit, so that paths to unreachable polys waste less budget
14 Days Ago
- Fix chunks not being correctly processed - Add budget queue when rebuilding tiles at runtime - Add command to test rebuild of tiles
14 Days Ago
Jungle ak viewmodel - fix for ads dryfire
14 Days Ago
Merge fixes from /indirect_instancing
14 Days Ago
Rebase on /main
14 Days Ago
- Don't perform `graphics.aggressiveshadowlod` optimisation on shadow proxies. - Only respect `indirect_instancing.shadows` when Indirect Instancing is enabled.
14 Days Ago
▌▊▉▇▊▇ ▋▅▊█▇▄_▍▋▍ ▇▌▋▍▉▋▌▄ ▌▆▋ ▋▋▄▉█▄▋ ▆▆▇▄▋▉▊ ▅▍█▌▍▌▄▆
14 Days Ago
decor_lighting_dlc -> main
14 Days Ago
Deployable snapping for the table lamp
14 Days Ago
Deployable snapping for the Mannequin
14 Days Ago
Added snapping to the spotlight
14 Days Ago
Added snapping support to the two types of beanbag
14 Days Ago
▅▍▇█▊ █▋▊▉ ▄▋▄▋▄▊▋▄▅▋_▄▉▊▉▊▇▍▍▅_▊▆▅▋▅▄▅
14 Days Ago
merge from decor_lighting_dlc/gameplaypass
14 Days Ago
merge from decor_lighting_dlc
14 Days Ago
viewmodel chainsword update attack animation edits
14 Days Ago
merge from ui_mipmaps_fixes
14 Days Ago
Wheat icon mipmap group set to UI
14 Days Ago
merge from main
14 Days Ago
Merge: from baseplayer_serverupdateparallel - Bugfix: UsePlayerUpdateJobs 1/2 - players no longer randomly start swimming when parented to entities Tests: loaded map from AU Prem 1 and went on to excavator - no longer swimming
14 Days Ago
Merge: from main
14 Days Ago
merge from decor_lighting_dlc
14 Days Ago
Fixed string lights with no wire slack looking terrible
14 Days Ago
More farm barge set dressing
14 Days Ago
Apply the stringpool fix to ~20 more entities
14 Days Ago
merge from main
14 Days Ago
Fixed fairy and string lights wire thickness causing issues when not using wire slack
14 Days Ago
merge from naval_update/deep_sea
14 Days Ago
Fixed deep sea spawning erroring on other scenes
14 Days Ago
Clean: Replace persistent native WaterFactorCache with transient native allocs This is slower, but it's not the hot path and it simplifies code and avoids polluting intellisense. Tests: ran unit tests
14 Days Ago
Disabled deep sea island spawning on that branch, its causing errors when entering play mode from other scenes than Craggy
14 Days Ago
merge fix_static_respawn_areas to main
14 Days Ago
Bugfix: UsePlayerUpdateJobs 1/2 - use world pos/rots when running water queries Previously it used local pos/transf, which was incorrect when parenting happened (excavator as example). Tests: jumped on excavator, validated that the water queries are running in the right location with UsePlayerUpdateJobs 2