1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-24 08:32:34 +02:00
vcmi/test
Ivan Savenko 62fddca21e Split massive CModHandler class/file into multiple parts:
- IdentifierStorage is now a separate handler in VLC
- Renamed ModHandler::Incompatibility exception to ModIncompatibility
- Extracted ModScope namespace from ModHandler
- Extracted ModUtilities namespace from ModHandler
- Split CModHandler.cpp on per-class basis
- Replaced some direct members with unique_ptr to reduce header includes
2023-07-30 22:17:47 +03:00
..
battle vcmi: split bonus to enumerator and HeroBonus.h 2023-05-03 18:01:06 +03:00
entity CArtifact getters setters 2023-07-05 15:48:08 +03:00
erm vcmi: split bonus to enumerator and HeroBonus.h 2023-05-03 18:01:06 +03:00
events Fix tests + scripting compilation on gcc 2023-01-05 17:42:33 +02:00
game Removed buggy and poorly designed fromString method 2023-07-25 22:36:45 +03:00
googletest@b796f7d446 vcmi: use std::optional 2023-04-17 00:43:13 +03:00
map Reorganization of boost filesystem usage 2023-07-28 19:12:04 +03:00
mock Removed buggy and poorly designed fromString method 2023-07-25 22:36:45 +03:00
netpacks Moved CGameState files into a separate directory 2023-06-26 17:15:59 +03:00
rmg Redone RMG template serialization using JSON serializer, added tests 2018-03-10 19:36:19 +03:00
scripting Split massive CModHandler class/file into multiple parts: 2023-07-30 22:17:47 +03:00
serializer vcmi: use std::optional 2023-04-17 00:43:13 +03:00
spells Split massive CModHandler class/file into multiple parts: 2023-07-30 22:17:47 +03:00
testdata vcmi: add formation inside test map 2023-04-27 20:59:55 +03:00
vcai vcmi: massive refactoring v1 2023-04-05 22:33:12 +03:00
CMakeLists.txt tests: add ResistanceCondition test 2023-05-05 18:57:40 +03:00
CMemoryBufferTest.cpp Migrating from boost test to google test. 2017-07-18 16:49:05 +02:00
CVcmiTestConfig.cpp tests: disable settings.init() 2023-04-27 20:59:55 +03:00
CVcmiTestConfig.h CMake: unittest improvements (#447) 2018-04-15 18:02:31 +07:00
JsonComparer.cpp vcmi: more verbose JSON compare 2023-04-27 20:59:55 +03:00
JsonComparer.h [tests] Moved JsonComparer to own file 2018-03-05 21:26:00 +03:00
main.cpp CMake: unittest improvements (#447) 2018-04-15 18:02:31 +07:00
StdInc.cpp Migrating from boost test to google test. 2017-07-18 16:49:05 +02:00
StdInc.h [C::B] test project update 2017-07-20 15:46:40 +03:00
Test.cbp Fixed build 2021-04-10 02:04:07 +03:00
Test.vcxproj Update VS files to 2019, partially fix test project 2019-06-09 17:28:55 +02:00
Test.vcxproj.filters Update VS files to 2019, partially fix test project 2019-06-09 17:28:55 +02:00