1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-16 10:19:47 +02:00
vcmi/AI/VCAI
John Bolton a05ae78e67 Fixed lots of warnings.
Disabled the following (for MSVC only) that couldn't (or shouldn't) be fixed.

4003: not enough actual parameters for macro 'identifier'
4250: 'class1' : inherits 'class2::member' via dominance
4251: 'type' : class 'type1' needs to have dll-interface to be used by clients of class 'type2'
4275: non dll-interface class 'type1' used as base for dll-interface class 'type2'
2020-10-04 02:20:18 -07:00
..
Goals Fixed lots of warnings. 2020-10-04 02:20:18 -07:00
Pathfinding Fixed lots of warnings. 2020-10-04 02:20:18 -07:00
AIhelper.cpp AI: fix hero exchange logic, allow splitting weakest-fastest creature, refactoring 2019-03-17 11:54:02 +02:00
AIhelper.h AI: fix hero exchange logic, allow splitting weakest-fastest creature, refactoring 2019-03-17 11:54:02 +02:00
AIUtility.cpp Fix PQ issues while calculating paths 2020-09-22 00:19:40 +03:00
AIUtility.h AI: fix hero exchange logic, allow splitting weakest-fastest creature, refactoring 2019-03-17 11:54:02 +02:00
ArmyManager.cpp try fix build 2019-03-23 14:11:57 +02:00
ArmyManager.h AI: fix hero exchange logic, allow splitting weakest-fastest creature, refactoring 2019-03-17 11:54:02 +02:00
BuildingManager.cpp Simplify statements 2019-03-31 09:43:14 +03:00
BuildingManager.h Merge pull request #497 from nullkiller/ai-pathfinder-boat 2018-10-28 14:29:09 +03:00
CMakeLists.txt CMake more transitive 2019-03-28 16:56:51 +03:00
FuzzyEngines.cpp Fixed lots of warnings. 2020-10-04 02:20:18 -07:00
FuzzyEngines.h Fix crash caused by FuzzyLite destructor 2019-03-30 19:19:36 +01:00
FuzzyHelper.cpp Fixed lots of warnings. 2020-10-04 02:20:18 -07:00
FuzzyHelper.h Remove a few more usages of thread shared ai and cb 2019-02-17 14:32:42 +02:00
main.cpp Code style: formatting and refactoring of VCAI code 2018-04-08 17:43:20 +07:00
MapObjectsEvaluator.cpp [3085] - MapObjectEvaluator crashes on custom monolith 2019-09-13 10:33:06 +03:00
MapObjectsEvaluator.h Improve dwelling value evaluation 2018-08-16 21:17:45 +02:00
ResourceManager.cpp Fixed warnings. 2019-01-08 00:40:09 +03:00
ResourceManager.h Warnings fixes (#538) 2019-01-19 13:52:02 +03:00
SectorMap.cpp - Fixed Border Gates logic 2018-08-08 10:52:52 +02:00
SectorMap.h Refactoring: Move SectorMap to separate file 2018-08-04 21:59:30 +02:00
StdInc.cpp * added an initial version of adventure AI: VCAI, more details here: http://forum.vcmi.eu/viewtopic.php?p=6508#6508 2012-02-14 18:04:45 +00:00
StdInc.h More bugfixing: 2014-06-29 17:23:06 +03:00
VCAI.cbp [C::B] Switched to boost shared linkage 2019-05-30 20:55:40 +03:00
VCAI.cpp Fixed lots of warnings. 2020-10-04 02:20:18 -07:00
VCAI.h Thread interruption fixes 2019-05-26 17:55:22 +02:00
VCAI.vcxproj Update VS files to 2019, partially fix test project 2019-06-09 17:28:55 +02:00
VCAI.vcxproj.filters Update VS files (add AI armymanager) 2019-03-25 02:20:24 +03:00