network_data.c
Fri, 22 Jun 2007 20:04:18 +0000 rubidium (svn r10275) [0.5] -Backport from trunk (r10048, r10068, r10075, r10082, r10085, r10087): 0.5
Wed, 31 Jan 2007 12:39:41 +0000 rubidium (svn r8489) [0.5] -Backport from trunk (8459, 8461): check for NewGRF compatability before actually downloading the map from a game server when connecting from the command prompt and internal console. 0.5
Tue, 17 Oct 2006 23:34:12 +0000 Darkvater (svn r6816) -Codechange: Some coding style, variable localization, const correctness.
Thu, 12 Oct 2006 14:13:39 +0000 Darkvater (svn r6750) -Codechange: Juggle around some header includes as they're only used when
Tue, 27 Jun 2006 21:25:53 +0000 tron (svn r5391) Miscellaneous, mostly bracing and whitespace, nothing spectacular
Fri, 14 Apr 2006 12:19:51 +0000 truelight (svn r4413) -Fix: fixed a bug which pushed the client back to the main menu when a
Wed, 05 Apr 2006 20:12:54 +0000 Darkvater (svn r4292) - CodeChange: sprinkle some holy water on l'ugly code (braces, and pos is PacketSize not int)
Wed, 05 Apr 2006 20:11:01 +0000 Darkvater (svn r4291) - Fix: validate all received strings for correctness. This fixes potential crashes on invalid clients/servers (thanks test for bringing this to our attention)
Mon, 06 Feb 2006 09:18:04 +0000 tron (svn r3564) Several smaller changes:
Tue, 15 Nov 2005 09:05:16 +0000 tron (svn r3186) Unnecessary casts and truncation
Sun, 24 Jul 2005 14:12:37 +0000 tron (svn r2701) Insert Id tags into all source files
Fri, 22 Jul 2005 07:02:20 +0000 tron (svn r2673) Include functions.h directly, not globally via openttd.h
Thu, 21 Jul 2005 18:44:27 +0000 tron (svn r2663) Include variables.h only in these files which need it, not globally via openttd.h
Wed, 20 Jul 2005 15:29:28 +0000 tron (svn r2650) Convert many explicit shifts+ands to extract bits to invocations of GB - should be a bit nicer to read
Fri, 24 Jun 2005 12:38:35 +0000 tron (svn r2483) Replace almost 500 "uint tile" (and variants) with "TileIndex tile"
Sun, 15 May 2005 18:50:55 +0000 tron (svn r2324) Introduce _cmd_text for passing strings with a command instead of abusing _decode_parameters as text buffer. This should prevent several possible buffer overruns and is a bit cleaner to use. As bonus it reduces the size of most command packets by 79 bytes.
Sat, 05 Feb 2005 15:58:59 +0000 tron (svn r1803) Move debugging stuff into files of it's own
Sat, 22 Jan 2005 22:47:58 +0000 tron (svn r1596) Add some more statics
Wed, 05 Jan 2005 14:39:48 +0000 truelight (svn r1389) -Add: [Network] Added packet protection. No longer a client or server
Wed, 29 Dec 2004 13:13:29 +0000 miham (svn r1297) Language fixes in the source.. (ln-)
Sun, 19 Dec 2004 10:17:26 +0000 truelight (svn r1168) -Cleanup: [Network] Cleaned the network code a bit. Added 'const'
Sat, 04 Dec 2004 17:54:56 +0000 truelight (svn r942) -Merged branch/network back into the trunk