Wed, 27 Sep 2006 14:05:15 +0000(svn r6527) -Codechange: [depot window] added asserts to ensure that widget names, widget array and array of resize info stays the same length
bjarni [Wed, 27 Sep 2006 14:05:15 +0000] rev 4651
(svn r6527) -Codechange: [depot window] added asserts to ensure that widget names, widget array and array of resize info stays the same length
Really bad stuff will happen if one of them contains a different number of widgets ;)
This is meant as a protection against incorrect additions of code rather than verifying that the current code works

Wed, 27 Sep 2006 13:53:59 +0000(svn r6526) -Codechange: [depot window] the train only widgets are now resized depending on the size of other widgets
bjarni [Wed, 27 Sep 2006 13:53:59 +0000] rev 4650
(svn r6526) -Codechange: [depot window] the train only widgets are now resized depending on the size of other widgets
This will ensure that say the horizontal scrollbar is as wide as the matrix even if only the matrix is altered in size
This is meant to make it easier to add more widgets without coding a lot of vehicle type specific stuff (you should still check all windows though)

Wed, 27 Sep 2006 13:01:56 +0000(svn r6525) -Codechange r6513: altered how to control how to move widgets around in the window. Hopefully it's a bit easier to understand now
bjarni [Wed, 27 Sep 2006 13:01:56 +0000] rev 4649
(svn r6525) -Codechange r6513: altered how to control how to move widgets around in the window. Hopefully it's a bit easier to understand now

Wed, 27 Sep 2006 12:17:33 +0000(svn r6524) -Code cleanup r6515: cleaned up the command to start/stop all vehicles in a depot.
bjarni [Wed, 27 Sep 2006 12:17:33 +0000] rev 4648
(svn r6524) -Code cleanup r6515: cleaned up the command to start/stop all vehicles in a depot.
IsWholeTrainInDepot() is removed as CheckTrainInDepot() could be used instead
Cleaned up the check to see if a vehicle is valid for start/stop

Wed, 27 Sep 2006 11:45:26 +0000(svn r6523) - 'Feature'/'Fix': Add tooltips to the new company colour window
peter1138 [Wed, 27 Sep 2006 11:45:26 +0000] rev 4647
(svn r6523) - 'Feature'/'Fix': Add tooltips to the new company colour window

Wed, 27 Sep 2006 11:34:27 +0000(svn r6522) -Feature: [depot window] the buttons are now "scaled" resized
bjarni [Wed, 27 Sep 2006 11:34:27 +0000] rev 4646
(svn r6522) -Feature: [depot window] the buttons are now "scaled" resized
This means that "Build vehicle", "Clone vehicle" and "Location" will always fill the space from the left window border to the resize button and they are equal in size
The sell button will also use all the space between the start/stop buttons and the resize button and for trains, the sell button is split into two buttons in equal sizes
This will prevent the issue where a small window is resized into a large one and the buttons remains pretty small
-Codechange: [depot window] The enum with widget names is now changed into automatic numbering so all lines will not have to be changed each time a new widget is added

Wed, 27 Sep 2006 11:30:18 +0000(svn r6521) WebTranslator2 update to 2006-09-27 13:29:33
miham [Wed, 27 Sep 2006 11:30:18 +0000] rev 4645
(svn r6521) WebTranslator2 update to 2006-09-27 13:29:33
catalan - 4 fixed by arnaullv (4)
czech - 4 fixed by Hadez (4)
dutch - 4 fixed by habell (4)
french - 4 fixed by glx (4)
hungarian - 4 fixed by miham (4)
italian - 4 fixed by sidew (4)
spanish - 4 fixed by eusebio (4)
swedish - 38 fixed, 78 changed by cjw (116)

Wed, 27 Sep 2006 08:45:22 +0000(svn r6520) -Fix r6515: "start all" and "stop all" buttons in depot windows are now disabled if you do not own the depot
bjarni [Wed, 27 Sep 2006 08:45:22 +0000] rev 4644
(svn r6520) -Fix r6515: "start all" and "stop all" buttons in depot windows are now disabled if you do not own the depot

Wed, 27 Sep 2006 08:06:40 +0000(svn r6519) -Code cleanup r6518: changed a line to apply to the coding style
bjarni [Wed, 27 Sep 2006 08:06:40 +0000] rev 4643
(svn r6519) -Code cleanup r6518: changed a line to apply to the coding style

Wed, 27 Sep 2006 07:23:38 +0000(svn r6518) -Codechange: unified the vehicle refit windows
bjarni [Wed, 27 Sep 2006 07:23:38 +0000] rev 4642
(svn r6518) -Codechange: unified the vehicle refit windows
This was requested by peter1138