mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-04-17 01:23:51 +00:00
- Upgrade from C++17 to C++20 - Remove unused helper functions (selectSpawnPreset, parseVec3Csv, parseYawPitchCsv) - Mark unused parameters with [[maybe_unused]] attribute - Remove unused variables (nameColor, currentRace, steppingUp, steppingDown, awayFromWallMotion) - Fix all -Wunused-* warnings Build now completes with zero warnings. |
||
|---|---|---|
| .. | ||
| character.cpp | ||
| entity.cpp | ||
| game_handler.cpp | ||
| inventory.cpp | ||
| npc_manager.cpp | ||
| opcodes.cpp | ||
| player.cpp | ||
| world.cpp | ||
| world_packets.cpp | ||
| zone_manager.cpp | ||