
Redo GUI networking system
Dynious opened this issue ยท 3 comments
It's a mess! There are more easy and better ways than a new packet for every different button. Kind of a lot of work, this messy GUI system is present in all GUIs.
I consider this done now. The remaining GUI-related packets are:
SetFilterOption - too custom for generic packets since two values are sent
InsertDirection - does byte operations on sent/received values so for sanity it should stay in it's own packet so the operations stay close together
532c098 Has fixed a good part of the GUIs, the Block Extender GUIs are a little more complicated and need more work.