userJake_Richcancel
branchrust_reboot/main/global_networked_basescancel

377 Commits over 153 Days - 0.10cph!

1 Year Ago
Implement compacting array of meshes when expanding but it still sucks
1 Year Ago
Add "remove instancing" menu option to remove instanced rendering from prefabs Remove instanced rendering from TC (DeferredMeshDecal)
1 Year Ago
Fix instanced entities (wooden boxes) that only show inside network range not showing after server restart
1 Year Ago
Enable instancing for locker & TC
1 Year Ago
Network++ up to 2500 to avoid conflicts on aux2
1 Year Ago
Garage door uses normal rendering in network range
1 Year Ago
Implement disposing / cleanup of instanced rendering when leaving server ConVar.Mesh.quality will scale instanced rendering LODs too
1 Year Ago
Cleanup GlobalNetworkHandler
1 Year Ago
Fix blue deploy guide not showing for instanced prefabs Assign the runtime created MeshRenderConfig to InstancedMeshFilter so we can grab it from the PrefabAttribute
1 Year Ago
Manually set "globalBuildingBlock" for all building block prefabs
1 Year Ago
Remove magic "is BuildingBlock"
1 Year Ago
Convert sleeping bag and bed
1 Year Ago
Change `global_rendering` convar into a command line argument `--use-normal-rendering` Block planter box material changing behind `-use-normal-rendering` instead of the runtime toggle of instanced rendering
1 Year Ago
Fix minimum distance for first LOD in RendererLOD being 1m allowing you to see through walls when close up (set to 0m for instanced rendering)
1 Year Ago
Converted conditional model prefabs
1 Year Ago
Fix prefab converter missing conditional models for building blocks (mainly foundation walls)
1 Year Ago
Furnace lit material
1 Year Ago
Fix ConstructionPlaceholder renderers not being removed
1 Year Ago
Remove EmissionToggle component on instanced prefabs Prevent PlanterBox from trying to update material when instanced
1 Year Ago
Re-convert cliffs as InstancedMeshFilter was missing from RendererLOD for some reason
1 Year Ago
Fix formatting of debug of renderers
1 Year Ago
Fix PrefabPreProcess using Cast<> instead of OfType<> Add debug command to print all renderers and number of meshes they are rendering
1 Year Ago
Client & Server compile fixes
1 Year Ago
Fixed so doors (and other placeholder entities) will always show default skin outside of network range Massively simplify render component stripping for instanced prefabs Revert MaterialReplacement so it still adds to prefabs & strips them out right after for instanced prefabs
1 Year Ago
Prefabs updated after removing field
1 Year Ago
Remove "HideInsideNetworkRange" field
1 Year Ago
Move "HideInsideNetworkRange" from individual `InstancedMeshFilter` to `InstancedEntityComponent` Move code to only show instanced rendering outside network range from `PrefabScheduler` to `EntityScheduler`
1 Year Ago
Workshop skins work (but a hacky way)
1 Year Ago
Prevent MaterialReplacement from being added in PrefabPreProcess if InstancedMeshFilter is attached Start with to handle workshop skins
1 Year Ago
Convert rug, landmind & floor spikes
1 Year Ago
Right click option will handle multiple selected prefabs
1 Year Ago
Convert garage door manually with an instanced placeholder mesh (since it's a SkinnedMeshRenderer)
1 Year Ago
Manually convert doors and mark as "normal rendering in network range"
1 Year Ago
Can now right click individual prefabs and convert them with the right click context menu Add method to de-convert prefabs from instanced rendering (mainly used to redo conversion from scratch) Fix MeshRenderers being stripped when entity needs to use normal rendering within network range
1 Year Ago
Don't run OnPreCull unless in playmode (errors)
1 Year Ago
One inverted bool convar = hour of debugging
1 Year Ago
Manually convert doors
1 Year Ago
Convert some building prefabs & mats
1 Year Ago
Fix prefab converter, add option for some building prefabs
1 Year Ago
Cherry pick 84602 (BeginWrite called twice)
1 Year Ago
Cleanup
1 Year Ago
Convert sam site bottom to RendererLOD Update sam site prefab with new InstancedMeshFilter
1 Year Ago
Fix entity update being recieved before global network update
1 Year Ago
Cleanup
1 Year Ago
Merge from main -> global_networked_bases
1 Year Ago
Fix entity configs not being added & windmill prefab updated
1 Year Ago
Prefabs being migrated to new format in a separate commit
1 Year Ago
Change `InstancedMeshFilter` from List<Renderer> to single Renderer each and have multiple components Refactor existing code to work the new component data layout
1 Year Ago
Another code fix
1 Year Ago
Code fixes of converter