README_WINDOWS
author |
unc0rr |
|
Thu, 01 Nov 2012 14:31:53 +0400 |
branch | 0.9.18 |
changeset 7916 |
be11c26a3a0b |
parent 6560 |
ca07e6be08d0
|
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.
6560
|
1 |
For instructions, please visit: http://code.google.com/p/hedgewars/wiki/BuildingOnWindows
|