Completed in #31 --- - [x] **Overlay customization:** - [x] Position (x, y offsets) - [x] Fade-out timer - [x] Font size - [x] **Complete options rework** - [x] Join all options under one tab --- Completed in #32 --- - [x] Fix for long line word wrapping when font size is != default value (eg. 12) --- Completed in [31da97c](https://github.com/azadix/D2Stats/commit/31da97cfb0fa2bfc76c555b79058ad289cf6c246) --- - [x] **Notification log** - [x] Add notification storage (or modify cleanup to still store eg. last 100 lines) - [x] Hotkey to show/hide last dropped items (list should be in reverse order eg. newest up top) --- TODO: --- - [ ] Notification log for items spanning multiple lines is in reverse order. Single line items are correct - [ ] **New keyword `timer`** (for modifying specific rule display time eg. default 5sec, `"Ring" rare stat {all skills} timer {15}`) - [ ] **Code cleanup** - [ ] Magic numbers - [ ] Duplicate functions - [ ] Function positions - [ ] Better code organization (preferably multiple files) - [ ] Enums for array dimensions (most reside in DefineGlobals())
Completed in #31
Completed in #32
Completed in 31da97c
TODO:
timer(for modifying specific rule display time eg. default 5sec,"Ring" rare stat {all skills} timer {15})