Sat, 30 Sep 2006 19:21:39 +0000(svn r6590) -Fix r6588: killed MSVC warnings for real
glx [Sat, 30 Sep 2006 19:21:39 +0000] rev 4685
(svn r6590) -Fix r6588: killed MSVC warnings for real

Sat, 30 Sep 2006 17:44:22 +0000(svn r6589) WebTranslator2 update to 2006-09-30 19:43:48
miham [Sat, 30 Sep 2006 17:44:22 +0000] rev 4684
(svn r6589) WebTranslator2 update to 2006-09-30 19:43:48
czech - 8 fixed by Hadez (8)
dutch - 8 fixed by habell (8)
french - 1 changed by glx (1)
german - 4 fixed by Neonox (4)

Sat, 30 Sep 2006 17:13:39 +0000(svn r6588) -Fix r6582: killed some windows only warnings (thanks webfreakz for testing)
bjarni [Sat, 30 Sep 2006 17:13:39 +0000] rev 4683
(svn r6588) -Fix r6582: killed some windows only warnings (thanks webfreakz for testing)

Sat, 30 Sep 2006 15:59:57 +0000(svn r6587) WebTranslator2 update to 2006-09-30 17:59:21
miham [Sat, 30 Sep 2006 15:59:57 +0000] rev 4682
(svn r6587) WebTranslator2 update to 2006-09-30 17:59:21
brazilian_portuguese - 44 fixed by tucalipe (44)
czech - 3 changed by Hadez (3)
hungarian - 8 fixed by miham (8)
polish - 8 fixed, 4 changed by meush (12)
swedish - 8 fixed by cjw (8)

Sat, 30 Sep 2006 13:39:34 +0000(svn r6586) -Feature: [depot window] added a vehicle list window with all vehicles having a certain depot in their orders
bjarni [Sat, 30 Sep 2006 13:39:34 +0000] rev 4681
(svn r6586) -Feature: [depot window] added a vehicle list window with all vehicles having a certain depot in their orders
It got one known issue though. The top bar got a plural issue so expect to see stuff like "1 trains" until we figure out why it behaves this way
Added the button to the depot windows. Made the autoreplace button bigger while I was moving some widgets anyway
Made road vehicle depot windows start with one more row to make room for the buttons

Sat, 30 Sep 2006 11:21:54 +0000(svn r6585) WebTranslator2 update to 2006-09-30 13:21:19
miham [Sat, 30 Sep 2006 11:21:54 +0000] rev 4680
(svn r6585) WebTranslator2 update to 2006-09-30 13:21:19
catalan - 2 changed by arnaullv (2)
german - 2 fixed by Neonox (2)
lithuanian - 114 fixed by Plyta (114)

Sat, 30 Sep 2006 05:24:09 +0000(svn r6584) WebTranslator2 update to 2006-09-30 07:23:18
miham [Sat, 30 Sep 2006 05:24:09 +0000] rev 4679
(svn r6584) WebTranslator2 update to 2006-09-30 07:23:18
catalan - 2 fixed, 20 changed by arnaullv (22)
czech - 21 fixed by Hadez (21)
dutch - 4 fixed by habell (4)
french - 2 fixed, 3 changed by glx (5)
hungarian - 5 fixed by miham (5)
italian - 4 fixed by sidew (4)
polish - 2 fixed by meush (2)
romanian - 65 fixed, 1 changed by kneekoo (66)
spanish - 2 fixed, 15 changed by eusebio (17)
swedish - 2 fixed by cjw (2)
turkish - 6 fixed by jnmbk (6)

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)