Home
last modified time | relevance | path

Searched refs:lastmove (Results 1 – 25 of 61) sorted by relevance

123

/dports/games/blinkensisters/blinkensisters/lostpixels/game/software/
H A Dplayersprite.cpp20 PLAYERSPRITETYPE lastmove = PLAYERSPRITE_NOMOVE; variable
29 lastmove = PLAYERSPRITE_NOMOVE; in initPlayerSprite()
46 lastmove = PLAYERSPRITE_LEFT; in initPlayerSprite()
52 lastmove = (PLAYERSPRITETYPE)i; in initPlayerSprite()
62 playerstartmove = lastmove; in initPlayerSprite()
86 if(mtype == lastmove) { in setSpriteGFX()
95 lastmove = playerstartmove; in resetSpriteGFX()
96 playersprite = getFGSurface(playerspritegfx[lastmove]); in resetSpriteGFX()
102 …if((mtype != lastmove && playerspritegfx[mtype] != PSEUDO_FGOBJECTGFXNUM && playerspritegfx[mtype… in updateSpriteGFX()
103 lastmove = mtype; in updateSpriteGFX()
[all …]
/dports/games/nInvaders/ninvaders-0.1.1/
H A DnInvaders.c137 static int lastmove; in readInput() local
169 if (lastmove == 'l') { in readInput()
175 lastmove = 'l'; // remember last move for turbo mode in readInput()
177 if (lastmove == 'h') { in readInput()
183 lastmove = 'h'; // remember last move for turbo mode in readInput()
197 lastmove = ' '; in readInput()
/dports/cad/opencascade/opencascade-7.6.0/src/Units/
H A DUnits.cxx51 static Standard_Real lastvalue,lastmove; variable
260 lastmove = 0.; in ToSI()
264 lastmove = stoken->Move(); in ToSI()
269 return (aData + lastmove) * lastvalue; in ToSI()
305 lastmove = 0.; in FromSI()
309 lastmove = stoken->Move(); in FromSI()
314 return (aData / lastvalue) - lastmove; in FromSI()
/dports/games/chessx/chessx-1.5.6/dep/scid/code/src/
H A Dfastgame.h297 void fillSANInfo(FullMove& lastmove) const { in fillSANInfo() argument
298 const auto lastFrom = lastmove.getFrom(); in fillSANInfo()
299 const auto lastTo = lastmove.getTo(); in fillSANInfo()
300 const auto lastCol = lastmove.getColor(); in fillSANInfo()
301 auto lastPt = lastmove.getPiece(); in fillSANInfo()
304 if (lastmove.isPromo()) in fillSANInfo()
305 lastPt = lastmove.getPromo(); in fillSANInfo()
309 lastmove.setAmbiguity(ambiguity != 5, ambiguity >= 5); in fillSANInfo()
322 lastmove.setCheck(); in fillSANInfo()
/dports/games/bloodfrontier/bloodfrontier/src/engine/
H A Dragdoll.h104 int millis, collidemillis, collisions, floating, lastmove; member
117 lastmove(lastmillis), in skel()
381 int lastmove = d->ragdoll->lastmove; in moveragdoll() local
382 …while(d->ragdoll->lastmove + (lastmove == d->ragdoll->lastmove ? ragdolltimestepmin : ragdolltimes… in moveragdoll()
384 int timestep = min(ragdolltimestepmax, lastmillis - d->ragdoll->lastmove); in moveragdoll()
386 d->ragdoll->lastmove += timestep; in moveragdoll()
/dports/games/tong/tong/
H A Dpong.cpp199 lastmove = SDL_GetTicks(); in Init()
200 startmoving = lastmove + NEWBALL_NOTICE; in Init()
236 if(lastmove<startmoving) { in UpdateTime()
237 startmoving=SDL_GetTicks()+(startmoving-lastmove); in UpdateTime()
239 lastmove=SDL_GetTicks(); in UpdateTime()
249 if(lastmove>startmoving) { in Move()
252 float movedist=(float)(speed*((SDL_GetTicks()-lastmove)/1000.0)); in Move()
396 lastmove = SDL_GetTicks(); in Move()
H A Dpong.h57 Uint32 lastmove, startmoving; variable
/dports/games/kreversi/kreversi-21.12.3/src/
H A Dkreversiview.cpp184 KReversiMove lastmove = m_game->getLastMove(); in updateBoard() local
185 if (lastmove.isValid()) in updateBoard()
187 Q_ARG(QVariant, lastmove.row), in updateBoard()
188 Q_ARG(QVariant, lastmove.col), in updateBoard()
/dports/games/scid/scid/src/
H A Dfastgame.h277 void fillSANInfo(FullMove& lastmove) { in fillSANInfo() argument
278 squareT lastFrom = lastmove.getFrom(); in fillSANInfo()
279 squareT lastTo = lastmove.getTo(); in fillSANInfo()
280 colorT lastCol = lastmove.getColor(); in fillSANInfo()
281 pieceT lastPt = lastmove.getPiece(); in fillSANInfo()
284 if (lastmove.isPromo()) in fillSANInfo()
285 lastPt = lastmove.getPromo(); in fillSANInfo()
289 lastmove.setAmbiguity(ambiguity != 5, ambiguity >= 5); in fillSANInfo()
301 lastmove.setCheck(); in fillSANInfo()
/dports/games/py-pychess/pychess-1.0.2/lib/pychess/Players/
H A DICPlayer.py147 gameno, ply, curcol, lastmove, fen, wname, bname, wms, bms = item
148 log.debug("ICPlayer.makeMove got: %s %s %s %s" % (gameno, ply, curcol, lastmove))
149 self.gamemodel.update_board(gameno, ply, curcol, lastmove, fen, wname, bname, wms, bms)
163 id(self), self, ply, lastmove))
166 move = parseSAN(board1, lastmove)
/dports/games/tesseract-data/tesseract/src/engine/
H A Dragdoll.h134 int millis, collidemillis, collisions, floating, lastmove, unsticks; member
148 lastmove(lastmillis), in skel()
517 int lastmove = d->ragdoll->lastmove; in moveragdoll() local
518 …while(d->ragdoll->lastmove + (lastmove == d->ragdoll->lastmove ? ragdolltimestepmin : ragdolltimes… in moveragdoll()
520 int timestep = min(ragdolltimestepmax, lastmillis - d->ragdoll->lastmove); in moveragdoll()
522 d->ragdoll->lastmove += timestep; in moveragdoll()
/dports/games/tesseract/tesseract/src/engine/
H A Dragdoll.h134 int millis, collidemillis, collisions, floating, lastmove, unsticks; member
148 lastmove(lastmillis), in skel()
517 int lastmove = d->ragdoll->lastmove; in moveragdoll() local
518 …while(d->ragdoll->lastmove + (lastmove == d->ragdoll->lastmove ? ragdolltimestepmin : ragdolltimes… in moveragdoll()
520 int timestep = min(ragdolltimestepmax, lastmillis - d->ragdoll->lastmove); in moveragdoll()
522 d->ragdoll->lastmove += timestep; in moveragdoll()
/dports/games/sauerbraten/sauerbraten/src/engine/
H A Dragdoll.h134 int millis, collidemillis, collisions, floating, lastmove, unsticks; member
148 lastmove(lastmillis), in skel()
515 int lastmove = d->ragdoll->lastmove; in moveragdoll() local
516 …while(d->ragdoll->lastmove + (lastmove == d->ragdoll->lastmove ? ragdolltimestepmin : ragdolltimes… in moveragdoll()
518 int timestep = min(ragdolltimestepmax, lastmillis - d->ragdoll->lastmove); in moveragdoll()
520 d->ragdoll->lastmove += timestep; in moveragdoll()
/dports/games/py-pychess/pychess-1.0.2/lib/pychess/ic/managers/
H A DBoardManager.py344 lastmove = fields[28] != "none" and fields[28] or None
345 if lastmove is None:
427 gameno, relation, curcol, ply, wname, bname, wms, bms, gain, lastmove, fen = \
431 if lastmove is None and relation == IC_POS_EXAMINATING:
519 if lastmove is None:
524 log.debug("put move %s into game.move_queue" % lastmove,
538 gameno, relation, curcol, ply, wname, bname, wms, bms, gain, lastmove, fen = \
641 gameno, relation, curcol, ply, wname, bname, wms, bms, gain, lastmove, fen = \
831 gameno, relation, curcol, ply, wname, bname, wms, bms, gain, lastmove, \
892 if lastmove is None:
[all …]
/dports/games/tileworld/tworld-1.3.0/
H A Dplay.c115 state.lastmove = NIL; in initgamestate()
275 if (state.replay < 0 && state.lastmove) { in doturn()
277 act.dir = state.lastmove; in doturn()
279 state.lastmove = NIL; in doturn()
/dports/games/redeclipse16/base-1.6.0/src/engine/
H A Dragdoll.h139 int millis, collidemillis, collisions, floating, lastmove, unsticks; member
153 lastmove(lastmillis), in skel()
545 int lastmove = d->ragdoll->lastmove; in moveragdoll() local
546 …while(d->ragdoll->lastmove + (lastmove == d->ragdoll->lastmove ? ragdolltimestepmin : ragdolltimes… in moveragdoll()
548 int timestep = min(ragdolltimestepmax, lastmillis - d->ragdoll->lastmove); in moveragdoll()
550 d->ragdoll->lastmove += timestep; in moveragdoll()
/dports/games/redeclipse/base-2.0.0/src/engine/
H A Dragdoll.h139 int millis, collidemillis, collisions, floating, lastmove, unsticks; member
153 lastmove(lastmillis), in skel()
571 int lastmove = d->ragdoll->lastmove; in moveragdoll() local
572 …while(d->ragdoll->lastmove + (lastmove == d->ragdoll->lastmove ? ragdolltimestepmin : ragdolltimes… in moveragdoll()
574 … int timestep = clamp(lastmillis-d->ragdoll->lastmove, ragdolltimestepmin, ragdolltimestepmax); in moveragdoll()
576 d->ragdoll->lastmove += timestep; in moveragdoll()
/dports/lang/gforth/gforth-0.7.3/arch/4stack/
H A Dasm.fs63 Variable lastmove 0 lastmove !
86 0 0 ibuf 2! instfield off condfield off lastmove off ;
116 instfield @ lastmove ! !inst ;
575 : mode: Create , DOES> @ lastmove @ |inst ;
593 DOES> dup @ lastmove @ 1 and IF 4 ELSE 8 THEN
595 lastmove @ |inst drop ;
607 DOES> @ lastmove @ 4 <> abort" Only even stacks!" 4 |inst ;
609 DOES> @ lastmove @ 5 <> abort" Only odd stacks!" 5 |inst ;
/dports/games/leela-zero/leela-zero-0.17/src/
H A DFastBoard.cpp295 void FastBoard::display_board(int lastmove) { in display_board() argument
302 if (lastmove == get_vertex(0, j)) in display_board()
316 if (lastmove == get_vertex(i, j)) myprintf(")"); in display_board()
317 else if (i != boardsize-1 && lastmove == get_vertex(i, j)+1) myprintf("("); in display_board()
H A DFullBoard.cpp210 void FullBoard::display_board(int lastmove) { in display_board() argument
211 FastBoard::display_board(lastmove); in display_board()
H A DFullBoard.h47 void display_board(int lastmove = -1);
H A DFastBoard.h103 void display_board(int lastmove = -1);
/dports/editors/texstudio/texstudio-4.1.2/completion/
H A Dskak.cwl22 \lastmove{move}
/dports/games/scid/scid/tcl/tools/
H A Dcorrespondence.tcl1813 lastmove drawoffer } {
1873 set text "$lastmove ($toMove)"
1880 set text "$lastmove ($toMove)"
1887 set text "$lastmove ($toMove)"
1893 set text "$lastmove"
1899 set text "$lastmove"
1905 set text "$lastmove"
1911 set text "$lastmove"
1917 set text "$lastmove"
1923 set text "$lastmove"
[all …]
/dports/games/hyperrogue/hyperrogue-12.0f/
H A Dpcmove.cpp94 seq = is(prev[cp], lastmove, cwt.at); in check()
97 seq = is(prev[cp], cwt.at, lastmove); in check()
100 seq = lastmove == prev[cp]; in check()
105 prev[cp] = lastmove; prevtype[cp] = lastmovetype; in check()
186 EX cell *lastmove; variable
376 lastmovetype = lmTree; lastmove = mi.t; in swing()
681 lastmovetype = lmPush; lastmove = cwt.at; in actual_move()
1076 lastmovetype = lmAttack; lastmove = c2; in attack()
1205 lastmovetype = lmMove; lastmove = cwt.at; in perform_move_or_jump()
1248 lastmovetype = lmSkip; lastmove = NULL; in stay()

123