DarkRadiant: master 4a32c274

Author Committer Branch Timestamp Parent
orbweaver orbweaver master 13.12.2025 17:03 master a2376bf3
Changeset Reduce exceptions during test execution

MapResource::openFileStream() now signals a missing file by returning an
empty pointer, rather than throwing an exception. The calling code in
openMapFileStream() already has the filename so there is no change to
the warning message. Calling code in loadMapNode() contains its own
check for an empty pointer and throws its own exception if needed.
mod - radiantcore/map/MapResource.cpp Diff File