Arseniy Shestakov
|
434deffb54
|
CAdvMapInt: improve hero reminder by checking hero path
Dialog won't show up if movement points insufficient for first step on current path.
|
2018-02-24 21:49:42 +08:00 |
|
Michał Kalinowski
|
968bd4a7da
|
Setting policy CMP0071 for launcher cmake
CMake from version 3.10.2 warns when the policy is not set.
Reference: https://cmake.org/cmake/help/v3.10/policy/CMP0071.html
|
2018-02-24 08:22:37 +03:00 |
|
Dydzio
|
e0982ce9a7
|
Fix mantis bugs: #2884. #2885, #2886
Fixed creature abilities
|
2018-02-24 08:18:25 +03:00 |
|
AlexVinS
|
080a81db3a
|
Fixed summoned units not being removed after battle
|
2018-02-23 21:58:05 +03:00 |
|
Henning Koehler
|
e683f0f74e
|
fixed hero config indentation
|
2018-02-21 10:02:12 +13:00 |
|
Henning Koehler
|
6c443d7094
|
SPECIAL_SPELL_LEV and SPECIAL_BLESS_DAMAGE no longer scale with hero level
|
2018-02-21 09:56:20 +13:00 |
|
AlexVinS
|
6d8536b12a
|
Fixed https://bugs.vcmi.eu/view.php?id=2882
|
2018-02-20 14:29:06 +03:00 |
|
Henning Koehler
|
89cb7b2780
|
formatting fix and code simplification in HeroBonus
|
2018-02-20 23:36:00 +13:00 |
|
AlexVinS
|
2b49df2cab
|
[Spells] Do not use Unit State in heal effect
|
2018-02-20 13:19:01 +03:00 |
|
Henning Koehler
|
e76efff0c3
|
added comment on Adrienne's specialty
|
2018-02-20 20:00:29 +13:00 |
|
AlexVinS
|
2add0e443e
|
[Spells] Added "summonByHealth" option to Summon effect
* with summonByHealth on, effect power (levelPower * SP) treated as HP
* default behavior (effect power = amount) not changed
* tests included
|
2018-02-20 08:08:34 +03:00 |
|
Henning Koehler
|
9a70e82dc8
|
fixed catherine's specialty to swordsman
|
2018-02-20 11:51:15 +13:00 |
|
Henning Koehler
|
04925314f8
|
findKey returns success in found parameter
|
2018-02-19 08:50:43 +13:00 |
|
Henning Koehler
|
9850e7254e
|
updated serialization version to 781
|
2018-02-18 23:32:52 +13:00 |
|
Henning Koehler
|
e2f2568221
|
added extra debug info for Json parsing
|
2018-02-18 20:59:05 +13:00 |
|
Henning Koehler
|
c3d8500cf9
|
fixed specialty format for ingham
|
2018-02-18 20:59:05 +13:00 |
|
Henning Koehler
|
2ca6eab543
|
updated config files to use one-line creature specialty format
|
2018-02-18 20:59:05 +13:00 |
|
Henning Koehler
|
6442842731
|
added one-line option for standard creature specialty; also fixes bug for creatures where upgrades have different attack/defense
|
2018-02-18 20:59:05 +13:00 |
|
Henning Koehler
|
7a69bd1559
|
updated Authors and Changelog
|
2018-02-18 20:36:24 +13:00 |
|
Henning Koehler
|
95e2b44319
|
added TimesStackLevelUpdater
|
2018-02-18 20:36:24 +13:00 |
|
Henning Koehler
|
af00c29858
|
converted updaters for secondary skill specialties to TIMES_HERO_LEVEL
|
2018-02-18 20:36:24 +13:00 |
|
Henning Koehler
|
552bad08b3
|
added TimesHeroLevelUpdater; renamed ScalingUpdater to GrowsWithLevelUpdater
|
2018-02-18 20:36:24 +13:00 |
|
Henning Koehler
|
2abbe5ab19
|
fixed specialty for Calh
|
2018-02-18 20:22:23 +13:00 |
|
Henning Koehler
|
be913cfa41
|
fixed specialty for Fiur
|
2018-02-18 20:22:23 +13:00 |
|
Henning Koehler
|
5543631c19
|
fixed bug with mysticism specialty
|
2018-02-18 20:22:23 +13:00 |
|
Henning Koehler
|
f9a8cb2876
|
fixed formatting and other small issues
|
2018-02-18 20:22:23 +13:00 |
|
Henning Koehler
|
73f782aa39
|
fixed various specialty bugs retained during conversion
|
2018-02-18 20:22:23 +13:00 |
|
Henning Koehler
|
2b8f111a81
|
converted special.json; fixed bugs in specialty json construction
|
2018-02-18 20:22:23 +13:00 |
|
Henning Koehler
|
4f099393f7
|
converted conflux.json and fortress.json
|
2018-02-18 20:22:23 +13:00 |
|
Henning Koehler
|
62cb2f9063
|
converted dungeon.json and stronghold.json
|
2018-02-18 20:22:23 +13:00 |
|
Henning Koehler
|
0fe9211135
|
converted inferno.json and necropolis.json
|
2018-02-18 20:22:23 +13:00 |
|
Henning Koehler
|
78ed7cc0d6
|
converted rampart.json and tower.json
|
2018-02-18 20:22:23 +13:00 |
|
Henning Koehler
|
dc7132d8b7
|
converted castle.json; fixed bugs in Bonus::toJsonNode()
|
2018-02-18 20:22:23 +13:00 |
|
Henning Koehler
|
00f51e0f98
|
Updaters replace bonuses during inheritance
|
2018-02-18 20:22:23 +13:00 |
|
Arseniy Shestakov
|
734441eb3b
|
CMake: use CMAKE_DL_LIBS on Linux for linking with GNU gold
Gold only link what explicitly specified and we use dlopen.
|
2018-02-18 15:15:19 +08:00 |
|
Henning Koehler
|
ad5a9f7205
|
made HeroSpecial public again
|
2018-02-18 20:08:34 +13:00 |
|
Henning Koehler
|
20172dba7c
|
indentation fix
|
2018-02-18 20:08:34 +13:00 |
|
Henning Koehler
|
ee46862784
|
replaced JsonNode::isEmpty() with JsonNode::containsBaseData()
|
2018-02-18 20:08:34 +13:00 |
|
Henning Koehler
|
6414cd18e8
|
fixed bug with old specialty conversion
|
2018-02-18 20:08:34 +13:00 |
|
Henning Koehler
|
de6d4d8367
|
fixed indentation for switch statements
|
2018-02-18 20:08:34 +13:00 |
|
Henning Koehler
|
6037c19b9a
|
removed specialtyDeprecated from CGHeroInstance; improved savegame compatibility
|
2018-02-18 19:47:38 +13:00 |
|
Henning Koehler
|
81c44dac41
|
minor fixes
|
2018-02-18 19:47:38 +13:00 |
|
Henning Koehler
|
ab7ce6625e
|
moved nameForBonus into Bonus class
|
2018-02-18 19:47:37 +13:00 |
|
Henning Koehler
|
ba7709da50
|
middle-aged specialty format is converted properly and logged
|
2018-02-18 19:27:24 +13:00 |
|
Henning Koehler
|
16f59fb213
|
fixed base merging and limiter creation
|
2018-02-18 19:27:24 +13:00 |
|
Henning Koehler
|
6ae103dd63
|
print json in compact format
|
2018-02-18 19:27:24 +13:00 |
|
Henning Koehler
|
a002df399e
|
updated json loading and schema to fit new specialty format
|
2018-02-18 19:27:24 +13:00 |
|
Henning Koehler
|
038cb4bf19
|
remove base json from specialty bonuses
|
2018-02-18 19:27:24 +13:00 |
|
Henning Koehler
|
eb02ce0f31
|
changed specialty json format to struct with base (WIP)
|
2018-02-18 19:27:24 +13:00 |
|
Henning Koehler
|
d7942fd929
|
fixed typo in specialty log
|
2018-02-18 18:53:01 +13:00 |
|