userJake_Richcancel
reporust_rebootcancel

4,224 Commits over 1,188 Days - 0.15cph!

2 Years Ago
Merge from global_networked_bases -> aux2
2 Years Ago
Try ComputeBuffer.SetData() instead of ComputeBuffer.BeginWrite() when expanding the compute buffer
2 Years Ago
Merge from global_networked_bases -> aux2
2 Years Ago
Fix MaterialPropertyBlocks not having new ComputeBuffers assigned when the ComputeBuffer is "resized"
2 Years Ago
Merge from global_networked_bases -> aux2
2 Years Ago
More cleanup & hopefully fixes
2 Years Ago
Merge from global_networked_bases -> aux2
2 Years Ago
Update global_networked_bases/2021
2 Years Ago
Cleanup
2 Years Ago
Fix stackoverflow from typo Fix setting DrawCallCount to material count instead of submesh count
2 Years Ago
Refactor & fix writing IndirectArgs
2 Years Ago
Refactor & fix initialization / cleanup of arrays + compute buffers Fix IndirectArgs not being rewritten after expanding the compute buffer Support renderers that have more submeshes than materials Remove redundant testing convars
2 Years Ago
Merge from global_networked_bases -> aux2
2 Years Ago
Trying to fix errors that appear in CLIENT mode but not CLIENT + SERVER on craggy
2 Years Ago
Merge from global_networked_bases -> aux2
2 Years Ago
Fix IndirectArgs ComputeBuffer not expanding because it is 5 uint each draw call
2 Years Ago
Merge from global_networked_bases -> aux2 (bbq loot panel)
2 Years Ago
Merge from main -> global_networked_bases
2 Years Ago
Merge from global_networked_bases -> aux2
2 Years Ago
Cherrypick 84979 (BeginWrite two new compute buffers)
2 Years Ago
Fix 2021 to use BeginWrite() & EndWrite() on the two new ComputeBuffers (IndirectArgs & InstanceOffsets)
2 Years Ago
Update global_networked_bases/2021
2 Years Ago
Merge from global_networked_bases -> aux2
2 Years Ago
#SERVER compile fixes
2 Years Ago
Add `use_command_buffers` command to toggle between Graphics.DrawMeshInstancedIndirect() and CommandBuffers Can use convar at runtime to switch back and forfth Added manually submitting draw calls back as CommandBuffers broke lighting & were slower after first iteration
2 Years Ago
Finally fixed the rendering so opaque geometry & shadows are kept in separate command buffers... although I would need to add the shadow commandbuffer to each light now
2 Years Ago
Give name to the the instanced CommandBuffer & CommandBuffers created by `CommandBufferSystem` It now renders with the command buffer, just gotta figure out incorrect lighting, multiple meshes overlapping & lighting turning off every 1s
2 Years Ago
Submit DrawCalls via `CommandBuffer` instead of `Graphics.DrawMeshInstancedIndirect()` Hook `MainCamera.OnPreCull()` via a `InstancedCameraComponent` instead of static Action Change shaders to use a commandBuffer to get the start index of each drawcall instead of passing an index into each MaterialPropertyBlock (not completely done, more of a stash)
2 Years Ago
Remove instanced rendering from furnace & planters as they require an extra color to be passed in Some materials missed
2 Years Ago
Merge from main -> global_networked_bases
2 Years Ago
Merge from global_networked_bases -> aux2
2 Years Ago
See if small tweak fixes "virtual mesh not found"
2 Years Ago
Enabling material instancing on a few electrical materials (not custom instancing)
2 Years Ago
Missed the other CS files for `print_prefabs` changes
2 Years Ago
Print number of prefabs added, removed & sort `print_prefabs` by number of prefabs missed
2 Years Ago
Merge from global_networked_bases -> aux2
2 Years Ago
Fix initializing & destroying instanced rendering system not working (at least in editor)
2 Years Ago
Use default skinId for ShadowOnly renderers
2 Years Ago
Merge from global_networked_bases -> aux2
2 Years Ago
After much debugging, turns out trees weren't showing outside of network range due to the foliage-billboard shader missing one bit of instancing setup code
2 Years Ago
Merge from main -> global_networked_bases
2 Years Ago
Merge from global_networked_bases -> aux2
2 Years Ago
Add debug to figure out why trees are not showing as billboards
2 Years Ago
Only scale preculling data by 50% over 32MB and fix it overwriting data (plan to put in a new allocation system later, for now it's maybe 100MB wasted ram)
2 Years Ago
Fix ConstructionPlaceholder not being removed from building blocks
2 Years Ago
Expand the render computebuffer in 2MB increments separately from the culling array expanding
2 Years Ago
Implement compacting array of meshes when expanding but it still sucks
2 Years Ago
Merge global_networked_bases -> aux2
2 Years Ago
Add "remove instancing" menu option to remove instanced rendering from prefabs Remove instanced rendering from TC (DeferredMeshDecal)
2 Years Ago
Merge from global_networked_bases -> aux2