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

Wed, 16 Nov 2005 13:45:42 +0000(svn r3207) Typo in last revision
tron [Wed, 16 Nov 2005 13:45:42 +0000] rev 2665
(svn r3207) Typo in last revision

Wed, 16 Nov 2005 13:45:04 +0000(svn r3206) Wrap all instances of _dbg_screen_rect in #ifdef _DEBUG
tron [Wed, 16 Nov 2005 13:45:04 +0000] rev 2664
(svn r3206) Wrap all instances of _dbg_screen_rect in #ifdef _DEBUG

Wed, 16 Nov 2005 13:11:28 +0000(svn r3205) Some more uses for GB/SB
tron [Wed, 16 Nov 2005 13:11:28 +0000] rev 2663
(svn r3205) Some more uses for GB/SB

Wed, 16 Nov 2005 12:52:01 +0000(svn r3204) Make handling of clicking on vehicles a bit less ugly by avoiding function declarations in .c files and unnecessary indirection
tron [Wed, 16 Nov 2005 12:52:01 +0000] rev 2662
(svn r3204) Make handling of clicking on vehicles a bit less ugly by avoiding function declarations in .c files and unnecessary indirection

Wed, 16 Nov 2005 12:37:22 +0000(svn r3203) Directly use the currency symbols for pounds and yen in the language files like it's already done for dollar and euro
tron [Wed, 16 Nov 2005 12:37:22 +0000] rev 2661
(svn r3203) Directly use the currency symbols for pounds and yen in the language files like it's already done for dollar and euro

Wed, 16 Nov 2005 12:29:37 +0000(svn r3202) If cascade -> switch
tron [Wed, 16 Nov 2005 12:29:37 +0000] rev 2660
(svn r3202) If cascade -> switch

Wed, 16 Nov 2005 12:25:33 +0000(svn r3201) -Fix: Allow bribing up to the maximum rating for bribing, don't disable this option at some arbitrary value early
tron [Wed, 16 Nov 2005 12:25:33 +0000] rev 2659
(svn r3201) -Fix: Allow bribing up to the maximum rating for bribing, don't disable this option at some arbitrary value early

Wed, 16 Nov 2005 12:21:04 +0000(svn r3200) Remove the unused function GfxScalePalette() and the unused struct WorldSprite
tron [Wed, 16 Nov 2005 12:21:04 +0000] rev 2658
(svn r3200) Remove the unused function GfxScalePalette() and the unused struct WorldSprite