Wed, 12 Apr 2006 15:08:48 +0000(svn r4390) -Codechange: Upon merging elrails, one direct map access to the railtype went unnoticed...
celestar [Wed, 12 Apr 2006 15:08:48 +0000] rev 3533
(svn r4390) -Codechange: Upon merging elrails, one direct map access to the railtype went unnoticed...

Wed, 12 Apr 2006 15:08:27 +0000(svn r4389) -Fix: [NPF] Don't mark tiles when debugging in multiplayer, this will cause desyncs.
matthijs [Wed, 12 Apr 2006 15:08:27 +0000] rev 3532
(svn r4389) -Fix: [NPF] Don't mark tiles when debugging in multiplayer, this will cause desyncs.

Wed, 12 Apr 2006 14:17:07 +0000(svn r4387) -Codechange: Use map accessors even for debugging purposes (npf).
celestar [Wed, 12 Apr 2006 14:17:07 +0000] rev 3531
(svn r4387) -Codechange: Use map accessors even for debugging purposes (npf).
-Codechange: Removed unused code from NPF

Wed, 12 Apr 2006 13:25:32 +0000(svn r4386) -Codechange: Add and make use of IsCustomWaypoint
celestar [Wed, 12 Apr 2006 13:25:32 +0000] rev 3530
(svn r4386) -Codechange: Add and make use of IsCustomWaypoint

Wed, 12 Apr 2006 12:58:53 +0000(svn r4385) -Codechange: remove map5 from the TileInfo struct as it is now unused. This effort is starting to pay off ...
celestar [Wed, 12 Apr 2006 12:58:53 +0000] rev 3529
(svn r4385) -Codechange: remove map5 from the TileInfo struct as it is now unused. This effort is starting to pay off ...

Wed, 12 Apr 2006 12:50:40 +0000(svn r4384) -Codechange: rail drawing code
celestar [Wed, 12 Apr 2006 12:50:40 +0000] rev 3528
(svn r4384) -Codechange: rail drawing code
-Added a function to obtain the axis of a waypoint
-Moved the waypoint layout tables from the depot layout tables into an own one
-Use GetRailTileSubtype

Wed, 12 Apr 2006 12:33:21 +0000(svn r4383) - Codechange: Remove extraneous code from 4354; no need to get RailTypeInfo when we already have it...
peter1138 [Wed, 12 Apr 2006 12:33:21 +0000] rev 3527
(svn r4383) - Codechange: Remove extraneous code from 4354; no need to get RailTypeInfo when we already have it...

Wed, 12 Apr 2006 12:24:39 +0000(svn r4382) -Codechange: Make use of SetSignalType where appropriate
celestar [Wed, 12 Apr 2006 12:24:39 +0000] rev 3526
(svn r4382) -Codechange: Make use of SetSignalType where appropriate

Wed, 12 Apr 2006 12:22:43 +0000(svn r4381) -Codechange: Forgot an occurence for rail ground types
celestar [Wed, 12 Apr 2006 12:22:43 +0000] rev 3525
(svn r4381) -Codechange: Forgot an occurence for rail ground types

Wed, 12 Apr 2006 12:12:51 +0000(svn r4380) -Codechange: Make use of GetTrackBits where appropriate
celestar [Wed, 12 Apr 2006 12:12:51 +0000] rev 3524
(svn r4380) -Codechange: Make use of GetTrackBits where appropriate