1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-24 08:32:34 +02:00
vcmi/lib/mapObjects
2023-01-26 23:32:56 +02:00
..
CArmedInstance.cpp Fix crash with objects belonging players without state 2022-11-06 03:26:13 +04:00
CArmedInstance.h Fix crash with objects belonging players without state 2022-11-06 03:26:13 +04:00
CBank.cpp All creature-related texts go through translator 2023-01-20 15:18:36 +02:00
CBank.h wrap all library code into namespace if VCMI_LIB_NAMESPACE is defined 2022-09-24 15:55:21 +03:00
CGHeroInstance.cpp Fix potential assertion failure on map load 2023-01-21 15:57:25 +02:00
CGHeroInstance.h All heroes-related strings are passed through translator 2023-01-20 15:18:36 +02:00
CGMarket.cpp All artifact strings now pass through translator 2023-01-20 15:18:36 +02:00
CGMarket.h wrap all library code into namespace if VCMI_LIB_NAMESPACE is defined 2022-09-24 15:55:21 +03:00
CGPandoraBox.cpp All heroes-related strings are passed through translator 2023-01-20 15:18:36 +02:00
CGPandoraBox.h wrap all library code into namespace if VCMI_LIB_NAMESPACE is defined 2022-09-24 15:55:21 +03:00
CGTownInstance.cpp All text for factions/towns/building are passed through translator 2023-01-20 15:18:36 +02:00
CGTownInstance.h All text for factions/towns/building are passed through translator 2023-01-20 15:18:36 +02:00
CObjectClassesHandler.cpp Fix loading of vcmi json maps 2023-01-26 23:32:56 +02:00
CObjectClassesHandler.h Map object use format mod:object (or mod:object.subobject) 2023-01-26 23:32:56 +02:00
CObjectHandler.cpp display owner of ownable objects in tooltip 2023-01-21 14:25:43 +03:00
CObjectHandler.h wrap all library code into namespace if VCMI_LIB_NAMESPACE is defined 2022-09-24 15:55:21 +03:00
CommonConstructors.cpp Dwellings & Banks will register custom names for their objects 2023-01-26 23:32:56 +02:00
CommonConstructors.h Dwellings & Banks will register custom names for their objects 2023-01-26 23:32:56 +02:00
CQuest.cpp Refactoring of ObjectClassesHandler 2023-01-26 23:26:49 +02:00
CQuest.h Access to quests texts is now processed via translator 2023-01-01 14:56:45 +02:00
CRewardableConstructor.cpp Cleanup & consistency changes 2023-01-25 00:38:50 +02:00
CRewardableConstructor.h Implemented selectable messages for visited & empty state 2023-01-24 23:31:07 +02:00
CRewardableObject.cpp Cleanup & consistency changes 2023-01-25 00:38:50 +02:00
CRewardableObject.h Cleanup & consistency changes 2023-01-25 00:38:50 +02:00
JsonRandom.cpp Implemented "changeCreatures" option for Stables 2023-01-24 16:18:59 +02:00
JsonRandom.h Fixed all major bugs with newly converted objects 2023-01-22 18:17:26 +02:00
MapObjects.h Code style: move or add licensing information on top of every file 2017-07-14 01:26:03 +03:00
MiscObjects.cpp Merge pull request #1486 from IvanSavenko/configurable_rewardables 2023-01-26 17:01:01 +01:00
MiscObjects.h Merge pull request #1486 from IvanSavenko/configurable_rewardables 2023-01-26 17:01:01 +01:00
ObjectTemplate.cpp Fix initialization of visitDir in templates 2023-01-26 23:32:56 +02:00
ObjectTemplate.h Fixed game startup 2023-01-10 00:01:35 +02:00