Fri, 06 Jan 2006 09:50:43 +0000(svn r3370) Improve alignment of text within total cargo tab of train view window
peter1138 [Fri, 06 Jan 2006 09:50:43 +0000] rev 2822
(svn r3370) Improve alignment of text within total cargo tab of train view window

Fri, 06 Jan 2006 00:08:00 +0000(svn r3369) - Codechange: Replace tables _signals_table, _signals_table_other and _signals_table_both by the equivalent calls to rail.h functions.
matthijs [Fri, 06 Jan 2006 00:08:00 +0000] rev 2821
(svn r3369) - Codechange: Replace tables _signals_table, _signals_table_other and _signals_table_both by the equivalent calls to rail.h functions.
- Codechange: Add a few constants.

Thu, 05 Jan 2006 21:50:09 +0000(svn r3368) Fix the same type of off-by-one error when checking, if the passed coordinate is on the map, like in r3357, but this time in DoCommandP - *cough* code duplication *cough*
tron [Thu, 05 Jan 2006 21:50:09 +0000] rev 2820
(svn r3368) Fix the same type of off-by-one error when checking, if the passed coordinate is on the map, like in r3357, but this time in DoCommandP - *cough* code duplication *cough*

Thu, 05 Jan 2006 21:35:54 +0000(svn r3367) Unify the 4 distinct CMD_CHANGE_{AIRCRAFT,ROADVEH,SHIP,TRAIN}_SERVICE_INT commands into one CMD_CHANGE_SERVICE_INT command.
tron [Thu, 05 Jan 2006 21:35:54 +0000] rev 2819
(svn r3367) Unify the 4 distinct CMD_CHANGE_{AIRCRAFT,ROADVEH,SHIP,TRAIN}_SERVICE_INT commands into one CMD_CHANGE_SERVICE_INT command.
As side effect this is a
-Fix: The default AI tried to change the service intervals of vehicles via the CMD_CHANGE_TRAIN_SERVICE_INT command - regardless of the type of the vehicle - which of course failed for non-trains

Thu, 05 Jan 2006 16:51:10 +0000(svn r3366) Make an unnecessarily global variable local
tron [Thu, 05 Jan 2006 16:51:10 +0000] rev 2818
(svn r3366) Make an unnecessarily global variable local

Thu, 05 Jan 2006 12:40:50 +0000(svn r3365) Staticise 36 functions
tron [Thu, 05 Jan 2006 12:40:50 +0000] rev 2817
(svn r3365) Staticise 36 functions

Thu, 05 Jan 2006 12:00:38 +0000(svn r3364) Remove 3 unused functions (ScrollWindowToTile, AllocateWindowAutoPlace, AllocateWindowAutoPlace2)
tron [Thu, 05 Jan 2006 12:00:38 +0000] rev 2816
(svn r3364) Remove 3 unused functions (ScrollWindowToTile, AllocateWindowAutoPlace, AllocateWindowAutoPlace2)

Thu, 05 Jan 2006 11:18:58 +0000(svn r3363) -Fix: 'fixed' the transfer problem. This doesn't really fix it, but gives a bit more fair amount of money. Can only be fixed correctly with CargoPackets as suggested in branch.
truelight [Thu, 05 Jan 2006 11:18:58 +0000] rev 2815
(svn r3363) -Fix: 'fixed' the transfer problem. This doesn't really fix it, but gives a bit more fair amount of money. Can only be fixed correctly with CargoPackets as suggested in branch.

Wed, 04 Jan 2006 20:18:39 +0000(svn r3362) Fix issue with loading old (TTD) savegames:
peter1138 [Wed, 04 Jan 2006 20:18:39 +0000] rev 2814
(svn r3362) Fix issue with loading old (TTD) savegames:
- move call to convert from old to new train subtypes.
- ensure AI is started for AI players.

Wed, 04 Jan 2006 16:53:00 +0000(svn r3361) - Clone Vehicle: Disallow cloning of crashed rail vehicles after starting removal process.
peter1138 [Wed, 04 Jan 2006 16:53:00 +0000] rev 2813
(svn r3361) - Clone Vehicle: Disallow cloning of crashed rail vehicles after starting removal process.