| addPlayer(const proofps_dd::Player &player, pge_network::PgeINetwork &) override | SpecialGameMode | inlinevirtual |
| clientReceiveAndUpdateWinningConditions(pge_network::PgeINetwork &network, bool bGameSessionWon) | proofps_dd::GameMode | |
| clientTickUpdateWinningConditions(pge_network::PgeINetwork &network) | proofps_dd::GameMode | virtual |
| clientUpdateTimeRemainingMillisecs(const unsigned int &nRemMillisecs, pge_network::PgeINetwork &network) | proofps_dd::GameMode | |
| createGameMode(GameModeType gm, const std::map< pge_network::PgeNetworkConnectionHandle, proofps_dd::Player > &mapPlayers) | proofps_dd::GameMode | static |
| fetchConfig(PGEcfgProfiles &cfgProfiles, pge_network::PgeINetwork &network) | proofps_dd::GameMode | virtual |
| GameMode(GameModeType gm, const std::map< pge_network::PgeNetworkConnectionHandle, proofps_dd::Player > &mapPlayers) | proofps_dd::GameMode | protected |
| GameMode(const GameMode &)=delete | proofps_dd::GameMode | protected |
| GameMode(GameMode &&)=delete | proofps_dd::GameMode | protected |
| getConsole() const | proofps_dd::GameMode | |
| getExternalPlayersContainer() const | proofps_dd::GameMode | |
| getGameMode() | proofps_dd::GameMode | static |
| getGameModeType() const | proofps_dd::GameMode | |
| getGameModeTypeFromConfig(PGEcfgProfiles &cfgProfiles) | proofps_dd::GameMode | static |
| getGameModeTypeName(GameModeType gm) | proofps_dd::GameMode | static |
| getGameModeTypeName() const | proofps_dd::GameMode | |
| getLoggerModuleName() | proofps_dd::GameMode | static |
| getPlayersTable() const | proofps_dd::GameMode | |
| getRank(const PlayersTableRow &row) | proofps_dd::GameMode | static |
| getResetTime() const | proofps_dd::GameMode | |
| getSpectatorModePlayersCount() const | proofps_dd::GameMode | |
| getTimeLimitSecs() const | proofps_dd::GameMode | |
| getTimeRemainingMillisecs() const | proofps_dd::GameMode | |
| getWinTime() const | proofps_dd::GameMode | |
| handleEventGameWon(pge_network::PgeINetwork &network) | proofps_dd::GameMode | protected |
| hasJustBeenWonThisTick() const | proofps_dd::GameMode | |
| isGameWon() const | proofps_dd::GameMode | |
| isPlayerAllowedForGameplay(const proofps_dd::Player &) const override | SpecialGameMode | inlinevirtual |
| isPlayerMovementAllowed() const | proofps_dd::GameMode | virtual |
| isRespawnAllowedAfterDie() const override | SpecialGameMode | inlinevirtual |
| isRoundBased() const override | SpecialGameMode | inlinevirtual |
| proofps_dd::GameMode::isRoundBased(GameModeType gm) | proofps_dd::GameMode | static |
| isTeamBasedGame() const override | SpecialGameMode | inlinevirtual |
| proofps_dd::GameMode::isTeamBasedGame(GameModeType gm) | proofps_dd::GameMode | static |
| m_bWon | proofps_dd::GameMode | protected |
| m_bWonPrevious | proofps_dd::GameMode | protected |
| m_gamemode | proofps_dd::GameMode | privatestatic |
| m_gameModeType | proofps_dd::GameMode | protected |
| m_mapPlayersExternal | proofps_dd::GameMode | protected |
| m_nTimeLimitSecs | proofps_dd::GameMode | private |
| m_players | proofps_dd::GameMode | protected |
| m_timeReset | proofps_dd::GameMode | private |
| m_timeWin | proofps_dd::GameMode | protected |
| nSvDmFragLimitDef | proofps_dd::GameMode | static |
| nSvDmFragLimitMax | proofps_dd::GameMode | static |
| nSvDmFragLimitMin | proofps_dd::GameMode | static |
| nSvGmTimeLimitSecsDef | proofps_dd::GameMode | static |
| nSvGmTimeLimitSecsMax | proofps_dd::GameMode | static |
| nSvGmTimeLimitSecsMin | proofps_dd::GameMode | static |
| nSvRgmRoundWinLimitDef | proofps_dd::GameMode | static |
| nSvRgmRoundWinLimitMax | proofps_dd::GameMode | static |
| nSvRgmRoundWinLimitMin | proofps_dd::GameMode | static |
| operator=(const SpecialGameMode &)=delete | SpecialGameMode | |
| operator=(SpecialGameMode &&)=delete | SpecialGameMode | |
| proofps_dd::GameMode::operator=(const GameMode &)=delete | proofps_dd::GameMode | protected |
| proofps_dd::GameMode::operator=(GameMode &&)=delete | proofps_dd::GameMode | protected |
| removePlayer(const proofps_dd::Player &, pge_network::PgeINetwork &) override | SpecialGameMode | inlinevirtual |
| renamePlayer(const std::string &sOldName, const std::string &sNewName) | proofps_dd::GameMode | |
| restart(pge_network::PgeINetwork &network) | proofps_dd::GameMode | virtual |
| restartWithoutRemovingPlayers(pge_network::PgeINetwork &network, const proofps_dd::GameRestartType_KeepPlayers &eRestartType) | proofps_dd::GameMode | virtual |
| serverCheckAndUpdateWinningConditions(pge_network::PgeINetwork &network) | proofps_dd::GameMode | virtual |
| serverSendGameSessionStateToClient(pge_network::PgeINetwork &network, const pge_network::PgeNetworkConnectionHandle &connHandle) | proofps_dd::GameMode | protectedvirtual |
| serverSendGameSessionStateToClients(pge_network::PgeINetwork &network, const proofps_dd::GameRestartType_KeepPlayers &eRestartType) | proofps_dd::GameMode | protectedvirtual |
| serverTickUpdateWinningConditions(pge_network::PgeINetwork &network) | proofps_dd::GameMode | virtual |
| setTimeLimitSecs(unsigned int secs) | proofps_dd::GameMode | |
| SpecialGameMode(const std::map< pge_network::PgeNetworkConnectionHandle, proofps_dd::Player > &m_mapPlayers) | SpecialGameMode | inline |
| SpecialGameMode(const SpecialGameMode &)=delete | SpecialGameMode | |
| SpecialGameMode(SpecialGameMode &&)=delete | SpecialGameMode | |
| szCvarSvDmFragLimit | proofps_dd::GameMode | static |
| szCvarSvGamemode | proofps_dd::GameMode | static |
| szCvarSvGmTimeLimit | proofps_dd::GameMode | static |
| szCvarSvRgmRoundWinLimit | proofps_dd::GameMode | static |
| text(PR00FsUltimateRenderingEngine &pure, const std::string &s, int x, int y) const | proofps_dd::GameMode | |
| updatePlayer(const proofps_dd::Player &, pge_network::PgeINetwork &) override | SpecialGameMode | inlinevirtual |
| wasGameWonAlreadyInPreviousTick() const | proofps_dd::GameMode | |
| ~GameMode() | proofps_dd::GameMode | virtual |