Commit History

Author SHA1 Message Date
  Vadim Markovtsev 2bfc8ec8cb Fix AI hero infinite move on the same tile 9 years ago
  Arseniy Shestakov 9fd1cff090 Refactoring: always use std prefix for shared_ptr, unique_ptr and make_shared 9 years ago
  Arseniy Shestakov 29a7934a99 Refactoring: avoid using namespace when it's not absolutely needed 9 years ago
  Arseniy Shestakov 6f5c52a229 Refactoring: use cleaner CCreatureSet::stacksCount everywhere 10 years ago
  DjWarmonger a1f5a0a85c Removed unused code, which is not needed with new Pathfinder. 10 years ago
  Ivan Savenko a051a08a46 Merge remote-tracking branch 'origin/issue/2306' into develop 10 years ago
  Vadim Markovtsev 0661aa0e6e Remove undefined behavior in requestActionASAP 10 years ago
  ArseniyShestakov ab92123da3 CPathfinder: improve support for visits and battles in teleports 10 years ago
  ArseniyShestakov 975e049a3e SectorMap: disable knownSubterraneanGates support to avoid loops 10 years ago
  ArseniyShestakov 5aadc1ed6f CasualtiesAfterBattle: dont remove catapult artifact. Fix 2346 issue 10 years ago
  ArseniyShestakov 9e6f836b25 VCAI::pickBestArtifacts: don't try to move catapult between heroes 10 years ago
  ArseniyShestakov 1c0d4e3f6f Fix filenames in file headers 10 years ago
  ArseniyShestakov 07807fb044 Client: slience visibility error on shipyard in non-coastal town 10 years ago
  ArseniyShestakov cf4cb5c948 VCAI: silence callback on visibility check 10 years ago
  ArseniyShestakov 03e9dd3bab Add hero gold cost to GameConstants 10 years ago
  AlexVinS 0fab319c73 Merge remote-tracking branch 'remotes/origin/develop' into issue/2306 10 years ago
  ArseniyShestakov 0a5e9c0fbe Merge pull request #144 from vcmi/fix/teleportMultiExitPoints 10 years ago
  ArseniyShestakov 791d1e7ab4 VCAI: finish fixing of teleport probing for whirlpools 10 years ago
  Ivan Savenko faa7cbff18 Fixed gcc/clang warnings 10 years ago
  ArseniyShestakov 3800bd45b7 Movement: initialize destinationTeleportPos with invalid int3 position 10 years ago
  Ivan Savenko c2f4991e99 Replaced barrier with mutex due to data races: 10 years ago
  Ivan Savenko 2e56b547ee replaced references to SectorMap with shared_ptr to avoid data races in AI code 10 years ago
  ArseniyShestakov ee08749743 VCAI: more work on teleport exit probing 10 years ago
  ArseniyShestakov 2f9ca778b2 VCAI: add channel probing support for teleporters with multiple exits 10 years ago
  Ivan Savenko 7189a12df2 removed few more includes from headers 10 years ago
  Ivan Savenko 7b5a7f43ad Removed includes of CGameState from headers 10 years ago
  ArseniyShestakov eb9f29e368 VCAI: restoring teleport probing feature for updated mechanics 10 years ago
  ArseniyShestakov b5100bee94 Teleport: rework code to support exit point selection for whirlpools 10 years ago
  ArseniyShestakov f55bfe41d6 Digging: implement digging status on right click. Fix issue 401 10 years ago
  ArseniyShestakov f6de3f94ca Teleports: use TTeleportExitsList typedef for exits list 10 years ago