userGriglercancel
reporust_rebootcancel

1,605 Commits over 760 Days - 0.09cph!

16 Days Ago
initial iteration of a push/pull sculpting tool that's working by smoothstepping existing data, allows you to very smoothly sculpt in a way that feels more like clay modelling than shape-stamping
16 Days Ago
halving quantized max value for stored data, big quality improvement
16 Days Ago
softened temp hitguide materials
16 Days Ago
refactored save/load commands to be serverside operations
17 Days Ago
re-order autosave tick to avoid touching native data while a job is using it
17 Days Ago
kick off carving physics bake straight away so it's less likely to block the mainthread in the next frame
17 Days Ago
turned the pedestal back on
17 Days Ago
placeholder assets for HitGuide on all carve shapes - cone and capsule pretty shit
17 Days Ago
fixed nasty memory leak with mesh data
17 Days Ago
refactored mesh data to be written directly with the native API and calculate normals ourselves, removes another gross mainthread bottleneck
17 Days Ago
fixed issue with sculpture not always initializing, cleaned up naming conventions
17 Days Ago
fixed capsule carve height being doubled
17 Days Ago
more cleanup
17 Days Ago
dead code cleanup
17 Days Ago
re-add rock sculpture to manifest
17 Days Ago
merge from main
18 Days Ago
merge from main
18 Days Ago
SDF generation from shape modifications is done in the background as well, sculpting has near-zero mainthread cost now
18 Days Ago
fixed non-interacting single-press interactions triggering SDF rebuild
18 Days Ago
cleanup and fix mesh/material separation between sculpting dialog and entity
18 Days Ago
assigned temp baseplate to rock sculpture
19 Days Ago
merge from main
24 Days Ago
merge from main
26 Days Ago
merge from terrain_ignore_fixes
26 Days Ago
apartments complex s2p
26 Days Ago
over-fitting basement terrain ignore volumes
27 Days Ago
over-fitting basement terrain volumes
30 Days Ago
switched to a strategy pattern to move type switching out of the hot loop
30 Days Ago
unifying SDF shapes into a single struct
30 Days Ago
merge from spawn_terrainignore_fix
31 Days Ago
potential fix for spawning inside TerrainCollisionIgnore not working
32 Days Ago
added more sculpting shapes, current set is now: - sphere - box - cylinder - capsule - cone - hexagonal prism
32 Days Ago
RustIcon inspector and picker can render both old and new range of icons
32 Days Ago
better init state for baseplate
32 Days Ago
setup baseplate render (toggelable) inside sculpting gui
33 Days Ago
carve mode hotkeys
33 Days Ago
fixed serialization buffers not being initialized correctly in all cases
35 Days Ago
merge from main
40 Days Ago
merge from main
40 Days Ago
got ui2 sculpture admin panel working
40 Days Ago
disable hit-guide shadow casting
40 Days Ago
dev rock mat
40 Days Ago
fixed rock sculpture turning into ice on pickup
40 Days Ago
on-deploy default data fix
40 Days Ago
minimal rock sculpture prefab setup
40 Days Ago
buffer missuse fixes
40 Days Ago
axisFromEdge lookup instead of computing it from the stride
40 Days Ago
array length correction
40 Days Ago
edges identified with a unique key and generate vertices coherently, replaces hashing with direct indexing so it's 2x faster again
41 Days Ago
merge from main