Commit Graph

4 Commits

Author SHA1 Message Date
Aaron Kimbrell
1aeede3cd1 fix: address PR review feedback for raw terrain parsing
- Fix integer division bug in scene map lookups (was truncating to 0)
- Fix indentation throughout Raw.cpp, DEVGMCommands.cpp
- Add missing <algorithm> and <set> includes in dZoneManager.cpp
- Add missing width/height/scaleFactor guards in SpawnAllScenePoints
- Fix %llu -> %zu for size_t format specifiers
- Simplify no-op worldY calculation (y / scale * scale -> y)
- Remove redundant ternary guards in GetSceneIDFromPosition
- Fix misleading "Spawned LOT" feedback message
- Update info.settings to use LwoNameValue::Insert API (post-merge fix)
- Refactor SceneColor to static constexpr std::array (no heap alloc)
- Make NiColor constructors constexpr
- Remove duplicate CDZoneTableTable.h include

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-21 01:50:08 -05:00
Aaron Kimbrell
b50e9d9339 Update dCommon/NiColor.h
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-03-20 13:19:03 -05:00
Aaron Kimbrell
6ea46ef6b8 NL@EOF 2025-10-15 20:10:38 -05:00
Aaron Kimbrell
accdb4f9a1 Correct scene making, merged the old raw into the new.
added option to automatically write the raw obj file
Added scene colors to the obj
use proper scene colors from hf
2025-10-15 19:56:46 -05:00