userGriglercancel
branchrust_reboot/main/hackweek_iorewritecancel

7 Commits over 0 Days - Infinitycph!

2 Months Ago
switch out batched packet send storage for HashSet to avoid multiple sends from an entity within a circuit tick
2 Months Ago
fixed wrong conditional
2 Months Ago
moved SendBufferedFlagChanges outside of circuit loop
2 Months Ago
using HasSubscribers method instead of manual check
2 Months Ago
skip sending batched packets to groups with no subscribers
2 Months Ago
SimpleLight sends on/off flags through batched system
2 Months 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