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 |
|
copilot-swe-agent[bot]
|
d725da7d7c
|
fix: add scaleFactor/width/height guards in GenerateTerrainMesh, fix %zu format specifier
Agent-Logs-Url: https://github.com/DarkflameUniverse/DarkflameServer/sessions/43d6190e-34b2-4d7f-8aaf-dd16bd77cc25
Co-authored-by: aronwk-aaron <26027722+aronwk-aaron@users.noreply.github.com>
|
2026-03-31 23:38:49 +00:00 |
|
copilot-swe-agent[bot]
|
f66716f027
|
fix: validate numChunks, numFlairs, vertSize before resize to prevent OOM from malformed raws
Agent-Logs-Url: https://github.com/DarkflameUniverse/DarkflameServer/sessions/39d7ce79-bc9a-4960-8259-f11bcb5947f8
Co-authored-by: aronwk-aaron <26027722+aronwk-aaron@users.noreply.github.com>
|
2026-03-31 09:48:22 +00:00 |
|
Aaron Kimbrell
|
d51ad3e769
|
Update dZoneManager/Raw.cpp
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2026-03-31 04:45:15 -05:00 |
|
copilot-swe-agent[bot]
|
6ea6ca4ac2
|
fix: prevent overflow/OOM in Raw chunk parsing and fix global scene ID in BuildSceneGraph
Agent-Logs-Url: https://github.com/DarkflameUniverse/DarkflameServer/sessions/5cf247c9-7028-4f94-9ab9-8dfd8e6101fa
Co-authored-by: aronwk-aaron <26027722+aronwk-aaron@users.noreply.github.com>
|
2026-03-31 08:47:34 +00:00 |
|
Aaron Kimbrell
|
87f221b791
|
Update dZoneManager/Raw.cpp
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2026-03-20 13:03:59 -05:00 |
|
Aaron Kimbrell
|
02b102d4fc
|
Update dZoneManager/Raw.cpp
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2026-03-20 13:03:46 -05:00 |
|
Aaron Kimbrell
|
a1ab5958e8
|
Update dZoneManager/Raw.cpp
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2026-03-20 13:03:27 -05:00 |
|
Aaron Kimbrell
|
c9bcad349d
|
Update dZoneManager/Raw.cpp
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2026-03-20 13:03:10 -05:00 |
|
Aaron Kimbrell
|
20c05cb2f2
|
clamp search to bounds
|
2025-10-17 09:17:10 -05:00 |
|
Aaron Kimbrell
|
c87c9c20be
|
don't try to load the raw if the map version is too old
fixup some comments
|
2025-10-16 15:20:31 -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 |
|
Aaron Kimbrell
|
12fd9d0a21
|
Impl raw reading, and some slash commands to test with scenes
|
2025-10-14 22:44:56 -05:00 |
|