bjarni [Sat, 16 Sep 2006 16:21:47 +0000] rev 4611
(svn r6464) -Fix r6393: killed a warning when compiling without asserts
added an error popup in the game if autoreplace fails to refit
Since it's only triggered by conditions bugs can trigger, it works kind of like a non-fatal assert in builds without asserts
Darkvater [Sat, 16 Sep 2006 13:44:12 +0000] rev 4610
(svn r6463) -Fix (r6462): Reset the string width to zero on every new line of course...
Darkvater [Sat, 16 Sep 2006 13:20:14 +0000] rev 4609
(svn r6462) -Codechange: Have GetStringWidth() return width as well as the height bounding
box of the string. Therefore rename the function to GetStringBoundingRect()
and have it return a BoundingRect type of width/height
miham [Sat, 16 Sep 2006 13:02:35 +0000] rev 4608
(svn r6461) WebTranslator2 update to 2006-09-16 14:47:23
catalan - 21 fixed, 46 changed by arnaullv (67)
french - 20 fixed by glx (20)
german - 13 fixed, 2 changed by Neonox (15)
hungarian - 20 fixed by miham (20)
polish - 20 fixed by meush (20)
portuguese - 2 fixed by izhirahider (2)
slovak - 6 fixed, 8 changed by lengyel (14)
turkish - 20 fixed by jnmbk (20)
peter1138 [Fri, 15 Sep 2006 21:44:55 +0000] rev 4607
(svn r6459) - Fix (r6433): An enum mixup caused oilrigs to not have a station part. Thanks to Znuff for pointing out.
peter1138 [Fri, 15 Sep 2006 21:02:44 +0000] rev 4606
(svn r6458) - Fix (r6457): ... but close the colour window if the company is removed. (Thanks Rubidium)
peter1138 [Fri, 15 Sep 2006 20:37:48 +0000] rev 4605
(svn r6457) - Codechange: Allow the company colour window to stay open after the
company information window has been closed, as the company colour window
is now much larger.
peter1138 [Fri, 15 Sep 2006 17:36:54 +0000] rev 4604
(svn r6456) - Replace single colour scheme for passenger wagons with separate schemes for each of steam, diesel or electric engines. Savegames from the previous revision will not load.
peter1138 [Fri, 15 Sep 2006 12:27:00 +0000] rev 4603
(svn r6455) - Feature: Add 2cc (two company colours) livery schemes. This replaces the original colour selection window and bumps the saveload version. Liveries are supported for all vehicles, not just those with 2cc support. Thanks to lakie for GUI inspiration.
belugas [Fri, 15 Sep 2006 02:52:17 +0000] rev 4602
(svn r6454) -Fix(r6108) : Allow custom currency to display both prefix and suffix
-Codechange : Divide rate of conversion from grf by 1000, to match OTTD internal system