Ivan Savenko 679181c103 Implemented serialization of local player state in json form 1 年之前
..
BinaryDeserializer.cpp 77faa14119 Added explicit indexing of type indexes for serialization 1 年之前
BinaryDeserializer.h 01396b62b7 Extracted handling of type ID's from serializer into a separate class 1 年之前
BinarySerializer.cpp 77faa14119 Added explicit indexing of type indexes for serialization 1 年之前
BinarySerializer.h 01396b62b7 Extracted handling of type ID's from serializer into a separate class 1 年之前
CLoadFile.cpp 48c92711f2 Fixed deserialization of new artifacts (and possibly some other objects) 1 年之前
CLoadFile.h 03fcfe3392 Use std::byte in serializer 1 年之前
CMemorySerializer.cpp f97ffd8e9a Better handling of disconnects, code cleanup 1 年之前
CMemorySerializer.h f97ffd8e9a Better handling of disconnects, code cleanup 1 年之前
CSaveFile.cpp 03fcfe3392 Use std::byte in serializer 1 年之前
CSaveFile.h 03fcfe3392 Use std::byte in serializer 1 年之前
CSerializer.cpp a0ad810033 Remove old code 1 年之前
CSerializer.h ea48257100 Fix SonarCloud issues 1 年之前
CTypeList.cpp 77faa14119 Added explicit indexing of type indexes for serialization 1 年之前
CTypeList.h 77faa14119 Added explicit indexing of type indexes for serialization 1 年之前
Connection.cpp c1c552d394 Replaced some of pointers to CPack's with references 1 年之前
Connection.h c1c552d394 Replaced some of pointers to CPack's with references 1 年之前
ESerializationVersion.h 679181c103 Implemented serialization of local player state in json form 1 年之前
JsonDeserializer.cpp 922966dcf8 Renamed JsonNode::meta to more logical modScope. Member is now private 1 年之前
JsonDeserializer.h 10e110320b Remove std::vector<boo> from Json Serializer, simplify affected code 2 年之前
JsonSerializeFormat.cpp c3957c2c2a Moved json files to new directory, split on per-class basis 1 年之前
JsonSerializeFormat.h c3957c2c2a Moved json files to new directory, split on per-class basis 1 年之前
JsonSerializer.cpp 08a27663f9 Reworked JsonNode constructors to more logical form 1 年之前
JsonSerializer.h 10e110320b Remove std::vector<boo> from Json Serializer, simplify affected code 2 年之前
JsonTreeSerializer.h 8661496f6c vcmi: modernize lib/serializer 2 年之前
JsonUpdater.cpp 9e49587749 Replace bonus string description with metastring that can properly 1 年之前
JsonUpdater.h 10e110320b Remove std::vector<boo> from Json Serializer, simplify affected code 2 年之前
RegisterTypes.h 679181c103 Implemented serialization of local player state in json form 1 年之前
Serializeable.h 84bc6c42db Added 'Serializeable' base class for classes serializeable by pointer 1 年之前
SerializerReflection.cpp 8225eb454e Added GameSettings to gamestate, potentially allowing to define game 1 年之前
SerializerReflection.h c64dcfaa0f Fix build 1 年之前