QTfrontend/hedgewars.rc
author unc0rr
Thu, 01 Nov 2012 14:31:53 +0400
branch0.9.18
changeset 7916 be11c26a3a0b
parent 3238 e99a43a2405b
permissions -rw-r--r--
Fix 0.9.18 desync: CreateNetGame() slot creates signal-slot connections from hwnet to hwgame. The problem is that this slot is called asynchronously using queued connection, and hwnet could send some signals to hwgame before hwgame object is created and connected. Changed this to direct connection. Also changed connections to hwgame object to queued, but this is unrelated. Sorry, it is frontend patch. Maybe a little delay on server side could help, but not much, as tcp packets could get glued on client's side, and that greately depends on pc and internet connection performance. Frontend should be reworked to be safe for queued connections, as it is extemely dangerous to have a mix of queued/direct connections.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
3238
e99a43a2405b Somehow, these files are not using local encoding
nemo
parents: 1039
diff changeset
     1
IDI_ICON1	ICON	DISCARDABLE	"hedgewars.ico"
e99a43a2405b Somehow, these files are not using local encoding
nemo
parents: 1039
diff changeset
     2