The checkbox "fill up with computer players" is now working (protocol has been changed to implement this). Lobby dialog is now also used after joining the game. Leaving game not possible yet.
This commit is contained in:
@@ -54,12 +54,12 @@ public:
|
||||
const std::string &pwd,
|
||||
const std::string &playerName);
|
||||
|
||||
void SendKickPlayer(const std::string &playerName);
|
||||
void SendStartEvent();
|
||||
void SendKickPlayer(unsigned playerId);
|
||||
void SendStartEvent(bool fillUpWithCpuPlayers);
|
||||
void SendPlayerAction();
|
||||
void SendChatMessage(const std::string &msg);
|
||||
void SendJoinFirstGame(const std::string &password);
|
||||
void SendJoinGame(const std::string &name, const std::string &password);
|
||||
void SendJoinGame(unsigned gameId, const std::string &password);
|
||||
void SendCreateGame(const GameData &gameData, const std::string &name, const std::string &password);
|
||||
|
||||
GameInfo GetGameInfo(unsigned playerId) const;
|
||||
|
||||
Reference in New Issue
Block a user