Kelsidavis-WoWee/include/ui
Kelsi 22728b461f Fix vanilla M2 animations, movement packets, and DBC locale
- Parse vanilla M2 animation tracks (flat arrays with M2Range indices)
  instead of skipping them, fixing T-pose on all vanilla models
- Use C4Quaternion (float[4]) for vanilla bone rotations instead of
  CompressedQuat (int16[4]) which produced garbage transforms
- Fix vanilla M2 attachment struct size (48 bytes, not 40) so weapons
  attach to correct bones instead of model origin
- Route movement packets through expansion-specific packet parsers
  instead of hardcoded WotLK format, fixing server-side position sync
- Fix Spell.dbc field indices for classic/turtle (Name=120, Rank=129,
  IconID=117) - were pointing to Portuguese locale column (+7 offset)
- Change guild roster keybind from J to O (WoW default)
- Add guild opcodes for all expansions
2026-02-13 21:39:48 -08:00
..
auth_screen.hpp Improve 2FA/PIN flow: prefill + clearer failure 2026-02-13 00:33:03 -08:00
character_create_screen.hpp Fix character appearance, previews, mount seat, and online unequip 2026-02-12 14:55:27 -08:00
character_screen.hpp Fix character appearance, previews, mount seat, and online unequip 2026-02-12 14:55:27 -08:00
game_screen.hpp Fix vanilla M2 animations, movement packets, and DBC locale 2026-02-13 21:39:48 -08:00
inventory_screen.hpp Add item support for action bar with drag-from-inventory and key/click use 2026-02-06 19:17:35 -08:00
quest_log_screen.hpp Restructure inventory UI, add vendor selling, camera intro on all spawns, and quest log 2026-02-06 13:47:03 -08:00
realm_screen.hpp Initial commit: wowee native WoW 3.3.5a client 2026-02-02 13:03:22 -08:00
spellbook_screen.hpp Simplify spellbook tabs to class specialties + General 2026-02-06 21:27:34 -08:00
talent_screen.hpp Implement complete talent system with dual spec support 2026-02-10 02:00:13 -08:00
ui_manager.hpp Add character creation screen with race/class/appearance customization 2026-02-05 14:13:48 -08:00