userDaniel Pcancel
branchrust_reboot/main/alloc_clean_july2026cancel

11 Commits over 0 Days - Infinitycph!

24 Minutes Ago
Optim: cache FogMachine invokes - StartFogging, EnableFogFieldCB, DisableNozzleCB, FinishFoggingCB There were invoked in StartFogging, which can oscilate with power. Tests: none, trivial changes
1 Hour Ago
Optim: skip BeeSwarmMaster.StartDie call if already dying Saves on ActuallyDie invoke and allocation Tests: none, trivial change
1 Hour Ago
Optim: avoid repeated invoke scheduling in BeeSwarmAI - SetOnFire gets skipped if bees are already on fire (saves StartDie scheduling) - StartDie gets skipped if bees are already dying (saves Egress scheduling) Tests: none, trivial changes
1 Hour Ago
Bugfix: fix caching of DiveSiteBuoy.updateAction Tests: checked IL
2 Hours Ago
Optim: cache Sprinkler.DoSplash invoke Tests: none, trivial change
2 Hours Ago
Optim: cache HBHFSensor.UpdatePassthroughAmount invoke Tests: none, trivial change
2 Hours Ago
Optim: cache ElectricBattery.TickUsage invoke Tests: none, trivial change
2 Hours Ago
Optim: cache ElectricBattery.AddCharge invoke Tests: none, trivial change
3 Hours Ago
Optim: cache CoalingTower.CheckWagonLinedUp invoke Tests: none, trivial change
3 Hours Ago
Optim: Cache StrobeLight.SelfDamage invoke Tests: none, trivial change
3 Hours Ago
Optim: cache SamSite.WeaponTick invoke Tests: none, trivial change