1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-22 22:13:35 +02:00
vcmi/mapeditor/mapsettings
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
..
abstractsettings.cpp fix victory/loss conditions widget 2024-05-26 22:50:26 +02:00
abstractsettings.h Refactor abstract settings to have map controller 2023-09-11 20:37:26 +02:00
eventsettings.cpp Fix typos using https://github.com/crate-ci/typos 2024-06-24 03:47:19 +02:00
eventsettings.h Refactor abstract settings to have map controller 2023-09-11 20:37:26 +02:00
eventsettings.ui Add rumors 2023-09-08 17:54:34 +02:00
generalsettings.cpp replace deprecated functions 2024-06-29 14:55:56 +02:00
generalsettings.h Refactor abstract settings to have map controller 2023-09-11 20:37:26 +02:00
generalsettings.ui calendar 2024-06-29 14:24:40 +02:00
loseconditions.cpp Split CGeneralTextHandler file into 1 file per class form 2024-07-20 12:55:17 +00:00
loseconditions.h Refactor abstract settings to have map controller 2023-09-11 20:37:26 +02:00
loseconditions.ui Temporary fix for vic/loss conditions string 2023-09-11 20:37:25 +02:00
mapsettings.cpp lib now uses shared_ptr for entities. Removed manual memory management. 2024-05-17 15:04:05 +00:00
mapsettings.h Refactoring map settings 2023-09-05 03:26:38 +04:00
mapsettings.ui Add rumors 2023-09-08 17:54:34 +02:00
modsettings.cpp Fix initializing map editor mod settings with more than one level of submods 2024-02-03 10:36:47 +01:00
modsettings.h Refactor abstract settings to have map controller 2023-09-11 20:37:26 +02:00
modsettings.ui Add rumors 2023-09-08 17:54:34 +02:00
rumorsettings.cpp Full support of maps translations 2023-09-29 00:24:45 +02:00
rumorsettings.h Refactor abstract settings to have map controller 2023-09-11 20:37:26 +02:00
rumorsettings.ui Add rumors 2023-09-08 17:54:34 +02:00
timedevent.cpp Fix typos using https://github.com/crate-ci/typos 2024-06-24 03:47:19 +02:00
timedevent.h Use pragma once 2023-09-09 11:03:19 +02:00
timedevent.ui Fix typos using https://github.com/crate-ci/typos 2024-06-24 03:47:19 +02:00
translations.cpp Split CGeneralTextHandler file into 1 file per class form 2024-07-20 12:55:17 +00:00
translations.h Full support of maps translations 2023-09-29 00:24:45 +02:00
translations.ui Fix typos using https://github.com/crate-ci/typos 2024-06-24 03:47:19 +02:00
victoryconditions.cpp Split CGeneralTextHandler file into 1 file per class form 2024-07-20 12:55:17 +00:00
victoryconditions.h Refactor abstract settings to have map controller 2023-09-11 20:37:26 +02:00
victoryconditions.ui Temporary fix for vic/loss conditions string 2023-09-11 20:37:25 +02:00