Tue, 05 Sep 2006 23:02:31 +0000(svn r6404) -Fix: GetStringWidth failed to calculate correct string width if the string
Darkvater [Tue, 05 Sep 2006 23:02:31 +0000] rev 4557
(svn r6404) -Fix: GetStringWidth failed to calculate correct string width if the string
contained newlines.

Tue, 05 Sep 2006 16:40:23 +0000(svn r6395) -Fix: when converting a depot from/to elrail, update the power of trains that are in it
glx [Tue, 05 Sep 2006 16:40:23 +0000] rev 4556
(svn r6395) -Fix: when converting a depot from/to elrail, update the power of trains that are in it

Tue, 05 Sep 2006 13:39:38 +0000(svn r6394) -Fix r6393: removed a warning originally removed in r6376 accidentally readded in r6393
bjarni [Tue, 05 Sep 2006 13:39:38 +0000] rev 4555
(svn r6394) -Fix r6393: removed a warning originally removed in r6376 accidentally readded in r6393

Tue, 05 Sep 2006 12:46:14 +0000(svn r6393) -Fix: [autoreplace] now refit costs are added to the estimated costs (could spend more than allowed when estimate and actual cost were not the same)
bjarni [Tue, 05 Sep 2006 12:46:14 +0000] rev 4554
(svn r6393) -Fix: [autoreplace] now refit costs are added to the estimated costs (could spend more than allowed when estimate and actual cost were not the same)
-Fix: [autoreplace] fixed a very rare failure when building an engine could cost more than the player could pay before selling the old one
this happened when the replacing the front cost so much that the the rear end didn't have enough money to build as expected
now the estimate keeps track of the price for the wagons/engines in front of the unit it's currently looking at
-Codechange: [autoreplace] added function to learn if and what cargo type to refit to. Needed to allow the estimation to tell refit costs

Tue, 05 Sep 2006 06:12:15 +0000(svn r6392) WebTranslator2 update to 2006-09-05 08:11:55
miham [Tue, 05 Sep 2006 06:12:15 +0000] rev 4553
(svn r6392) WebTranslator2 update to 2006-09-05 08:11:55
slovak - 12 fixed, 5 changed by lengyel (17)

Mon, 04 Sep 2006 22:53:38 +0000(svn r6387) Fix: removed OSX specific warning
glx [Mon, 04 Sep 2006 22:53:38 +0000] rev 4552
(svn r6387) Fix: removed OSX specific warning

Mon, 04 Sep 2006 22:22:38 +0000(svn r6386) -Fix(r6376): removed a warning
glx [Mon, 04 Sep 2006 22:22:38 +0000] rev 4551
(svn r6386) -Fix(r6376): removed a warning

Mon, 04 Sep 2006 21:47:46 +0000(svn r6385) -Fix (r6380): one instance of QZ_AskQuit was left out in the conversion to HandleExitGameRequest.
rubidium [Mon, 04 Sep 2006 21:47:46 +0000] rev 4550
(svn r6385) -Fix (r6380): one instance of QZ_AskQuit was left out in the conversion to HandleExitGameRequest.

Mon, 04 Sep 2006 20:40:33 +0000(svn r6381) -Cleanup: make the '/* */' comments that span multiple lines more uniform.
rubidium [Mon, 04 Sep 2006 20:40:33 +0000] rev 4549
(svn r6381) -Cleanup: make the '/* */' comments that span multiple lines more uniform.
-Cleanup: whitespace alignment of a few tables.

Mon, 04 Sep 2006 17:30:30 +0000(svn r6380) -Codechange: unify all ways to quit OTTD.
rubidium [Mon, 04 Sep 2006 17:30:30 +0000] rev 4548
(svn r6380) -Codechange: unify all ways to quit OTTD.
This means that in the intro menu the 'Quit' button immediatelly quits
and the 'Quit' in the menu of the normal game and scenario editor
immediatelly quits when the 'autosave_on_exit' patch is turned on.
This is the same way as the OS/window manager initiated quits, like
alt-F4 and the 'x' in the (OS/window manager drawn) title bar of OTTD.