/dports/games/opendungeons/OpenDungeons-0.7.1/source/spells/ |
H A D | SpellCallToWar.cpp | 60 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 D | SpellEyeEvil.cpp | 60 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 D | SpellManager.h | 50 virtual Spell* getSpellFromStream(GameMap* gameMap, std::istream& is) const = 0; 83 static Spell* getSpellFromStream(GameMap* gameMap, std::istream &is);
|
H A D | SpellCreatureDefense.cpp | 65 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 D | SpellCreatureHaste.cpp | 64 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 D | SpellCreatureSlow.cpp | 64 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 D | SpellCreatureWeak.cpp | 64 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 D | SpellCreatureStrength.cpp | 64 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 D | SpellCreatureExplosion.cpp | 63 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 D | SpellManager.cpp | 97 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 D | SpellCreatureHeal.cpp | 64 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 D | SpellSummonWorker.cpp | 63 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 D | SpellCreatureDefense.h | 34 static Spell* getSpellFromStream(GameMap* gameMap, std::istream &is);
|
H A D | SpellCreatureExplosion.h | 34 static Spell* getSpellFromStream(GameMap* gameMap, std::istream &is);
|
H A D | SpellCreatureSlow.h | 34 static Spell* getSpellFromStream(GameMap* gameMap, std::istream &is);
|
H A D | SpellCreatureWeak.h | 34 static Spell* getSpellFromStream(GameMap* gameMap, std::istream &is);
|
H A D | SpellCreatureHaste.h | 34 static Spell* getSpellFromStream(GameMap* gameMap, std::istream &is);
|
H A D | SpellCreatureHeal.h | 34 static Spell* getSpellFromStream(GameMap* gameMap, std::istream &is);
|
H A D | SpellCreatureStrength.h | 34 static Spell* getSpellFromStream(GameMap* gameMap, std::istream &is);
|
H A D | SpellEyeEvil.h | 42 static Spell* getSpellFromStream(GameMap* gameMap, std::istream &is);
|
H A D | SpellCallToWar.h | 44 static Spell* getSpellFromStream(GameMap* gameMap, std::istream &is);
|
H A D | SpellSummonWorker.h | 35 static Spell* getSpellFromStream(GameMap* gameMap, std::istream &is);
|
/dports/games/opendungeons/OpenDungeons-0.7.1/source/entities/ |
H A D | EntityLoading.cpp | 96 entity = SpellManager::getSpellFromStream(gameMap, is); in getGameEntityFromStream()
|