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.

Wed, 16 Nov 2005 22:20:15 +0000(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.
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.

Wed, 16 Nov 2005 16:16:18 +0000(svn r3211) Fix typo in r3181
tron [Wed, 16 Nov 2005 16:16:18 +0000] rev 2669
(svn r3211) Fix typo in r3181

Wed, 16 Nov 2005 14:41:01 +0000(svn r3210) -Codechange: use IsRailWaypoint where possible (instead of magicnumbers)
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'

Wed, 16 Nov 2005 14:30:24 +0000(svn r3209) In TileLoop_Track(), use names based on function rather than their place in the map array.
peter1138 [Wed, 16 Nov 2005 14:30:24 +0000] rev 2667
(svn r3209) In TileLoop_Track(), use names based on function rather than their place in the map array.

Wed, 16 Nov 2005 14:07:34 +0000(svn r3208) Don't explicitly pass the engine type to look for to GetRearEngine(), because it's the engine type of the vehicle which gets passed as first parameter
tron [Wed, 16 Nov 2005 14:07:34 +0000] rev 2666
(svn r3208) Don't explicitly pass the engine type to look for to GetRearEngine(), because it's the engine type of the vehicle which gets passed as first parameter