1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-24 08:32:34 +02:00
vcmi/lib/serializer
2024-07-16 13:13:38 +00:00
..
BinaryDeserializer.cpp Fix: 9 typos 2024-03-28 03:03:44 +01:00
BinaryDeserializer.h Code formatting and cleanup 2024-05-17 17:10:29 +00:00
BinarySerializer.cpp Reorganized types registration code 2023-11-11 00:39:08 +02:00
BinarySerializer.h Remove excessive casts to void 2024-06-01 12:18:23 +00:00
Cast.h Simplified CTypeList class 2023-11-08 22:05:36 +02:00
CLoadFile.cpp Fix: 9 typos 2024-03-28 03:03:44 +01:00
CLoadFile.h Use std::byte in serializer 2024-02-02 13:09:12 +02:00
CMemorySerializer.cpp Better handling of disconnects, code cleanup 2024-02-02 15:32:06 +02:00
CMemorySerializer.h Better handling of disconnects, code cleanup 2024-02-02 15:32:06 +02:00
Connection.cpp Clear buffer (if any). Avoids false-positives with memcheck if buffer 2024-06-12 18:13:21 +00:00
Connection.h Implemented simple versioning system for multiplayer 2024-05-29 20:08:32 +00:00
CSaveFile.cpp Use std::byte in serializer 2024-02-02 13:09:12 +02:00
CSaveFile.h Use std::byte in serializer 2024-02-02 13:09:12 +02:00
CSerializer.cpp Remove old code 2024-05-16 19:11:33 +00:00
CSerializer.h Fix SonarCloud issues 2024-03-02 14:08:03 +01:00
CTypeList.cpp Simplified CTypeList class 2023-11-08 22:05:36 +02:00
CTypeList.h Simplified CTypeList class 2023-11-08 22:05:36 +02:00
ESerializationVersion.h GameState now uses random generator from server. Blocked access to rmg 2024-07-16 13:13:38 +00:00
JsonDeserializer.cpp Renamed JsonNode::meta to more logical modScope. Member is now private 2024-02-26 12:55:49 +02:00
JsonDeserializer.h Remove std::vector<boo> from Json Serializer, simplify affected code 2023-11-15 15:55:18 +02:00
JsonSerializeFormat.cpp Moved json files to new directory, split on per-class basis 2024-02-14 13:08:24 +02:00
JsonSerializeFormat.h Moved json files to new directory, split on per-class basis 2024-02-14 13:08:24 +02:00
JsonSerializer.cpp Reworked JsonNode constructors to more logical form 2024-02-26 12:55:49 +02:00
JsonSerializer.h Remove std::vector<boo> from Json Serializer, simplify affected code 2023-11-15 15:55:18 +02:00
JsonTreeSerializer.h
JsonUpdater.cpp Replace bonus string description with metastring that can properly 2024-04-09 16:13:30 +03:00
JsonUpdater.h Remove std::vector<boo> from Json Serializer, simplify affected code 2023-11-15 15:55:18 +02:00
Serializeable.h Added 'Serializeable' base class for classes serializeable by pointer 2024-05-16 18:40:59 +00:00