Fri, 21 Oct 2005 06:04:17 +0000(svn r3075) -PBS: Keep track reservation state while building and removing a waypoint.
peter1138 [Fri, 21 Oct 2005 06:04:17 +0000] rev 2546
(svn r3075) -PBS: Keep track reservation state while building and removing a waypoint.

Thu, 20 Oct 2005 19:44:41 +0000(svn r3074) -NewGrf: Fix stupid typo in weight setting.
peter1138 [Thu, 20 Oct 2005 19:44:41 +0000] rev 2545
(svn r3074) -NewGrf: Fix stupid typo in weight setting.

Thu, 20 Oct 2005 17:43:13 +0000(svn r3073) int/byte -> EngineID/PlayerID/VehicleID
tron [Thu, 20 Oct 2005 17:43:13 +0000] rev 2544
(svn r3073) int/byte -> EngineID/PlayerID/VehicleID
0/-1 -> INVALID_ENGINE
0x10 -> OWNER_NONE

Thu, 20 Oct 2005 17:23:33 +0000(svn r3072) CMD_RENAME_STATION isn't interested in the tile coordinates, so don't pass them
tron [Thu, 20 Oct 2005 17:23:33 +0000] rev 2543
(svn r3072) CMD_RENAME_STATION isn't interested in the tile coordinates, so don't pass them

Thu, 20 Oct 2005 15:15:58 +0000(svn r3071) -NewGRF: Add support for rail vehicle weight greater than 255 tons.
peter1138 [Thu, 20 Oct 2005 15:15:58 +0000] rev 2542
(svn r3071) -NewGRF: Add support for rail vehicle weight greater than 255 tons.

Wed, 19 Oct 2005 20:00:05 +0000(svn r3070) - it doesn't matter where the '.' is found for the IP, if it is found, it is not a normal index when unbanning clients ('\0' should of course be NULL); thx Tron
Darkvater [Wed, 19 Oct 2005 20:00:05 +0000] rev 2541
(svn r3070) - it doesn't matter where the '.' is found for the IP, if it is found, it is not a normal index when unbanning clients ('\0' should of course be NULL); thx Tron

Wed, 19 Oct 2005 19:44:01 +0000(svn r3069) - CodeChange: now that we have the '|' char, use that as a seperator instead of '\' as was originally intention
Darkvater [Wed, 19 Oct 2005 19:44:01 +0000] rev 2540
(svn r3069) - CodeChange: now that we have the '|' char, use that as a seperator instead of '\' as was originally intention

Wed, 19 Oct 2005 19:41:38 +0000(svn r3068) - Feature: make it possible to create a screenshot from the console that is both big and has no console, or any combination of.
Darkvater [Wed, 19 Oct 2005 19:41:38 +0000] rev 2539
(svn r3068) - Feature: make it possible to create a screenshot from the console that is both big and has no console, or any combination of.

Wed, 19 Oct 2005 19:38:35 +0000(svn r3067) - Feature: allow unbanning players based on banlist-id (as well as IP).
Darkvater [Wed, 19 Oct 2005 19:38:35 +0000] rev 2538
(svn r3067) - Feature: allow unbanning players based on banlist-id (as well as IP).
- Feature: 'status' and 'clients' now show the IP of the players

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.

Mon, 17 Oct 2005 22:24:32 +0000(svn r3056) - Fix: Problem on Win98 and lower when if you go to the root directory of a drive (eg. C:\) you were stuck there indefinitely and couldn't change any directories or see any files
Darkvater [Mon, 17 Oct 2005 22:24:32 +0000] rev 2527
(svn r3056) - Fix: Problem on Win98 and lower when if you go to the root directory of a drive (eg. C:\) you were stuck there indefinitely and couldn't change any directories or see any files

Mon, 17 Oct 2005 19:57:00 +0000(svn r3055) Give the savegame/scenarion sort order flags symbolic names
tron [Mon, 17 Oct 2005 19:57:00 +0000] rev 2526
(svn r3055) Give the savegame/scenarion sort order flags symbolic names

Mon, 17 Oct 2005 10:09:37 +0000(svn r3054) Remove the unsused function GetNumRailtypes()
tron [Mon, 17 Oct 2005 10:09:37 +0000] rev 2525
(svn r3054) Remove the unsused function GetNumRailtypes()

Sun, 16 Oct 2005 15:00:22 +0000(svn r3053) -Fix: [ 1326604 ] Fixed typo and hang for BeOS Networking (MYOB)
truelight [Sun, 16 Oct 2005 15:00:22 +0000] rev 2524
(svn r3053) -Fix: [ 1326604 ] Fixed typo and hang for BeOS Networking (MYOB)

Sun, 16 Oct 2005 14:12:21 +0000(svn r3052) Fix last commit *grml*
tron [Sun, 16 Oct 2005 14:12:21 +0000] rev 2523
(svn r3052) Fix last commit *grml*

Sun, 16 Oct 2005 14:07:11 +0000(svn r3051) Remove the unused function RemoteSubsidyAdd()
tron [Sun, 16 Oct 2005 14:07:11 +0000] rev 2522
(svn r3051) Remove the unused function RemoteSubsidyAdd()

Sun, 16 Oct 2005 12:22:16 +0000(svn r3050) Augment the rail vehicle table with symbolic names for dual-head engines and wagons
tron [Sun, 16 Oct 2005 12:22:16 +0000] rev 2521
(svn r3050) Augment the rail vehicle table with symbolic names for dual-head engines and wagons

Sun, 16 Oct 2005 09:13:04 +0000(svn r3049) Replace byte/int/uint by RailType where appropriate
tron [Sun, 16 Oct 2005 09:13:04 +0000] rev 2520
(svn r3049) Replace byte/int/uint by RailType where appropriate

Sun, 16 Oct 2005 07:58:15 +0000(svn r3048) Replace 0/1/2 by RAILTYPE_RAIL/MONO/MAGLEV where appropriate
tron [Sun, 16 Oct 2005 07:58:15 +0000] rev 2519
(svn r3048) Replace 0/1/2 by RAILTYPE_RAIL/MONO/MAGLEV where appropriate

Sat, 15 Oct 2005 16:43:18 +0000(svn r3047) The parameters for the railtype check got flipped in the train build window (this caused no visible problem so far, therefore no Fix tag)
tron [Sat, 15 Oct 2005 16:43:18 +0000] rev 2518
(svn r3047) The parameters for the railtype check got flipped in the train build window (this caused no visible problem so far, therefore no Fix tag)

Sat, 15 Oct 2005 11:06:54 +0000(svn r3046) Replace some numbers with sprite names and fix a typo in the sprite list
tron [Sat, 15 Oct 2005 11:06:54 +0000] rev 2517
(svn r3046) Replace some numbers with sprite names and fix a typo in the sprite list