AlexVinS
|
8ed6aa762b
|
fix
|
2016-02-23 01:14:06 +03:00 |
|
AlexVinS
|
4bcfb8c27d
|
Draft of new Event conditions
|
2016-02-22 23:43:57 +03:00 |
|
AlexVinS
|
dc5ad7d7b3
|
Make string instance names persistent
|
2016-02-22 19:26:42 +03:00 |
|
AlexVinS
|
ac281f3fec
|
Tweaks
|
2016-02-22 04:53:14 +03:00 |
|
AlexVinS
|
64cb0267a3
|
Do not save "visitableFrom" if object do not have active tiles.
|
2016-02-22 03:22:10 +03:00 |
|
AlexVinS
|
51bee1000b
|
Implemented CGWitchHut::serializeJsonOptions
|
2016-02-22 03:16:33 +03:00 |
|
AlexVinS
|
939e0128fd
|
Do not save default json values
|
2016-02-22 02:50:06 +03:00 |
|
AlexVinS
|
dd1aabbe23
|
Use JsonSerializeFormat for map objects
|
2016-02-22 02:37:19 +03:00 |
|
AlexVinS
|
a4b6d34ebe
|
Advance map header serialization
|
2016-02-21 22:13:20 +03:00 |
|
AlexVinS
|
4ebafa17b4
|
Remove unused placeholdedHeroes field
|
2016-02-21 22:12:58 +03:00 |
|
AlexVinS
|
53b5587c2e
|
Advance map header serialization
|
2016-02-21 21:21:22 +03:00 |
|
AlexVinS
|
b6103167f7
|
Fix serializer backward compatibility in CPointerLoader
|
2016-02-18 18:08:05 +03:00 |
|
AlexVinS
|
36121696ca
|
Clenaup
|
2016-02-18 17:48:04 +03:00 |
|
AlexVinS
|
5a8ee32f89
|
Tweaks
|
2016-02-15 18:16:45 +03:00 |
|
AlexVinS
|
150fcc9422
|
Merge remote-tracking branch 'remotes/origin/develop' into feature/VCMIMapFormat1
|
2016-02-15 13:39:00 +03:00 |
|
AlexVinS
|
4d9058e412
|
Whitespace cleanup. (No code changes.)
|
2016-02-15 13:34:37 +03:00 |
|
AlexVinS
|
ec760632a6
|
Advance Json serializer
* added bool, numeric and string support
* added some enum support
* PoC implementation of logical id condition
* Refactoring
|
2016-02-15 12:21:39 +03:00 |
|
ArseniyShestakov
|
c550484613
|
Merge pull request #181 from vcmi/feature/drawbridgeMechanics
Feature/drawbridge mechanics
|
2016-02-14 16:32:24 +03:00 |
|
Arseniy Shestakov
|
2cfdfca7e5
|
Battles: fix more cases where invalid wall hex position present
|
2016-02-14 14:38:24 +03:00 |
|
AlexVinS
|
67b03b9658
|
Fixed remaining tempOwner testsю
|
2016-02-14 12:25:49 +03:00 |
|
AlexVinS
|
fb322b41bc
|
Merge remote-tracking branch 'remotes/origin/develop' into feature/VCMIMapFormat1
|
2016-02-14 12:14:57 +03:00 |
|
AlexVinS
|
800f32c4cb
|
Fix few cases of tempOwner initialization.
|
2016-02-14 12:13:30 +03:00 |
|
AlexVinS
|
709dd833d5
|
Added hacks for hero identification.
|
2016-02-14 11:25:01 +03:00 |
|
AlexVinS
|
e0af4a665a
|
Added hacks fot spell scroll support.
|
2016-02-13 19:43:05 +03:00 |
|
AlexVinS
|
7106c5d1af
|
Fix loading of spell identifier
|
2016-02-13 19:41:28 +03:00 |
|
Arseniy Shestakov
|
d4524c2fbd
|
CGDwelling: dont set owner for Refugee Camp. Fix issue 2029
|
2016-02-13 19:26:47 +03:00 |
|
Arseniy Shestakov
|
c5cfc8467f
|
Battles: change naming from drawbridge to gate for everything
This way code is shorter and cleaner while in future we may support towns with gate only.
|
2016-02-13 17:40:31 +03:00 |
|
AlexVinS
|
a59f0c23ce
|
Dedug tweaks
|
2016-02-13 17:16:00 +03:00 |
|
AlexVinS
|
5a92e0de2b
|
Small redesign
|
2016-02-13 16:28:07 +03:00 |
|
AlexVinS
|
22b93106c8
|
Experimental drafts of Json serializer
|
2016-02-13 15:04:32 +03:00 |
|
AlexVinS
|
a307d3ca40
|
tweaks
|
2016-02-10 13:24:03 +03:00 |
|
AlexVinS
|
fb17914ae5
|
Debug tweaks
|
2016-02-10 08:59:24 +03:00 |
|
AlexVinS
|
3c78f960cd
|
Complete json map format integration
|
2016-02-10 07:28:00 +03:00 |
|
Arseniy Shestakov
|
422d5cabdf
|
CBattleInterface: first pass on client drawbridge visualization
|
2016-02-10 07:10:32 +03:00 |
|
AlexVinS
|
0c21efb202
|
Start integration of map format into engine
|
2016-02-09 20:20:03 +03:00 |
|
Arseniy Shestakov
|
11dc428b1e
|
Battles: move hexes enum to GameConstants and fix wall position
Before we had hex 62 marked as destructible wall while actually it's must be 78.
|
2016-02-09 17:38:59 +03:00 |
|
DjWarmonger
|
4de0f0f973
|
Compile fixes for MSVS.
|
2016-02-09 11:08:20 +01:00 |
|
Arseniy Shestakov
|
a07761b608
|
Battles: readable identifiers enum for drawbridge and gate hexes
Dont like to locate them in BattleHex, but it's best place I can see so far.
|
2016-02-09 12:25:13 +03:00 |
|
AlexVinS
|
6db94ab74c
|
Explicit army serialization - too much CArmedInstance descendants
|
2016-02-09 10:11:59 +03:00 |
|
AlexVinS
|
53dc49e92a
|
CGShipyard, CGShrine serialization
|
2016-02-09 09:17:20 +03:00 |
|
AlexVinS
|
401ba48257
|
CGScholar serialization
|
2016-02-09 09:02:34 +03:00 |
|
AlexVinS
|
a00dbd3dd1
|
Merge remote-tracking branch 'remotes/origin/develop' into feature/VCMIMapFormat1
Conflicts:
lib/CMakeLists.txt
lib/VCMI_lib.cbp
lib/filesystem/CFileInputStream.cpp
lib/filesystem/CZipLoader.cpp
lib/rmg/CRmgTemplateZone.cpp
vcmi.workspace
|
2016-02-08 10:17:25 +03:00 |
|
ArseniyShestakov
|
890ae43f55
|
Merge pull request #180 from Zyx-2000/FileInfo
Refactored CFileInfo & ResourceID
|
2016-02-08 04:55:39 +03:00 |
|
Arseniy Shestakov
|
a13aec4fd7
|
Aplly some fix for merge and explicitly specify type for std::max
|
2016-02-08 04:09:02 +03:00 |
|
DjWarmonger
|
441c94d56c
|
Remove log for Seer Huts.
|
2016-02-06 15:11:56 +01:00 |
|
DjWarmonger
|
6f5706352d
|
Possible fix for #2371
|
2016-02-06 12:36:56 +01:00 |
|
AlexVinS
|
081a20d047
|
Fix a crash.
|
2016-02-05 09:40:20 +03:00 |
|
AlexVinS
|
a3f0d1a94e
|
More post-merge fixes
|
2016-02-05 09:28:36 +03:00 |
|
DjWarmonger
|
b98a83f743
|
Added string identifiers for terrain types.
|
2016-02-04 17:57:51 +01:00 |
|
AlexVinS
|
483276b128
|
Merge fixes
|
2016-02-04 12:28:12 +03:00 |
|