more window responsiveness stuff...

irrlicht won't work outside main thread so needing to juggle stuff
around in worker thread to allow device mainloop to run more often
gh-pages
Brian Jack 2014-12-14 08:13:35 -08:00
parent ed269f9a68
commit 066deea298
1 changed files with 2 additions and 1 deletions

View File

@ -326,7 +326,7 @@ int main(int argc, char** argv)
//cout << *client_kpair << endl;
//UNLOCK_COUT
if (!FrontEnd.putGUIMessage(1,std::string("Logging into ")
if (!FrontEnd.putGUIMessage(1,std::string("Connecting to ")
+config["address"]+":"+config["port"]
+" as "+config["user"]+"...")) {
return 0;
@ -401,6 +401,7 @@ int main(int argc, char** argv)
}
UNLOCK_COUT
FrontEnd.putGUIMessage(1,std::string("Logging in..."));
std::string userName=config["user"];
std::string userPass=config["passwd"];
if (authOk) {