network_client.c
Thu, 23 Dec 2004 13:53:05 +0000 truelight (svn r1246) -Fix: [ 1090099 ] Company-messages did crash the game, because
Thu, 23 Dec 2004 00:24:44 +0000 darkvater (svn r1240) -Fix: OpenTTD once again compiles if ENABLE_NETWORK is disabled.
Tue, 21 Dec 2004 17:31:10 +0000 truelight (svn r1204) -Add: [Network] Added some cheaters-protection (money-cheat mostly)
Mon, 20 Dec 2004 16:02:01 +0000 truelight (svn r1186) -Fix: [Network] You can now join a company on a server where a company
Sun, 19 Dec 2004 15:14:55 +0000 truelight (svn r1174) -Fix: [Network] All strings can now be translated (no more hardcoded strings)
Sun, 19 Dec 2004 10:24:45 +0000 truelight (svn r1169) -Fix: [Network] [ 1087591 ] When you want to be a spectator, you now
Sun, 19 Dec 2004 10:17:26 +0000 truelight (svn r1168) -Cleanup: [Network] Cleaned the network code a bit. Added 'const'
Thu, 16 Dec 2004 11:09:00 +0000 truelight (svn r1125) -Fix: [Network] You can now safely join a company again
Wed, 15 Dec 2004 21:13:52 +0000 truelight (svn r1108) -Fix: [Network] Fixed problem around slow clients:
Wed, 15 Dec 2004 15:19:51 +0000 truelight (svn r1096) -Fix: [Network] PlayAs is now registered correctly
Wed, 15 Dec 2004 00:31:08 +0000 darkvater (svn r1093) -Fix: Hopefully fixed windows revision issues once and for all. Removed globalness of _openttd_revision and put all such ifdefs into one place. If server has a revision only the same revisions can join; if the server has no revision everyone can join. I reckon this should be a server-side option to allow people to join or not to join.
Tue, 14 Dec 2004 20:27:00 +0000 truelight (svn r1090) -Fix: Made the _openttd_revision variable global, and with that
Mon, 13 Dec 2004 09:01:24 +0000 truelight (svn r1042) -Fix: [Network] Hopefully enabled revision-check for windows (somehow
Sun, 12 Dec 2004 16:04:32 +0000 truelight (svn r1026) -Add: [Network] Added unique id, so in network, each client has an
Wed, 08 Dec 2004 18:16:43 +0000 truelight (svn r982) -Fix: [Network] Because dparams are misused as a char, we had some
Sat, 04 Dec 2004 17:54:56 +0000 truelight (svn r942) -Merged branch/network back into the trunk