Home
last modified time | relevance | path

Searched refs:thisMove (Results 1 – 5 of 5) sorted by relevance

/dports/games/spring/spring_98.0/rts/Game/Camera/
H A DSmoothController.cpp62 …const float3 thisMove(move.x * pixelSize * 2.0f * scrollSpeed, 0.0f, -move.y * pixelSize * 2.0f * … in KeyMove() local
68 if (thisMove.x != 0 || thisMove.z != 0) { in KeyMove()
71 Move(thisMove, timeDiff.toMilliSecsf()); in KeyMove()
74 Move(thisMove, timeDiff.toMilliSecsf()); in KeyMove()
87 …const float3 thisMove(move.x * pixelSize * 2.0f * scrollSpeed, 0.0f, -move.y * pixelSize * 2.0f * … in ScreenEdgeMove() local
93 if (thisMove.x != 0 || thisMove.z != 0) { in ScreenEdgeMove()
96 Move(thisMove, timeDiff.toMilliSecsf()); in ScreenEdgeMove()
99 Move(thisMove, timeDiff.toMilliSecsf()); in ScreenEdgeMove()
114 const float3 thisMove( in MouseMove() local
120 pos += (thisMove + lastMove) / 2.0f; in MouseMove()
[all …]
/dports/games/3dc/3Dc/src/
H A Dpiece.c200 Move thisMove; in PieceMove() local
209 thisMove.xyzBefore.xFile = piece->xyzPos.xFile; in PieceMove()
210 thisMove.xyzBefore.yRank = piece->xyzPos.yRank; in PieceMove()
212 thisMove.xyzAfter.xFile = xNew; in PieceMove()
213 thisMove.xyzAfter.yRank = yNew; in PieceMove()
214 thisMove.xyzAfter.zLevel = zNew; in PieceMove()
218 thisMove.nHadMoved = EnPASSANT; in PieceMove()
224 thisMove.nHadMoved = CASTLE; in PieceMove()
229 thisMove.nHadMoved = PROMOTE; in PieceMove()
234 thisMove.nHadMoved = piece->bHasMoved; in PieceMove()
[all …]
H A Dai.c356 Move *thisMove; in GenMove() local
380 while ( (thisMove = StackPop( moves )) != NULL ) in GenMove()
382 PushMove( thisMove, RateMove( thisMove, bwSide ) ); in GenMove()
/dports/games/jchessboard/JChessBoard-1.5/jchessboard/
H A DChat.java226 Move thisMove = newVB.getLastMove(); in parseInput() local
227 jcb.makeUsersMove(thisMove); in parseInput()
/dports/games/scid/scid/tcl/
H A Dmain.tcl189 foreach thisMove $moveEntry(List) {
190 append msg "$thisMove "