1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-14 10:12:59 +02:00
vcmi/AI/Nullkiller
Ivan Savenko 1aa391fdf8 Split CGeneralTextHandler file into 1 file per class form
All text processing code is now located in lib/texts.
No changes other than code being moved around and adjustment of includes

Moved without changes:
Languages.h           -> texts/Languages.h
MetaString.*          -> texts/MetaString.*
TextOperations.*      -> texts/TextOperations.*

Split into parts:
CGeneralTextHandler.* -> texts/CGeneralTextHandler.*
                      -> texts/CLegacyConfigParser.*
                      -> texts/TextLocalizationContainer.*
                      -> texts/TextIdentifier.h
2024-07-20 12:55:17 +00:00
..
Analyzers NKAI: take into account 7lvl creature cost when we consider what resources we need 2024-07-18 20:24:24 +03:00
Behaviors Merge pull request #4110 from vcmi/rewardables 2024-07-14 09:02:37 +03:00
Engine NKAI: rewardables 2024-07-07 21:58:39 +03:00
Goals Split CGeneralTextHandler file into 1 file per class form 2024-07-20 12:55:17 +00:00
Helpers Merge remote-tracking branch 'vcmi/master' into develop 2024-07-11 17:43:44 +00:00
Markers NKAI: port exploration from VCAI 2024-05-20 23:50:13 +03:00
Pathfinding NKAI: reduce double army loss cases 2024-07-18 13:38:25 +03:00
AIGateway.cpp NKAI: fix gosolo when human is lead by gosolo AI + multiplayer 2024-07-17 17:09:04 +03:00
AIGateway.h Fix typos using https://github.com/crate-ci/typos 2024-06-24 03:47:19 +02:00
AIUtility.cpp Merge pull request #4110 from vcmi/rewardables 2024-07-14 09:02:37 +03:00
AIUtility.h Merge remote-tracking branch 'vcmi/master' into develop 2024-07-11 17:43:44 +00:00
CMakeLists.txt NKAI: speedup exploration a bit 2024-05-22 22:49:11 +03:00
main.cpp Reduced usage of global variables - removed or made const / constexpr 2024-02-12 13:49:45 +02:00
pforeach.h NKAI: fix headless and compilation 2024-03-24 13:16:46 +02:00
StdInc.cpp Fix: licenses, pragma guards, StdInc 2024-03-29 07:48:52 +02:00
StdInc.h Fix: licenses, pragma guards, StdInc 2024-03-29 07:48:52 +02:00