DarkRadiant: master 9fc9017c

Author Committer Branch Timestamp Parent
orbweaver orbweaver master 12.05.2021 20:22 master 6c3af511
Affected Issues  0005603: Ability to choose from several different pointfiles
Changeset Functional implementation of forEachPointfile()

Method uses fs::directory_iterator to enumerate files in the directory
containing the map file, and looks for any file with a .lin extension and a
stem which corresponds to the map name (with a possible underscore suffix).
Unit test now passes as a result.
mod - radiantcore/map/Map.cpp Diff File