Home
last modified time | relevance | path

Searched refs:NTF_NET_REMOVED_KICKED (Results 1 – 7 of 7) sorted by relevance

/dports/games/pokerth/pokerth-1.1.2-rc/src/net/
H A Dsocket_msg.h118 #define NTF_NET_REMOVED_KICKED 205 macro
/dports/games/pokerth/pokerth-1.1.2-rc/src/gui/qt/
H A Dguiwrapper.cpp379 myGuiLog->signalLogPlayerLeftMsg(tmpName, removeReason == NTF_NET_REMOVED_KICKED); in SignalNetClientPlayerLeft()
396 myGuiLog->signalLogSpectatorLeftMsg(tmpName, removeReason == NTF_NET_REMOVED_KICKED); in SignalNetClientSpectatorLeft()
/dports/games/pokerth/pokerth-1.1.2-rc/src/net/common/
H A Dservergame.cpp478 MoveSessionToLobby(tmpSession, NTF_NET_REMOVED_KICKED); in KickPlayer()
916 case NTF_NET_REMOVED_KICKED : in RemovePlayerData()
H A Dclientstate.cpp592 removeReason = NTF_NET_REMOVED_KICKED; in HandlePacket()
629 removeReason = NTF_NET_REMOVED_KICKED; in HandlePacket()
664 removeReason = NTF_NET_REMOVED_KICKED; in HandlePacket()
H A Dclientthread.cpp1200 if(removeReason == NTF_NET_REMOVED_KICKED) { in RemovePlayerData()
H A Dserverlobbythread.cpp373 case NTF_NET_REMOVED_KICKED : in ReAddSession()
/dports/games/pokerth/pokerth-1.1.2-rc/src/gui/qt/startwindow/
H A Dstartwindowimpl.cpp1048 case NTF_NET_REMOVED_KICKED: { in networkNotification()