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
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
peter1138 [Fri, 18 Nov 2005 20:28:55 +0000] rev 2675
(svn r3217) Fix issue with resizing stepped windows introduced in revision 3181.
Darkvater [Thu, 17 Nov 2005 23:05:59 +0000] rev 2674
(svn r3216) - Fix (regression): endless loop introduced in revision 3190
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
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
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.
peter1138 [Wed, 16 Nov 2005 22:20:15 +0000] rev 2670
(svn r3212) - Waypoints/Depots: Store waypoint index in m2 for waypoints. This moves the ground type bits from m2 to m4 for waypoints and depots (leaving room for depot index in m2 in future), and moves the custom graphics ID to the waypoint struct.
- Waypoints: Until now stat_id was saved but never assigned to. Instead we now save the GRFID/local index of the custom graphics so that GRF file changes can leave graphics intact.
tron [Wed, 16 Nov 2005 16:16:18 +0000] rev 2669
(svn r3211) Fix typo in r3181
truelight [Wed, 16 Nov 2005 14:41:01 +0000] rev 2668
(svn r3210) -Codechange: use IsRailWaypoint where possible (instead of magicnumbers)
-Codechange: IsRailWaypoint should take 'tile', not 'm5'