Wed, 27 Sep 2006 18:17:01 +0000(svn r6532) - Feature: Add support for NewGRF sound effects. Currently sound priority isn't supported.
peter1138 [Wed, 27 Sep 2006 18:17:01 +0000] rev 4656
(svn r6532) - Feature: Add support for NewGRF sound effects. Currently sound priority isn't supported.

Wed, 27 Sep 2006 16:07:07 +0000(svn r6531) WebTranslator2 update to 2006-09-27 18:06:40
miham [Wed, 27 Sep 2006 16:07:07 +0000] rev 4655
(svn r6531) WebTranslator2 update to 2006-09-27 18:06:40
catalan - 8 fixed by arnaullv (8)
german - 12 fixed by Neonox (12)
greek - 716 fixed by thanoulas (439), gonik (277)

Wed, 27 Sep 2006 15:47:00 +0000(svn r6530) -Fix r6529: added missing header file (oops)
bjarni [Wed, 27 Sep 2006 15:47:00 +0000] rev 4654
(svn r6530) -Fix r6529: added missing header file (oops)

Wed, 27 Sep 2006 15:40:55 +0000(svn r6529) -Fix r6513: [depot window] added missing switch in CcCloneVehicle()
bjarni [Wed, 27 Sep 2006 15:40:55 +0000] rev 4653
(svn r6529) -Fix r6513: [depot window] added missing switch in CcCloneVehicle()
The result of this missing switch was asserts in some cloning conditions (not all) (spotted by KUDr)

Wed, 27 Sep 2006 15:28:47 +0000(svn r6528) -Fix r6527: fixed an off by one error in an assert
bjarni [Wed, 27 Sep 2006 15:28:47 +0000] rev 4652
(svn r6528) -Fix r6527: fixed an off by one error in an assert

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