Wed, 15 Dec 2004 22:18:54 +0000(svn r1117) Move map arrays and some related macros into their own files map.c and map.h
tron [Wed, 15 Dec 2004 22:18:54 +0000] rev 679
(svn r1117) Move map arrays and some related macros into their own files map.c and map.h

Wed, 15 Dec 2004 22:06:47 +0000(svn r1116) -Add: [Console] With 'set server_advertise on/off' you can put server
truelight [Wed, 15 Dec 2004 22:06:47 +0000] rev 678
(svn r1116) -Add: [Console] With 'set server_advertise on/off' you can put server
advertise on/off via console (requested by imachine)

Wed, 15 Dec 2004 22:05:40 +0000(svn r1115) Put every source file on an extra line
tron [Wed, 15 Dec 2004 22:05:40 +0000] rev 677
(svn r1115) Put every source file on an extra line

Wed, 15 Dec 2004 21:54:13 +0000(svn r1114) Daily langfile updates (automatic)
miham [Wed, 15 Dec 2004 21:54:13 +0000] rev 676
(svn r1114) Daily langfile updates (automatic)

Wed, 15 Dec 2004 21:54:07 +0000(svn r1113) -Add: [Network] Added the GUI part for server advertising. When you go
truelight [Wed, 15 Dec 2004 21:54:07 +0000] rev 675
(svn r1113) -Add: [Network] Added the GUI part for server advertising. When you go
to Start Server, you can select by connection: 'Internet (advertise)'.
When selected, the server will announce itself to the server-list at
http://servers.openttd.org (when finished)

Wed, 15 Dec 2004 21:45:44 +0000(svn r1112) -Fix: _decode_parameters was increased to [20], but not all temp-dparams were
truelight [Wed, 15 Dec 2004 21:45:44 +0000] rev 674
(svn r1112) -Fix: _decode_parameters was increased to [20], but not all temp-dparams were

Wed, 15 Dec 2004 21:45:05 +0000(svn r1111) -Fix: Some language file fixes. Added a space in 'company information' and fixed most not-same-format as english.txt problems. Some are remaining because they need translations.
darkvater [Wed, 15 Dec 2004 21:45:05 +0000] rev 673
(svn r1111) -Fix: Some language file fixes. Added a space in 'company information' and fixed most not-same-format as english.txt problems. Some are remaining because they need translations.

Wed, 15 Dec 2004 21:30:20 +0000(svn r1110) -Fix: Empty console commands were executed and returned error message (sign_de for GeniusDex)
darkvater [Wed, 15 Dec 2004 21:30:20 +0000] rev 672
(svn r1110) -Fix: Empty console commands were executed and returned error message (sign_de for GeniusDex)

Wed, 15 Dec 2004 21:25:33 +0000(svn r1109) Fix c&p bug: In vehicle lists a name was displayed for road vehicles even if they had none
tron [Wed, 15 Dec 2004 21:25:33 +0000] rev 671
(svn r1109) Fix c&p bug: In vehicle lists a name was displayed for road vehicles even if they had none

Wed, 15 Dec 2004 21:13:52 +0000(svn r1108) -Fix: [Network] Fixed problem around slow clients:
truelight [Wed, 15 Dec 2004 21:13:52 +0000] rev 670
(svn r1108) -Fix: [Network] Fixed problem around slow clients:
They joined, they got the map, but it took some time before the new
player was created. In this time a player could do stuff, causing a
player-id-mismatch, and the player was kicked out. Now a player get's a
nice GUI which says: registering.. When that is gone, the player is
joined and can play safely. Tnx to Moriarty for bugging me with this bug ;)