Kelsidavis-WoWee/src
Kelsi 28e5cd9281 refactor: replace magic bag slot offset 19 with FIRST_BAG_EQUIP_SLOT
- Add Inventory::FIRST_BAG_EQUIP_SLOT = 19 constant with why-comment
  explaining WoW equip slot layout (bags occupy slots 19-22)
- Replace all 19 occurrences of magic number 19 in bag slot calculations
  across inventory_handler, spell_handler, inventory, and game_handler
- Add UNIT_FIELD_FLAGS / UNIT_FLAG_PVP comment in combat_handler
- Add why-comment on network packet budget constants (prevent server
  data bursts from starving the render loop)
2026-03-30 14:20:39 -07:00
..
addons fix: Lua UnitIsAFK/UnitIsDND/UnitIsGhost/UnitIsPVPFreeForAll read wrong field 2026-03-29 20:32:39 -07:00
audio fix: ::toupper/::tolower UB on signed char at 5 remaining call sites 2026-03-29 19:58:36 -07:00
auth fix: ::toupper/::tolower UB on signed char at 5 remaining call sites 2026-03-29 19:58:36 -07:00
core fix: address PR #31 and #32 review findings 2026-03-30 13:40:40 -07:00
game refactor: replace magic bag slot offset 19 with FIRST_BAG_EQUIP_SLOT 2026-03-30 14:20:39 -07:00
network refactor: replace magic bag slot offset 19 with FIRST_BAG_EQUIP_SLOT 2026-03-30 14:20:39 -07:00
pipeline fix: M2 readString uint32 overflow in bounds check 2026-03-29 20:41:56 -07:00
rendering refactor: name M2 renderer magic constants, add why-comments 2026-03-30 14:14:27 -07:00
ui debug: add GO interaction diagnostics at every decision point 2026-03-29 23:09:28 -07:00
main.cpp log falling 2026-03-22 21:40:16 +03:00