From 203b2dccc3937700cdc15f1a1640990e03351d76 Mon Sep 17 00:00:00 2001 From: Zyx-2000 Date: Sat, 9 Jan 2016 21:23:55 +0100 Subject: [PATCH] hopefully fixed things --- .gitignore | 1 + AI/BattleAI/BattleAI.cbp | 1 + AI/EmptyAI/EmptyAI.cbp | 1 + AI/FuzzyLite/FuzzyLite.cbp | 1 + AI/StupidAI/StupidAI.cbp | 1 + AI/VCAI/VCAI.cbp | 4 +++- client/VCMI_client.cbp | 5 ++++- launcher/StdInc.h | 11 ++++++++- launcher/jsonutils.cpp | 7 +++++- launcher/modManager/cmodlist.h | 1 + launcher/modManager/cmodlistview_moc.h | 4 ++-- launcher/modManager/cmodmanager.cpp | 10 ++++----- launcher/settingsView/csettingsview_moc.h | 6 +++-- lib/VCMI_lib.cbp | 17 +++++++++----- lib/filesystem/CFileInputStream.h | 3 ++- lib/filesystem/CZipLoader.cpp | 27 ++++++++++++----------- lib/filesystem/CZipLoader.h | 6 ++--- server/VCMI_server.cbp | 15 +++++++++---- vcmi.workspace | 1 + 19 files changed, 83 insertions(+), 39 deletions(-) diff --git a/.gitignore b/.gitignore index da2f1d79a..e88ce405a 100644 --- a/.gitignore +++ b/.gitignore @@ -14,6 +14,7 @@ *.pro.user *.pro.user.* *.swp +*.h.gch *~ /CMakeLists.txt.user CMakeCache.txt diff --git a/AI/BattleAI/BattleAI.cbp b/AI/BattleAI/BattleAI.cbp index 4a63bd1df..e03979724 100644 --- a/AI/BattleAI/BattleAI.cbp +++ b/AI/BattleAI/BattleAI.cbp @@ -49,6 +49,7 @@ + diff --git a/AI/EmptyAI/EmptyAI.cbp b/AI/EmptyAI/EmptyAI.cbp index c6468ad05..f6405f935 100644 --- a/AI/EmptyAI/EmptyAI.cbp +++ b/AI/EmptyAI/EmptyAI.cbp @@ -47,6 +47,7 @@ + diff --git a/AI/FuzzyLite/FuzzyLite.cbp b/AI/FuzzyLite/FuzzyLite.cbp index 31693f4a4..e099fb7e8 100644 --- a/AI/FuzzyLite/FuzzyLite.cbp +++ b/AI/FuzzyLite/FuzzyLite.cbp @@ -50,6 +50,7 @@ + diff --git a/AI/StupidAI/StupidAI.cbp b/AI/StupidAI/StupidAI.cbp index 870810f3c..200d74a69 100644 --- a/AI/StupidAI/StupidAI.cbp +++ b/AI/StupidAI/StupidAI.cbp @@ -33,6 +33,7 @@ + diff --git a/AI/VCAI/VCAI.cbp b/AI/VCAI/VCAI.cbp index 1e9f0aa5c..8c4bc10ea 100644 --- a/AI/VCAI/VCAI.cbp +++ b/AI/VCAI/VCAI.cbp @@ -3,7 +3,7 @@