Home
last modified time | relevance | path

Searched defs:HighScores (Results 1 – 17 of 17) sorted by relevance

/dports/games/xgalaga++/xgalaga++-0.9/
H A Dhighscore.h19 friend class HighScores; variable
45 HighScores() : last_score_(-1) {} in HighScores() function
H A Dinput.h29 bool HighScores() const { return highscores_; } in HighScores() function
/dports/games/atr3d/atr3d/
H A Dscore.cpp8 HighScore HighScores[NUM_HIGHSCORES]; variable
/dports/games/fs2open/fs2open.github.com-release_21_4_1/lib/libRocket/Samples/tutorial/datagrid/src/
H A DHighScores.cpp20 HighScores::HighScores() in HighScores() function in HighScores
/dports/games/bastet/bastet-0.43.2/
H A DConfig.hpp53 …class HighScores: public std::vector<HighScore>{ //a set would not do the right job (think to ties) class
/dports/games/irrlamb/irrlamb-1.0.1/src/
H A Dsave.h50 std::vector<_HighScore> HighScores; member
/dports/games/fs2open/fs2open.github.com-release_21_4_1/lib/libRocket/Samples/tutorial/datagrid_tree/src/
H A DHighScores.cpp20 HighScores::HighScores() : Rocket::Controls::DataSource("high_scores") in HighScores() function in HighScores
/dports/games/lander/lander-0.6.6/src/
H A DHighScores.hpp75 class HighScores : public Screen { class
H A DHighScores.cpp31 HighScores::HighScores() in HighScores() function in HighScores
/dports/games/fs2open/fs2open.github.com-release_21_4_1/lib/libRocket/Samples/pyinvaders/src/
H A DHighScores.cpp34 HighScores::HighScores() : Rocket::Controls::DataSource("high_scores") in HighScores() function in HighScores
/dports/games/fs2open/fs2open.github.com-release_21_4_1/lib/libRocket/Samples/invaders/src/
H A DHighScores.cpp34 HighScores::HighScores() : Rocket::Controls::DataSource("high_scores") in HighScores() function in HighScores
/dports/games/fs2open/fs2open.github.com-release_21_4_1/lib/libRocket/Samples/luainvaders/src/
H A DHighScores.cpp34 HighScores::HighScores() : Rocket::Controls::DataSource("high_scores") in HighScores() function in HighScores
/dports/games/bstone/bstone-1.1.9/src/
H A Did_us.h143 using HighScores = std::vector<HighScore>; variable
/dports/games/fheroes2/fheroes2-0.9.11/src/fheroes2/game/
H A Dgame_highscores.cpp463 fheroes2::GameMode Game::HighScores() in HighScores() function in Game
/dports/games/duel/duel/src/
H A DRunFreebooter.cpp225 void HighScores() in HighScores() function
/dports/games/pathological/pathological-1.1.3/
H A Dpathological.py1436 class HighScores: class
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Runtime.Serialization.Xml/tests/
H A DSerializationTypes.RuntimeOnly.cs1492 public class HighScores : HighScoreManager<HighScores.BridgeGameHighScore> class