1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-14 10:12:59 +02:00
vcmi/lib/serializer
2024-09-23 21:45:50 +02:00
..
BinaryDeserializer.cpp Added explicit indexing of type indexes for serialization 2024-08-26 20:06:35 +00:00
BinaryDeserializer.h Extracted handling of type ID's from serializer into a separate class 2024-08-26 19:48:46 +00:00
BinarySerializer.cpp Added explicit indexing of type indexes for serialization 2024-08-26 20:06:35 +00:00
BinarySerializer.h Extracted handling of type ID's from serializer into a separate class 2024-08-26 19:48:46 +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 Fixed deserialization of new artifacts (and possibly some other objects) 2024-07-29 18:19:15 +00:00
Connection.h Fixed deserialization of new artifacts (and possibly some other objects) 2024-07-29 18:19:15 +00:00
CSaveFile.cpp
CSaveFile.h
CSerializer.cpp Remove old code 2024-05-16 19:11:33 +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 Backend implementation of object removal possibility by timed map events 2024-09-23 21:45:50 +02:00
JsonDeserializer.cpp
JsonDeserializer.h
JsonSerializeFormat.cpp
JsonSerializeFormat.h
JsonSerializer.cpp
JsonSerializer.h
JsonTreeSerializer.h
JsonUpdater.cpp
JsonUpdater.h
RegisterTypes.h Added GameSettings to gamestate, potentially allowing to define game 2024-09-05 15:16:27 +00:00
Serializeable.h Added 'Serializeable' base class for classes serializeable by pointer 2024-05-16 18:40:59 +00:00
SerializerReflection.cpp Added GameSettings to gamestate, potentially allowing to define game 2024-09-05 15:16:27 +00:00
SerializerReflection.h Fix build 2024-08-26 20:06:36 +00:00