userGriglercancel
reporust_rebootcancel

1,639 Commits over 760 Days - 0.09cph!

22 Days Ago
merge from main
23 Days Ago
SDF generation from shape modifications is done in the background as well, sculpting has near-zero mainthread cost now
23 Days Ago
fixed non-interacting single-press interactions triggering SDF rebuild
23 Days Ago
cleanup and fix mesh/material separation between sculpting dialog and entity
23 Days Ago
assigned temp baseplate to rock sculpture
23 Days Ago
merge from main
29 Days Ago
merge from main
31 Days Ago
merge from terrain_ignore_fixes
31 Days Ago
apartments complex s2p
31 Days Ago
over-fitting basement terrain ignore volumes
32 Days Ago
over-fitting basement terrain volumes
35 Days Ago
switched to a strategy pattern to move type switching out of the hot loop
35 Days Ago
unifying SDF shapes into a single struct
35 Days Ago
merge from spawn_terrainignore_fix
36 Days Ago
potential fix for spawning inside TerrainCollisionIgnore not working
37 Days Ago
added more sculpting shapes, current set is now: - sphere - box - cylinder - capsule - cone - hexagonal prism
37 Days Ago
RustIcon inspector and picker can render both old and new range of icons
37 Days Ago
better init state for baseplate
37 Days Ago
setup baseplate render (toggelable) inside sculpting gui
38 Days Ago
carve mode hotkeys
38 Days Ago
fixed serialization buffers not being initialized correctly in all cases
39 Days Ago
merge from main
44 Days Ago
merge from main
45 Days Ago
got ui2 sculpture admin panel working
45 Days Ago
disable hit-guide shadow casting
45 Days Ago
dev rock mat
45 Days Ago
fixed rock sculpture turning into ice on pickup
45 Days Ago
on-deploy default data fix
45 Days Ago
minimal rock sculpture prefab setup
45 Days Ago
buffer missuse fixes
45 Days Ago
axisFromEdge lookup instead of computing it from the stride
45 Days Ago
array length correction
45 Days Ago
edges identified with a unique key and generate vertices coherently, replaces hashing with direct indexing so it's 2x faster again
45 Days Ago
merge from main
46 Days Ago
switched triangle stream for just an edge stream, gives burst a cleaner loop so it's twice as quick
46 Days Ago
cleanup
46 Days Ago
micro-optims for triangle processing jobs
46 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
46 Days Ago
merge from main
49 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
49 Days Ago
merge from main
49 Days Ago
merge from bc_better_scaling
49 Days Ago
frontier hazmat warning spam fix
49 Days Ago
fixed frontier hazmat skin constraint setup on right side
49 Days Ago
setup BC controller bone retargeting on some assets for proper alignment with playermodel states
49 Days Ago
cleaned up alignment with player states so that we're not using arbitrary axes, relies on proper bone retargeting of the BC controller
49 Days Ago
merge from main
49 Days Ago
merge from main
50 Days Ago
merge from main
50 Days Ago
simpler solution using space transformation without creating a new sim-space - root motion stored as a snapshot and lerped rather than using accumulated deltas, true stability - root motion of 0 now behaves perfectly with rotation, helping keep VM much more stable