Mon, 29 Nov 2004 19:26:24 +0000(svn r854) -Fix [1070274] Invisible trains. Weird macros and MSVC optimizing don't always mix. (Tron)
darkvater [Mon, 29 Nov 2004 19:26:24 +0000] rev 524
(svn r854) -Fix [1070274] Invisible trains. Weird macros and MSVC optimizing don't always mix. (Tron)

Mon, 29 Nov 2004 11:59:09 +0000(svn r853) -Feature: Implement improved vehicle loading algorithm
tron [Mon, 29 Nov 2004 11:59:09 +0000] rev 523
(svn r853) -Feature: Implement improved vehicle loading algorithm
It's not FIFO loading, but does the right thing in the common case:
If a vehicle is empty and another vehicle is already loading the same cargo at this station then the vehicle waits.

This is an reworked version of [ 1072211 ] submitted by Hackykid, thanks!

Sun, 28 Nov 2004 22:43:46 +0000(svn r852) Daily langfile updates (automatic)
miham [Sun, 28 Nov 2004 22:43:46 +0000] rev 522
(svn r852) Daily langfile updates (automatic)

Sun, 28 Nov 2004 21:37:23 +0000(svn r850) Adjust the other language files according to revision 844
tron [Sun, 28 Nov 2004 21:37:23 +0000] rev 521
(svn r850) Adjust the other language files according to revision 844

Sun, 28 Nov 2004 19:46:24 +0000(svn r847) Add the station type icons to strgen: {TRAIN}, {LORRY}, {BUS}, {PLANE} and {SHIP}
tron [Sun, 28 Nov 2004 19:46:24 +0000] rev 520
(svn r847) Add the station type icons to strgen: {TRAIN}, {LORRY}, {BUS}, {PLANE} and {SHIP}

Sun, 28 Nov 2004 12:24:48 +0000(svn r844) Fix some typos ([ 1074329 ]) and use a bigger font in the detailed performance rating window
tron [Sun, 28 Nov 2004 12:24:48 +0000] rev 519
(svn r844) Fix some typos ([ 1074329 ]) and use a bigger font in the detailed performance rating window

Sat, 27 Nov 2004 21:28:51 +0000(svn r843) Remove redundant variable assignments and function calls
tron [Sat, 27 Nov 2004 21:28:51 +0000] rev 518
(svn r843) Remove redundant variable assignments and function calls

Sat, 27 Nov 2004 19:53:53 +0000(svn r842) -Fix: [ 985925 ] Start/stop flag in train depots always works, regardless of the horizontal scroll position
tron [Sat, 27 Nov 2004 19:53:53 +0000] rev 517
(svn r842) -Fix: [ 985925 ] Start/stop flag in train depots always works, regardless of the horizontal scroll position

Fri, 26 Nov 2004 22:29:02 +0000(svn r831) Remove station-specific roadbits magic. Tron already fixed road stations so that they don't give out roadbits in r780.
pasky [Fri, 26 Nov 2004 22:29:02 +0000] rev 516
(svn r831) Remove station-specific roadbits magic. Tron already fixed road stations so that they don't give out roadbits in r780.

Fri, 26 Nov 2004 22:21:12 +0000(svn r830) Move the MP_STATION roadbits guard to GetTownRoadBitsByTile() wrapper of GetRoadBitsByTile(). This should really and for once fix the road-behind-road-station bug.
pasky [Fri, 26 Nov 2004 22:21:12 +0000] rev 515
(svn r830) Move the MP_STATION roadbits guard to GetTownRoadBitsByTile() wrapper of GetRoadBitsByTile(). This should really and for once fix the road-behind-road-station bug.