Kelsidavis-WoWee/src/pipeline
kelsi davis ad62b8fce8 Upgrade to C++20 and fix all compilation warnings
- 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.
2026-02-07 11:43:37 -08:00
..
adt_loader.cpp Fix heightmap loading detection and widen wall collision radius 2026-02-05 18:01:16 -08:00
asset_manager.cpp Initial commit: wowee native WoW 3.3.5a client 2026-02-02 13:03:22 -08:00
blp_loader.cpp Initial commit: wowee native WoW 3.3.5a client 2026-02-02 13:03:22 -08:00
dbc_loader.cpp Initial commit: wowee native WoW 3.3.5a client 2026-02-02 13:03:22 -08:00
m2_loader.cpp Fix M2 particle emitter crash: correct struct size, FBlock format, and add safety caps 2026-02-06 21:13:06 -08:00
mpq_manager.cpp Initial commit: wowee native WoW 3.3.5a client 2026-02-02 13:03:22 -08:00
terrain_mesh.cpp Upgrade to C++20 and fix all compilation warnings 2026-02-07 11:43:37 -08:00
wmo_loader.cpp Add WMO portal culling infrastructure and fix single-player character flow 2026-02-05 15:31:00 -08:00