mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-03-25 08:30:13 +00:00
- Nameplates: player names always rendered regardless of V-key toggle; separate cull distance 40u (players/target) vs 20u (NPCs); cyan name color for other players; fade alpha scales with cull distance - Level-up: add expanding golden ring burst (3 staggered waves, 420u max radius) + full-screen flash to renderDingEffect(); M2 LevelUp.m2 is still attempted as a bonus on top - Vanilla tile loading: add AssetManager::setBaseFallbackPath() so that when the primary manifest is an expansion-specific DBC-only subset (e.g. Data/expansions/vanilla/), world terrain files fall back to the base Data/ extraction; wired in Application::initialize() - Warden: map a null guard page at address 0x0 in the Unicorn emulator so NULL-pointer reads in the module don't crash with UC_ERR_MAP; execution continues past the NULL read for better diagnostics |
||
|---|---|---|
| .. | ||
| character.cpp | ||
| entity.cpp | ||
| expansion_profile.cpp | ||
| game_handler.cpp | ||
| inventory.cpp | ||
| opcode_table.cpp | ||
| opcodes.cpp | ||
| packet_parsers_classic.cpp | ||
| packet_parsers_tbc.cpp | ||
| player.cpp | ||
| transport_manager.cpp | ||
| update_field_table.cpp | ||
| warden_crypto.cpp | ||
| warden_emulator.cpp | ||
| warden_memory.cpp | ||
| warden_module.cpp | ||
| world.cpp | ||
| world_packets.cpp | ||
| zone_manager.cpp | ||