Fri, 29 Sep 2006 09:44:32 +0000(svn r6568) WebTranslator2 update to 2006-09-29 11:43:44
miham [Fri, 29 Sep 2006 09:44:32 +0000] rev 4671
(svn r6568) WebTranslator2 update to 2006-09-29 11:43:44
catalan - 1 changed by arnaullv (1)
french - 9 fixed by belugas (9)
german - 2 fixed by Neonox (2)
greek - 270 fixed by thanoulas (270)
slovak - 2 fixed by lengyel (2)
spanish - 2 fixed by eusebio (2)
swedish - 3 fixed by cjw (3)

Fri, 29 Sep 2006 07:54:28 +0000(svn r6567) -Fix r6542: [depot window] solved an issue where the confimation window sometimes failed to close (spotted by MacLir)
bjarni [Fri, 29 Sep 2006 07:54:28 +0000] rev 4670
(svn r6567) -Fix r6542: [depot window] solved an issue where the confimation window sometimes failed to close (spotted by MacLir)
Also changed the colours of the confimation window. Hopefully it looks better now even though I'm still not really happy with it

Fri, 29 Sep 2006 07:30:44 +0000(svn r6565) - Fix (r6562): Missing newline at EOF caused a compiler warning
peter1138 [Fri, 29 Sep 2006 07:30:44 +0000] rev 4669
(svn r6565) - Fix (r6562): Missing newline at EOF caused a compiler warning

Thu, 28 Sep 2006 23:05:03 +0000(svn r6562) -Codechange: merged the vehicle list window widget arrays
bjarni [Thu, 28 Sep 2006 23:05:03 +0000] rev 4668
(svn r6562) -Codechange: merged the vehicle list window widget arrays
It made no sense to maintain 8 nearly identically arrays when a single one can do the job
Also made the two buttons always use half of the bottom width each, even when resizing

Thu, 28 Sep 2006 19:56:29 +0000(svn r6561) -Fix r6513: [depot window] fixed an off by one error, that caused planes and ships to be drawn one pixel lower for each row
bjarni [Thu, 28 Sep 2006 19:56:29 +0000] rev 4667
(svn r6561) -Fix r6513: [depot window] fixed an off by one error, that caused planes and ships to be drawn one pixel lower for each row

Thu, 28 Sep 2006 18:42:35 +0000(svn r6560) - Codechange: Minor fix; add missing #include guards and comments, and correct svn properties on bmp.[ch]
peter1138 [Thu, 28 Sep 2006 18:42:35 +0000] rev 4666
(svn r6560) - Codechange: Minor fix; add missing #include guards and comments, and correct svn properties on bmp.[ch]

Thu, 28 Sep 2006 18:13:31 +0000(svn r6559) -Codechange: [vehicle list windows] moved creation and drawing code into two new functions to make it easier to see what goes on where
bjarni [Thu, 28 Sep 2006 18:13:31 +0000] rev 4665
(svn r6559) -Codechange: [vehicle list windows] moved creation and drawing code into two new functions to make it easier to see what goes on where

Thu, 28 Sep 2006 16:29:35 +0000(svn r6556) WebTranslator2 update to 2006-09-28 18:28:48
miham [Thu, 28 Sep 2006 16:29:35 +0000] rev 4664
(svn r6556) WebTranslator2 update to 2006-09-28 18:28:48
catalan - 2 fixed by arnaullv (2)
danish - 35 fixed, 5 changed by ThomasA (40)
dutch - 17 fixed by habell (17)
greek - 200 fixed by thanoulas (200)
hungarian - 3 fixed by miham (3)
italian - 9 fixed by sidew (9)
polish - 11 fixed by meush (11)
spanish - 9 fixed by eusebio (9)
swedish - 10 fixed, 9 changed by cjw (19)

Thu, 28 Sep 2006 15:41:53 +0000(svn r6554) -Fix r6513: [depot window] fixed a bug where moving rail vehicles from one line to another could fail under certain conditions
bjarni [Thu, 28 Sep 2006 15:41:53 +0000] rev 4663
(svn r6554) -Fix r6513: [depot window] fixed a bug where moving rail vehicles from one line to another could fail under certain conditions

Thu, 28 Sep 2006 14:17:08 +0000(svn r6552) -Feature: [depot window] added a "autoreplace all vehicles in depot" button
bjarni [Thu, 28 Sep 2006 14:17:08 +0000] rev 4662
(svn r6552) -Feature: [depot window] added a "autoreplace all vehicles in depot" button
Like the "sell all" button, this one lacks a sprite as well. We will hopefully get one shortly