Tue, 22 Aug 2006 17:13:49 +0000(svn r6052) -Codechange: change OrderType (order->type) in a typedef
truelight [Tue, 22 Aug 2006 17:13:49 +0000] rev 4351
(svn r6052) -Codechange: change OrderType (order->type) in a typedef
-Codechange: renamed DeleteDestinationFromVehicleOrder to RemoveOrderFromAllVehicles to reflect his function better
-Codechange: changed the params of RemoveOrderFromAllVehicles, to avoid unneeded variable-creation

Tue, 22 Aug 2006 16:59:51 +0000(svn r6051) -Fix r6047: forgot many times a ! :(
truelight [Tue, 22 Aug 2006 16:59:51 +0000] rev 4350
(svn r6051) -Fix r6047: forgot many times a ! :(

Tue, 22 Aug 2006 16:38:50 +0000(svn r6050) -Codechange: mass-renamed SignStruct -> Sign and ss -> si. Now functions and variables all match eachother
truelight [Tue, 22 Aug 2006 16:38:50 +0000] rev 4349
(svn r6050) -Codechange: mass-renamed SignStruct -> Sign and ss -> si. Now functions and variables all match eachother

Tue, 22 Aug 2006 16:22:07 +0000(svn r6049) -Codechange: forgot EngineRenew in r6047
truelight [Tue, 22 Aug 2006 16:22:07 +0000] rev 4348
(svn r6049) -Codechange: forgot EngineRenew in r6047
-Codechange: cleaned up the EngineRenew code a bit (coding style mostly)
-Codechange: forgot the correct comment in station_cmd
-Codechange: move pool-stuff to engine.h, like we always do

Tue, 22 Aug 2006 15:39:22 +0000(svn r6048) -Codechange: all InitializeXXX are plural, just not Depot
truelight [Tue, 22 Aug 2006 15:39:22 +0000] rev 4347
(svn r6048) -Codechange: all InitializeXXX are plural, just not Depot

Tue, 22 Aug 2006 15:33:35 +0000(svn r6047) -Codechange: FOR_ALL now _only_ loops valid items, and skips invalid ones
truelight [Tue, 22 Aug 2006 15:33:35 +0000] rev 4346
(svn r6047) -Codechange: FOR_ALL now _only_ loops valid items, and skips invalid ones
-Codechange: use IsValidXXX where ever possible
Note: both changes to prepare for new pool system, which needs those changes.
For every pool there are 2 ugly lines, which will be removed when done
implementing new pool system.
Based on FS#13 by blathijs, partly implemented.

Tue, 22 Aug 2006 15:23:25 +0000(svn r6046) CodeChange : Rename WWT_5 Widget type to WWT_LABEL : a centered label
belugas [Tue, 22 Aug 2006 15:23:25 +0000] rev 4345
(svn r6046) CodeChange : Rename WWT_5 Widget type to WWT_LABEL : a centered label
CodeChange : Move almost all fixed strings from ON_PAINT event to Widget array using WWT_LABEL.
Feature : All "Select Refit Cargo" are now centered, instead of been left aligned

Tue, 22 Aug 2006 14:38:37 +0000(svn r6045) -Cleanup: align all table-like structures using spaces, i.e. whitespace fixes only except for a few comments to make them uniform for the whole enum/struct.
rubidium [Tue, 22 Aug 2006 14:38:37 +0000] rev 4344
(svn r6045) -Cleanup: align all table-like structures using spaces, i.e. whitespace fixes only except for a few comments to make them uniform for the whole enum/struct.

Tue, 22 Aug 2006 13:57:51 +0000(svn r6044) WebTranslator2 update to 2006-08-22 15:57:27
miham [Tue, 22 Aug 2006 13:57:51 +0000] rev 4343
(svn r6044) WebTranslator2 update to 2006-08-22 15:57:27
danish - 13 fixed by Bjarni (3), trenskow (10)
french - 1 fixed by glx (1)
hungarian - 1 fixed by miham (1)

Tue, 22 Aug 2006 12:15:51 +0000(svn r6043) -Codechange: use wrapper if they are available
truelight [Tue, 22 Aug 2006 12:15:51 +0000] rev 4342
(svn r6043) -Codechange: use wrapper if they are available