userGriglercancel

1,517 Commits over 730 Days - 0.09cph!

15 Days Ago
replaced huge NativeList triangle alloc for a NativeStream on TempJob, 10x less memory usage with no performance loss
15 Days Ago
let generators resize internal native alloc back to 0 after 10s of not being used + codegen
15 Days Ago
handling max-triangles length properly
15 Days Ago
small fixes
15 Days Ago
codegen
15 Days Ago
ripping IO out of BaseSculpture, will need to be separated later as a sub-entity for ice so it's cleaner
15 Days Ago
convert sculpting controller to us InputSystem
15 Days Ago
merge fixes
15 Days Ago
merge from christmas2025_DLC/ice_sculptures for code changes
20 Days Ago
compile fix
21 Days Ago
merge from playerboat_beached_flipping_fix
21 Days Ago
better controlled lifting force with PlayerBoat unbeaching
23 Days Ago
adjusted torch BC controller position for better rotation adjustments
23 Days Ago
cherry pick 149555 - BC simulation frame delta fixes
23 Days Ago
BC pass on the industrial torch VM
28 Days Ago
merge from dont_bake_on_load2 just tool: `Tools/Lighting/Disable Bake On Scene Load (All Scenes)`
28 Days Ago
28 Days Ago
compile fix
28 Days Ago
set serialized version as well
28 Days Ago
tool just injects the property into the .unity file instead of opening and saving it
28 Days Ago
initial tool
28 Days Ago
added /ProfilerCaptures to ignore.conf
31 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
31 Days Ago
merge from mismatched_serialized_analyzer
31 Days Ago
analyzer optim, takes approx 40% the time it did before
31 Days Ago
merge from main
31 Days Ago
last CodeAnalyzer version for these changes, catches more edge cases but didn't find any of them in our codebase
31 Days Ago
last serialized field fix
31 Days Ago
merge from main
34 Days Ago
switch out batched packet send storage for HashSet to avoid multiple sends from an entity within a circuit tick
35 Days Ago
fixed wrong conditional
35 Days Ago
moved SendBufferedFlagChanges outside of circuit loop
35 Days Ago
using HasSubscribers method instead of manual check
35 Days Ago
skip sending batched packets to groups with no subscribers
35 Days Ago
SimpleLight sends on/off flags through batched system
35 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
38 Days Ago
updated CodeAnalyzer - better perf
38 Days Ago
slapdash serialized property mismatch fixes
38 Days Ago
updated CodeAnalyzer.dll - better path exclusion
38 Days Ago
updated CodeAnalyzer.dll - catches mismatched serialized properties
41 Days Ago
cleanup rocket splash scenario prefab properly
41 Days Ago
merge from main
42 Days Ago
tertiary prefab variants for all remaining charms
42 Days Ago
pushed-out charm setup for backpack for position testing on other VMs, set blowpie to use pushed-out charm
42 Days Ago
code support for tertiary charm prefab setup
43 Days Ago
set attachment anchor on C4 HeldEntity prefab
43 Days Ago
disable BC on charms when aiming with the homing launcher as the gun moves 100 units away and there's not really an easy way to manage it otherwise
43 Days Ago
merge from main
44 Days Ago
merge from dont_bake_on_load
44 Days Ago
mass-committing `m_BakeOnSceneLoad` being set to 0 on all old scenes, skipping some 3rd party and demo scenes - chance this will break something, this opened and saved every scene which runs s2p