ArseniyShestakov
|
e872b400b7
|
Comments save format backward compatability code as Ivan suggested
Also we should always handle RumorState::TYPE_NONE in getTavernRumor properly anyway.
|
2015-12-06 02:51:54 +03:00 |
|
ArseniyShestakov
|
05a34fb417
|
Use "Favorable" instead of "Favourable" everywhere for consistency
Original game of course used american english version so we stick to it.
|
2015-12-06 02:23:41 +03:00 |
|
AlexVinS
|
f33bcee84c
|
post-merge fixes
|
2015-12-05 13:56:38 +03:00 |
|
AlexVinS
|
947edc0693
|
Merge branch 'develop' into feature/VCMIMapFormat1
|
2015-12-05 13:04:04 +03:00 |
|
AlexVinS
|
0fab319c73
|
Merge remote-tracking branch 'remotes/origin/develop' into issue/2306
s reverts commit fa8a282696 .
Conflicts:
AI/VCAI/VCAI.cpp
Conflicts:
AI/VCAI/VCAI.cpp
client/windows/CAdvmapInterface.cpp
lib/CPathfinder.cpp
lib/CPathfinder.h
|
2015-12-05 12:56:12 +03:00 |
|
AlexVinS
|
3bf9696b13
|
Tweaks
|
2015-12-05 12:38:37 +03:00 |
|
AlexVinS
|
3f79d001c1
|
Fix subObject identification
|
2015-12-05 12:38:36 +03:00 |
|
AlexVinS
|
b56b7017ba
|
Added stubs for some Map objects serialization
|
2015-12-05 12:38:35 +03:00 |
|
AlexVinS
|
6977fc3a14
|
Move test filesystem creation to global fixture
|
2015-12-05 12:37:37 +03:00 |
|
AlexVinS
|
126a821960
|
Tweak tests setup.
|
2015-12-05 12:37:37 +03:00 |
|
AlexVinS
|
e7359c9a36
|
Serialize tempOwner
|
2015-12-05 12:37:35 +03:00 |
|
AlexVinS
|
8a979d016f
|
ObjectTemplate serialization
(+) generated map displayed correctly in editor
|
2015-12-05 12:36:44 +03:00 |
|
AlexVinS
|
2d777ea676
|
Small (temp) fix. Prevent nulls from serialization.
|
2015-12-05 12:36:43 +03:00 |
|
AlexVinS
|
2d5a366e6c
|
Implemented (basic) object construction and placement
* contain refactoring of RMG and class handling (will be more)
|
2015-12-05 12:36:42 +03:00 |
|
AlexVinS
|
9cc3dae5fe
|
Started working on objects serialization
|
2015-12-05 12:36:42 +03:00 |
|
AlexVinS
|
a5b72ce593
|
Cleanup
|
2015-12-05 12:36:41 +03:00 |
|
AlexVinS
|
8493d0cded
|
Initial implementation of new team settings format
|
2015-12-05 12:36:40 +03:00 |
|
AlexVinS
|
6f203fb7e2
|
Save string identifiers for all game objects
|
2015-12-05 12:36:39 +03:00 |
|
AlexVinS
|
93c214d7a0
|
fix CMakeLists
|
2015-12-05 12:36:38 +03:00 |
|
AlexVinS
|
60825fbbd3
|
Start implementing PlayerInfo serialisation
|
2015-12-05 12:36:37 +03:00 |
|
AlexVinS
|
2f67e015e1
|
Fix build
|
2015-12-05 12:36:36 +03:00 |
|
AlexVinS
|
7c8d29b871
|
Start implementing player info serialization
|
2015-12-05 12:36:36 +03:00 |
|
AlexVinS
|
f5b348a1d1
|
Formatting
|
2015-12-05 12:36:35 +03:00 |
|
AlexVinS
|
3af255d1b9
|
Implemented terrain serialisation
* with test
|
2015-12-05 12:36:34 +03:00 |
|
AlexVinS
|
3d63a97cf9
|
Fix TriggeredEvent check
|
2015-12-05 12:36:33 +03:00 |
|
AlexVinS
|
b828f8fa9b
|
Added checks fro terrain
|
2015-12-05 12:36:32 +03:00 |
|
AlexVinS
|
6552acdff6
|
Check coastal tile OTF
|
2015-12-05 12:36:29 +03:00 |
|
AlexVinS
|
a3c3f935b9
|
Advance map checks
|
2015-12-05 12:06:53 +03:00 |
|
AlexVinS
|
8bc242d002
|
Cleanup
|
2015-12-05 12:06:52 +03:00 |
|
AlexVinS
|
27bf2524a3
|
Advance triggered events serialization
(-) missing indentifier serialization (unimplemented in engine)
(-) missing tests
|
2015-12-05 12:06:51 +03:00 |
|
AlexVinS
|
11af00bcdf
|
Start working on Triggered Events
|
2015-12-05 12:06:50 +03:00 |
|
AlexVinS
|
b683c29b6e
|
Added modification time to zip.
* it is required to consider archive valid (by some tools)
|
2015-12-05 12:06:49 +03:00 |
|
AlexVinS
|
f6e2cd16ed
|
Fix header.mapLevels saving
|
2015-12-05 12:06:48 +03:00 |
|
AlexVinS
|
0cc7213a27
|
WiP on zip serialization
(-) still not works correctly
|
2015-12-05 12:06:47 +03:00 |
|
AlexVinS
|
fc2cbc841a
|
Another fix for JsonWriter::writeString
* RMG description check passed
|
2015-12-05 12:06:46 +03:00 |
|
AlexVinS
|
ff18944088
|
Fix writing escaped string json fields
|
2015-12-05 12:06:45 +03:00 |
|
AlexVinS
|
f2164abf1b
|
Wip on zip serialize fixes
|
2015-12-05 12:06:45 +03:00 |
|
AlexVinS
|
27a29bd035
|
Start implementing actulal json serialization
|
2015-12-05 12:06:44 +03:00 |
|
AlexVinS
|
580263201a
|
Cleanup old tests
|
2015-12-05 12:06:43 +03:00 |
|
AlexVinS
|
1a8faeb0b9
|
Start implementing map saver
|
2015-12-05 12:06:42 +03:00 |
|
AlexVinS
|
0040b459c3
|
Add support of CIOApi to CZipStream and CZipLoader (unused, untested)
|
2015-12-05 12:06:41 +03:00 |
|
AlexVinS
|
b3ac146ba9
|
Define bridge interface to minizip IOAPI
|
2015-12-05 12:06:40 +03:00 |
|
AlexVinS
|
8f209b17b6
|
Few more checks
|
2015-12-05 12:06:39 +03:00 |
|
AlexVinS
|
3d265f94dc
|
Update projects
|
2015-12-05 12:06:39 +03:00 |
|
AlexVinS
|
a2b4b8a6de
|
Fix filename
|
2015-12-05 12:06:38 +03:00 |
|
AlexVinS
|
c53718a0d5
|
Enabled unit test by default
|
2015-12-05 12:06:37 +03:00 |
|
AlexVinS
|
0798ef4b2a
|
Advance MapComparer
|
2015-12-05 12:06:36 +03:00 |
|
AlexVinS
|
0cc47f00c5
|
Advance map format simple test
|
2015-12-05 12:06:35 +03:00 |
|
AlexVinS
|
7d16585f89
|
Use COutputStream in CMapSaverJson
|
2015-12-05 12:06:34 +03:00 |
|
AlexVinS
|
c965f9d02d
|
Added draft of IO memeory buffer
|
2015-12-05 12:06:33 +03:00 |
|