Home
last modified time | relevance | path

Searched refs:CITYSACK (Results 1 – 9 of 9) sorted by relevance

/dports/games/lordsawar/lordsawar-0.3.2/src/
H A DQuest.cpp113 case Quest::CITYSACK: return "Quest::CITYSACK"; in questTypeToString()
128 else if (str == "Quest::CITYSACK") return Quest::CITYSACK; in questTypeFromString()
H A DQCitySack.cpp40 : Quest(mgr, hero, Quest::CITYSACK) in QuestCitySack()
62 : Quest(mgr, hero, Quest::CITYSACK) in QuestCitySack()
H A DQuest.h65 CITYSACK = 3, enumerator
H A Dquestmap.cpp129 case Quest::CITYSACK: in after_draw()
H A DQuestsManager.cpp348 case Quest::CITYSACK: in load()
H A Dnetwork_player.cpp642 case Quest::CITYSACK: in decodeActionQuest()
H A Dplayer.cpp3946 case Quest::CITYSACK: in AI_getQuestDestination()
3980 case Quest::CITYSACK: in AI_invadeCityQuestPreference()
H A Daction.cpp1149 case Quest::CITYSACK: in Action_Quest()
/dports/games/lordsawar/lordsawar-0.3.2/src/gui/
H A Dgame-window.cpp1973 case Quest::CITYSACK: in hero_has_quest_here()
1976 if ((*i)->getType() == Quest::CITYSACK) in hero_has_quest_here()
1999 if ((*i)->getType() == Quest::CITYSACK) in hero_has_quest_here()