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 ;)

Wed, 15 Dec 2004 20:24:26 +0000(svn r1107) -Fix: [Network] A spectator can no longer buy/sell shares of companies
truelight [Wed, 15 Dec 2004 20:24:26 +0000] rev 669
(svn r1107) -Fix: [Network] A spectator can no longer buy/sell shares of companies

Wed, 15 Dec 2004 20:10:34 +0000(svn r1106) -Add: [Network] Added master-server protocol and advertise to
truelight [Wed, 15 Dec 2004 20:10:34 +0000] rev 668
(svn r1106) -Add: [Network] Added master-server protocol and advertise to
master-server option. No GUI yet, and disabled by default (it still is WIP)

Wed, 15 Dec 2004 20:08:01 +0000(svn r1104) -Fix: nasty server crash buffer overflow problem when using release build. Big thanks to Truelight for the guidance in fixing this very annoying bug!
darkvater [Wed, 15 Dec 2004 20:08:01 +0000] rev 667
(svn r1104) -Fix: nasty server crash buffer overflow problem when using release build. Big thanks to Truelight for the guidance in fixing this very annoying bug!
-VS.NET now treats warnings as errors too in the release build.

Wed, 15 Dec 2004 17:40:12 +0000(svn r1102) -Fix: [Console] 'set server_pw' was acting crazy when you typed more
truelight [Wed, 15 Dec 2004 17:40:12 +0000] rev 666
(svn r1102) -Fix: [Console] 'set server_pw' was acting crazy when you typed more
chars then it could take

Wed, 15 Dec 2004 17:31:18 +0000(svn r1101) -Fix: [Console] Removed magic numbers
truelight [Wed, 15 Dec 2004 17:31:18 +0000] rev 665
(svn r1101) -Fix: [Console] Removed magic numbers

Wed, 15 Dec 2004 17:24:10 +0000(svn r1100) -Fix: [Console] 'set company_pw' is now working again (Hackykid)
truelight [Wed, 15 Dec 2004 17:24:10 +0000] rev 664
(svn r1100) -Fix: [Console] 'set company_pw' is now working again (Hackykid)

Wed, 15 Dec 2004 16:51:55 +0000(svn r1098) -Fix: server without revision build doesn't care about the client's version. Also moved all revision things where it belongs (network.c)
darkvater [Wed, 15 Dec 2004 16:51:55 +0000] rev 663
(svn r1098) -Fix: server without revision build doesn't care about the client's version. Also moved all revision things where it belongs (network.c)

Wed, 15 Dec 2004 15:19:51 +0000(svn r1096) -Fix: [Network] PlayAs is now registered correctly
truelight [Wed, 15 Dec 2004 15:19:51 +0000] rev 662
(svn r1096) -Fix: [Network] PlayAs is now registered correctly
-Codewise: [Network] Cleaned some code, removed some comment, changed
some wrong comment