Commit History

Author SHA1 Message Date
  DjWarmonger 486cd4b001 - Fixed (common) issue when AI found neutral stacks infinitely strong 11 years ago
  beegee1 b8eddcd9a8 - Moved place bonus hero before normal random hero and starting hero placement -> same behaviour as in OH3 12 years ago
  DjWarmonger 9ec299931d - Fixed VisitHero goal. Now heroes can exchange armies again. 12 years ago
  DjWarmonger e5b011abe0 - Fixed heroes stalling. Locked heroes now try to decompose their goals exhaustively, which FINALLY works as intended. 12 years ago
  DjWarmonger 603cbd8850 Experiment: goal values calculated by Fuzzy Helper will be stored in "priority" field and used in consecutive calculations. 12 years ago
  DjWarmonger aec04d920e Endless crusade against AI issues and loopholes! 12 years ago
  DjWarmonger 473250e223 - Removed slow and buggy part of exploration code 12 years ago
  DjWarmonger bf3fe0e274 - Explore goal will also use fuzzy comparison 12 years ago
  beegee1 68bdf71db6 - Fixed GCC compiler warnings 12 years ago
  DjWarmonger 6b3ca831c1 - Conquer goal will not use fuzzy logic as well. AI should play more aggresively. 12 years ago
  DjWarmonger d085f8eee8 First implementation of fuzzy logic in VisitTile goal. 12 years ago
  DjWarmonger 983c0496d0 Some work towards fuzzy goal comparison. 12 years ago
  DjWarmonger 2f698acf98 Compile fix - template specialization is defined before generic template. 12 years ago
  DjWarmonger 8be4ca03c8 Uncommented Fuzzy code. Please let me know if it compiles on other platforms. 12 years ago
  DjWarmonger cedb3ea82a Some more logging for goal completion. 12 years ago
  Ivan Savenko ee6cdbeffe went through the rest of cppcheck warnings, mostly harmless 12 years ago
  Ivan Savenko f82122d9be second part of c++11 update. gcc 4.5 and VS 2010 are no longer supported 12 years ago
  beegee1 abf96a5b66 - Integrated the logging API into the AI subprojects - Added macros for tracing the control flow - Added methods isDebug/TraceEnabled for performance-critical sections 12 years ago
  Ivan Savenko a138db7c9e - removed lib headers from PCH 13 years ago
  Michał W. Urbańczyk 838c226a31 Compile fix. 13 years ago
  Ivan Savenko faaf799d95 - fixed some extra warnings. Mostly harmless. 13 years ago
  Ivan Savenko f2f39f1497 - makefiles for fuzzylite (#911) 13 years ago
  Michał W. Urbańczyk 59681be0a4 Fixed #906. 13 years ago
  Michał W. Urbańczyk 0ef1085555 Changes around FuzzyLite library based on patch by q4a. 13 years ago
  DjWarmonger bdd71b4f38 AI can now use external dwellings. 13 years ago
  Ivan Savenko e7783479d2 - (linux) version bump 13 years ago
  DjWarmonger 1ea2f3d3bb Added fixed FuzzyLite library to sources. It compiles without additional settings under MVS2010 and should also compile with other tools (straightforward include structure). 13 years ago
  DjWarmonger 71e482ce7f Few tweaks for discrete values. 13 years ago
  DjWarmonger cd0ed39fbf Implemented rule-based evaluation of tactical advantage between armies. 13 years ago
  DjWarmonger c5007f8bef Fixed #891. 13 years ago