Sat, 19 Nov 2005 12:37:28 +0000(svn r3222) -Feature: Right-Click-Scrolling optionally moves in the opposite direction (Requested by manx)
tron [Sat, 19 Nov 2005 12:37:28 +0000] rev 2680
(svn r3222) -Feature: Right-Click-Scrolling optionally moves in the opposite direction (Requested by manx)

Sat, 19 Nov 2005 11:07:42 +0000(svn r3221) [Translations] Updated to 2005-11-19
miham [Sat, 19 Nov 2005 11:07:42 +0000] rev 2679
(svn r3221) [Translations] Updated to 2005-11-19

Sat, 19 Nov 2005 10:28:02 +0000(svn r3220) -Fix: [autoreplace] Autoreplaced trains now replace their cargo to the train instead of just the new engine
bjarni [Sat, 19 Nov 2005 10:28:02 +0000] rev 2678
(svn r3220) -Fix: [autoreplace] Autoreplaced trains now replace their cargo to the train instead of just the new engine
This applies to wagon removal during autoreplace too

Sat, 19 Nov 2005 00:10:20 +0000(svn r3219) -Codechange: removed the now obsolite code in the build train command to make half multiheaded engines
bjarni [Sat, 19 Nov 2005 00:10:20 +0000] rev 2677
(svn r3219) -Codechange: removed the now obsolite code in the build train command to make half multiheaded engines

Fri, 18 Nov 2005 23:41:03 +0000(svn r3218) -Feature: Multiheaded train engines will now stay in the same train
bjarni [Fri, 18 Nov 2005 23:41:03 +0000] rev 2676
(svn r3218) -Feature: Multiheaded train engines will now stay in the same train
This means that any user attempt to remove a rear engine will tell the user to move the front engine instead
This fixes the assert when moving multiheaded engines (introduced in r3144)
Note: to make old savegames use this feature, some engines might be turned around in order to link engines in pairs

-Codechange: train subtype is now a bitmask
This allows fast access to info like if it is a wagon or engine and if it is in front and so on
Note: savegame version bump

Fri, 18 Nov 2005 20:28:55 +0000(svn r3217) Fix issue with resizing stepped windows introduced in revision 3181.
peter1138 [Fri, 18 Nov 2005 20:28:55 +0000] rev 2675
(svn r3217) Fix issue with resizing stepped windows introduced in revision 3181.

Thu, 17 Nov 2005 23:05:59 +0000(svn r3216) - Fix (regression): endless loop introduced in revision 3190
Darkvater [Thu, 17 Nov 2005 23:05:59 +0000] rev 2674
(svn r3216) - Fix (regression): endless loop introduced in revision 3190

Thu, 17 Nov 2005 22:56:50 +0000(svn r3215) - Fix: warning on VS.NET 2003 complaining about constness reintroduced by revision 3192
Darkvater [Thu, 17 Nov 2005 22:56:50 +0000] rev 2673
(svn r3215) - Fix: warning on VS.NET 2003 complaining about constness reintroduced by revision 3192

Thu, 17 Nov 2005 19:43:37 +0000(svn r3214) -Feature: openttd.cfg can now set how many autosaves to keep before starting to overwrite old ones
bjarni [Thu, 17 Nov 2005 19:43:37 +0000] rev 2672
(svn r3214) -Feature: openttd.cfg can now set how many autosaves to keep before starting to overwrite old ones
max_autosave_num in the config files sets the number of autosaves to keep (default 16)
MAX_NUM_AUTOSAVES in Makefile.config sets the default value. 16 is used if no value is given
this behaviour can still be overwritten by keep_all_autosave (openttd.config setting)
Note: this is a requested behaviour for PDA ports, since they got limited storage space

Thu, 17 Nov 2005 10:12:21 +0000(svn r3213) - Codechange: Clean up handling of road stops, avoiding unnecessary use of pointers and using the *BIT() macros.
peter1138 [Thu, 17 Nov 2005 10:12:21 +0000] rev 2671
(svn r3213) - Codechange: Clean up handling of road stops, avoiding unnecessary use of pointers and using the *BIT() macros.