Home
last modified time | relevance | path

Searched refs:getSpellFromStream (Results 1 – 23 of 23) sorted by relevance

/dports/games/opendungeons/OpenDungeons-0.7.1/source/spells/
H A DSpellCallToWar.cpp60 Spell* getSpellFromStream(GameMap* gameMap, std::istream &is) const override in getSpellFromStream() function in __anon3acb3b6b0111::SpellCallToWarFactory
61 { return SpellCallToWar::getSpellFromStream(gameMap, is); } in getSpellFromStream()
175 Spell* SpellCallToWar::getSpellFromStream(GameMap* gameMap, std::istream &is) in getSpellFromStream() function in SpellCallToWar
H A DSpellEyeEvil.cpp60 Spell* getSpellFromStream(GameMap* gameMap, std::istream &is) const override in getSpellFromStream() function in __anonc755fff50111::SpellEyeEvilFactory
61 { return SpellEyeEvil::getSpellFromStream(gameMap, is); } in getSpellFromStream()
169 Spell* SpellEyeEvil::getSpellFromStream(GameMap* gameMap, std::istream &is) in getSpellFromStream() function in SpellEyeEvil
H A DSpellManager.h50 virtual Spell* getSpellFromStream(GameMap* gameMap, std::istream& is) const = 0;
83 static Spell* getSpellFromStream(GameMap* gameMap, std::istream &is);
H A DSpellCreatureDefense.cpp65 Spell* getSpellFromStream(GameMap* gameMap, std::istream &is) const override in getSpellFromStream() function in __anon8be906170111::SpellCreatureDefenseFactory
66 { return SpellCreatureDefense::getSpellFromStream(gameMap, is); } in getSpellFromStream()
212 Spell* SpellCreatureDefense::getSpellFromStream(GameMap* gameMap, std::istream &is) in getSpellFromStream() function in SpellCreatureDefense
H A DSpellCreatureHaste.cpp64 Spell* getSpellFromStream(GameMap* gameMap, std::istream &is) const override in getSpellFromStream() function in __anona7d7f2920111::SpellCreatureHasteFactory
65 { return SpellCreatureHaste::getSpellFromStream(gameMap, is); } in getSpellFromStream()
209 Spell* SpellCreatureHaste::getSpellFromStream(GameMap* gameMap, std::istream &is) in getSpellFromStream() function in SpellCreatureHaste
H A DSpellCreatureSlow.cpp64 Spell* getSpellFromStream(GameMap* gameMap, std::istream &is) const override in getSpellFromStream() function in __anonde0a59220111::SpellCreatureSlowFactory
65 { return SpellCreatureSlow::getSpellFromStream(gameMap, is); } in getSpellFromStream()
209 Spell* SpellCreatureSlow::getSpellFromStream(GameMap* gameMap, std::istream &is) in getSpellFromStream() function in SpellCreatureSlow
H A DSpellCreatureWeak.cpp64 Spell* getSpellFromStream(GameMap* gameMap, std::istream &is) const override in getSpellFromStream() function in __anon52b8a4850111::SpellCreatureWeakFactory
65 { return SpellCreatureWeak::getSpellFromStream(gameMap, is); } in getSpellFromStream()
209 Spell* SpellCreatureWeak::getSpellFromStream(GameMap* gameMap, std::istream &is) in getSpellFromStream() function in SpellCreatureWeak
H A DSpellCreatureStrength.cpp64 Spell* getSpellFromStream(GameMap* gameMap, std::istream &is) const override in getSpellFromStream() function in __anon73787cac0111::SpellCreatureStrengthFactory
65 { return SpellCreatureStrength::getSpellFromStream(gameMap, is); } in getSpellFromStream()
209 Spell* SpellCreatureStrength::getSpellFromStream(GameMap* gameMap, std::istream &is) in getSpellFromStream() function in SpellCreatureStrength
H A DSpellCreatureExplosion.cpp63 Spell* getSpellFromStream(GameMap* gameMap, std::istream &is) const override in getSpellFromStream() function in __anonae4254fe0111::SpellCreatureExplosionFactory
64 { return SpellCreatureExplosion::getSpellFromStream(gameMap, is); } in getSpellFromStream()
230 Spell* SpellCreatureExplosion::getSpellFromStream(GameMap* gameMap, std::istream &is) in getSpellFromStream() function in SpellCreatureExplosion
H A DSpellManager.cpp97 Spell* spell = factoryToUse->getSpellFromStream(gameMap, is); in load()
158 Spell* SpellManager::getSpellFromStream(GameMap* gameMap, std::istream& is) in getSpellFromStream() function in SpellManager
173 return factory.getSpellFromStream(gameMap, is); in getSpellFromStream()
H A DSpellCreatureHeal.cpp64 Spell* getSpellFromStream(GameMap* gameMap, std::istream &is) const override in getSpellFromStream() function in __anon7aef43d70111::SpellCreatureHealFactory
65 { return SpellCreatureHeal::getSpellFromStream(gameMap, is); } in getSpellFromStream()
276 Spell* SpellCreatureHeal::getSpellFromStream(GameMap* gameMap, std::istream &is) in getSpellFromStream() function in SpellCreatureHeal
H A DSpellSummonWorker.cpp63 Spell* getSpellFromStream(GameMap* gameMap, std::istream &is) const override in getSpellFromStream() function in __anonda6f0d1b0111::SpellSummonWorkerFactory
64 { return SpellSummonWorker::getSpellFromStream(gameMap, is); } in getSpellFromStream()
251 Spell* SpellSummonWorker::getSpellFromStream(GameMap* gameMap, std::istream &is) in getSpellFromStream() function in SpellSummonWorker
H A DSpellCreatureDefense.h34 static Spell* getSpellFromStream(GameMap* gameMap, std::istream &is);
H A DSpellCreatureExplosion.h34 static Spell* getSpellFromStream(GameMap* gameMap, std::istream &is);
H A DSpellCreatureSlow.h34 static Spell* getSpellFromStream(GameMap* gameMap, std::istream &is);
H A DSpellCreatureWeak.h34 static Spell* getSpellFromStream(GameMap* gameMap, std::istream &is);
H A DSpellCreatureHaste.h34 static Spell* getSpellFromStream(GameMap* gameMap, std::istream &is);
H A DSpellCreatureHeal.h34 static Spell* getSpellFromStream(GameMap* gameMap, std::istream &is);
H A DSpellCreatureStrength.h34 static Spell* getSpellFromStream(GameMap* gameMap, std::istream &is);
H A DSpellEyeEvil.h42 static Spell* getSpellFromStream(GameMap* gameMap, std::istream &is);
H A DSpellCallToWar.h44 static Spell* getSpellFromStream(GameMap* gameMap, std::istream &is);
H A DSpellSummonWorker.h35 static Spell* getSpellFromStream(GameMap* gameMap, std::istream &is);
/dports/games/opendungeons/OpenDungeons-0.7.1/source/entities/
H A DEntityLoading.cpp96 entity = SpellManager::getSpellFromStream(gameMap, is); in getGameEntityFromStream()