v1.7.55
v1.7.55 — Performance pass
Behavior-neutral optimizations (no combat code touched):
- Debounced config saving (biggest win) — dragging a ClickGUI slider used to serialize + write the whole config file to disk on every mouse-pixel of movement (60+ writes/sec). Saves are now coalesced to at most once per second, with a forced flush on GUI close and a JVM shutdown hook so nothing is ever lost.
- Waifu background loads once instead of re-reading the file, re-decoding, and re-registering the texture (with a leak) on every ClickGUI open.
- GuiSkin no longer re-allocated every frame the GUI is open — cached and rebuilt only when the style or accent changes.