------------------------------------------------------------------------ r3373 | truelight | 2006-01-06 18:26:02 +0000 (Fri, 06 Jan 2006) | 2 lines -Fix: don't link a wagon to itself, which resulted in a wagon disapearing, and a depot which was unable to remove ------------------------------------------------------------------------ r3372 | peter1138 | 2006-01-06 17:45:43 +0000 (Fri, 06 Jan 2006) | 2 lines - Fix: update signal states when building or removing rail station blocks ------------------------------------------------------------------------ r3371 | truelight | 2006-01-06 17:25:39 +0000 (Fri, 06 Jan 2006) | 3 lines -Fix: don't allow road-vehicles to perform an out-of-bound operation while overtaking in a curve (tnx to guru3, Tron and peter1138) -Codechange: while at that, removed a local variable (more pretty :)) ------------------------------------------------------------------------ r3370 | peter1138 | 2006-01-06 09:50:43 +0000 (Fri, 06 Jan 2006) | 2 lines Improve alignment of text within total cargo tab of train view window ------------------------------------------------------------------------ r3369 | matthijs | 2006-01-06 00:08:00 +0000 (Fri, 06 Jan 2006) | 3 lines - 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. ------------------------------------------------------------------------ r3368 | tron | 2006-01-05 21:50:09 +0000 (Thu, 05 Jan 2006) | 1 line 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* ------------------------------------------------------------------------ r3367 | tron | 2006-01-05 21:35:54 +0000 (Thu, 05 Jan 2006) | 4 lines 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 ------------------------------------------------------------------------ r3366 | tron | 2006-01-05 16:51:10 +0000 (Thu, 05 Jan 2006) | 1 line Make an unnecessarily global variable local ------------------------------------------------------------------------ r3365 | tron | 2006-01-05 12:40:50 +0000 (Thu, 05 Jan 2006) | 1 line Staticise 36 functions ------------------------------------------------------------------------ r3364 | tron | 2006-01-05 12:00:38 +0000 (Thu, 05 Jan 2006) | 1 line Remove 3 unused functions (ScrollWindowToTile, AllocateWindowAutoPlace, AllocateWindowAutoPlace2) ------------------------------------------------------------------------ r3363 | truelight | 2006-01-05 11:18:58 +0000 (Thu, 05 Jan 2006) | 2 lines -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. ------------------------------------------------------------------------ r3362 | peter1138 | 2006-01-04 20:18:39 +0000 (Wed, 04 Jan 2006) | 4 lines Fix issue with loading old (TTD) savegames: - move call to convert from old to new train subtypes. - ensure AI is started for AI players. ------------------------------------------------------------------------ r3361 | peter1138 | 2006-01-04 16:53:00 +0000 (Wed, 04 Jan 2006) | 2 lines - Clone Vehicle: Disallow cloning of crashed rail vehicles after starting removal process. ------------------------------------------------------------------------ r3360 | peter1138 | 2006-01-02 22:40:39 +0000 (Mon, 02 Jan 2006) | 2 lines Fix initialization of engines for precalculation of default refit mask. ------------------------------------------------------------------------ r3359 | peter1138 | 2006-01-02 19:55:09 +0000 (Mon, 02 Jan 2006) | 2 lines - Autoreplace GUI: When starting or stopping a replacement, redraw the replace window after the command has completed, rather than after calling the command. ------------------------------------------------------------------------ r3358 | tron | 2005-12-30 22:09:01 +0000 (Fri, 30 Dec 2005) | 1 line Remove another piece of unused code ------------------------------------------------------------------------