userGriglercancel
branchrust_reboot/main/sculpturescancel

71 Commits over 30 Days - 0.10cph!

29 Days Ago
optimized island cleanup to 0.25x the cost, flat 2 pointer array instead of a NativeQueue and replacing frequent coord->index conversion for index stride offsets
29 Days Ago
merge from main
31 Days Ago
defer completion of sculpting GUI collider baking until the next controller's update, it can be done entirely in the background without hollding the main thread
31 Days Ago
merge from main
32 Days Ago
merge from main
39 Days Ago
Fixed sculpture save/load to file, added ability to send save to data to all sculptures in radius
39 Days Ago
using a proto message for serializing sculpt data rather than raw byte array storage - should be more flexible for altering the format, let's us bake data about the space the array refers to - still LZ4 compressing the proto bytes because we get 10:1 for data like this
39 Days Ago
replaced crc RPC-synced value with SyncVar, much cleaner
40 Days Ago
parallel censor application by-slice using concurrent NativeStream readers
40 Days Ago
initial improvement to censor chunk generation, NativeStream to parallelize shape creation
40 Days Ago
fixed sculptures requesting and loading sculpt data twice on load
40 Days Ago
merge from main
40 Days Ago
replaced huge NativeList triangle alloc for a NativeStream on TempJob, 10x less memory usage with no performance loss
40 Days Ago
let generators resize internal native alloc back to 0 after 10s of not being used + codegen
40 Days Ago
handling max-triangles length properly
40 Days Ago
small fixes
40 Days Ago
codegen
40 Days Ago
ripping IO out of BaseSculpture, will need to be separated later as a sub-entity for ice so it's cleaner
41 Days Ago
convert sculpting controller to us InputSystem
41 Days Ago
merge fixes
41 Days Ago
merge from christmas2025_DLC/ice_sculptures for code changes