1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-24 08:32:34 +02:00
vcmi/lib/serializer
Henning Koehler 7f76648a7c Extend Bonus.addInfo to integer vector (#427)
* changed Bonus::additionalInfo to integer vector

* fixed deserialization for old savegames

* removed newline from JsonNode::toJson()

* updated bonus schema; SPELL_AFTER_ATTACK and SPELL_BEFORE_ATTACK use new addInfo format

* removed unnecessary init in Bonus constructor
2018-03-12 08:20:18 +03:00
..
BinaryDeserializer.cpp fixes 2017-08-12 14:36:37 +03:00
BinaryDeserializer.h BinaryDeserializer: replace length check macro with inline function 2018-02-05 09:47:38 +03:00
BinarySerializer.cpp Finished conversion to new logging API 2017-08-11 23:06:27 +03:00
BinarySerializer.h Finished conversion to new logging API 2017-08-11 23:06:27 +03:00
CLoadIntegrityValidator.cpp Finished conversion to new logging API 2017-08-11 23:06:27 +03:00
CLoadIntegrityValidator.h Code style: move or add licensing information on top of every file 2017-07-14 01:26:03 +03:00
CMemorySerializer.cpp Code style: move or add licensing information on top of every file 2017-07-14 01:26:03 +03:00
CMemorySerializer.h Code style: move or add licensing information on top of every file 2017-07-14 01:26:03 +03:00
Connection.cpp Reflect changes in boost::asio released in Boost 1.66. (#428) 2018-03-11 21:02:20 +08:00
Connection.h Reflect changes in boost::asio released in Boost 1.66. (#428) 2018-03-11 21:02:20 +08:00
CSerializer.cpp Code style: move or add licensing information on top of every file 2017-07-14 01:26:03 +03:00
CSerializer.h Extend Bonus.addInfo to integer vector (#427) 2018-03-12 08:20:18 +03:00
CTypeList.cpp Code style: move or add licensing information on top of every file 2017-07-14 01:26:03 +03:00
CTypeList.h Hack fixed serializer assertion by completely disabling AI goals serialization 2018-02-28 15:00:38 +08:00
JsonDeserializer.cpp Spells configuration version 2 (effect-based) 2018-02-08 11:37:21 +03:00
JsonDeserializer.h Spells configuration version 2 (effect-based) 2018-02-08 11:37:21 +03:00
JsonSerializeFormat.cpp Spells configuration version 2 (effect-based) 2018-02-08 11:37:21 +03:00
JsonSerializeFormat.h Redone RMG template serialization using JSON serializer, added tests 2018-03-10 19:36:19 +03:00
JsonSerializer.cpp Redone RMG template serialization using JSON serializer, added tests 2018-03-10 19:36:19 +03:00
JsonSerializer.h Spells configuration version 2 (effect-based) 2018-02-08 11:37:21 +03:00
JsonTreeSerializer.h Redone RMG template serialization using JSON serializer, added tests 2018-03-10 19:36:19 +03:00