Wed, 19 Oct 2005 14:49:46 +0000(svn r3066) Constify the parameter of GetSlopeZ_*()
tron [Wed, 19 Oct 2005 14:49:46 +0000] rev 2537
(svn r3066) Constify the parameter of GetSlopeZ_*()

Wed, 19 Oct 2005 08:34:37 +0000(svn r3065) -Codechange/Add: Modified the bridge drawing code so that the basic offset is read from the RailTypeInfo struct. This is (hopefully) the last DrawTile change on the way to electrified railways. While being at it, de-mystified the function a bit and added some asserts.
celestar [Wed, 19 Oct 2005 08:34:37 +0000] rev 2536
(svn r3065) -Codechange/Add: Modified the bridge drawing code so that the basic offset is read from the RailTypeInfo struct. This is (hopefully) the last DrawTile change on the way to electrified railways. While being at it, de-mystified the function a bit and added some asserts.

Wed, 19 Oct 2005 06:46:41 +0000(svn r3064) Replace some numbers by sprite names
tron [Wed, 19 Oct 2005 06:46:41 +0000] rev 2535
(svn r3064) Replace some numbers by sprite names

Wed, 19 Oct 2005 06:17:11 +0000(svn r3063) -Codechange: Demystified and commented bridge_land.h. Also removed two arrays that are not referred to
celestar [Wed, 19 Oct 2005 06:17:11 +0000] rev 2534
(svn r3063) -Codechange: Demystified and commented bridge_land.h. Also removed two arrays that are not referred to

Tue, 18 Oct 2005 21:48:45 +0000(svn r3062) - Add visual representation of possible text-colours instead of dubious and confusing textfile
Darkvater [Tue, 18 Oct 2005 21:48:45 +0000] rev 2533
(svn r3062) - Add visual representation of possible text-colours instead of dubious and confusing textfile

Tue, 18 Oct 2005 20:18:05 +0000(svn r3061) - CodeChange: revert r3056, r3057 and add a simpler fix to satisfy the needs of the absolute strict (eg. root directory is C:\ not C:)
Darkvater [Tue, 18 Oct 2005 20:18:05 +0000] rev 2532
(svn r3061) - CodeChange: revert r3056, r3057 and add a simpler fix to satisfy the needs of the absolute strict (eg. root directory is C:\ not C:)

Tue, 18 Oct 2005 18:18:50 +0000(svn r3060) [Translations] Updating translations to 2005-10-18 {@805} (2 langs changed)
miham [Tue, 18 Oct 2005 18:18:50 +0000] rev 2531
(svn r3060) [Translations] Updating translations to 2005-10-18 {@805} (2 langs changed)

Tue, 18 Oct 2005 11:23:58 +0000(svn r3059) Use bitfields to encode railtype and climates of engines instead of manual shifting/anding
tron [Tue, 18 Oct 2005 11:23:58 +0000] rev 2530
(svn r3059) Use bitfields to encode railtype and climates of engines instead of manual shifting/anding

Tue, 18 Oct 2005 07:01:00 +0000(svn r3058) The default AI may not build dual headed trains under certain circumstances.
tron [Tue, 18 Oct 2005 07:01:00 +0000] rev 2529
(svn r3058) The default AI may not build dual headed trains under certain circumstances.
Simplify this check by testing the rail vehicle info flags instead of passing a global variable around.
Note: This is not exactly the original behaviour, because the Lev4 was always allowed to be built, but i guess that was a glitch.

Mon, 17 Oct 2005 22:49:15 +0000(svn r3057) - (Post)Fix: fix backslash occurence in all cases, also when going to root directory through 'parent directory', and of course don't show parent dir in root.
Darkvater [Mon, 17 Oct 2005 22:49:15 +0000] rev 2528
(svn r3057) - (Post)Fix: fix backslash occurence in all cases, also when going to root directory through 'parent directory', and of course don't show parent dir in root.