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