1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-14 10:12:59 +02:00
vcmi/lib/serializer
Ivan Savenko f59834afe1 Fixes for configurable markets support
- string "speech" can now be translated
- removed "title" string, VCMI will now use object name instead
- moved configuration of all "markets" into a separate json file
- added schema for validation of market objects
- removed serialization of translated strings from University
2024-11-20 15:45:13 +00:00
..
BinaryDeserializer.cpp Added explicit indexing of type indexes for serialization 2024-08-26 20:06:35 +00:00
BinaryDeserializer.h Remove logic for serialization of VLC entities 2024-10-30 16:48:19 +00:00
BinarySerializer.cpp Added explicit indexing of type indexes for serialization 2024-08-26 20:06:35 +00:00
BinarySerializer.h Remove logic for serialization of VLC entities 2024-10-30 16:48:19 +00:00
CLoadFile.cpp Fixed deserialization of new artifacts (and possibly some other objects) 2024-07-29 18:19:15 +00:00
CLoadFile.h
CMemorySerializer.cpp
CMemorySerializer.h
Connection.cpp Replaced some of pointers to CPack's with references 2024-10-07 14:59:14 +00:00
Connection.h Replaced some of pointers to CPack's with references 2024-10-07 14:59:14 +00:00
CSaveFile.cpp
CSaveFile.h
CSerializer.cpp Split CHeroHandler.cpp/.h into 1 file per class 2024-10-13 14:01:09 +00:00
CSerializer.h
CTypeList.cpp Added explicit indexing of type indexes for serialization 2024-08-26 20:06:35 +00:00
CTypeList.h Added explicit indexing of type indexes for serialization 2024-08-26 20:06:35 +00:00
ESerializationVersion.h Fixes for configurable markets support 2024-11-20 15:45:13 +00:00
JsonDeserializer.cpp
JsonDeserializer.h
JsonSerializeFormat.cpp
JsonSerializeFormat.h
JsonSerializer.cpp
JsonSerializer.h
JsonTreeSerializer.h
JsonUpdater.cpp
JsonUpdater.h
RegisterTypes.h possibility to delete unsupported saves 2024-10-31 21:57:20 +01:00
Serializeable.h
SerializerReflection.cpp Split CHeroHandler.cpp/.h into 1 file per class 2024-10-13 14:01:09 +00:00
SerializerReflection.h Fix build 2024-08-26 20:06:36 +00:00