userGriglercancel

1,563 Commits over 760 Days - 0.09cph!

28 Days Ago
fixed rock sculpture turning into ice on pickup
28 Days Ago
on-deploy default data fix
28 Days Ago
minimal rock sculpture prefab setup
28 Days Ago
buffer missuse fixes
28 Days Ago
axisFromEdge lookup instead of computing it from the stride
28 Days Ago
array length correction
28 Days Ago
edges identified with a unique key and generate vertices coherently, replaces hashing with direct indexing so it's 2x faster again
28 Days Ago
merge from main
29 Days Ago
switched triangle stream for just an edge stream, gives burst a cleaner loop so it's twice as quick
29 Days Ago
cleanup
29 Days Ago
micro-optims for triangle processing jobs
29 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
29 Days Ago
merge from main
32 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
32 Days Ago
merge from main
32 Days Ago
merge from bc_better_scaling
32 Days Ago
frontier hazmat warning spam fix
32 Days Ago
fixed frontier hazmat skin constraint setup on right side
32 Days Ago
setup BC controller bone retargeting on some assets for proper alignment with playermodel states
32 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
32 Days Ago
merge from main
32 Days Ago
merge from main
33 Days Ago
merge from main
33 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
33 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
34 Days Ago
assign proper scaling root to spawned charms in skin viewer
34 Days Ago
merge from main
34 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
34 Days Ago
small transform access usage change
34 Days Ago
disabled editor-only sync on all bc materials
35 Days Ago
merge from rhib_cargo_fixes
35 Days Ago
shift the RHIB's COM down for a short time after releasing from cargo so its launch is more stable
35 Days Ago
wake rhib buoyancy on release
35 Days Ago
fixed skin constraint setup on frontier hazmat
35 Days Ago
merge from bc_simspace_jank_fix
35 Days Ago
clear sim-space frame delta properly when the sim-space changes, was leaking into the origin delta
35 Days Ago
merge from forcemode_fixes
36 Days Ago
converting all Acceleration/VelocityChange to use Force/Impulse in prep for engine change
39 Days Ago
reverted boat unbeaching change
40 Days Ago
Fixed sculpture save/load to file, added ability to send save to data to all sculptures in radius
40 Days Ago
using a proto message for serializing sculpt data rather than raw byte array storage - should be more flexible for altering the format, let's us bake data about the space the array refers to - still LZ4 compressing the proto bytes because we get 10:1 for data like this
40 Days Ago
replaced crc RPC-synced value with SyncVar, much cleaner
40 Days Ago
parallel censor application by-slice using concurrent NativeStream readers
40 Days Ago
initial improvement to censor chunk generation, NativeStream to parallelize shape creation
40 Days Ago
fixed sculptures requesting and loading sculpt data twice on load
40 Days Ago
merge from main
41 Days Ago
replaced huge NativeList triangle alloc for a NativeStream on TempJob, 10x less memory usage with no performance loss
41 Days Ago
let generators resize internal native alloc back to 0 after 10s of not being used + codegen
41 Days Ago
handling max-triangles length properly
41 Days Ago
small fixes