Sun, 05 Mar 2006 12:22:20 +0000(svn r3766) Add a function to get the RoadBits from an arbitrary tile
tron [Sun, 05 Mar 2006 12:22:20 +0000] rev 3146
(svn r3766) Add a function to get the RoadBits from an arbitrary tile

Sun, 05 Mar 2006 11:18:34 +0000(svn r3765) Fix some naming glitches in r3763 and add missing svn properties
tron [Sun, 05 Mar 2006 11:18:34 +0000] rev 3145
(svn r3765) Fix some naming glitches in r3763 and add missing svn properties

Sun, 05 Mar 2006 10:19:33 +0000(svn r3763) Adapt to the new 'map accessors go in foo_map.h'-scheme
tron [Sun, 05 Mar 2006 10:19:33 +0000] rev 3144
(svn r3763) Adapt to the new 'map accessors go in foo_map.h'-scheme

Sat, 04 Mar 2006 17:18:13 +0000(svn r3761) Fix two bugs in r3757
tron [Sat, 04 Mar 2006 17:18:13 +0000] rev 3143
(svn r3761) Fix two bugs in r3757

Sat, 04 Mar 2006 13:52:52 +0000(svn r3760) Replace some magic numbers for checking for a suitable slope for a level crossing by some less magic numbers. Quite similar to r3699, though this time for placing the rails
tron [Sat, 04 Mar 2006 13:52:52 +0000] rev 3142
(svn r3760) Replace some magic numbers for checking for a suitable slope for a level crossing by some less magic numbers. Quite similar to r3699, though this time for placing the rails

Sat, 04 Mar 2006 12:09:10 +0000(svn r3759) -Fix: [OSX] don't set CC_HOST to i686 gcc when compiling universal binaries on PPC without any Makefile.config. Introduced in 3674 (before that i686 used PPC as CC_HOST, but nobody noticed that)
bjarni [Sat, 04 Mar 2006 12:09:10 +0000] rev 3141
(svn r3759) -Fix: [OSX] don't set CC_HOST to i686 gcc when compiling universal binaries on PPC without any Makefile.config. Introduced in 3674 (before that i686 used PPC as CC_HOST, but nobody noticed that)

Sat, 04 Mar 2006 11:15:44 +0000(svn r3758) Remove the news validation callback. It is superseded by r3757.
tron [Sat, 04 Mar 2006 11:15:44 +0000] rev 3140
(svn r3758) Remove the news validation callback. It is superseded by r3757.

Sat, 04 Mar 2006 11:01:35 +0000(svn r3757) -Feature: Delete news items about vehicles, when they get stale
tron [Sat, 04 Mar 2006 11:01:35 +0000] rev 3139
(svn r3757) -Feature: Delete news items about vehicles, when they get stale
This is used to delete
- all news about a vehicle, when it gets deleted
- "vehicle has stopped in depot" news, when it gets started
- "vehicle has invalid orders" news, when the orders get changed

Fri, 03 Mar 2006 22:21:29 +0000(svn r3754) Miscellaneous changes: indentation, reduce variable scope, constness, avoid some more function pointer casts
tron [Fri, 03 Mar 2006 22:21:29 +0000] rev 3138
(svn r3754) Miscellaneous changes: indentation, reduce variable scope, constness, avoid some more function pointer casts

Fri, 03 Mar 2006 21:29:13 +0000(svn r3752) FYOS avoid to cast function pointers
tron [Fri, 03 Mar 2006 21:29:13 +0000] rev 3137
(svn r3752) FYOS avoid to cast function pointers