1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-26 22:57:00 +02:00
vcmi/AI/VCAI/Goals
Ivan Savenko 47c1803c42 Finalization of refactoring:
- Entity interface now has getNameTranslated & getNameTextID methods
- Entity interface no longer has getName method
- removed (most) usages of normalizeIndentifier workaround method
- all moddable objects have identifier in form of mod:name
- all moddable object register strings in form of mod.type.name
2023-01-20 15:18:36 +02:00
..
AbstractGoal.cpp All artifact strings now pass through translator 2023-01-20 15:18:36 +02:00
AbstractGoal.h Rotation rebase2 (#912) 2022-09-18 17:39:10 +03:00
AdventureSpellCast.cpp Finalization of refactoring: 2023-01-20 15:18:36 +02:00
AdventureSpellCast.h AI: town portal support 2019-01-17 10:40:23 +03:00
Build.cpp
Build.h
BuildBoat.cpp ai fixes for android 2019-04-11 14:54:48 +03:00
BuildBoat.h
BuildThis.cpp
BuildThis.h
BuyArmy.cpp All text for factions/towns/building are passed through translator 2023-01-20 15:18:36 +02:00
BuyArmy.h
CGoal.h
ClearWayTo.cpp
ClearWayTo.h
CollectRes.cpp
CollectRes.h
CompleteQuest.cpp All heroes-related strings are passed through translator 2023-01-20 15:18:36 +02:00
CompleteQuest.h
Conquer.cpp
Conquer.h
DigAtTile.cpp
DigAtTile.h
Explore.cpp All heroes-related strings are passed through translator 2023-01-20 15:18:36 +02:00
Explore.h AI: optimizae explore logically, reduce amount of scanned tiles during full map scan for new exploration point 2019-01-19 17:50:59 +02:00
FindObj.cpp
FindObj.h
GatherArmy.cpp All heroes-related strings are passed through translator 2023-01-20 15:18:36 +02:00
GatherArmy.h
GatherTroops.cpp All heroes-related strings are passed through translator 2023-01-20 15:18:36 +02:00
GatherTroops.h
GetArtOfType.cpp
GetArtOfType.h
Goals.h
Invalid.h
RecruitHero.cpp
RecruitHero.h
Trade.cpp
Trade.h
VisitHero.cpp All heroes-related strings are passed through translator 2023-01-20 15:18:36 +02:00
VisitHero.h
VisitObj.cpp All heroes-related strings are passed through translator 2023-01-20 15:18:36 +02:00
VisitObj.h
VisitTile.cpp All heroes-related strings are passed through translator 2023-01-20 15:18:36 +02:00
VisitTile.h
Win.cpp Fixed RETURN_IF_BATTLE(). Undid disabled warnings. Fixed indentation. 2020-10-05 16:28:28 -07:00
Win.h