Home
last modified time | relevance | path

Searched refs:gameResult (Results 1 – 19 of 19) sorted by relevance

/dports/games/kblocks/kblocks-21.12.3/src/
H A DKBlocksSingleGame.cpp119 int gameResult = GameResult_None; in punishGame() local
138 return gameResult; in punishGame()
272 int gameResult = GameResult_None; in doUpdateGame() local
275 runGameOneStep(&gameResult); in doUpdateGame()
278 return gameResult; in doUpdateGame()
294 return gameResult; in doUpdateGame()
297 bool KBlocksSingleGame::runGameOneStep(int *gameResult) in runGameOneStep() argument
300 *gameResult = GameResult_Next_Piece; in runGameOneStep()
304 *gameResult += removeFieldLines(); in runGameOneStep()
312 *gameResult = GameResult_Game_Over; in runGameOneStep()
[all …]
H A DKBlocksSingleGame.h67 bool runGameOneStep(int *gameResult);
H A DKBlocksItemGroup.cpp156 int gameResult = mpSingleGame->updateGame(); in updateGame() local
160 if (gameResult == GameResult_Game_Over) { in updateGame()
/dports/games/pokerth/pokerth-1.1.2-rc/tests/src/de/pokerth/test/
H A DRunRankingGameTest.java275 …ResultSet gameResult = dbStatement.executeQuery("SELECT idgame, name, start_time, end_time FROM ga… in testRunRankingGame() local
276 gameResult.first(); in testRunRankingGame()
277 long idgame = gameResult.getLong(1); in testRunRankingGame()
278 String dbGameName = gameResult.getString(2); in testRunRankingGame()
280 java.sql.Timestamp gameStart = gameResult.getTimestamp(3); in testRunRankingGame()
281 java.sql.Timestamp gameEnd = gameResult.getTimestamp(4); in testRunRankingGame()
H A DRejoinMultiGameTest.java315 …ResultSet gameResult = dbStatement.executeQuery("SELECT idgame, name, start_time, end_time FROM ga… in testRejoinMultiGame() local
316 gameResult.first(); in testRejoinMultiGame()
317 long idgame = gameResult.getLong(1); in testRejoinMultiGame()
/dports/games/keeperrl/keeperrl-alpha23/
H A Dhighscores.cpp47 …== s.gameId && playerName == s.playerName && worldName == s.worldName && gameResult == s.gameResult in operator ==()
73 c.gameResult = p[3]; in parse()
139 if (score.gameResult.empty()) in fillScores()
143 ", " + score.gameResult, points, highlight}); in fillScores()
H A Dhighscores.h18 …SERIALIZE_ALL(gameId, playerName, worldName, gameResult, gameWon, points, turns, campaignType, pla…
23 string SERIAL(gameResult);
H A Dparse_game.cpp22 score.gameResult + delim + in getString()
H A Dgame.cpp471 c.gameResult = "achieved world domination"; in conquered()
500 c.gameResult = creature->getDeathReason().value_or(""); in gameOver()
/dports/games/pentobi/pentobi-19.1/pentobi/
H A DRatingModel.cpp124 double gameResult; in addResult() local
126 gameResult = 1; in addResult()
128 gameResult = 0.5; in addResult()
130 gameResult = 0; in addResult()
136 rating.update(gameResult, opponentRating, kValue, nuOpponents); in addResult()
142 m_history.prepend({numberGames, color, level, gameResult, m_rating.get(), in addResult()
/dports/games/gigalomania/gigalomaniasrc/
H A Dgame.h143 GameResult gameResult; variable
423 void setGameResult(GameResult gameResult) { in setGameResult() argument
424 this->gameResult = gameResult; in setGameResult()
427 return this->gameResult; in getGameResult()
H A Dgame.cpp102 gameResult = GAMERESULT_UNDEFINED; in Game()
1064 if( gameResult == GAMERESULT_WON ) in playMusic()
3421 gameResult = GAMERESULT_UNDEFINED; in startIsland()
3437 if( gameResult == GAMERESULT_QUIT ) { in endIsland()
3460 if( gameResult == GAMERESULT_WON && gameType == GAMETYPE_ALLISLANDS ) { in endIsland()
3499 else if( gameResult == GAMERESULT_WON && gameType == GAMETYPE_ALLISLANDS ) { in returnToChooseIsland()
4070 gameResult = GAMERESULT_LOST; in updateGame()
4093 gameResult = GAMERESULT_WON; in updateGame()
/dports/games/jin/jin-2.14.1/src/free/jin/scripter/
H A DScripter.java1007 int gameResult = evt.getResult(); in gameEnded() local
1011 switch (gameResult){ in gameEnded()
1018 throw new IllegalStateException("Unknown/bad game result value: "+gameResult); in gameEnded()
1022 switch (gameResult){ in gameEnded()
1029 throw new IllegalStateException("Unknown game result value: "+gameResult); in gameEnded()
1033 switch (gameResult){ in gameEnded()
1040 throw new IllegalStateException("Unknown game result value: "+gameResult); in gameEnded()
H A Dlocalization.properties190 "gameResult.equals("win")", surround them with round brackets and then connect\n\
/dports/games/fheroes2/fheroes2-0.9.11/src/fheroes2/game/
H A Dgame_startgame.cpp563 GameOver::Result & gameResult = GameOver::Result::Get(); in StartGame() local
575 res = gameResult.LocalCheckGameOver(); in StartGame()
658 res = gameResult.LocalCheckGameOver(); in StartGame()
747 GameOver::Result & gameResult = GameOver::Result::Get(); in HumanTurn() local
750 res = gameResult.LocalCheckGameOver(); in HumanTurn()
1055 res = gameResult.LocalCheckGameOver(); in HumanTurn()
H A Dgame_highscores.cpp508 GameOver::Result & gameResult = GameOver::Result::Get(); in HighScores() local
510 if ( rating && ( gameResult.GetResult() & GameOver::WINS ) ) { in HighScores()
521 gameResult.ResetResult(); in HighScores()
/dports/games/gogui/gogui-1.4.10/src/net/sf/gogui/tools/statistics/
H A DAnalyze.java237 ArrayList<String> gameResult = new ArrayList<String>(); in findGameGlobalCommands() local
251 gameResult.add(notEmpty.get(0)); in findGameGlobalCommands()
253 gameResult.add(""); in findGameGlobalCommands()
258 = new GameGlobalCommand(command, gameResult); in findGameGlobalCommands()
/dports/games/xboard-devel/xboard-f49e7e1/
H A Dbackend.c11259 ChessMove gameResult = GameIsDrawn; in UserAdjudicationEvent() local
11262 gameResult = WhiteWins; in UserAdjudicationEvent()
11265 gameResult = BlackWins; in UserAdjudicationEvent()
11269 GameEnds( gameResult, "User adjudication", GE_XBOARD ); in UserAdjudicationEvent()
/dports/games/xboard/xboard-4.9.1/
H A Dbackend.c11509 ChessMove gameResult = GameIsDrawn; in UserAdjudicationEvent() local
11512 gameResult = WhiteWins; in UserAdjudicationEvent()
11515 gameResult = BlackWins; in UserAdjudicationEvent()
11519 GameEnds( gameResult, "User adjudication", GE_XBOARD ); in UserAdjudicationEvent()