userGriglercancel
reporust_rebootcancel

1,648 Commits over 791 Days - 0.09cph!

25 Days Ago
placeholder assets for HitGuide on all carve shapes - cone and capsule pretty shit
25 Days Ago
fixed nasty memory leak with mesh data
25 Days Ago
refactored mesh data to be written directly with the native API and calculate normals ourselves, removes another gross mainthread bottleneck
25 Days Ago
fixed issue with sculpture not always initializing, cleaned up naming conventions
25 Days Ago
fixed capsule carve height being doubled
25 Days Ago
more cleanup
25 Days Ago
dead code cleanup
25 Days Ago
re-add rock sculpture to manifest
25 Days Ago
merge from main
25 Days Ago
merge from main
26 Days Ago
SDF generation from shape modifications is done in the background as well, sculpting has near-zero mainthread cost now
26 Days Ago
fixed non-interacting single-press interactions triggering SDF rebuild
26 Days Ago
cleanup and fix mesh/material separation between sculpting dialog and entity
26 Days Ago
assigned temp baseplate to rock sculpture
26 Days Ago
merge from main
32 Days Ago
merge from main
34 Days Ago
merge from terrain_ignore_fixes
34 Days Ago
apartments complex s2p
34 Days Ago
over-fitting basement terrain ignore volumes
35 Days Ago
over-fitting basement terrain volumes
38 Days Ago
switched to a strategy pattern to move type switching out of the hot loop
38 Days Ago
unifying SDF shapes into a single struct
38 Days Ago
merge from spawn_terrainignore_fix
39 Days Ago
potential fix for spawning inside TerrainCollisionIgnore not working
40 Days Ago
added more sculpting shapes, current set is now: - sphere - box - cylinder - capsule - cone - hexagonal prism
40 Days Ago
RustIcon inspector and picker can render both old and new range of icons
40 Days Ago
better init state for baseplate
40 Days Ago
setup baseplate render (toggelable) inside sculpting gui
41 Days Ago
carve mode hotkeys
41 Days Ago
fixed serialization buffers not being initialized correctly in all cases
42 Days Ago
merge from main
47 Days Ago
merge from main
48 Days Ago
got ui2 sculpture admin panel working
48 Days Ago
disable hit-guide shadow casting
48 Days Ago
dev rock mat
48 Days Ago
fixed rock sculpture turning into ice on pickup
48 Days Ago
on-deploy default data fix
48 Days Ago
minimal rock sculpture prefab setup
48 Days Ago
buffer missuse fixes
48 Days Ago
axisFromEdge lookup instead of computing it from the stride
48 Days Ago
array length correction
48 Days Ago
edges identified with a unique key and generate vertices coherently, replaces hashing with direct indexing so it's 2x faster again
48 Days Ago
merge from main
49 Days Ago
switched triangle stream for just an edge stream, gives burst a cleaner loop so it's twice as quick
49 Days Ago
cleanup
49 Days Ago
micro-optims for triangle processing jobs
49 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
49 Days Ago
merge from main
52 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
52 Days Ago
merge from main