1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-24 08:32:34 +02:00
vcmi/AI/StupidAI
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
..
CMakeLists.txt CMake more transitive 2019-03-28 16:56:51 +03:00
main.cpp Code style: move or add licensing information on top of every file 2017-07-14 01:26:03 +03:00
StdInc.cpp Rename radious -> radius 2016-01-31 18:01:58 +03:00
StdInc.h * CHexField renamed to CBattleHex 2011-12-17 18:59:59 +00:00
StupidAI.cbp [C::B] Switched to boost shared linkage 2019-05-30 20:55:40 +03:00
StupidAI.cpp Fixed lots of warnings. 2020-10-04 02:20:18 -07:00
StupidAI.h Spells configuration version 2 (effect-based) 2018-02-08 11:37:21 +03:00
StupidAI.vcxproj Update VS files to 2019, partially fix test project 2019-06-09 17:28:55 +02:00