userJake_Richcancel
reporust_rebootcancel

3,110 Commits over 915 Days - 0.14cph!

1 Year Ago
Change `RenderSlices.Length` to `RendererCount` in the PreCull job
1 Year Ago
Merge from main
1 Year Ago
Merge from global_networked_bases -> main
1 Year Ago
Fix "ghost blocks" appearing due to PreCulling job not reseting slice when a mesh count goes down to 0
1 Year Ago
Fix errors that kick the player not including the serverAddress to sentry Include loglevel of error so we can see what errors kick people
1 Year Ago
Fix "list prefabs" editor button erroring Disable instancing on ladder
1 Year Ago
Merge global_networked_bases/proper_disable_command
1 Year Ago
Add `InstancingConfigComponent` to root level of component Add option via the config to disable instancing on a prefab Disable instancing on `junkpile_i` as it uses a cliff child prefab that supports instancing Also disable instancing on portal prefab
1 Year Ago
Merge from main
1 Year Ago
Merge from global_networked_bases -> main
1 Year Ago
Disable instancing on deployables it was unintentionally left on Enable instancing & global networking on large furnace
1 Year Ago
Add button in editor to list every prefab with instanced rendering enabled
1 Year Ago
Remove instancing from metal shopfront due to glass not working & incase it murders performance if I fix it
1 Year Ago
Fix wooden shopfront door
1 Year Ago
Fix all door prefabs - external gates - cell door - garage door - square + triangle ladder hatch - fence door - double doors
1 Year Ago
Remove `StripEmptyChildren` from garage door & ladder hatch to fix codelocks
1 Year Ago
Standardize `IsInstancingEnabled` and `IsInstancingDisabled` based on convars
1 Year Ago
Merge from main
1 Year Ago
Merge from global_networked_bases -> main
1 Year Ago
Remove instanced rendering from sleeping bag
1 Year Ago
Network++
1 Year Ago
Added `OnKilled()` hook to BaseNetworkable so it broadcasts deleted building blocks outside of network range & doesn't send them when you reconnect
1 Year Ago
merge from main
1 Year Ago
Merge from global_networked_bases -> main
1 Year Ago
Change `LogError` to `LogWarning` when calling Initialize twice
1 Year Ago
Remove `StripEmptyChildren` component from doors: was causing NRE when trying to attach codelock / keylock
1 Year Ago
Change shadow material from `watersplash-1` to `shadows`
1 Year Ago
merge main -> experimental
1 Year Ago
Merge from global_networked_bases -> main
1 Year Ago
Some ints not reset when disconnecting from server
1 Year Ago
Missed clearing recycledCells list
1 Year Ago
Fixed some Dictionarys not cleared when disconnecting Ensure initialization and destroy are called only once (to avoid nativearray dispose errors)
1 Year Ago
Fix `print_global_entities` not actually printing the output
1 Year Ago
Fix error / crash when reconnecting to server
1 Year Ago
Merge from global_networked_bases -> aux2
1 Year Ago
Missing whitespace at end of .meta?
1 Year Ago
Renamed `StripChildren` to `StripEmptyChildren` to clear up function of component Fix empty children stripping to ensure normal stripping runs before empty gameobject stripping
1 Year Ago
Merge from global_networked_bases -> aux2
1 Year Ago
Fix GlobalNetworkHandler not picking up all entities when first loaded into an existing save
1 Year Ago
Merge from global_networked_bases -> aux2
1 Year Ago
Merge from main -> global_networked_bases
1 Year Ago
Update global_networked_bases/2021
1 Year Ago
Cleanup
1 Year Ago
Merge from global_networked_bases -> aux2
1 Year Ago
Mark if mesh is the highest LOD Don't scale highest LOD by FOV or quality setting (to ensure all prefabs cull at the same distance regardless of your settings)
1 Year Ago
Add `supportsComputeShaders` to client performance analytics
1 Year Ago
Fix menu slider for "building distance" not having correct translate phrase
1 Year Ago
Fix GPU culling data not being updated when visibility of mesh is changed (to hide windmills & sam site placeholders inside network range)
1 Year Ago
Added `global_networked_bases` convar to disable networking of global building blocks server side
1 Year Ago
Log time taken to send all global entities to players