Sun, 24 Feb 2008 21:47:02 +0000(svn r12234) -Fix [FS#1798]: Mac OSX bundle display name should be 'OpenTTD' (oVRoM)
glx [Sun, 24 Feb 2008 21:47:02 +0000] rev 9126
(svn r12234) -Fix [FS#1798]: Mac OSX bundle display name should be 'OpenTTD' (oVRoM)

Sat, 23 Feb 2008 22:23:06 +0000(svn r12231) -Cleanup (r12230): [autoreplace] moved Vehicle::NeedsAutorenewing() and added comments
bjarni [Sat, 23 Feb 2008 22:23:06 +0000] rev 9125
(svn r12231) -Cleanup (r12230): [autoreplace] moved Vehicle::NeedsAutorenewing() and added comments

Sat, 23 Feb 2008 22:01:55 +0000(svn r12230) -Codechange: [autoreplace] made a function to detect if a vehicle needs autorenewing
bjarni [Sat, 23 Feb 2008 22:01:55 +0000] rev 9124
(svn r12230) -Codechange: [autoreplace] made a function to detect if a vehicle needs autorenewing
This will remove duplicated code and ensure that the check is consistent

Sat, 23 Feb 2008 11:42:41 +0000(svn r12218) -Update: WebTranslator2 update to 2008-02-23 12:39:10
miham [Sat, 23 Feb 2008 11:42:41 +0000] rev 9123
(svn r12218) -Update: WebTranslator2 update to 2008-02-23 12:39:10
brazilian_portuguese - 13 fixed, 51 changed by fukumori (64)
bulgarian - 12 fixed by thetitan (12)
catalan - 13 fixed by arnaullv (13)
czech - 13 fixed, 8 changed by Hadez (21)
dutch - 13 fixed by habell (13)
estonian - 13 fixed, 3 changed by kristjans (16)
french - 13 fixed, 20 changed by glx (33)
hungarian - 13 fixed by miham (13)
italian - 13 fixed, 8 changed by lorenzodv (21)
japanese - 13 fixed by ickoonite (13)
korean - 14 fixed by leejaeuk5 (14)
portuguese - 2 fixed by nars (2)
slovak - 13 fixed by lengyel (13)
slovenian - 1 fixed by Necrolyte (1)
spanish - 13 fixed by eusebio (13)
swedish - 1 fixed by ChrillDeVille (1)
ukrainian - 13 fixed, 1 deleted, 124 changed by mad (138)

Thu, 21 Feb 2008 19:09:10 +0000(svn r12209) -Fix: [NewGRF] Support using any base price for rail and road vehicles' running cost, and show running cost of wagons if they have it.
peter1138 [Thu, 21 Feb 2008 19:09:10 +0000] rev 9122
(svn r12209) -Fix: [NewGRF] Support using any base price for rail and road vehicles' running cost, and show running cost of wagons if they have it.

Thu, 21 Feb 2008 16:05:33 +0000(svn r12208) -Codechange: Alignment of params makes the code easier to read.
belugas [Thu, 21 Feb 2008 16:05:33 +0000] rev 9121
(svn r12208) -Codechange: Alignment of params makes the code easier to read.

Thu, 21 Feb 2008 14:30:36 +0000(svn r12207) -Change: rail running costs are engine class, not rail type
peter1138 [Thu, 21 Feb 2008 14:30:36 +0000] rev 9120
(svn r12207) -Change: rail running costs are engine class, not rail type

Wed, 20 Feb 2008 21:08:27 +0000(svn r12206) -Fix: A comma is not a rare resource. Do not hesitate to use it when needed.
belugas [Wed, 20 Feb 2008 21:08:27 +0000] rev 9119
(svn r12206) -Fix: A comma is not a rare resource. Do not hesitate to use it when needed.

Wed, 20 Feb 2008 20:56:54 +0000(svn r12205) -Codechange: rename RailVehicleInfo::running_cost_base to running_cost, inline with other vehicle types (It is the factor, not the base)
peter1138 [Wed, 20 Feb 2008 20:56:54 +0000] rev 9118
(svn r12205) -Codechange: rename RailVehicleInfo::running_cost_base to running_cost, inline with other vehicle types (It is the factor, not the base)

Wed, 20 Feb 2008 19:42:06 +0000(svn r12204) -Fix (r12192): using UINT16_MAX broke compilation on many targets
smatz [Wed, 20 Feb 2008 19:42:06 +0000] rev 9117
(svn r12204) -Fix (r12192): using UINT16_MAX broke compilation on many targets