peter1138 [Fri, 20 Oct 2006 19:48:25 +0000] rev 4898
(svn r6858) - Fix (r6855): Handle rail vehicles with no capacity (N/A) by setting cargo type to CT_INVALID and handling it later. STR_8838_N_A is not a valid cargo type...
peter1138 [Fri, 20 Oct 2006 14:31:35 +0000] rev 4897
(svn r6857) - Fix (r6855): Update all languages with {STRING} -> {CARGO} change
peter1138 [Fri, 20 Oct 2006 11:53:29 +0000] rev 4896
(svn r6855) - Codechange: When displaying a "quantity of cargo" string, use the {CARGO} command and supply the cargo type and quantity, instead of manually looking up the cargo type's string.
Darkvater [Fri, 20 Oct 2006 10:48:46 +0000] rev 4895
(svn r6854) -Codechange: Use DrawSringCentered instead of DrawStringMultiCenter for simple
strings if maximum width is set to zero anywyas.
peter1138 [Thu, 19 Oct 2006 12:21:35 +0000] rev 4894
(svn r6838) - Fix (r6836): MS VC complains beecause it doesn't understand consts... (or I don't...)
peter1138 [Thu, 19 Oct 2006 10:40:21 +0000] rev 4893
(svn r6837) - Codechange: More const SpriteGroups missed in r6836
peter1138 [Thu, 19 Oct 2006 10:20:36 +0000] rev 4892
(svn r6836) - Codechange: constify SpriteGroup references. These used to be non-const when we kept a reference count, which we don't do anymore.
peter1138 [Thu, 19 Oct 2006 09:39:29 +0000] rev 4891
(svn r6835) - Fix: Pressing ^D (EOF) at a dedicated console caused it to repeat the last command, instead of doing nothing.
Darkvater [Wed, 18 Oct 2006 21:38:45 +0000] rev 4890
(svn r6828) -Fix: Properly fix r6842
glx [Wed, 18 Oct 2006 21:33:59 +0000] rev 4889
(svn r6827) -Fix r6824: removed warning