1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-26 22:57:00 +02:00
vcmi/lib/json
Ivan Savenko 2020d96070
Merge pull request #4071 from IvanSavenko/fix_rng_syncronization
[1.6] Fix potential desync if client uses different stdlib with different random number generators
2024-07-19 13:08:09 +03:00
..
JsonBonus.cpp Re-enable code that was not restored after terrain rework 2024-06-07 12:24:36 +00:00
JsonBonus.h Replace bonus string description with metastring that can properly 2024-04-09 16:13:30 +03:00
JsonFormatException.h Converted json validator into a class 2024-02-26 12:55:49 +02:00
JsonNode.cpp JsonNode::JsonNode(): Also use reference for fileName argument in method definition 2024-07-17 14:37:58 +02:00
JsonNode.h JsonNode::JsonNode(): Use reference for fileName argument 2024-07-17 14:01:13 +02:00
JsonParser.cpp JsonNode constructors: Take fileName as argument 2024-07-17 13:50:59 +02:00
JsonParser.h Cleanup 2024-02-26 12:55:49 +02:00
JsonRandom.cpp Replaced most of usages of CRandomGenerator with vstd::RNG in library 2024-07-16 13:13:07 +00:00
JsonRandom.h Replaced most of usages of CRandomGenerator with vstd::RNG in library 2024-07-16 13:13:07 +00:00
JsonUtils.cpp JsonNode constructors: Take fileName as argument 2024-07-17 13:50:59 +02:00
JsonUtils.h Fix typos using https://github.com/crate-ci/typos 2024-06-24 03:47:19 +02:00
JsonValidator.cpp Merge remote-tracking branch 'vcmi/master' into develop 2024-07-11 17:43:44 +00:00
JsonValidator.h Fix typos using https://github.com/crate-ci/typos 2024-06-24 03:47:19 +02:00
JsonWriter.cpp Cleanup 2024-02-26 12:55:49 +02:00
JsonWriter.h Unify formatting 2024-02-26 12:55:49 +02:00