Home
last modified time | relevance | path

Searched defs:tmpPlayer (Results 1 – 16 of 16) sorted by relevance

/dports/games/pokerth/pokerth-1.1.2-rc/src/engine/
H A Dgame.cpp113 …boost::shared_ptr<PlayerInterface> tmpPlayer = myFactory->createPlayer(i, uniqueId, type, myName, … in Game() local
222 boost::shared_ptr<PlayerInterface> tmpPlayer; in getPlayerByUniqueId() local
238 boost::shared_ptr<PlayerInterface> tmpPlayer; in getPlayerByNumber() local
254 …boost::shared_ptr<PlayerInterface> tmpPlayer = getPlayerByUniqueId(getCurrentHand()->getCurrentBeR… in getCurrentPlayer() local
262 boost::shared_ptr<PlayerInterface> tmpPlayer; in getPlayerByName() local
/dports/games/pokerth/pokerth-1.1.2-rc/src/net/common/
H A Dservergamestate.cpp210 SetPlayerResult(PlayerResult &playerResult, boost::shared_ptr<PlayerInterface> tmpPlayer, GameState… in SetPlayerResult()
330 …boost::shared_ptr<PlayerData> tmpPlayer = server->GetPlayerDataByUniqueId(netReport.reportedplayer… in ProcessPacket() local
834 boost::shared_ptr<PlayerData> tmpPlayer(tmpPlayerList.front()); in DoStart() local
1102 boost::shared_ptr<PlayerInterface> tmpPlayer(curGame.getPlayerByUniqueId(*i)); in EngineLoop() local
1260 boost::shared_ptr<PlayerInterface> tmpPlayer = *i; in StartNewHand() local
1311 boost::shared_ptr<PlayerInterface> tmpPlayer = *i; in StartNewHand() local
1333 boost::shared_ptr<PlayerInterface> tmpPlayer = *i; in StartNewHand() local
1365 boost::shared_ptr<PlayerInterface> tmpPlayer = *i; in CheckPlayerTimeouts() local
1396 boost::shared_ptr<PlayerInterface> tmpPlayer(server->GetGame().getPlayerByUniqueId(*i)); in ReactivatePlayers() local
1481 boost::shared_ptr<PlayerInterface> tmpPlayer = *player_i; in SendGameData() local
[all …]
H A Dsessionmanager.cpp105 boost::shared_ptr<PlayerData> tmpPlayer(session_i->second->GetPlayerData()); in GetSessionByPlayerName() local
131 boost::shared_ptr<PlayerData> tmpPlayer(session_i->second->GetPlayerData()); in GetSessionByUniquePlayerId() local
155 boost::shared_ptr<PlayerData> tmpPlayer(session_i->second->GetPlayerData()); in GetPlayerDataList() local
177 boost::shared_ptr<PlayerData> tmpPlayer(session_i->second->GetPlayerData()); in GetSpectatorDataList() local
262 boost::shared_ptr<PlayerData> tmpPlayer(i->second->GetPlayerData()); in IsGuestAllowedToConnect() local
H A Dclientstate.cpp620 …boost::shared_ptr<PlayerInterface> tmpPlayer = client->GetGame()->getPlayerByUniqueId(netLeft.play… in HandlePacket() local
687 boost::shared_ptr<PlayerData> tmpPlayer = client->GetPlayerDataByUniqueId(playerId); in HandlePacket() local
1517 boost::shared_ptr<PlayerData> tmpPlayer = client->GetPlayerDataByUniqueId(playerId); in InternalHandlePacket() local
1540 … boost::shared_ptr<PlayerData> tmpPlayer = client->GetPlayerDataByUniqueId(playerData.playerid()); in InternalHandlePacket() local
1686 …boost::shared_ptr<PlayerInterface> tmpPlayer = client->GetGame()->getPlayerByUniqueId(r.playerid()… in InternalHandlePacket() local
1712 …boost::shared_ptr<PlayerInterface> tmpPlayer = curGame->getPlayerByUniqueId(idChanged.oldplayerid(… in InternalHandlePacket() local
1763 …boost::shared_ptr<PlayerInterface> tmpPlayer = curGame->getPlayerByUniqueId(netActionDone.playerid… in InternalHandlePacket() local
1841 …boost::shared_ptr<PlayerInterface> tmpPlayer = curGame->getPlayerByUniqueId(netPlayersTurn.playeri… in InternalHandlePacket() local
1936 boost::shared_ptr<PlayerInterface> tmpPlayer = curGame->getPlayerByUniqueId(p.playerid()); in InternalHandlePacket() local
1962 boost::shared_ptr<PlayerInterface> tmpPlayer = curGame->getPlayerByUniqueId(hideCards.playerid()); in InternalHandlePacket() local
[all …]
H A Dservergame.cpp141 boost::shared_ptr<PlayerInterface> tmpPlayer(m_game->getPlayerByUniqueId(playerId)); in MutePlayer() local
152 boost::shared_ptr<PlayerInterface> tmpPlayer(m_game->getPlayerByUniqueId(playerId)); in MarkPlayerAsInactive() local
164 boost::shared_ptr<PlayerInterface> tmpPlayer(m_game->getPlayerByUniqueId(playerId)); in MarkPlayerAsKicked() local
359 boost::shared_ptr<PlayerData> tmpPlayer(*i); in InitRankingMap() local
615 boost::shared_ptr<PlayerData> tmpPlayer; in GetPlayerDataByUniqueId() local
677 boost::shared_ptr<PlayerInterface> tmpPlayer; in GetPlayerInterfaceFromGame() local
687 boost::shared_ptr<PlayerInterface> tmpPlayer; in GetPlayerInterfaceFromGame() local
819 boost::shared_ptr<PlayerData> tmpPlayer; in RemoveComputerPlayer() local
971 boost::shared_ptr<PlayerInterface> tmpPlayer = *i; in RemoveDisconnectedPlayers() local
H A Dclientthread.cpp1192 …boost::shared_ptr<PlayerInterface> tmpPlayer(GetGame()->getPlayerByUniqueId(tmpData->GetUniqueId()… in RemovePlayerData() local
1255 boost::shared_ptr<PlayerData> tmpPlayer; in GetPlayerDataByUniqueId() local
1273 boost::shared_ptr<PlayerData> tmpPlayer; in GetPlayerDataByName() local
H A Dserverlobbythread.cpp1280 boost::shared_ptr<PlayerData> tmpPlayer; in HandleNetPacketRetrievePlayerInfo() local
1625 boost::shared_ptr<PlayerData> tmpPlayer; in HandleNetPacketAdminBanPlayer() local
2398 boost::shared_ptr<PlayerInterface> tmpPlayer = tmpGame->GetPlayerInterfaceFromGame(playerName); in GetRejoinGameIdForPlayer() local
/dports/games/csmash/csmash-0.6.6/
H A DLogging.cpp216 Player *tmpPlayer = new Player(); in LogRecvPVMessage() local
252 Player *tmpPlayer = new Player(); in LogRecvPSMessage() local
/dports/games/xblast/xblast-2.10.4/
H A Duser.c140 CFGPlayerEx tmpPlayer; in User_ReceivePlayerConfig() local
H A Dcentral.c409 CFGPlayerEx tmpPlayer, idPlayer; in Central_ReceivePlayerConfig() local
/dports/games/bovo/bovo-21.12.3/game/
H A Dgame.cc79 Player tmpPlayer = (tmp[0] == QLatin1String("1")) ? X : O; in Game() local
/dports/games/pokerth/pokerth-1.1.2-rc/src/engine/network_engine/
H A Dclienthand.cpp55 boost::shared_ptr<PlayerInterface> tmpPlayer = *it; in ClientHand() local
/dports/games/bzflag-server/bzflag-2.4.22/src/bzfs/
H A DBanCommands.cxx1016 GameKeeper::Player *tmpPlayer = GameKeeper::Player::getPlayerByIndex(i); in operator ()() local
/dports/games/bzflag/bzflag-2.4.22/src/bzfs/
H A DBanCommands.cxx1016 GameKeeper::Player *tmpPlayer = GameKeeper::Player::getPlayerByIndex(i); in operator ()() local
/dports/games/warzone2100/warzone2100/lib/netplay/
H A Dnettypes.cpp310 NETQUEUE NETnetTmpQueue(unsigned tmpPlayer) in NETnetTmpQueue()
/dports/games/pokerth/pokerth-1.1.2-rc/src/gui/qt/gametable/
H A Dgametableimpl.cpp1135 …boost::shared_ptr<PlayerInterface> tmpPlayer = myStartWindow->getSession()->getCurrentGame()->getP… in setPlayerAvatar() local