DarkRadiant: master e68aff09

Author Committer Branch Timestamp Parent
orbweaver orbweaver master 14.09.2022 19:24 master 9b05e8bd
Affected Issues  0006095: Remove menu options which are not applicable to current game
Changeset 0006095: test sorted list of Game objects

Test that the IGameManager::getSortedGameList() method returns the
vector of games in the expected order (defined by the "index" property
in the XML file). To confirm which game is which, the getName() method
is exposed on the pure virtual interface (it was already present on the
implementing class).
mod - include/igame.h Diff File
mod - radiantcore/settings/Game.cpp Diff File
mod - radiantcore/settings/Game.h Diff File
mod - test/Game.cpp Diff File