Konstantin
|
c6b198ce14
|
Warning fix (I moved C++17 and CI to another branch) (#739)
* clang warning fixes
* use CMake 3.10 due to MXE CI does not have 3.13 yet
Co-authored-by: Konstantin <rilian@niisi.ras.ru>
|
2022-05-19 15:14:50 +03:00 |
|
Arseniy Shestakov
|
ff2d01a03d
|
BinaryDeserializer: replace length check macro with inline function
|
2018-02-05 09:47:38 +03:00 |
|
AlexVinS
|
15138c23de
|
Finished conversion to new logging API
* removed logger streams
* (float3|int3)::operator() -> (float3|int3)::toString(), it was too ugly and confusing.
|
2017-08-11 23:06:27 +03:00 |
|
ArseniyShestakov
|
cb40c093f8
|
Avoid boost::optional assignment for Boost 1.64 compatibility (#360)
Two options here: to use emplace from 1.56 or boost::make_optional.
Unfortunately Ubuntu 14.04 is using 1.54 and I'd rather not to break it.
|
2017-08-05 16:09:29 +03:00 |
|
Arseniy Shestakov
|
f1e5797834
|
Code style: move or add licensing information on top of every file
|
2017-07-14 01:26:03 +03:00 |
|
AlexVinS
|
2aa8c79a2c
|
fixed boost::optional load, regression from https://github.com/vcmi/vcmi/pull/212
|
2016-11-13 11:46:26 +03:00 |
|
Arseniy Shestakov
|
e79c522c4b
|
Serializer refactoring: fix FileStream usage for game loading
Miss this one rebase. Without this one non-English characters in paths to saves cause issues.
|
2016-10-30 15:46:44 +03:00 |
|
Ivan Savenko
|
a1cca251ec
|
Possible fix for selection of incorrect method for serialization of vector<bool>
|
2016-10-30 11:42:53 +02:00 |
|
Ivan Savenko
|
256f43f467
|
Fixes zero-initialized fileVersion member in deserializer
|
2016-10-29 19:52:19 +03:00 |
|
Arseniy Shestakov
|
5f1254a29e
|
Apply some of Vadim's changes
I intentionally didn't transfer changes in CLoadIntegrityValidator since not really agree with them.
|
2016-10-27 18:39:17 +03:00 |
|
Ivan Savenko
|
3d1b1f4ba8
|
Add files for rebased serializer refactoring done by Ivan
|
2016-10-27 17:26:22 +03:00 |
|