1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-24 22:14:36 +02:00
vcmi/lib/spells/effects
Henning Koehler 7f76648a7c Extend Bonus.addInfo to integer vector (#427)
* changed Bonus::additionalInfo to integer vector

* fixed deserialization for old savegames

* removed newline from JsonNode::toJson()

* updated bonus schema; SPELL_AFTER_ATTACK and SPELL_BEFORE_ATTACK use new addInfo format

* removed unnecessary init in Bonus constructor
2018-03-12 08:20:18 +03:00
..
Catapult.cpp Updated catapult spell effect to match new code 2018-03-05 12:55:44 +01:00
Catapult.h
Clone.cpp
Clone.h
Damage.cpp
Damage.h
Dispel.cpp
Dispel.h
Effect.cpp
Effect.h
Effects.cpp Fixed https://bugs.vcmi.eu/view.php?id=2904 2018-03-04 11:15:24 +03:00
Effects.h
EffectsFwd.h
Heal.cpp [Spells] Do not use Unit State in heal effect 2018-02-20 13:19:01 +03:00
Heal.h
LocationEffect.cpp
LocationEffect.h
Obstacle.cpp
Obstacle.h
Registry.cpp Possible fix for https://bugs.vcmi.eu/view.php?id=2913 2018-03-10 19:35:20 +03:00
Registry.h
RemoveObstacle.cpp
RemoveObstacle.h
Sacrifice.cpp
Sacrifice.h
Summon.cpp Summon effect fixes. 2018-03-03 20:37:49 +03:00
Summon.h Summon effect fixes. 2018-03-03 20:37:49 +03:00
Teleport.cpp
Teleport.h
Timed.cpp Extend Bonus.addInfo to integer vector (#427) 2018-03-12 08:20:18 +03:00
Timed.h
UnitEffect.cpp
UnitEffect.h