Tue, 29 Mar 2005 21:42:51 +0000(svn r2107) - Codechange: Cleanup (well, mostly tidyup) ExtChangeIndustryProduction(). These randoms are strange.
pasky [Tue, 29 Mar 2005 21:42:51 +0000] rev 1603
(svn r2107) - Codechange: Cleanup (well, mostly tidyup) ExtChangeIndustryProduction(). These randoms are strange.

Tue, 29 Mar 2005 19:10:13 +0000(svn r2106) -Fix: improved the network-join algoritm, it is now a bit more stable
truelight [Tue, 29 Mar 2005 19:10:13 +0000] rev 1602
(svn r2106) -Fix: improved the network-join algoritm, it is now a bit more stable
-Add: added 'pause_on_join' and 'max_join_time' for MP games, where you
can auto-pause the game when a client wants to join the game. This to
avoid connection losses because of big maps (200+ trains). (with tnx to
#openttdcoop for the ideas and testing)

Tue, 29 Mar 2005 11:19:10 +0000(svn r2105) -Codechange: Added a cache for the first vehicle of a chain to increase performance, especially with many long trains
celestar [Tue, 29 Mar 2005 11:19:10 +0000] rev 1601
(svn r2105) -Codechange: Added a cache for the first vehicle of a chain to increase performance, especially with many long trains

Tue, 29 Mar 2005 08:37:44 +0000(svn r2104) Simplify implementation of Get{First,Prev}VehicleInChain() and remove a pointless check
tron [Tue, 29 Mar 2005 08:37:44 +0000] rev 1600
(svn r2104) Simplify implementation of Get{First,Prev}VehicleInChain() and remove a pointless check

Mon, 28 Mar 2005 21:14:36 +0000(svn r2103) - Fix: Remove unnused variable from OS2 file
Darkvater [Mon, 28 Mar 2005 21:14:36 +0000] rev 1599
(svn r2103) - Fix: Remove unnused variable from OS2 file

Mon, 28 Mar 2005 18:59:33 +0000(svn r2102) Fix bug introduced in r2038, which gave you money for clearing occupied railway tiles ([1171926])
tron [Mon, 28 Mar 2005 18:59:33 +0000] rev 1598
(svn r2102) Fix bug introduced in r2038, which gave you money for clearing occupied railway tiles ([1171926])

Mon, 28 Mar 2005 15:40:05 +0000(svn r2101) statvfs() is availible on POSIX.1 conformant systems.
tron [Mon, 28 Mar 2005 15:40:05 +0000] rev 1597
(svn r2101) statvfs() is availible on POSIX.1 conformant systems.
Also use a different field, which has a better chance of containing meaningful information, of the returned struct to determine the free space on the filesystem and fix a small bug introduced in r2100 (s/!=/==/)

Mon, 28 Mar 2005 13:30:51 +0000(svn r2100) - Fix: [1024703]: Infinite access for A:\ (win32). Patch [1171208]. Only requery drive(s) if the user changes a directory, also surpress the OS error box that pops up on some windows machines. Tron + glx (and me)
darkvater [Mon, 28 Mar 2005 13:30:51 +0000] rev 1596
(svn r2100) - Fix: [1024703]: Infinite access for A:\ (win32). Patch [1171208]. Only requery drive(s) if the user changes a directory, also surpress the OS error box that pops up on some windows machines. Tron + glx (and me)

Mon, 28 Mar 2005 12:38:02 +0000(svn r2099) -Fix: no longer chat-messages hang when the game wraps around 2090
truelight [Mon, 28 Mar 2005 12:38:02 +0000] rev 1595
(svn r2099) -Fix: no longer chat-messages hang when the game wraps around 2090
-Codechange: while trying to find this bug, made texteff.c a bit more readable :)

Mon, 28 Mar 2005 08:48:41 +0000(svn r2098) Make a variable static, move a function declaration to a header and remove unnecessary preprocessor magic
tron [Mon, 28 Mar 2005 08:48:41 +0000] rev 1594
(svn r2098) Make a variable static, move a function declaration to a header and remove unnecessary preprocessor magic