1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-26 08:41:13 +02:00
vcmi/AI/VCAI
Ivan Savenko 2c4c964a45 Large rewrite of adventure map objects:
- replaced CDefObjInfo with ObjectTemplate class
- ObjectTempate is a direct member of objects instead of pointer with
shared ownership across CMap, handler and game objects
- simplified handling of objects that can change appearance (e.g. towns)
- all object queries regarding object appearance/blockmaps use h3m pos
instead of relative positions
- removed need of modhandler::reload
- cleanup of some old code
2014-01-02 23:48:38 +00:00
..
AIUtility.cpp - Fixed heroes stalling. Locked heroes now try to decompose their goals exhaustively, which FINALLY works as intended. 2013-12-26 09:53:37 +00:00
AIUtility.h First part of AI refactoring. Trying to split AI into three distinct parts: 2013-10-18 20:17:25 +00:00
CMakeLists.txt - reordered files in cmake so files with long compile times will be 2013-11-03 12:07:23 +00:00
Fuzzy.cpp - Moved place bonus hero before normal random hero and starting hero placement -> same behaviour as in OH3 2013-12-28 12:47:55 +00:00
Fuzzy.h - Fixed VisitHero goal. Now heroes can exchange armies again. 2013-12-27 13:20:40 +00:00
Goals.cpp Compile fix for MVS. 2013-12-29 15:48:56 +00:00
Goals.h - Fixed heroes stalling. Locked heroes now try to decompose their goals exhaustively, which FINALLY works as intended. 2013-12-26 09:53:37 +00:00
main.cpp More work on auto-fight. 2013-06-22 21:47:51 +00: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 c++03 -> c++11 switch: 2013-06-26 11:18:27 +00:00
VCAI.cbp [c::b] update projects 2013-01-08 09:41:28 +00:00
VCAI.cpp Large rewrite of adventure map objects: 2014-01-02 23:48:38 +00:00
VCAI.h - Moved place bonus hero before normal random hero and starting hero placement -> same behaviour as in OH3 2013-12-28 12:47:55 +00:00
VCAI.vcxproj - Fixed VS project files (added missing .cpp files) 2013-11-30 14:22:03 +00:00