belugas [Fri, 29 Sep 2006 16:57:12 +0000] rev 4674
(svn r6576) -CodeChange : Move depot_gui.c on "Gui Source codes" section of MSVC project files
bjarni [Fri, 29 Sep 2006 11:30:48 +0000] rev 4673
(svn r6570) -Feature: added "start all" and "stop all" buttons to the vehicle lists
bjarni [Fri, 29 Sep 2006 10:54:59 +0000] rev 4672
(svn r6569) -Fix r6562: fixed incorrect drawing of road vehicle depot
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)
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
peter1138 [Fri, 29 Sep 2006 07:30:44 +0000] rev 4669
(svn r6565) - Fix (r6562): Missing newline at EOF caused a compiler warning
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
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
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]
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