branchrust_reboot/main/global_networked_basescancel

398 Commits over 153 Days - 0.11cph!

6 Months Ago
Force disable GNB because of issues with mirrors
6 Months Ago
merge from main -> gnb
7 Months Ago
Move `OnConectedToServer()` to Awake() to fix NRE with GNB enabled on certain minigame servers
7 Months Ago
merge from main -> globl_networked_bases
7 Months Ago
Cherrypick 88308 and 88309 (MaterialPropertyBlock not rebuilding after resize)
7 Months Ago
Command to manually expand render buffers
7 Months Ago
merge from main -> global_networked_bases
7 Months Ago
Send global update the next frame (to account for parenting after the entity is spawned)
7 Months Ago
Merge from main -> global_networked_bases
7 Months Ago
merge from main -> global_networked_bases
7 Months Ago
Reset index of trianglebuffer & indexbuffer when creating geometry buffer
8 Months Ago
Fix SLOD of standard cliff material as well
8 Months Ago
Change arid cliff lowest quality LOD from `Standard` -> `Rust/Standard` shader
8 Months Ago
Cleanup
8 Months Ago
Fix global networking using excessive amounts of bandwidth
8 Months Ago
▍▆▋██▅▆▄▉▅ █▄█▉▊ (▄▋▊ ▌▍▌▉ ▉▅▍▌▅▄ ▍▋█▆▉▄)
8 Months Ago
▅█▊ "▊▉▋█▉▍▇▌▌▉▌▉▍▆▉█▍▅▇()" ▇▊▊█▍▍▇▆ ▊▌▆ ▋▊ ▊▋▉ ▍▋▅█▊▅▄▉ ▄▍▅▇▉ ▇▊ ▋█▋▄▄▄▅▌█ ▆▊▊ ▄▉▌▅▍▆▊ ▊▋▋▋▋▆
8 Months Ago
Enable emmisive on root combiner & branch lights
8 Months Ago
Fix upgrade gibs & destroy gibs for shipping container being rainbow colored
8 Months Ago
Merge from main -> global_networked_bases
8 Months Ago
Disable RendererBatch component on all container skin prefabs
8 Months Ago
Tool to disable render batching for container skin
8 Months Ago
Merge from main -> global_networked_bases
8 Months Ago
Remove LOD2 from stone wall frame
8 Months Ago
Don't render submeshes without a material (used to use the last material) Fixes ramps having texture atlas at lower LOD
8 Months Ago
Fix wood ramp using Standard material instead of Rust/Standard
8 Months Ago
Move back to manually requesting mipmap of textures from materials (ShaderUtil is editor only) Add detail layer textures
8 Months Ago
#CLIENT out material changes
8 Months Ago
Change stone wall frame shadow material to shadow material Add tool to list all prefabs with incorrect shadow material
8 Months Ago
Move MaterialCache to a separate .cs file Request the highest mipmap every single texture attached to a material (to handle both standard and blend shaders)
8 Months Ago
Set multidraw convar enabled by default (regardless of unity version to fix default value) Add bool `IsMultidrawEnabled` and return false in 2019
8 Months Ago
Remove reflection probe from triangle container floor (making it look like stone)
8 Months Ago
Remove instancing from sandbag & stone barricades (they have skins) and from industrial combiner & splitter (left over from prototype)
8 Months Ago
Cherrypick 86942 (fix to enable multidraw by default in 2021)
8 Months Ago
Region out texture streaming fix in 2019
8 Months Ago
Cherrypick 87152 (texture streaming fix)
8 Months Ago
Cherrypick 87113 & 87147 (brick colored fix)
8 Months Ago
Re-enable emissive on IO light material
8 Months Ago
Cherrypick 87094 (createprefab debug revert)
8 Months Ago
merge from main -> global_networked_bases
8 Months Ago
Cherrypick 87085 & 87088 (preprocess ignore monuments & tugboat door placeholder)
8 Months Ago
Cherrypick 87026 (--normal-rendering order change)
8 Months Ago
Merge from main -> global_networked_bases
8 Months Ago
Increase scale of "highlight" effect so it doesn't clip into the mesh
8 Months Ago
Disable instancing when upgrade gibs effect is happening
8 Months Ago
Only send global updates to clients with instanced rendering enabled to ensure server performance is ok Add `limit_global_update_broadcast` convar to control above behavior
8 Months Ago
Ensure everything is disabled when `--normal-rendering` is set
8 Months Ago
Codegen
8 Months Ago
Add `global_network_debug` convar to control printing "took X time to send trees / global updates to player"
8 Months Ago
Merge color_overrides -> global_networked_bases