Mercurial > touhou
log pytouhou/network.py @ 752:5e5e7136ac92
age | author | description |
---|---|---|
Sat, 28 Mar 2015 21:40:51 +0100 | Emmanuel Gil Peyrot | Don’t inherit explicitely from object, we are not on Python 2.7 anymore. :) |
Sat, 28 Sep 2013 20:11:41 +0200 | Emmanuel Gil Peyrot | Various netplay-related fixes. |
Sun, 15 Jan 2012 15:36:23 +0100 | Thibaut Girka | Improve network latency by increasing game latency to 3 frames. |
Thu, 29 Dec 2011 10:35:54 +0100 | Thibaut Girka | Don't stick with the remote user unless the game has started, avoid skipping to prevent desynchro |
Thu, 29 Dec 2011 01:10:34 +0100 | Thibaut Girka | Remove useless checksum, and wait as long as possible for valid packets (do not stop waiting on invalid packets) |
Wed, 28 Dec 2011 21:32:30 +0100 | Thibaut Girka | Fix a synchro issue... again... |
Wed, 28 Dec 2011 21:09:55 +0100 | Thibaut Girka | Fix synchro bug |