userGriglercancel
reporust_rebootcancel

1,551 Commits over 760 Days - 0.09cph!

25 Days Ago
merge from main
28 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
28 Days Ago
merge from main
28 Days Ago
merge from bc_better_scaling
28 Days Ago
frontier hazmat warning spam fix
28 Days Ago
fixed frontier hazmat skin constraint setup on right side
28 Days Ago
setup BC controller bone retargeting on some assets for proper alignment with playermodel states
28 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
28 Days Ago
merge from main
28 Days Ago
merge from main
29 Days Ago
merge from main
29 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
29 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
30 Days Ago
assign proper scaling root to spawned charms in skin viewer
30 Days Ago
merge from main
30 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
30 Days Ago
small transform access usage change
30 Days Ago
disabled editor-only sync on all bc materials
31 Days Ago
merge from rhib_cargo_fixes
31 Days Ago
shift the RHIB's COM down for a short time after releasing from cargo so its launch is more stable
31 Days Ago
wake rhib buoyancy on release
31 Days Ago
fixed skin constraint setup on frontier hazmat
31 Days Ago
merge from bc_simspace_jank_fix
31 Days Ago
clear sim-space frame delta properly when the sim-space changes, was leaking into the origin delta
31 Days Ago
merge from forcemode_fixes
32 Days Ago
converting all Acceleration/VelocityChange to use Force/Impulse in prep for engine change
35 Days Ago
reverted boat unbeaching change
36 Days Ago
Fixed sculpture save/load to file, added ability to send save to data to all sculptures in radius
36 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
36 Days Ago
replaced crc RPC-synced value with SyncVar, much cleaner
36 Days Ago
parallel censor application by-slice using concurrent NativeStream readers
36 Days Ago
initial improvement to censor chunk generation, NativeStream to parallelize shape creation
36 Days Ago
fixed sculptures requesting and loading sculpt data twice on load
36 Days Ago
merge from main
37 Days Ago
replaced huge NativeList triangle alloc for a NativeStream on TempJob, 10x less memory usage with no performance loss
37 Days Ago
let generators resize internal native alloc back to 0 after 10s of not being used + codegen
37 Days Ago
handling max-triangles length properly
37 Days Ago
small fixes
37 Days Ago
codegen
37 Days Ago
ripping IO out of BaseSculpture, will need to be separated later as a sub-entity for ice so it's cleaner
37 Days Ago
convert sculpting controller to us InputSystem
37 Days Ago
merge fixes
37 Days Ago
merge from christmas2025_DLC/ice_sculptures for code changes
42 Days Ago
compile fix
43 Days Ago
merge from playerboat_beached_flipping_fix
43 Days Ago
better controlled lifting force with PlayerBoat unbeaching
45 Days Ago
adjusted torch BC controller position for better rotation adjustments
45 Days Ago
cherry pick 149555 - BC simulation frame delta fixes
45 Days Ago
BC pass on the industrial torch VM
50 Days Ago
merge from dont_bake_on_load2 just tool: `Tools/Lighting/Disable Bake On Scene Load (All Scenes)`