summaryrefslogtreecommitdiffstats
path: root/src/ui/maindialog.h
diff options
context:
space:
mode:
authorerihel <erihel@gmail.com>2013-04-01 18:24:12 +0200
committererihel <erihel@gmail.com>2013-04-01 18:24:12 +0200
commit926126d5adf457dbc5c92fd83c7231415ea22d04 (patch)
treee61d3be2558432f2c92bacb4e3ad480ab73059ec /src/ui/maindialog.h
parent9485e1a95fc264beb121bc2fc92dd3303b80ce5e (diff)
downloadcolobot-926126d5adf457dbc5c92fd83c7231415ea22d04.tar.gz
colobot-926126d5adf457dbc5c92fd83c7231415ea22d04.tar.bz2
colobot-926126d5adf457dbc5c92fd83c7231415ea22d04.zip
* Changed loading of scene and player info (there's problem with locales using , as comma separator). Issue #137
* Changed way of saving files. Now it's not based on slot (from 000 to 999) but it uses save name as a base. * Changed way of displaying saved games. Listing directory instead of checking from 000 to 999. Issue #138
Diffstat (limited to 'src/ui/maindialog.h')
-rw-r--r--src/ui/maindialog.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ui/maindialog.h b/src/ui/maindialog.h
index a79b95e..afdf94f 100644
--- a/src/ui/maindialog.h
+++ b/src/ui/maindialog.h
@@ -26,6 +26,8 @@
#include <boost/filesystem.hpp>
#include <boost/algorithm/string.hpp>
+#include <vector>
+
namespace fs = boost::filesystem;
@@ -260,6 +262,8 @@ protected:
Math::Point m_partiPos[10];
SceneInfo m_sceneInfo[MAXSCENE];
+
+ std::vector<fs::path> m_saveList;
};
} // namespace Ui