branchrust_reboot/main/wire_slacking/optimisationscancel

27 Commits over 0 Days - ∞cph!

2 Months Ago
Fixed some wire parenting update issues when a single line is attached to multiple doors
2 Months Ago
merge from main
3 Months Ago
Minor WireTool optim: don't run all the reconnect logic when clearing the wire
3 Months Ago
Fixed doors returning wrong total line anchors count
3 Months Ago
Fixed a pooling issue with destroyed doors not clearing their line anchors + minor code cleanup
3 Months Ago
merge from main
3 Months Ago
▇▍▊▉▇▆▉ ▉▅▅ █▆▌ ▇▆▅▆ ▊▅▆▊▍█ ▆▊▉▍▋ ▄▍▋▋▊: ▅▌▊ █▇▌▆▆ ▆▋ █▄▆▄█ ▄▉▋▉▉ ▉▌█ █▇▌▋ ▆▋█▅█▊▊ ▋█ ▊▋▍▋▍ ▍▇▆ ▄▅██ █▋▉ ▆▅ ▆▄ ▇█▅▄█▄ ▍▉▌
3 Months Ago
Fixed line anchors fuckery again
3 Months Ago
Resize the arrays if we're adding more than 18 points to the line (creative mode allows for 999 points)
3 Months Ago
█▆▊▍▆▆ ▊ ▉▆█▄ ▄▇ ▉▆ ▅█▌▄ ▋▇▅▋▆▋ ▌▉▄▄▋
3 Months Ago
▍▇▉▇▌ ▊▆▄▌▇▋ ▋▇▍▅▇ ▆▍▍▉▍█▆▆ - █▌▍ ▅▆▇ ▌█▇▄▌▋▋▄█▌ ▆▇▅▊█▇█▋▌▌ ▋▅▆▌ ▅▉▅ ▇▌▄▊ ▅▋█ ▉▇█▆▅▇▉ (▅█▅▇▉ ▆▊▌▅ █▅▆▇▊ ▊▆ █▌ ▇▊█▅█▅▅▉▊▄▄ ▍▅▊█▇ ▉▋▄▉▊▆▉ ▉▋▉█▌█▌▌ ▅▍ █▋▋▄▄) - ▍▄▅ ▄▊▉▋▅▆▉ ▌▄▄ ▍▅▍▆▄▄ ▍▇▌▊▇▅ ▋▆▍▄▋
3 Months Ago
Fix insufficient array lengths when dealing with wires > 20 points (not just a creative mode issue, some monuments like airfield have static connections with quite a few points)
3 Months Ago
Merge from main
3 Months Ago
NotifyLOD component on hose prefabs
3 Months Ago
Code cleanup, comments
3 Months Ago
Fixed wire length calculation
3 Months Ago
▅▄▇▋▆ ▄▌█▉▉▇▊▋▆ ▌██ ▇▇▋▄ -> ▍▆▉▊▍ ▆▉▍▌▄▍▉▉▆▆ ▍▌▇▇ ▍▍▇▍▆█▇ ▌▄▄ ▍▉▇▌▇ ▅▌▋ ▄▇▌▆ █▋▉█ ▄▅▄▊▉▉▍▄▋▅▉▇▇
3 Months Ago
3 Months Ago
▆▅█ █▉▉▊▅▉ ▌▄▍▌▌▌▆ ▍▍ ▋▍▉▆▉ ▆▄ ▉▄▆▍▍ ▆▅▆▆▌▌▅▍▆ ▋█▋▄▊▊▋ ▉▆█▉▅ ▍▌▅▇▄▊▆ █▍██▅▉ ▊▍▋▉▍▄ ▅▍▊▄█▋▅▌▉▇▄ ▌▋▇▋ ▇▇▄▍▌▅▌ ▉▇▇▄▉ (▉▄▋▍▍ ▆█ ▇)
3 Months Ago
Update line anchor using jobs
3 Months Ago
▌▆▄▇▅ ▆ ▉█▄▉█ ▉█ ▉▇▆ ▆▆█▄▆▇ ▅▉ ▋▍▄▉█ █▍▋▄ ▅▅▅ ▊▄ ▋▉▆▅█▄▌▌ ▊▌ ▅▇▆ ▊▄▌▇ ▉▄▉▊, ▆▆▍ ▍▉ ▊ ▋ ▉▆▇'▆ ▉▅▉ ▍▋▄▍▄▊ ▌▆▅█▅▅▆ ▊▅▌▊ ▄▅█▉ ▆ ▆▅▍█▅ ▇▇ █ ▍▌▅▅ ▄▄▆▊▄ ▌▋▍▄ ▉▌ ▇▇▄▇█ ▋▅▇ ▋▄▊▉▍▍▊▉
3 Months Ago
merged main into wire_slacking/optimisations
3 Months Ago
Make sure a job cannot last more than 4 frames, so we can use TempJob allocators Code cleanup
3 Months Ago
Don't stall the main thread and apply wire slack job result only when its finished Removed RendererLOD from wires prefabs, use NotifyLOD instead and hide it in code Don't update moving wires when hidden
3 Months Ago
float3 instead of Vector3, moving wires fixes
3 Months Ago
Bezier.ApplyLineSlack micro optims
3 Months Ago
Moved wire slack calculation to job system, wip