userGriglercancel

1,533 Commits over 760 Days - 0.08cph!

28 Days Ago
merge from rhib_cargo_fixes
28 Days Ago
shift the RHIB's COM down for a short time after releasing from cargo so its launch is more stable
28 Days Ago
wake rhib buoyancy on release
28 Days Ago
fixed skin constraint setup on frontier hazmat
28 Days Ago
merge from bc_simspace_jank_fix
28 Days Ago
clear sim-space frame delta properly when the sim-space changes, was leaking into the origin delta
28 Days Ago
merge from forcemode_fixes
29 Days Ago
converting all Acceleration/VelocityChange to use Force/Impulse in prep for engine change
32 Days Ago
reverted boat unbeaching change
33 Days Ago
Fixed sculpture save/load to file, added ability to send save to data to all sculptures in radius
33 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
33 Days Ago
replaced crc RPC-synced value with SyncVar, much cleaner
33 Days Ago
parallel censor application by-slice using concurrent NativeStream readers
33 Days Ago
initial improvement to censor chunk generation, NativeStream to parallelize shape creation
33 Days Ago
fixed sculptures requesting and loading sculpt data twice on load
33 Days Ago
merge from main
34 Days Ago
replaced huge NativeList triangle alloc for a NativeStream on TempJob, 10x less memory usage with no performance loss
34 Days Ago
let generators resize internal native alloc back to 0 after 10s of not being used + codegen
34 Days Ago
handling max-triangles length properly
34 Days Ago
small fixes
34 Days Ago
codegen
34 Days Ago
ripping IO out of BaseSculpture, will need to be separated later as a sub-entity for ice so it's cleaner
34 Days Ago
convert sculpting controller to us InputSystem
34 Days Ago
merge fixes
34 Days Ago
merge from christmas2025_DLC/ice_sculptures for code changes
39 Days Ago
compile fix
40 Days Ago
merge from playerboat_beached_flipping_fix
40 Days Ago
better controlled lifting force with PlayerBoat unbeaching
42 Days Ago
adjusted torch BC controller position for better rotation adjustments
42 Days Ago
cherry pick 149555 - BC simulation frame delta fixes
42 Days Ago
BC pass on the industrial torch VM
47 Days Ago
merge from dont_bake_on_load2 just tool: `Tools/Lighting/Disable Bake On Scene Load (All Scenes)`
47 Days Ago
47 Days Ago
compile fix
47 Days Ago
set serialized version as well
47 Days Ago
tool just injects the property into the .unity file instead of opening and saving it
47 Days Ago
initial tool
47 Days Ago
added /ProfilerCaptures to ignore.conf
50 Days Ago
reduced physics log level from "verbose" (the default) to "default" (which isn't the default) - also disable OnTriggerStay event generation because we don't use it and shouldn't
50 Days Ago
merge from mismatched_serialized_analyzer
50 Days Ago
analyzer optim, takes approx 40% the time it did before
50 Days Ago
merge from main
50 Days Ago
last CodeAnalyzer version for these changes, catches more edge cases but didn't find any of them in our codebase
50 Days Ago
last serialized field fix
50 Days Ago
merge from main
53 Days Ago
switch out batched packet send storage for HashSet to avoid multiple sends from an entity within a circuit tick
54 Days Ago
fixed wrong conditional
54 Days Ago
moved SendBufferedFlagChanges outside of circuit loop
54 Days Ago
using HasSubscribers method instead of manual check
54 Days Ago
skip sending batched packets to groups with no subscribers