Home
last modified time | relevance | path

Searched refs:_moves (Results 1 – 25 of 99) sorted by relevance

1234

/dports/math/gap/gap-4.11.0/pkg/simpcomp/src/
H A Dmovable_complex.cpp95 if (!_moves[i].empty()) list_print(std::cout, _moves[i].begin(), _moves[i].end()); in MovableComplex()
105 _moves = cpy._moves; in MovableComplex()
115 _moves = cpy._moves; in operator =()
139 if (!_moves[codimension].empty()) in hasValidMoves()
141 …for (bistellar_move_option_list_t::const_iterator it = _moves[codimension].begin(); it != _moves[c… in hasValidMoves()
154 if (!_moves[codimension].empty()) in validMoves()
156 …for (bistellar_move_option_list_t::const_iterator it = _moves[codimension].begin(); it != _moves[c… in validMoves()
181 _moves[move.codimension()].erase(moveIt); in moveComplex()
352 if (!_moves[i].empty()) list_print(std::cout, _moves[i].begin(), _moves[i].end()); in moveComplex()
414 if (!complex._moves[i].empty()) in updateMoveValidity()
[all …]
H A Dmovable_complex.h25 std::vector< bistellar_move_option_list_t > _moves; variable
/dports/games/scummvm/scummvm-2.5.1/engines/ultima/ultima4/controllers/
H A Dcamp_controller.cpp89 if (((g_ultima->_saveGame->_moves / CAMP_HEAL_INTERVAL) >= 0x10000) || in begin()
90 … (((g_ultima->_saveGame->_moves / CAMP_HEAL_INTERVAL) & 0xffff) != g_ultima->_saveGame->_lastCamp)) in begin()
94 g_ultima->_saveGame->_lastCamp = (g_ultima->_saveGame->_moves / CAMP_HEAL_INTERVAL) & 0xffff; in begin()
/dports/games/lightsoff/lightsoff-40.0.1/src/
H A Dboard-view-gtk.vala19 private int _moves = 0;
20 internal int get_moves () { return _moves; }
46 _moves = 0;
102 _moves += 1;
/dports/games/tsito/tsito-0.8.4/src/
H A DTimer.h19 int _moves; variable
48 bool active() { return !(_moves == 0 && _seconds == 0); } in active()
H A DTimer.cpp8 _moves = moves; in Timer()
73 _movesLeft = _moves; in resetTimer()
/dports/games/xmahjongg/xmahjongg-3.7/src/
H A Dgame.cc180 _moves.clear(); in start()
257 _user_moves.push_back(_moves.size()); in mark_user_move()
269 _moves.resize(move_pos); in move()
272 _moves.push_back(Move(t1, t2)); in move()
290 add(_moves[i].m2); in undo()
291 add(_moves[i].m1); in undo()
309 remove(_moves[i].m1); in redo()
310 remove(_moves[i].m2); in redo()
H A Dgame.hh53 Vector<Move> _moves; member in Game
/dports/graphics/mypaint/mypaint-2.0.1/lib/layer/
H A Dgroup.py618 self._moves = []
620 self._moves.append(layer.get_move(x, y))
623 for move in self._moves:
627 for move in self._moves:
631 if len(self._moves) < 1:
633 n = max(20, int(n // len(self._moves)))
635 for move in self._moves:
/dports/math/clingo/clingo-5.5.1/examples/clingo/unblock/
H A Dvisualize.py17 self._moves = [ ]
23 self._moves.append((s, d, xy))
31 self._moves.append(None)
38 return self._moves[i]
/dports/finance/electrum/Electrum-4.1.5/packages/pip/_internal/req/
H A Dreq_uninstall.py225 self._moves = [] # type: List[Tuple[str, str]]
281 self._moves.append((path, new_path))
297 self._moves = []
303 for p in self._moves:
306 for new_path, path in self._moves:
323 return bool(self._moves)
/dports/math/py-cypari2/cypari2-2.1.2/venv/lib/python3.7/site-packages/pip/_internal/req/
H A Dreq_uninstall.py212 self._moves = [] # type: List[Tuple[str, str]]
269 self._moves.append((path, new_path))
285 self._moves = []
291 for p in self._moves:
294 for new_path, path in self._moves:
311 return bool(self._moves)
/dports/games/scummvm/scummvm-2.5.1/engines/ultima/ultima4/game/
H A Ditem.cpp231 g_ultima->_saveGame->_lastReagent = g_ultima->_saveGame->_moves & 0xF0; in putRuneInInventory()
278 g_ultima->_saveGame->_lastReagent = g_ultima->_saveGame->_moves & 0xF0; in putStoneInInventory()
328 g_ultima->_saveGame->_lastReagent = g_ultima->_saveGame->_moves & 0xF0; in putItemInInventory()
626 g_ultima->_saveGame->_lastReagent = g_ultima->_saveGame->_moves & 0xF0; in putMysticInInventory()
666 g_ultima->_saveGame->_lastReagent = g_ultima->_saveGame->_moves & 0xF0; in putReagentInInventory()
689 (g_ultima->_saveGame->_moves & 0xF0) == g_ultima->_saveGame->_lastReagent) in itemConditionsMet()
H A Dplayer.cpp615 return xu4_to_string(_saveGame->_moves); in translate()
771 …if (((_saveGame->_moves / 16) >= 0x10000) || (((_saveGame->_moves / 16) & 0xFFFF) != _saveGame->_l… in adjustKarma()
772 _saveGame->_lastVirtue = (_saveGame->_moves / 16) & 0xFFFF; in adjustKarma()
886 _saveGame->_moves++; in endTurn()
/dports/lang/spidermonkey78/firefox-78.9.0/obj-x86_64-pc-linux-gnu/_virtualenvs/init/lib/python2.7/site-packages/pip/_internal/req/
H A Dreq_uninstall.py219 self._moves = [] # type: List[Tuple[str, str]]
275 self._moves.append((path, new_path))
291 self._moves = []
297 for p in self._moves:
300 for new_path, path in self._moves:
317 return bool(self._moves)
/dports/devel/py-pip/pip-20.3.4/src/pip/_internal/req/
H A Dreq_uninstall.py228 self._moves = [] # type: List[Tuple[str, str]]
284 self._moves.append((path, new_path))
300 self._moves = []
306 for p in self._moves:
309 for new_path, path in self._moves:
326 return bool(self._moves)
/dports/games/scummvm/scummvm-2.5.1/engines/ultima/ultima4/map/
H A Dshrine.cpp163 if (((g_ultima->_saveGame->_moves / SHRINE_MEDITATION_INTERVAL) >= 0x10000) || in enter()
164 …(((g_ultima->_saveGame->_moves / SHRINE_MEDITATION_INTERVAL) & 0xffff) != g_ultima->_saveGame->_la… in enter()
215 …g_ultima->_saveGame->_lastMeditation = (g_ultima->_saveGame->_moves / SHRINE_MEDITATION_INTERVAL) … in meditationCycle()
/dports/www/firefox/firefox-99.0/third_party/python/pip/pip/_internal/req/
H A Dreq_uninstall.py220 self._moves: List[Tuple[str, str]] = []
273 self._moves.append((path, new_path))
288 self._moves = []
293 for p in self._moves:
296 for new_path, path in self._moves:
312 return bool(self._moves)
/dports/devel/py-pipenv/pipenv-2021.5.29/pipenv/patched/notpip/_internal/req/
H A Dreq_uninstall.py219 self._moves = [] # type: List[Tuple[str, str]]
275 self._moves.append((path, new_path))
291 self._moves = []
297 for p in self._moves:
300 for new_path, path in self._moves:
317 return bool(self._moves)
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/agi/
H A Dpreagi_troll.cpp401 sprintf(szMoves, IDS_TRO_GAMEOVER_0, _moves); in gameOver()
539 _moves = 0; in gameLoop()
559 _moves++; in gameLoop()
H A Dpreagi_troll.h171 int _moves; variable
/dports/games/scummvm/scummvm-2.5.1/engines/agi/
H A Dpreagi_troll.cpp405 sprintf(szMoves, IDS_TRO_GAMEOVER_0, _moves); in gameOver()
543 _moves = 0; in gameLoop()
563 _moves++; in gameLoop()
H A Dpreagi_troll.h171 int _moves; variable
/dports/games/scummvm/scummvm-2.5.1/engines/ultima/ultima4/filesys/
H A Dsavegame.cpp157 s.syncAsUint32LE(_moves); in synchronize()
208 _moves = 0; in init()
/dports/games/scummvm/scummvm-2.5.1/engines/ultima/ultima4/conversation/
H A Ddialogueloader_lb.cpp102 if (g_ultima->_saveGame->_moves <= 1000) { in lordBritishGetHelp()

1234