From 2dfcead9ef7e866b2250e59ff40c4c9d9b2e1f36 Mon Sep 17 00:00:00 2001 From: DjWarmonger Date: Sat, 1 Aug 2015 17:49:12 +0200 Subject: [PATCH] - Updated MSVS project - Updated changelog to 0.98c --- AI/FuzzyLite/FuzzyLite.vcxproj | 2 +- ChangeLog | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/AI/FuzzyLite/FuzzyLite.vcxproj b/AI/FuzzyLite/FuzzyLite.vcxproj index 2dd4cb635..f46d8a00a 100644 --- a/AI/FuzzyLite/FuzzyLite.vcxproj +++ b/AI/FuzzyLite/FuzzyLite.vcxproj @@ -251,7 +251,7 @@ .. - $(IncludePath) + $(SolutionDir)\AI\FuzzyLite\fuzzylite;$(IncludePath) $(LibraryPath) diff --git a/ChangeLog b/ChangeLog index 401d84273..36ff10566 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,11 +2,13 @@ GENERAL: * Rogues provide expert Vision spell effect +* Random map templates now are a part of mod system +* Dropped SDL1 support ADVETURE AI: * Fixed AI trying to go through underground rock * Fixed several cases causing AI wandering aimlessly -* AI can again pick bets artifacts and exchange artifacts between heroes +* AI can again pick best artifacts and exchange artifacts between heroes RANDOM MAP GENERATOR: * Added roads generation