Home
last modified time | relevance | path

Searched refs:getFortified (Results 1 – 8 of 8) sorted by relevance

/dports/games/lordsawar/lordsawar-0.3.2/src/
H A Darmy.cpp402 if (getFortified() == true && f == false) in setFortified()
404 else if (getFortified() == false && f == true) in setFortified()
409 bool Army::getFortified () const in getFortified() function in Army
H A Darmy.h227 bool getFortified () const;
H A Dstack.h100 bool getFortified() const;
H A Dbigmap.cpp336 if (s->getFortified() == true) in draw_stack()
500 if (stack->getFortified() == true && in draw_buffer_tile()
H A Dstack.cpp739 bool Stack::getFortified() const in getFortified() function in Stack
745 if ((*it)->getFortified()) in getFortified()
H A Dfight.cpp339 tower = (*fit)->army->getFortified(); in calculateTerrainModifiers()
H A DGameMap.cpp2127 if (c->getOwner() == active && s->getFortified() == true) in putCity()
2167 if (((*sit)->getFortified ()) && !can_defend(*it)) in updateTowers()
/dports/games/lordsawar/lordsawar-0.3.2/src/editor/
H A Dstack-editor-dialog.cpp110 fortified_switch->set_active(stack->getFortified()); in StackEditorDialog()