1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-26 08:41:13 +02:00
vcmi/lib/spells
Ivan Savenko 62fddca21e Split massive CModHandler class/file into multiple parts:
- IdentifierStorage is now a separate handler in VLC
- Renamed ModHandler::Incompatibility exception to ModIncompatibility
- Extracted ModScope namespace from ModHandler
- Extracted ModUtilities namespace from ModHandler
- Split CModHandler.cpp on per-class basis
- Replaced some direct members with unique_ptr to reduce header includes
2023-07-30 22:17:47 +03:00
..
effects Fixed crashes on loading with Tides of War mod 2023-07-15 16:09:44 +03:00
AbilityCaster.cpp SpellSchool: use identifier instead of int 2023-05-07 20:37:32 +03:00
AbilityCaster.h vcmi: rework ProxyCaster 2023-03-30 14:41:40 +03:00
AdventureSpellMechanics.cpp Added encapsulation for movement points access 2023-06-25 17:42:36 +03:00
AdventureSpellMechanics.h Implemented View Earth / View Air spells 2023-03-05 17:48:02 +02:00
BattleSpellMechanics.cpp Renamed MetaString methods to more logical names 2023-06-20 19:37:27 +03:00
BattleSpellMechanics.h Demon summon is now a spell. DEMON_SUMMONING bonus has been removed 2022-12-22 23:11:55 +02:00
BonusCaster.cpp Renamed MetaString methods to more logical names 2023-06-20 19:37:27 +03:00
BonusCaster.h vcmi: rework ProxyCaster 2023-03-30 14:41:40 +03:00
CSpellHandler.cpp Split massive CModHandler class/file into multiple parts: 2023-07-30 22:17:47 +03:00
CSpellHandler.h Build fix 2023-07-18 10:55:26 +02:00
ExternalCaster.cpp Rename outer caster 2023-04-10 20:56:50 +04:00
ExternalCaster.h Rename outer caster 2023-04-10 20:56:50 +04:00
ISpellMechanics.cpp Renamed MetaString methods to more logical names 2023-06-20 19:37:27 +03:00
ISpellMechanics.h vcmi: split bonus to enumerator and HeroBonus.h 2023-05-03 18:01:06 +03:00
ObstacleCasterProxy.cpp Merge beta into develop 2023-04-11 19:37:35 +03:00
ObstacleCasterProxy.h Merge beta into develop 2023-04-11 19:37:35 +03:00
Problem.cpp Moved MetaString to a new file 2023-06-20 19:37:27 +03:00
Problem.h Moved MetaString to a new file 2023-06-20 19:37:27 +03:00
ProxyCaster.cpp Merge beta into develop 2023-04-11 19:37:35 +03:00
ProxyCaster.h Merge beta into develop 2023-04-11 19:37:35 +03:00
TargetCondition.cpp Split massive CModHandler class/file into multiple parts: 2023-07-30 22:17:47 +03:00
TargetCondition.h TargetCondition: units with 100% MR is immune 2023-05-05 18:57:40 +03:00
ViewSpellInt.cpp Split some map object files into smaller files. Reduced includes usage. 2023-06-02 21:47:37 +03:00
ViewSpellInt.h vcmi: modernize lib/spells (except adventure one, needs major rework) 2023-02-12 21:23:00 +03:00