Commit History

作者 SHA1 備註 提交日期
  Michał W. Urbańczyk f8a27a9fdb * Moved CConfigHandler from client to lib, CMake/Makefile need updating. I believe other projects besides client also need access to settings. (surprisingly there was a "server" category used only by client... and now VCAI.) 13 年之前
  Michał W. Urbańczyk 2ba0427432 * Fixed #1096 13 年之前
  Michał W. Urbańczyk a669831fc6 * VCAI: fixed crash when a locked hero died when attempting realizing a goal 13 年之前
  Michał W. Urbańczyk 8bb4abb75a * VCAI: fixed possible endless loop of realizing GATHERRESOURCE goal 13 年之前
  DjWarmonger 0435d5a4f1 - Removed pointer usage for CQuest. may look rough, but works and fixes #1051. 13 年之前
  DjWarmonger ecda63683e Fixed Bonus parser crashing at unspecified value. Assigning empty objects is also not good solution. 13 年之前
  mateuszb 6a81c8b1af * campaign against magic numbers 13 年之前
  DjWarmonger 554a98dbd7 Quests will now be handled as object member instead of inheritance. Enabled quest objects for AI. 13 年之前
  Ivan Savenko a138db7c9e - removed lib headers from PCH 13 年之前
  Ivan Savenko 0ca9f64573 Next part of town configuration: 13 年之前
  Ivan Savenko 44cc848edc first part of town configuration: 13 年之前
  Ivan Savenko 6c84bd9c71 - typo fix: placing semicolon after "if" is a bad idea. 13 年之前
  DjWarmonger 9abcca32bc Fixed AI trying to pick more than 7 stacks from town. 13 年之前
  DjWarmonger 78fe412375 Hopefully complete solution for taking last stack from heroes (without splitting stacks). 13 年之前
  DjWarmonger 4e726f0eb2 - Handling for Hill fort and (kinda) Magic Well 13 年之前
  DjWarmonger e913d94c62 VCAI can now exchange armies between heroes. By default, it will pass army to main hero. 13 年之前
  DjWarmonger 3b1ddfa3ca Fixed AI building only one upgraded dwelling per town. Minor tweaks. 13 年之前
  Ivan Savenko 656999e99f - fixed bug in AI town development 13 年之前
  Michał W. Urbańczyk d390113c23 * New files for lib: CBattleCallback.cpp and CBattleCallback.h 13 年之前
  DjWarmonger edbc7f1223 - Some hardcoded settings will now be read from config/defaultMods.json 13 年之前
  DjWarmonger 55f321f3f3 - Fixed AI crash at "gather resource" quest 13 年之前
  Ivan Savenko 9cbc1f1058 - merged basicCreatures and upgradedCreatures into single array 13 年之前
  Ivan Savenko 708ad6ac7f - music player uses URI's instead of enum from music base 13 年之前
  DjWarmonger 356e675a65 - VCAI can now complete all types of Seer Hut Mission. GATHERTROOP victory condition should also work. 13 年之前
  Ivan Savenko e4c88d5088 - moved ParseBonus to JsonNode.cpp (linkage errors) 13 年之前
  DjWarmonger 4c0537c420 - AI will now wander with all the heroes that have spare movement points. It should prevent stalling. 13 年之前
  DjWarmonger d8cb3a34d3 -Fixed crash #1037 13 年之前
  DjWarmonger 6a7327d38a VCAI will now not be confused by Border Gates and attempt to find Keymaster to cross them. 13 年之前
  DjWarmonger 624908e403 - Fixed unserialized GrowingArtifact, causing crash 13 年之前
  Michał W. Urbańczyk edccbd4809 Rewritten many parts of query handling. Fixed several scenarios leading to a hang (including #1012). Purged boost::function from player interface (handy but impossible to serialize). VCAI will keep description for each unanswered query, so the further debugging will be easier. 13 年之前