Home
last modified time | relevance | path

Searched refs:getFirstPointInPath (Results 1 – 4 of 4) sorted by relevance

/dports/games/lordsawar/lordsawar-0.3.2/src/
H A Dstack.h428 Vector<int> getFirstPointInPath() const;
H A Dai_fast.cpp196 << ") to (" <<s->getFirstPointInPath().x << "," << in startTurn()
197 s->getFirstPointInPath().y << ") with " << s->getMoves() <<" left"); in startTurn()
H A Dstack.cpp119 Vector<int> dest = getFirstPointInPath(); in moveOneStep()
407 Vector<int> Stack::getFirstPointInPath() const in getFirstPointInPath() function in Stack
442 Vector<int> p = getFirstPointInPath(); in enoughMoves()
H A Dplayer.cpp788 Vector<int> dest = s->getFirstPointInPath(); in nextStepOnEnemyStackOrCity()
889 Vector<int> pos = s->getFirstPointInPath(); in stackMove()
1057 Vector<int> pos = s->getFirstPointInPath(); in stackMove()
1086 Vector<int> dest = s->getFirstPointInPath(); in stackMoveOneStepOverTooLargeFriendlyStacks()
1180 Vector<int> dest = s->getFirstPointInPath(); in stackMoveOneStep()