Fri, 29 Sep 2006 20:41:28 +0000(svn r6582) -Codechange: changed GenerateVehicleSortList() to reuse the same allocation over and over if possible (like BuildDepotVehicleList() )
bjarni [Fri, 29 Sep 2006 20:41:28 +0000] rev 4678
(svn r6582) -Codechange: changed GenerateVehicleSortList() to reuse the same allocation over and over if possible (like BuildDepotVehicleList() )
This will prevent some reallocations when sorting vehicle list windows
It also prevents moving the whole array into a new one each time the list is generated/updated (it used to make the list in one array and then move it into another one each time)
Also ensured that neither GenerateVehicleSortList() or BuildDepotVehicleList() will never allocate lists longer than the total number of vehicles in the game

Fri, 29 Sep 2006 19:03:40 +0000(svn r6581) -Fix r6562: [vehicle list windows] fixed an off by one issue when drawing the bottom row of buttons
bjarni [Fri, 29 Sep 2006 19:03:40 +0000] rev 4677
(svn r6581) -Fix r6562: [vehicle list windows] fixed an off by one issue when drawing the bottom row of buttons

Fri, 29 Sep 2006 18:39:20 +0000(svn r6580) -Fix r6552: [depot window] fixed issue where vehicles sometimes failed to restart after being replaced
bjarni [Fri, 29 Sep 2006 18:39:20 +0000] rev 4676
(svn r6580) -Fix r6552: [depot window] fixed issue where vehicles sometimes failed to restart after being replaced
Also fixed an issue where cost animation could fail to show (trigger events appeared to be linked for those two issues)

Fri, 29 Sep 2006 17:41:00 +0000(svn r6579) -Fix r6552: [depot window] solved a condition where pressing autoreplace in a depot window could result in asserts
bjarni [Fri, 29 Sep 2006 17:41:00 +0000] rev 4675
(svn r6579) -Fix r6552: [depot window] solved a condition where pressing autoreplace in a depot window could result in asserts
It still got an issue where it fails to restart moving vehicles after they are replaced though. The cause of this will hopefully be found shortly

Fri, 29 Sep 2006 16:57:12 +0000(svn r6576) -CodeChange : Move depot_gui.c on "Gui Source codes" section of MSVC project files
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

Fri, 29 Sep 2006 11:30:48 +0000(svn r6570) -Feature: added "start all" and "stop all" buttons to the vehicle lists
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

Fri, 29 Sep 2006 10:54:59 +0000(svn r6569) -Fix r6562: fixed incorrect drawing of road vehicle depot
bjarni [Fri, 29 Sep 2006 10:54:59 +0000] rev 4672
(svn r6569) -Fix r6562: fixed incorrect drawing of road vehicle depot

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