Historique des commits

Auteur SHA1 Message Date
  ArseniyShestakov 9d9c026c85 Code style: serialize everything on own lines for easier debugging (#357) il y a 8 ans
  Arseniy Shestakov f1e5797834 Code style: move or add licensing information on top of every file il y a 8 ans
  AlexVinS 3d1a84875e Queries refactoring il y a 8 ans
  AlexVinS 374f7780ee Fixed build. il y a 9 ans
  DjWarmonger 27ff9efd4b Fixed #1713 il y a 9 ans
  DjWarmonger a1b7c9d8d2 Merge branch 'develop' of https://github.com/vcmi/vcmi into develop il y a 9 ans
  DjWarmonger 76c4ef32c2 Re-evaluate goal after hero move to make AI more consistent. il y a 9 ans
  AlexVinS c4ab962cc0 Fixed a few CWE-457 il y a 9 ans
  DjWarmonger 3c3b973597 Merge branch 'develop' of https://github.com/vcmi/vcmi into develop il y a 9 ans
  DjWarmonger 58ac31375b Fixed CID 1197636. il y a 9 ans
  AlexVinS 86e33a4c45 [Refactoring] Unified SetResources NetPack API. il y a 9 ans
  Ivan Savenko 5b76c3f4eb Rebase of codebase changes for refactored serializer il y a 9 ans
  Vadim Markovtsev 4bcc43d3d0 Fix Mantis #2234 il y a 9 ans
  Arseniy Shestakov 7bdcd209e6 VCAI::wander: only use nearby objects from SectorMap when possible il y a 9 ans
  Arseniy Shestakov aabf4808da SectorMap: remember all visitable objects in sector for wandering il y a 9 ans
  Arseniy Shestakov b83dea2008 VCAI::wander: map object selection refactoring il y a 9 ans
  Arseniy Shestakov 9fd1cff090 Refactoring: always use std prefix for shared_ptr, unique_ptr and make_shared il y a 9 ans
  ArseniyShestakov 7708810148 VCAI: don't serialize destinationTeleportPos to avoid crash il y a 10 ans
  ArseniyShestakov 0a5e9c0fbe Merge pull request #144 from vcmi/fix/teleportMultiExitPoints il y a 10 ans
  Ivan Savenko faa7cbff18 Fixed gcc/clang warnings il y a 10 ans
  ArseniyShestakov 3800bd45b7 Movement: initialize destinationTeleportPos with invalid int3 position il y a 10 ans
  Ivan Savenko 2e56b547ee replaced references to SectorMap with shared_ptr to avoid data races in AI code il y a 10 ans
  Ivan Savenko 7189a12df2 removed few more includes from headers il y a 10 ans
  Ivan Savenko 7b5a7f43ad Removed includes of CGameState from headers il y a 10 ans
  Ivan Savenko c3ce4b25df Removed all #include's of CMap.h from headers. il y a 10 ans
  ArseniyShestakov b5100bee94 Teleport: rework code to support exit point selection for whirlpools il y a 10 ans
  ArseniyShestakov f6de3f94ca Teleports: use TTeleportExitsList typedef for exits list il y a 10 ans
  DjWarmonger 1e36f3cecd Cache SectorMap where possible and update when necessary. il y a 10 ans
  DjWarmonger 1c14dbf7b2 Cache SectorMaps to evaluate multiple goals -> huge performance boost il y a 10 ans
  DjWarmonger a3ce1521e5 Cache visible tiles within SectorMap for quicker access. il y a 10 ans