Home
last modified time | relevance | path

Searched refs:updateScore (Results 1 – 25 of 79) sorted by relevance

1234

/dports/games/klines/klines-21.12.3/src/
H A Dklines.cpp38 connect(mwidget->scene(), &KLinesScene::scoreChanged, this, &KLinesMainWindow::updateScore); in KLinesMainWindow()
46 updateScore(0); in KLinesMainWindow()
117 void KLinesMainWindow::updateScore(int score) in updateScore() function in KLinesMainWindow
139 updateScore(0); in startGame()
H A Dklines.h34 void updateScore(int score);
/dports/games/klondike/klondike-1.9/
H A DklondikeRules.tcl235 updateScore $w
360 updateScore $w
468 updateScore $w
567 updateScore $w
669 updateScore $w
675 proc updateScore {w} { procedure
739 updateScore $w
753 updateScore $w
788 updateScore $w
824 updateScore $w
/dports/games/dhewm3/dhewm3-1.5.1/neo/ui/
H A DGameBearShootWindow.cpp234 savefile->Write( &updateScore, sizeof(updateScore) ); in WriteToSaveGame()
291 savefile->Read( &updateScore, sizeof(updateScore) ); in ReadFromSaveGame()
346 updateScore = false; in ResetGameState()
608 updateScore = true; in UpdateBear()
877 updateScore = true; in UpdateGame()
880 if ( updateScore ) { in UpdateGame()
882 updateScore = false; in UpdateGame()
H A DGameBustOutWindow.cpp450 savefile->Write( &updateScore, sizeof(updateScore) ); in WriteToSaveGame()
527 savefile->Read( &updateScore, sizeof(updateScore) ); in ReadFromSaveGame()
602 updateScore = false; in ResetGameState()
1208 updateScore = true; in UpdateBall()
1268 updateScore = true; in UpdateBall()
1304 updateScore = true; in UpdateGame()
1327 if ( updateScore ) { in UpdateGame()
1329 updateScore = false; in UpdateGame()
H A DGameBearShootWindow.h111 bool updateScore; variable
/dports/net-im/beebeep/beebeep-code-r1476/plugins/tetrisgame/
H A DGuiTetris.cpp37 connect( mp_board, SIGNAL( scoreChanged( int ) ), this, SLOT( updateScore( int ) ) ); in GuiTetris()
46 void GuiTetris::updateScore( int new_value ) in updateScore() function in GuiTetris
H A DGuiTetris.h47 void updateScore( int );
/dports/games/bubble-chains/bubble-chains-0.2.0/
H A Dgametools.cpp290 void ToolSet::updateScore() in updateScore() function in ToolSet
315 updateScore(); in addScore()
321 updateScore(); in setScore()
335 updateScore(); in setLongestChain()
/dports/games/kblocks/kblocks-21.12.3/src/
H A DKBlocksDisplay.cpp121 void KBlocksDisplay::updateScore() in updateScore() function in KBlocksDisplay
158 updateScore(); in updateGameDisplay()
H A DKBlocksDisplay.h55 void updateScore();
/dports/games/killbots/killbots-21.12.3/src/
H A Dengine.cpp698 updateScore(m_rules->squashKillPointBonus()); in pushJunkheap()
739 updateScore(m_rules->pointsPerEnemyKilled()); in destroySprite()
741 updateScore(m_rules->pointsPerFastEnemyKilled()); in destroySprite()
745 updateScore(m_rules->waitKillPointBonus()); in destroySprite()
773 void Killbots::Engine::updateScore(int changeInScore) in updateScore() function in Killbots::Engine
H A Dcoordinator.h67 void updateScore(int score);
H A Dengine.h88 void updateScore(int changeInScore);
/dports/math/disco/DisCO-releases-1.0.0-33-g68720be/src/
H A DDcoBranchStrategyStrong.hpp33 void updateScore(BcpsBranchObject * bobject, double orig_lb,
H A DDcoBranchStrategyStrong.cpp30 void DcoBranchStrategyStrong::updateScore(BcpsBranchObject * bobject, in updateScore() function in DcoBranchStrategyStrong
167 updateScore(curr_branch_object, collb[var_index], in createCandBranchObjects()
/dports/science/agrum/aGrUM-29e540d8169268e8fe5d5c69bc4b2b1290f12320/src/agrum/FMDP/learning/datastructure/
H A Dvariableselector.h78 void updateScore(const DiscreteVariable* var, double score, double secondaryscore);
H A Dvariableselector.cpp66 void VariableSelector::updateScore(const DiscreteVariable* var, in updateScore() function in gum::VariableSelector
/dports/audio/musescore/MuseScore-3.6.1/libmscore/
H A Dtempotext.cpp197 void TempoText::updateScore() in updateScore() function in Ms::TempoText
285 updateScore(); in updateTempo()
303 updateScore(); in updateTempo()
H A Dtempotext.h35 void updateScore();
/dports/games/ksnakeduel/ksnakeduel-21.12.3/src/
H A Dktron.h56 void updateScore();
/dports/games/burgerspace/burgerspace-1.9.4/src/
H A DLocalServer.h55 …virtual void updateScore(long theScore, int numLives, int numAvailablePeppers, int cumulLevelNo, b… in updateScore() function
/dports/games/tanglet/tanglet-1.6.0/src/
H A Dboard.h194 int updateScore();
H A Dboard.cpp292 updateScore(); in setShowMaximumScore()
442 updateScore(); in gameStarted()
494 updateScore(); in guess()
617 int score = updateScore(); in finish()
782 int Board::updateScore() in updateScore() function in Board
/dports/games/gillo/gillo/src/
H A Dgame.h129 inline void updateScore(float dt);

1234