Tue, 17 Oct 2006 17:10:39 +0000(svn r6801) - Fix (r6619): Always disable the train refit button. It will be enabled later if refitting is possible.
peter1138 [Tue, 17 Oct 2006 17:10:39 +0000] rev 4871
(svn r6801) - Fix (r6619): Always disable the train refit button. It will be enabled later if refitting is possible.

Tue, 17 Oct 2006 16:16:19 +0000(svn r6800) -Feature change: [train is lost] message is now generated immediately when pathfinder can't find the path. (thanks MeusH, peter1138 and Brianetta for ideas and help).
KUDr [Tue, 17 Oct 2006 16:16:19 +0000] rev 4870
(svn r6800) -Feature change: [train is lost] message is now generated immediately when pathfinder can't find the path. (thanks MeusH, peter1138 and Brianetta for ideas and help).

Tue, 17 Oct 2006 14:52:55 +0000(svn r6795) - NewGRF: Add support for cargo-specific wagon overrides.
peter1138 [Tue, 17 Oct 2006 14:52:55 +0000] rev 4869
(svn r6795) - NewGRF: Add support for cargo-specific wagon overrides.

Tue, 17 Oct 2006 07:33:05 +0000(svn r6794) - Fix: In the train detail window, split up articulated parts if they can contain cargo. This allows us to show the full cargo contents.
peter1138 [Tue, 17 Oct 2006 07:33:05 +0000] rev 4868
(svn r6794) - Fix: In the train detail window, split up articulated parts if they can contain cargo. This allows us to show the full cargo contents.

Tue, 17 Oct 2006 03:39:30 +0000(svn r6793) -Fix(5464): When checking items on an array, make sure to respect boundaries(jez).
belugas [Tue, 17 Oct 2006 03:39:30 +0000] rev 4867
(svn r6793) -Fix(5464): When checking items on an array, make sure to respect boundaries(jez).
Made some comments code style compliant

Mon, 16 Oct 2006 21:30:08 +0000(svn r6792) -Cleanup: improved the English used in STR_VEH_WITH_SHARED_ORDERS_LIST_TIP (jez)
bjarni [Mon, 16 Oct 2006 21:30:08 +0000] rev 4866
(svn r6792) -Cleanup: improved the English used in STR_VEH_WITH_SHARED_ORDERS_LIST_TIP (jez)
The meaning should remain the same and there is no need to retranslate this string

Mon, 16 Oct 2006 19:17:30 +0000(svn r6791) -Fix: [YAPF] YapfFindNearestRailDepotTwoWay() did not work for train inside tunnel.
KUDr [Mon, 16 Oct 2006 19:17:30 +0000] rev 4865
(svn r6791) -Fix: [YAPF] YapfFindNearestRailDepotTwoWay() did not work for train inside tunnel.

Mon, 16 Oct 2006 11:46:47 +0000(svn r6790) WebTranslator2 update to 2006-10-16 13:46:16
miham [Mon, 16 Oct 2006 11:46:47 +0000] rev 4864
(svn r6790) WebTranslator2 update to 2006-10-16 13:46:16
catalan - 3 changed by arnaullv (3)
danish - 6 fixed, 61 changed by ThomasA (67)
italian - 5 fixed by sidew (5)

Mon, 16 Oct 2006 10:29:29 +0000(svn r6789) - Codechange: Tidy up VehicleNameSorter() to use no global vars, and match the style of EngineNameSorter(). This also removes a bug where _internal_name_sorter_id was never set properly for anything other than trains.
peter1138 [Mon, 16 Oct 2006 10:29:29 +0000] rev 4863
(svn r6789) - Codechange: Tidy up VehicleNameSorter() to use no global vars, and match the style of EngineNameSorter(). This also removes a bug where _internal_name_sorter_id was never set properly for anything other than trains.

Mon, 16 Oct 2006 10:26:22 +0000(svn r6788) - Codechange: Add and use a function to test if a string ID is a custom name.
peter1138 [Mon, 16 Oct 2006 10:26:22 +0000] rev 4862
(svn r6788) - Codechange: Add and use a function to test if a string ID is a custom name.