userGriglercancel

1,528 Commits over 730 Days - 0.09cph!

2 Days Ago
switched to a strategy pattern to move type switching out of the hot loop
2 Days Ago
unifying SDF shapes into a single struct
3 Days Ago
merge from spawn_terrainignore_fix
3 Days Ago
potential fix for spawning inside TerrainCollisionIgnore not working
4 Days Ago
added more sculpting shapes, current set is now: - sphere - box - cylinder - capsule - cone - hexagonal prism
4 Days Ago
RustIcon inspector and picker can render both old and new range of icons
4 Days Ago
better init state for baseplate
4 Days Ago
setup baseplate render (toggelable) inside sculpting gui
5 Days Ago
carve mode hotkeys
5 Days Ago
fixed serialization buffers not being initialized correctly in all cases
7 Days Ago
merge from main
12 Days Ago
merge from main
12 Days Ago
got ui2 sculpture admin panel working
12 Days Ago
disable hit-guide shadow casting
12 Days Ago
dev rock mat
12 Days Ago
fixed rock sculpture turning into ice on pickup
12 Days Ago
on-deploy default data fix
12 Days Ago
minimal rock sculpture prefab setup
12 Days Ago
buffer missuse fixes
13 Days Ago
axisFromEdge lookup instead of computing it from the stride
13 Days Ago
array length correction
13 Days Ago
edges identified with a unique key and generate vertices coherently, replaces hashing with direct indexing so it's 2x faster again
13 Days Ago
merge from main
14 Days Ago
switched triangle stream for just an edge stream, gives burst a cleaner loop so it's twice as quick
14 Days Ago
cleanup
14 Days Ago
micro-optims for triangle processing jobs
14 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
14 Days Ago
merge from main
16 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
16 Days Ago
merge from main
16 Days Ago
merge from bc_better_scaling
16 Days Ago
frontier hazmat warning spam fix
16 Days Ago
fixed frontier hazmat skin constraint setup on right side
16 Days Ago
setup BC controller bone retargeting on some assets for proper alignment with playermodel states
16 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
17 Days Ago
merge from main
17 Days Ago
merge from main
17 Days Ago
merge from main
17 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
17 Days Ago
better scale handling, handles scale outside of direct controller->origin transform chain, with early exit to avoid extra work on non-scaled chains (majorative case) - also improvements to FrameUpdate overhead
18 Days Ago
assign proper scaling root to spawned charms in skin viewer
18 Days Ago
merge from main
18 Days Ago
Move bc simulation into its own unit-scale sim-space using a basis of either the controller transform or the VM transform - allows simulation to not be affected by VM-scaling, should be significantly more stable
19 Days Ago
small transform access usage change
19 Days Ago
disabled editor-only sync on all bc materials
19 Days Ago
merge from rhib_cargo_fixes
19 Days Ago
shift the RHIB's COM down for a short time after releasing from cargo so its launch is more stable
20 Days Ago
wake rhib buoyancy on release
20 Days Ago
fixed skin constraint setup on frontier hazmat
20 Days Ago
merge from bc_simspace_jank_fix