userGriglercancel

1,528 Commits over 730 Days - 0.09cph!

20 Days Ago
clear sim-space frame delta properly when the sim-space changes, was leaking into the origin delta
20 Days Ago
merge from forcemode_fixes
21 Days Ago
converting all Acceleration/VelocityChange to use Force/Impulse in prep for engine change
24 Days Ago
reverted boat unbeaching change
24 Days Ago
Fixed sculpture save/load to file, added ability to send save to data to all sculptures in radius
24 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
24 Days Ago
replaced crc RPC-synced value with SyncVar, much cleaner
25 Days Ago
parallel censor application by-slice using concurrent NativeStream readers
25 Days Ago
initial improvement to censor chunk generation, NativeStream to parallelize shape creation
25 Days Ago
fixed sculptures requesting and loading sculpt data twice on load
25 Days Ago
merge from main
25 Days Ago
replaced huge NativeList triangle alloc for a NativeStream on TempJob, 10x less memory usage with no performance loss
25 Days Ago
let generators resize internal native alloc back to 0 after 10s of not being used + codegen
25 Days Ago
handling max-triangles length properly
25 Days Ago
small fixes
26 Days Ago
codegen
26 Days Ago
ripping IO out of BaseSculpture, will need to be separated later as a sub-entity for ice so it's cleaner
26 Days Ago
convert sculpting controller to us InputSystem
26 Days Ago
merge fixes
26 Days Ago
merge from christmas2025_DLC/ice_sculptures for code changes
31 Days Ago
compile fix
32 Days Ago
merge from playerboat_beached_flipping_fix
32 Days Ago
better controlled lifting force with PlayerBoat unbeaching
33 Days Ago
adjusted torch BC controller position for better rotation adjustments
33 Days Ago
cherry pick 149555 - BC simulation frame delta fixes
34 Days Ago
BC pass on the industrial torch VM
39 Days Ago
merge from dont_bake_on_load2 just tool: `Tools/Lighting/Disable Bake On Scene Load (All Scenes)`
39 Days Ago
39 Days Ago
compile fix
39 Days Ago
set serialized version as well
39 Days Ago
tool just injects the property into the .unity file instead of opening and saving it
39 Days Ago
initial tool
39 Days Ago
added /ProfilerCaptures to ignore.conf
41 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
42 Days Ago
merge from mismatched_serialized_analyzer
42 Days Ago
analyzer optim, takes approx 40% the time it did before
42 Days Ago
merge from main
42 Days Ago
last CodeAnalyzer version for these changes, catches more edge cases but didn't find any of them in our codebase
42 Days Ago
last serialized field fix
42 Days Ago
merge from main
44 Days Ago
switch out batched packet send storage for HashSet to avoid multiple sends from an entity within a circuit tick
45 Days Ago
fixed wrong conditional
45 Days Ago
moved SendBufferedFlagChanges outside of circuit loop
46 Days Ago
using HasSubscribers method instead of manual check
46 Days Ago
skip sending batched packets to groups with no subscribers
46 Days Ago
SimpleLight sends on/off flags through batched system
46 Days Ago
added BatchedEntityFlags packet type - allows IOCircuitSystem to buffer entity flag changes from IOEntities and send batched packets instead of per-entity packets - test setup with 2000 lights goes from 26ms to <2ms on the server
49 Days Ago
updated CodeAnalyzer - better perf
49 Days Ago
slapdash serialized property mismatch fixes
49 Days Ago
updated CodeAnalyzer.dll - better path exclusion