1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-24 22:14:36 +02:00
vcmi/lib/spells
AlexVinS 0241c6e843 Improved spell range calculation.
* should now support smart custom range AOE spells
2016-09-06 08:56:31 +03:00
..
AdventureSpellMechanics.cpp Extracted adventure spell mechanics to distinct class hierarchy. 2016-09-04 08:19:28 +03:00
AdventureSpellMechanics.h Extracted adventure spell mechanics to distinct class hierarchy. 2016-09-04 08:19:28 +03:00
BattleSpellMechanics.cpp Moved all affected stacks calculations to mechanics 2016-09-06 07:05:55 +03:00
BattleSpellMechanics.h Make sure that there is no unwanted stack affect by spells. 2016-09-06 08:20:17 +03:00
CDefaultSpellMechanics.cpp Improved spell range calculation. 2016-09-06 08:56:31 +03:00
CDefaultSpellMechanics.h Make sure that there is no unwanted stack affect by spells. 2016-09-06 08:20:17 +03:00
CreatureSpellMechanics.cpp Ensure no immunity to AcidBreathDamage 2016-09-06 07:16:32 +03:00
CreatureSpellMechanics.h Ensure no immunity to AcidBreathDamage 2016-09-06 07:16:32 +03:00
CSpellHandler.cpp Moved all affected stacks calculations to mechanics 2016-09-06 07:05:55 +03:00
CSpellHandler.h WIP on SpellCastContext 2016-09-06 06:40:23 +03:00
ISpellMechanics.cpp OO design for obstacle spells. 2016-09-05 13:34:48 +03:00
ISpellMechanics.h WIP on SpellCastContext 2016-09-06 06:40:23 +03:00
Magic.h Whitespace cleanup. (No code changes.) 2016-02-15 13:34:37 +03:00
SpellMechanics.h Rename radious -> radius 2016-01-31 18:01:58 +03:00
ViewSpellInt.cpp
ViewSpellInt.h