From 2260f6bf4feb62929e32a1bea9cd3f403aa034b1 Mon Sep 17 00:00:00 2001 From: Krzysztof Dermont Date: Fri, 20 Jun 2014 23:41:38 +0200 Subject: Big part of PhysFS support * removed -mod argument * removed -datadir argument * removed -lang argument * removed some dead ui code * added resource manager and file loaders (stream and SDL) * changed interface textures location to match new directory structure * removed CGameData for mod support * added PhysFS support --- src/app/system.cpp | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'src/app/system.cpp') diff --git a/src/app/system.cpp b/src/app/system.cpp index eaa9e4c..b2e6b47 100644 --- a/src/app/system.cpp +++ b/src/app/system.cpp @@ -192,23 +192,7 @@ float CSystemUtils::TimeStampDiff(SystemTimeStamp *before, SystemTimeStamp *afte return result; } -std::string CSystemUtils::GetDataPath() -{ - return COLOBOT_DEFAULT_DATADIR; -} - -std::string CSystemUtils::GetLangPath() -{ - return COLOBOT_I18N_DIR; -} - std::string CSystemUtils::GetProfileFileLocation() { return std::string("colobot.ini"); } - -std::string CSystemUtils::GetSavegameDirectoryLocation() -{ - return std::string("savegame"); -} - -- cgit v1.2.3-1-g7c22