userGriglercancel
reporust_rebootcancel

1,658 Commits over 791 Days - 0.09cph!

24 Days Ago
refactor SDF data access and modification to alway be via an internal handle so that it can be baked in the background in all cases, stops a nasty stall when loading large numbers of sculptures but also ensures safe access in all cases
25 Days Ago
codegen
25 Days Ago
merge from main
27 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
27 Days Ago
halving quantized max value for stored data, big quality improvement
27 Days Ago
softened temp hitguide materials
28 Days Ago
refactored save/load commands to be serverside operations
28 Days Ago
re-order autosave tick to avoid touching native data while a job is using it
28 Days Ago
kick off carving physics bake straight away so it's less likely to block the mainthread in the next frame
28 Days Ago
turned the pedestal back on
28 Days Ago
placeholder assets for HitGuide on all carve shapes - cone and capsule pretty shit
28 Days Ago
fixed nasty memory leak with mesh data
28 Days Ago
refactored mesh data to be written directly with the native API and calculate normals ourselves, removes another gross mainthread bottleneck
28 Days Ago
fixed issue with sculpture not always initializing, cleaned up naming conventions
28 Days Ago
fixed capsule carve height being doubled
29 Days Ago
more cleanup
29 Days Ago
dead code cleanup
29 Days Ago
re-add rock sculpture to manifest
29 Days Ago
merge from main
29 Days Ago
merge from main
29 Days Ago
SDF generation from shape modifications is done in the background as well, sculpting has near-zero mainthread cost now
29 Days Ago
fixed non-interacting single-press interactions triggering SDF rebuild
29 Days Ago
cleanup and fix mesh/material separation between sculpting dialog and entity
29 Days Ago
assigned temp baseplate to rock sculpture
30 Days Ago
merge from main
35 Days Ago
merge from main
37 Days Ago
merge from terrain_ignore_fixes
37 Days Ago
apartments complex s2p
37 Days Ago
over-fitting basement terrain ignore volumes
38 Days Ago
over-fitting basement terrain volumes
41 Days Ago
switched to a strategy pattern to move type switching out of the hot loop
41 Days Ago
unifying SDF shapes into a single struct
42 Days Ago
merge from spawn_terrainignore_fix
42 Days Ago
potential fix for spawning inside TerrainCollisionIgnore not working
43 Days Ago
added more sculpting shapes, current set is now: - sphere - box - cylinder - capsule - cone - hexagonal prism
43 Days Ago
RustIcon inspector and picker can render both old and new range of icons
43 Days Ago
better init state for baseplate
43 Days Ago
setup baseplate render (toggelable) inside sculpting gui
44 Days Ago
carve mode hotkeys
44 Days Ago
fixed serialization buffers not being initialized correctly in all cases
46 Days Ago
merge from main
51 Days Ago
merge from main
51 Days Ago
got ui2 sculpture admin panel working
51 Days Ago
disable hit-guide shadow casting
51 Days Ago
dev rock mat
51 Days Ago
fixed rock sculpture turning into ice on pickup
51 Days Ago
on-deploy default data fix
51 Days Ago
minimal rock sculpture prefab setup
51 Days Ago
buffer missuse fixes
52 Days Ago
axisFromEdge lookup instead of computing it from the stride