/dports/games/freedroid/freedroid-1.0.2/src/ |
H A D | highscore.c | 59 Highscores = MyMalloc (num_highscores * sizeof(Highscore_entry) + 10); in InitHighscores() 63 Highscores[i] = MyMalloc (sizeof(highscore_entry)); in InitHighscores() 65 fread (Highscores[i], sizeof(highscore_entry), sizeof(char), file); in InitHighscores() 68 strcpy (Highscores[i]->name, HS_EMPTY_ENTRY); in InitHighscores() 69 strcpy (Highscores[i]->date, " --- "); in InitHighscores() 70 Highscores[i]->score = -1; in InitHighscores() 152 free (Highscores[num_highscores-1]); in UpdateHighscores() 156 Highscores[i] = Highscores[i-1]; in UpdateHighscores() 186 Highscores[entry] = new_entry; in UpdateHighscores() 235 if (Highscores[i]->score >= 0) in ShowHighscores() [all …]
|
/dports/games/keeperrl/keeperrl-alpha23/ |
H A D | highscores.cpp | 12 Highscores::Highscores(const FilePath& local, FileSharing& sharing, Options* o) in Highscores() function in Highscores 19 void Highscores::add(Score s) { in add() 27 vector<Highscores::Score> Highscores::fromStream(istream& in) { in fromStream() 46 bool Highscores::Score::operator == (const Score& s) const { in operator ==() 51 vector<Highscores::Score> Highscores::fromFile(const FilePath& path) { in fromFile() 52 vector<Highscores::Score> scores; in fromFile() 60 vector<Highscores::Score> Highscores::fromString(const string& s) { in fromString() 65 optional<Highscores::Score> Highscores::Score::parse(const string& buf) { in parse() 89 bool sortByShortestMostPoints(const Highscores::Score& a, const Highscores::Score& b) { in sortByShortestMostPoints() 102 bool sortByLongest(const Highscores::Score& a, const Highscores::Score& b) { in sortByLongest() [all …]
|
H A D | main_loop.h | 9 class Highscores; variable 27 …MainLoop(View*, Highscores*, FileSharing*, const DirectoryPath& dataFreePath, const DirectoryPath&… 78 Highscores* highscores;
|
H A D | highscores.h | 10 class Highscores { 12 Highscores(const FilePath& localPath, FileSharing&, Options*);
|
H A D | game.h | 11 class Highscores; variable 30 void initialize(Options*, Highscores*, View*, FileSharing*); 120 Highscores* highscores;
|
H A D | parse_game.cpp | 18 static string getString(Highscores::Score score) { in getString() 48 vector<Highscores::Score> scores; in main()
|
H A D | game.cpp | 466 Highscores::Score score = CONSTRUCT(Highscores::Score, in conquered() 495 Highscores::Score score = CONSTRUCT(Highscores::Score, in gameOver() 515 void Game::initialize(Options* o, Highscores* h, View* v, FileSharing* f) { in initialize()
|
/dports/games/quadra/quadra-1.3.0/source/ |
H A D | highscores.cpp | 31 int Highscores::numLocal=0; 32 int Highscores::numGlobal=0; 33 Highscores::Best Highscores::bestlocal[MAX_SCORE]; 34 Highscores::Best Highscores::bestglobal[MAX_SCORE]; 35 bool Highscores::loaded = false; 37 void Highscores::getFilename(char* st, int i, int size_of) { in getFilename() 41 void Highscores::getGlobalFilename(char* st, int i, int size_of) { in getGlobalFilename() 45 void Highscores::load() { in load() 110 void Highscores::freemem() { in freemem() 128 int Highscores::update(Canvas *c) { in update()
|
H A D | menu.cpp | 128 Highscores::load(); in Menu_highscore() 147 for(i=0; i<Highscores::numLocal; i++) { in Menu_highscore() 193 for(int i=0; i<Highscores::numGlobal; i++) { in refresh_global() 232 if(Highscores::numLocal>=1) { in start_sync() 234 Highscores::getFilename(st, 0, sizeof(st)); in start_sync() 244 Playback *demo=Highscores::bestlocal[0].demo; in start_sync() 311 Highscores::getGlobalFilename(fn, i, sizeof(fn)); in step_sync() 324 Highscores::freemem(); in step_sync() 325 Highscores::load(); in step_sync() 361 Highscores::getFilename(st, i, sizeof(st)); in step() [all …]
|
/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/race/ |
H A D | highscores.cpp | 30 Highscores::Highscores(const HighscoreType &highscore_type, in Highscores() function in Highscores 52 Highscores::Highscores(const XMLNode &node) in Highscores() function in Highscores 72 void Highscores::readEntry(const XMLNode &node) in readEntry() 115 void Highscores::writeEntry(UTFWriter &writer) in writeEntry() 145 int Highscores::matches(const HighscoreType &highscore_type, in matches() 164 int Highscores::addData(const std::string& kart_name, in addData() 207 int Highscores::getNumberEntries() const in getNumberEntries() 217 void Highscores::getEntry(int number, std::string &kart_name, in getEntry()
|
H A D | highscore_manager.cpp | 117 Highscores *highscores; in loadHighscores() 120 highscores = new Highscores(*node); in loadHighscores() 179 Highscores* HighscoreManager::getHighscores(const Highscores::HighscoreType &highscore_type, in getHighscores() 186 Highscores *highscores = 0; in getHighscores() 201 highscores = new Highscores(highscore_type, num_karts, difficulty, in getHighscores()
|
H A D | highscores.hpp | 37 class Highscores class 56 Highscores (const Highscores::HighscoreType &highscore_type, 62 Highscores (const XMLNode &node);
|
H A D | highscore_manager.hpp | 39 typedef std::vector<Highscores*> type_all_scores; 52 Highscores *getHighscores(const Highscores::HighscoreType &highscore_type,
|
/dports/games/funnyboat/funnyboat-1.6/ |
H A D | main.py | 15 from highscores import Highscores 94 Highscores(screen, score).run() 98 Highscores(screen, score, True).run() 106 Highscores(screen).run() 109 Highscores(screen, endless = True).run() 112 Highscores(screen, endless = True, online = True).run()
|
H A D | highscores.py | 12 class Highscores: class 24 if not Highscores.sky: 25 Highscores.sky = util.load_image("taivas") 26 Highscores.sky = pygame.transform.scale(Highscores.sky, (SCREEN_WIDTH, SCREEN_HEIGHT)) 141 self.screen.blit(Highscores.sky, self.screen.get_rect())
|
/dports/games/violetland/violetland-0.5/src/game/ |
H A D | Highscores.cpp | 17 Highscores::Highscores(FileUtility* fileUtility): in Highscores() function in Highscores 25 void Highscores::read() { in read() 65 bool Highscores::isHighscore(unsigned Xp) { in isHighscore() 75 void Highscores::clear() { in clear() 79 bool Highscores::add(HighscoresEntry entry) { in add()
|
H A D | Highscores.h | 30 class Highscores { 38 Highscores(FileUtility* fileUtility);
|
/dports/games/quadra/quadra-1.3.0/include/ |
H A D | highscores.h | 31 class Highscores { 33 Highscores(); //statics only, don't instantiate
|
/dports/games/qnetwalk/qnetwalk-1.7.0/translations/ |
H A D | qnetwalk_pt_BR.ts | 23 <source>&Highscores</source> 24 <translation>&Highscores</translation> 88 <source>Highscores</source> 89 <translation>Highscores</translation>
|
/dports/games/libkdegames/libkdegames-21.12.3/po/ta/ |
H A D | libkdegames5.po | 86 #| msgid "Highscores" 92 #| msgid "Highscores" 303 #| msgid "Show &Highscores" 309 #| msgid "Show &Highscores" 315 #| msgid "Highscores" 321 #| msgid "Highscores" 452 #| msgid "Configure &Highscores..." 782 #~ msgid "Highscores" 801 #~ msgid "Configure Highscores" 1311 #~| msgid "Show &Highscores"
|
/dports/games/libkdegames/libkdegames-21.12.3/po/tg/ |
H A D | libkdegames5.po | 97 #| msgid "Highscores" 103 #| msgid "Highscores" 314 #| msgid "Show &Highscores" 320 #| msgid "Show &Highscores" 326 #| msgid "Highscores" 332 #| msgid "Highscores" 463 #| msgid "Configure &Highscores..." 793 #~ msgid "Highscores" 812 #~ msgid "Configure Highscores" 1318 #~| msgid "Show &Highscores"
|
/dports/games/libkdegames/libkdegames-21.12.3/po/pa/ |
H A D | libkdegames5.po | 86 #| msgid "Highscores" 92 #| msgid "Highscores" 303 #| msgid "Show &Highscores" 309 #| msgid "Show &Highscores" 315 #| msgid "Highscores" 321 #| msgid "Highscores" 452 #| msgid "Configure &Highscores..." 782 #~ msgid "Highscores" 801 #~ msgid "Configure Highscores" 1313 #~| msgid "Show &Highscores"
|
/dports/games/libkdegames/libkdegames-21.12.3/po/bg/ |
H A D | libkdegames5.po | 88 #| msgid "Highscores" 94 #| msgid "Highscores" 307 #| msgid "Show &Highscores" 313 #| msgid "Show &Highscores" 319 #| msgid "Highscores" 325 #| msgid "Highscores" 457 #| msgid "Configure &Highscores..." 788 #~ msgid "Highscores" 808 #~ msgid "Configure Highscores" 1338 #~| msgid "Show &Highscores"
|
/dports/games/libkdegames/libkdegames-21.12.3/src/ |
H A D | kstandardgameaction.cpp | 47 …{ KStandardGameAction::Highscores, KStandardShortcut::AccelNone, Qt::CTRL | Qt::Key_H, "game_highs… 176 { return KStandardGameAction::create(Highscores, recvr, slot, parent); } in highscores() 179 { return KStandardGameAction::create(Highscores, recvr, slot, parent); } in statistics()
|
/dports/games/viruskiller/viruskiller-1.03/data/ |
H A D | titleWidgets | 2 BUTTON highscores mainMenu "Highscores" "*" -1 270 0 0
|