Yessss. Dedicated server is working, with some effort you can now create and join a game (start console server on local pc, start clients and use menu item "internet game"). Make sure to use different player names, there are no error messages yet.

More than one game cannot be created yet, but this is only due to no name input. Lots of issues still, don't expect this to be stable.
This commit is contained in:
lotodore
2007-08-21 13:18:18 +00:00
parent 7210d1b1b4
commit 3e4b134faa
7 changed files with 40 additions and 39 deletions
+3
View File
@@ -824,6 +824,9 @@ void mainWindowImpl::callGameLobbyDialog() {
if (myGameLobbyDialog->result() == QDialog::Accepted)
{
myStartNetworkGameDialog->setSession(&getSession());
myStartNetworkGameDialog->treeWidget->clear();
showNetworkStartDialog();
}
}