Fri, 09 Mar 2007 10:12:08 +0000(svn r9076) -Fix [FS#529]: the intercontinental airport used 'T-junction' runway sprites when there is no exit in the middle of the runway as in the city airport (skidd13).
rubidium [Fri, 09 Mar 2007 10:12:08 +0000] rev 6267
(svn r9076) -Fix [FS#529]: the intercontinental airport used 'T-junction' runway sprites when there is no exit in the middle of the runway as in the city airport (skidd13).

Fri, 09 Mar 2007 02:04:07 +0000(svn r9075) -Codechange: Cleanup of industry_cmd (Step-7). Small step that is. The new industry messages do not need a series of tests. Only one property to use.
belugas [Fri, 09 Mar 2007 02:04:07 +0000] rev 6266
(svn r9075) -Codechange: Cleanup of industry_cmd (Step-7). Small step that is. The new industry messages do not need a series of tests. Only one property to use.

Fri, 09 Mar 2007 00:15:43 +0000(svn r9074) -Codechange: win32 dedicated console now doesn't need an extra 'enter' to fully quit
glx [Fri, 09 Mar 2007 00:15:43 +0000] rev 6265
(svn r9074) -Codechange: win32 dedicated console now doesn't need an extra 'enter' to fully quit

Thu, 08 Mar 2007 23:05:05 +0000(svn r9073) -Codechange: moved autoreplace to a file of it's own (now autoreplace has a cmd and a gui file)
bjarni [Thu, 08 Mar 2007 23:05:05 +0000] rev 6264
(svn r9073) -Codechange: moved autoreplace to a file of it's own (now autoreplace has a cmd and a gui file)

Thu, 08 Mar 2007 21:39:34 +0000(svn r9072) -Codechange: [Orders] added methods to orders to free them and check if they are in use
bjarni [Thu, 08 Mar 2007 21:39:34 +0000] rev 6263
(svn r9072) -Codechange: [Orders] added methods to orders to free them and check if they are in use

Thu, 08 Mar 2007 21:05:05 +0000(svn r9071) -Fix [FS#459]: when in networking an other player takes over an AI which is also controlled by a player, move the player with the company to the company who bought out the AI
truelight [Thu, 08 Mar 2007 21:05:05 +0000] rev 6262
(svn r9071) -Fix [FS#459]: when in networking an other player takes over an AI which is also controlled by a player, move the player with the company to the company who bought out the AI

Thu, 08 Mar 2007 20:50:27 +0000(svn r9070) -Fix [FS#404]: if bribe failed and you didn't pick up cargo yet, you wouldn't ever be able to do so for a given station
truelight [Thu, 08 Mar 2007 20:50:27 +0000] rev 6261
(svn r9070) -Fix [FS#404]: if bribe failed and you didn't pick up cargo yet, you wouldn't ever be able to do so for a given station

Thu, 08 Mar 2007 19:23:49 +0000(svn r9069) -Codechange: Change a do ... while loop with a for loop. This fixes some warning that I never got anyway...
peter1138 [Thu, 08 Mar 2007 19:23:49 +0000] rev 6260
(svn r9069) -Codechange: Change a do ... while loop with a for loop. This fixes some warning that I never got anyway...

Thu, 08 Mar 2007 16:27:54 +0000(svn r9068) -Codechange: capitalize the VEH_Train etc. enums to match the coding style (and rest of the code).
rubidium [Thu, 08 Mar 2007 16:27:54 +0000] rev 6259
(svn r9068) -Codechange: capitalize the VEH_Train etc. enums to match the coding style (and rest of the code).

Thu, 08 Mar 2007 15:50:07 +0000(svn r9067) -Fix [FS#637]: don't make owner signs transparent, as then you loose the information who it owns
truelight [Thu, 08 Mar 2007 15:50:07 +0000] rev 6258
(svn r9067) -Fix [FS#637]: don't make owner signs transparent, as then you loose the information who it owns

Thu, 08 Mar 2007 14:34:32 +0000(svn r9066) -Fix [FS#638]: store the owner of a statue, so when it gets removed, the town is notified of it
truelight [Thu, 08 Mar 2007 14:34:32 +0000] rev 6257
(svn r9066) -Fix [FS#638]: store the owner of a statue, so when it gets removed, the town is notified of it

Thu, 08 Mar 2007 13:54:19 +0000(svn r9065) -Fix: possible dereference of NULL pointer.
rubidium [Thu, 08 Mar 2007 13:54:19 +0000] rev 6256
(svn r9065) -Fix: possible dereference of NULL pointer.

Thu, 08 Mar 2007 12:57:08 +0000(svn r9064) -Fix [FS#663]: don't keep on scrolling for non-numeric values in settings, but require reclick
truelight [Thu, 08 Mar 2007 12:57:08 +0000] rev 6255
(svn r9064) -Fix [FS#663]: don't keep on scrolling for non-numeric values in settings, but require reclick

Thu, 08 Mar 2007 12:40:45 +0000(svn r9063) -Add: allow OPENTTD_ARGS as env-option for 'make run'. 'OPENTTD_ARGS="-snull" make run' now runs ./openttd -snull in correct dir.
truelight [Thu, 08 Mar 2007 12:40:45 +0000] rev 6254
(svn r9063) -Add: allow OPENTTD_ARGS as env-option for 'make run'. 'OPENTTD_ARGS="-snull" make run' now runs ./openttd -snull in correct dir.

Thu, 08 Mar 2007 12:26:31 +0000(svn r9062) -Fix (r4822, FS#595): The station list, sorted by cargo rating, now takes stations into account that have no cargo waiting (KeeperOfTheSoul). While at it, doxygen the function
celestar [Thu, 08 Mar 2007 12:26:31 +0000] rev 6253
(svn r9062) -Fix (r4822, FS#595): The station list, sorted by cargo rating, now takes stations into account that have no cargo waiting (KeeperOfTheSoul). While at it, doxygen the function

Thu, 08 Mar 2007 09:46:44 +0000(svn r9061) -Fix [r9038, FS#668]: passwords are send when the server is in the 'authorizing' state, not 'inactive'.
rubidium [Thu, 08 Mar 2007 09:46:44 +0000] rev 6252
(svn r9061) -Fix [r9038, FS#668]: passwords are send when the server is in the 'authorizing' state, not 'inactive'.

Wed, 07 Mar 2007 18:58:28 +0000(svn r9055) -Codechange: Change windows unicode handling and allow a pure non-unicode build to function. Win9x binaries will be possible with mingw/nightly system.
Darkvater [Wed, 07 Mar 2007 18:58:28 +0000] rev 6251
(svn r9055) -Codechange: Change windows unicode handling and allow a pure non-unicode build to function. Win9x binaries will be possible with mingw/nightly system.

Wed, 07 Mar 2007 17:42:09 +0000(svn r9054) -Update: WebTranslator2 update to 2007-03-07 18:39:14
miham [Wed, 07 Mar 2007 17:42:09 +0000] rev 6250
(svn r9054) -Update: WebTranslator2 update to 2007-03-07 18:39:14
catalan - 2 fixed by arnaullv (2)
croatian - 95 fixed, 34 changed by Ydobon (129)
czech - 1 fixed, 3 deleted, 109 changed by Hadez (113)
danish - 4 fixed by ThomasA (4)
dutch - 2 fixed by habell (2)
esperanto - 5 fixed by LaPingvino (5)
french - 2 fixed by glx (2)
german - 1 fixed by Neonox (1)
hungarian - 1 fixed by miham (1)
italian - 1 fixed by sidew (1)
japanese - 14 fixed by ickoonite (14)
korean - 9 fixed by Nios (9)
norwegian_nynorsk - 1 fixed by Eikje3 (1)
polish - 2 fixed by meush (2)
simplified_chinese - 5 fixed by Fishingsnow (5)
slovenian - 1 fixed by Necrolyte (1)
spanish - 5 fixed by eusebio (5)
swedish - 5 fixed by daishan (5)
traditional_chinese - 7 fixed by sam0737 (7)
ukrainian - 1 fixed by znikoz (1)

Wed, 07 Mar 2007 16:46:13 +0000(svn r9053) -Change [Config]: removed unneeded stuff for windows
glx [Wed, 07 Mar 2007 16:46:13 +0000] rev 6249
(svn r9053) -Change [Config]: removed unneeded stuff for windows

Wed, 07 Mar 2007 12:11:48 +0000(svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {};
rubidium [Wed, 07 Mar 2007 12:11:48 +0000] rev 6248
(svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {};

Wed, 07 Mar 2007 11:47:46 +0000(svn r9050) -Codechange: Foo(void) -> Foo()
rubidium [Wed, 07 Mar 2007 11:47:46 +0000] rev 6247
(svn r9050) -Codechange: Foo(void) -> Foo()

Tue, 06 Mar 2007 23:42:30 +0000(svn r9049) -Fix [Config]: when running 'bash configure', make sure automated reconfigures run 'bash configure' too.
truelight [Tue, 06 Mar 2007 23:42:30 +0000] rev 6246
(svn r9049) -Fix [Config]: when running 'bash configure', make sure automated reconfigures run 'bash configure' too.

Tue, 06 Mar 2007 23:27:14 +0000(svn r9048) -Fix r9040: non-bool used as bool
glx [Tue, 06 Mar 2007 23:27:14 +0000] rev 6245
(svn r9048) -Fix r9040: non-bool used as bool

Tue, 06 Mar 2007 22:55:18 +0000(svn r9047) -Fix [FS#651]: request static deps from fontconfig in OSX
truelight [Tue, 06 Mar 2007 22:55:18 +0000] rev 6244
(svn r9047) -Fix [FS#651]: request static deps from fontconfig in OSX

Tue, 06 Mar 2007 22:45:30 +0000(svn r9046) -Fix r9041: added a comment to make clear why we don't use --prefix here
truelight [Tue, 06 Mar 2007 22:45:30 +0000] rev 6243
(svn r9046) -Fix r9041: added a comment to make clear why we don't use --prefix here

Tue, 06 Mar 2007 22:41:50 +0000(svn r9045) -Fix [Config]: libpng-config --ldflags returns --libs and -L_opts too, no need to call it an extra time (double -lpng12 in LDFLAGS)
truelight [Tue, 06 Mar 2007 22:41:50 +0000] rev 6242
(svn r9045) -Fix [Config]: libpng-config --ldflags returns --libs and -L_opts too, no need to call it an extra time (double -lpng12 in LDFLAGS)

Tue, 06 Mar 2007 22:40:45 +0000(svn r9044) -Fix [Config]: add fontconfig before freetype, as in static order is important
truelight [Tue, 06 Mar 2007 22:40:45 +0000] rev 6241
(svn r9044) -Fix [Config]: add fontconfig before freetype, as in static order is important

Tue, 06 Mar 2007 22:37:04 +0000(svn r9043) -Fix [FS#652]: the personal (.openttd) directories were hidden in the load/save directory listings (stepancheg).
rubidium [Tue, 06 Mar 2007 22:37:04 +0000] rev 6240
(svn r9043) -Fix [FS#652]: the personal (.openttd) directories were hidden in the load/save directory listings (stepancheg).

Tue, 06 Mar 2007 22:16:43 +0000(svn r9042) -Add : Maedhros as a developper
belugas [Tue, 06 Mar 2007 22:16:43 +0000] rev 6239
(svn r9042) -Add : Maedhros as a developper

Tue, 06 Mar 2007 22:15:57 +0000(svn r9041) -Fix [FS#650]: pkg-config doesn't know --prefix, but wants --variable=prefix (nicely spotted and fixed by stepancheg)
truelight [Tue, 06 Mar 2007 22:15:57 +0000] rev 6238
(svn r9041) -Fix [FS#650]: pkg-config doesn't know --prefix, but wants --variable=prefix (nicely spotted and fixed by stepancheg)

Tue, 06 Mar 2007 22:11:58 +0000(svn r9040) -Codechange: the build window and CmdBuildAircraft() now shares the code to figure out if an aircraft is buildable in the hangar in question
bjarni [Tue, 06 Mar 2007 22:11:58 +0000] rev 6237
(svn r9040) -Codechange: the build window and CmdBuildAircraft() now shares the code to figure out if an aircraft is buildable in the hangar in question
This should help ensuring that the build command and the list are consistent in what aircraft are buildable

Tue, 06 Mar 2007 22:01:59 +0000(svn r9039) -Fix r9034: missed the _pause in cocoa_v.mm
bjarni [Tue, 06 Mar 2007 22:01:59 +0000] rev 6236
(svn r9039) -Fix r9034: missed the _pause in cocoa_v.mm

Tue, 06 Mar 2007 22:00:42 +0000(svn r9038) -Fix [FS#115]: inactive connections are not automatically kicked, i.e. people who only open a telnet (or similar) connection to a server.
rubidium [Tue, 06 Mar 2007 22:00:42 +0000] rev 6235
(svn r9038) -Fix [FS#115]: inactive connections are not automatically kicked, i.e. people who only open a telnet (or similar) connection to a server.

Tue, 06 Mar 2007 22:00:13 +0000(svn r9037) -Feature: [NewGRF] Add support for Action 13, which allows you to translate
maedhros [Tue, 06 Mar 2007 22:00:13 +0000] rev 6234
(svn r9037) -Feature: [NewGRF] Add support for Action 13, which allows you to translate
grf-specific texts. The translations will only be shown if you're using a
language with a grf language id and if a string hasn't already been set
specifically for the language you're using.

Tue, 06 Mar 2007 21:18:25 +0000(svn r9036) -Fix [SunOS]: SunOS/Solaris does not have stdint.h, so use inttypes.h which defines the things we need from stdint.h.
rubidium [Tue, 06 Mar 2007 21:18:25 +0000] rev 6233
(svn r9036) -Fix [SunOS]: SunOS/Solaris does not have stdint.h, so use inttypes.h which defines the things we need from stdint.h.

Tue, 06 Mar 2007 21:14:48 +0000(svn r9035) -Fix [SunOS]: Solaris sometimes has pid_t defined as long. Fix warnings in those cases
truelight [Tue, 06 Mar 2007 21:14:48 +0000] rev 6232
(svn r9035) -Fix [SunOS]: Solaris sometimes has pid_t defined as long. Fix warnings in those cases

Tue, 06 Mar 2007 20:59:52 +0000(svn r9034) -Codechange: renamed _pause to _pause_game, as some targets already have
truelight [Tue, 06 Mar 2007 20:59:52 +0000] rev 6231
(svn r9034) -Codechange: renamed _pause to _pause_game, as some targets already have
a symbol called _pause (and therefor our variable conflicts with
thatone. We shouldn't be using _ as global indicator.....)

Tue, 06 Mar 2007 20:37:46 +0000(svn r9033) [Config] -Fix: GNU strip has -s, but Solaris strip doesn't. Detect this when system is SUNOS.
truelight [Tue, 06 Mar 2007 20:37:46 +0000] rev 6230
(svn r9033) [Config] -Fix: GNU strip has -s, but Solaris strip doesn't. Detect this when system is SUNOS.

Tue, 06 Mar 2007 19:33:28 +0000(svn r9031) -Codechange: Introduce grfconfig->status, and use it for states that are
maedhros [Tue, 06 Mar 2007 19:33:28 +0000] rev 6229
(svn r9031) -Codechange: Introduce grfconfig->status, and use it for states that are
mutually exclusive. At the same time, add an INITIALISED state which makes it
possible to check if a grf is not yet active but will be later on during the
GLS_ACTIVATION loading stage.

Tue, 06 Mar 2007 19:14:15 +0000(svn r9030) [Config] -Add: added --enable-unicode, which enables unicode (mostly for windows). Enabled by default on WIN32 (makes win9x fail, so use --disable-unicode if you produce binaries for win9x)
truelight [Tue, 06 Mar 2007 19:14:15 +0000] rev 6228
(svn r9030) [Config] -Add: added --enable-unicode, which enables unicode (mostly for windows). Enabled by default on WIN32 (makes win9x fail, so use --disable-unicode if you produce binaries for win9x)

Tue, 06 Mar 2007 19:12:56 +0000(svn r9029) -Fix (r7326): Only call the gradual loading amount callback if the bit for it is set in the vehicle's callbackmask.
maedhros [Tue, 06 Mar 2007 19:12:56 +0000] rev 6227
(svn r9029) -Fix (r7326): Only call the gradual loading amount callback if the bit for it is set in the vehicle's callbackmask.

Tue, 06 Mar 2007 18:03:06 +0000(svn r9027) -Fix [FS#664]: desync caused by buffer overrun.
rubidium [Tue, 06 Mar 2007 18:03:06 +0000] rev 6226
(svn r9027) -Fix [FS#664]: desync caused by buffer overrun.

Mon, 05 Mar 2007 23:00:43 +0000(svn r9022) -Fix [FS#660]: Airport state machine fails if the adjustment in position is less than 4 pixels. The new planespeed movement made this a fatal error on the oilrig. This fix just corrects the oilrig movement orders so that the error does not occur.
richk [Mon, 05 Mar 2007 23:00:43 +0000] rev 6225
(svn r9022) -Fix [FS#660]: Airport state machine fails if the adjustment in position is less than 4 pixels. The new planespeed movement made this a fatal error on the oilrig. This fix just corrects the oilrig movement orders so that the error does not occur.
Full solution is to allow minor corrections without changing the facing of the aircraft. (spotted by ledow)

Mon, 05 Mar 2007 20:00:43 +0000(svn r9021) [Translations] -Fix: removed empty strings once again.
miham [Mon, 05 Mar 2007 20:00:43 +0000] rev 6224
(svn r9021) [Translations] -Fix: removed empty strings once again.

Mon, 05 Mar 2007 18:57:19 +0000(svn r9020) -Update: WebTranslator2 update to 2007-03-05 19:56:28
miham [Mon, 05 Mar 2007 18:57:19 +0000] rev 6223
(svn r9020) -Update: WebTranslator2 update to 2007-03-05 19:56:28
american - 17 fixed by WhiteRabbit (17)
brazilian_portuguese - 4 fixed by fukumori (4)
bulgarian - 1 fixed by thetitan (1)
catalan - 4 fixed by arnaullv (4)
czech - 5 fixed, 39 changed by Hadez (44)
dutch - 4 fixed by habell (4)
finnish - 7 fixed by pallokala (7)
greek - 10 fixed by thanoulas (10)
italian - 4 fixed by sidew (4)
polish - 3 fixed, 5 changed by meush (8)
portuguese - 3 fixed by izhirahider (3)
romanian - 17 fixed, 8 changed by kneekoo (25)
russian - 3 changed by DarkFenX (3)
slovak - 4 fixed, 30 changed by lengyel (34)
ukrainian - 6 fixed by znikoz (6)

Mon, 05 Mar 2007 18:00:18 +0000(svn r9019) -Fix: use <> for system-headers
truelight [Mon, 05 Mar 2007 18:00:18 +0000] rev 6222
(svn r9019) -Fix: use <> for system-headers

Mon, 05 Mar 2007 17:05:41 +0000(svn r9018) -Change: added SunOS as OS name in the quit dialog
miham [Mon, 05 Mar 2007 17:05:41 +0000] rev 6221
(svn r9018) -Change: added SunOS as OS name in the quit dialog

Mon, 05 Mar 2007 15:24:17 +0000(svn r9017) [Config] -Fix: if 'solaris' is in gcc dumpmachine, we have SunOS
truelight [Mon, 05 Mar 2007 15:24:17 +0000] rev 6220
(svn r9017) [Config] -Fix: if 'solaris' is in gcc dumpmachine, we have SunOS

Mon, 05 Mar 2007 09:35:45 +0000(svn r9016) [SunOS] -Fix: Don't use a struct-member that doesn't exist.
celestar [Mon, 05 Mar 2007 09:35:45 +0000] rev 6219
(svn r9016) [SunOS] -Fix: Don't use a struct-member that doesn't exist.
-Documentation: Updated readme.txt for SunOS 5.10 (aka Solaris 10)
Note: With this commit, building and running on Solaris 10 works, thus
we officially support this OS now :)

Mon, 05 Mar 2007 05:03:28 +0000(svn r9015) -Fix
tron [Mon, 05 Mar 2007 05:03:28 +0000] rev 6218
(svn r9015) -Fix

NL at EOF

Mon, 05 Mar 2007 05:02:24 +0000(svn r9014) -Fix
tron [Mon, 05 Mar 2007 05:02:24 +0000] rev 6217
(svn r9014) -Fix

Improve translation using gender tags

Mon, 05 Mar 2007 05:01:06 +0000(svn r9013) -Fix
tron [Mon, 05 Mar 2007 05:01:06 +0000] rev 6216
(svn r9013) -Fix

Remove incorrect empty translation

Mon, 05 Mar 2007 00:45:56 +0000(svn r9012) -Fix/Feature (UTF8): When cutting strings into multiple lines also take into consideration whitespace characters of more than 1 byte length (eg IDEOGRAPHIC SPACE, IsWhitespace() function). When trimming such strings, account for multiple-byte long sequences so use *Utf8PrevChar(v) = '\0'.
Darkvater [Mon, 05 Mar 2007 00:45:56 +0000] rev 6215
(svn r9012) -Fix/Feature (UTF8): When cutting strings into multiple lines also take into consideration whitespace characters of more than 1 byte length (eg IDEOGRAPHIC SPACE, IsWhitespace() function). When trimming such strings, account for multiple-byte long sequences so use *Utf8PrevChar(v) = '\0'.
-Codechange: Add a function Utf8TrimString() that properly trims a string to an UTF8 encoding seperation instead of somewhere in the wild (and use it in the chat area)

Mon, 05 Mar 2007 00:34:48 +0000(svn r9011) -Codechange (r9003): Rework Utf8PrevChar so that it returns a pointer to the previous UTF8 character's first byte instead of a byte-length offset
Darkvater [Mon, 05 Mar 2007 00:34:48 +0000] rev 6214
(svn r9011) -Codechange (r9003): Rework Utf8PrevChar so that it returns a pointer to the previous UTF8 character's first byte instead of a byte-length offset

Sun, 04 Mar 2007 22:14:32 +0000(svn r9009) -Fix (r1): Determine whether to play a sound or not when entering a tunnel based on engine type (only steam engines) instead of on spritenum which can be invalid for newgrf trains. DBSet(XL) or any other steam trains without newsounds should sound their horn now.
Darkvater [Sun, 04 Mar 2007 22:14:32 +0000] rev 6213
(svn r9009) -Fix (r1): Determine whether to play a sound or not when entering a tunnel based on engine type (only steam engines) instead of on spritenum which can be invalid for newgrf trains. DBSet(XL) or any other steam trains without newsounds should sound their horn now.

Sun, 04 Mar 2007 08:05:43 +0000(svn r9005) -Update: WebTranslator2 update to 2007-03-04 09:03:25
miham [Sun, 04 Mar 2007 08:05:43 +0000] rev 6212
(svn r9005) -Update: WebTranslator2 update to 2007-03-04 09:03:25
bulgarian - 13 fixed by groupsky (13)
danish - 13 fixed by ThomasA (13)
french - 4 fixed, 6 changed by glx (4), Skiper (6)
german - 4 fixed by Neonox (4)
hungarian - 3 fixed by miham (3)
norwegian_bokmal - 13 fixed by oletk (13)
norwegian_nynorsk - 20 fixed, 1 changed by pollux (21)
portuguese - 4 fixed by izhirahider (4)
russian - 4 fixed, 10 changed by DarkFenX (14)
simplified_chinese - 13 fixed by Fishingsnow (13)
slovenian - 4 fixed by Necrolyte (4)
traditional_chinese - 2 fixed by thomasau (2)

Sun, 04 Mar 2007 00:49:40 +0000(svn r9003) -Codechange: Introduce a function Utf8PrevCharLen that finds the starting character of an UTF-8 sequence from a given position and returns the length to the first UTF-8 encoding byte of that sequence.
Darkvater [Sun, 04 Mar 2007 00:49:40 +0000] rev 6211
(svn r9003) -Codechange: Introduce a function Utf8PrevCharLen that finds the starting character of an UTF-8 sequence from a given position and returns the length to the first UTF-8 encoding byte of that sequence.

Sat, 03 Mar 2007 22:15:37 +0000(svn r9002) -Update: remove strings removed in r9001 from languages other than English.
rubidium [Sat, 03 Mar 2007 22:15:37 +0000] rev 6210
(svn r9002) -Update: remove strings removed in r9001 from languages other than English.

Sat, 03 Mar 2007 22:03:15 +0000(svn r9001) -Codechange: remove duplication of functions and strings with respect to the news of new vehicles.
rubidium [Sat, 03 Mar 2007 22:03:15 +0000] rev 6209
(svn r9001) -Codechange: remove duplication of functions and strings with respect to the news of new vehicles.

Sat, 03 Mar 2007 20:43:52 +0000(svn r9000) -Fix [FS#581, r2572]: new locomotive names were not announced in the news, it said "new railway locomotive available - railway locomotive".
rubidium [Sat, 03 Mar 2007 20:43:52 +0000] rev 6208
(svn r9000) -Fix [FS#581, r2572]: new locomotive names were not announced in the news, it said "new railway locomotive available - railway locomotive".