elrail.c
Fri, 07 Apr 2006 07:40:44 +0000 celestar (svn r4307) -Fix: Coding style in previous commit. Thanks to Tron for instant notice
Fri, 07 Apr 2006 07:39:03 +0000 celestar (svn r4306) -Fix (103). Assertion when removing elrails under bridges. Thanks to Rubidium for reporting and fixing
Fri, 07 Apr 2006 07:19:14 +0000 celestar (svn r4305) -Codechange: Minor elrail cleanup (Tron)
Wed, 05 Apr 2006 09:28:57 +0000 celestar (svn r4284) -Fix: Tunnel portals no longer have a pylon ON them if there is a track right above the portal
Wed, 05 Apr 2006 09:17:43 +0000 celestar (svn r4283) -Cleanup: More elrail housekeeping, remove code dublication, more meaningful variable names, simplify control flow..
Wed, 05 Apr 2006 08:28:03 +0000 celestar (svn r4281) -Cleanup: Begun cleaning up elrail code a bit, mostly comments and enum/array alignment
Tue, 04 Apr 2006 12:31:29 +0000 celestar (svn r4276) -Codechange: Cleaned DrawCatenaryOnBridge a bit (requested by Tron)
Fri, 31 Mar 2006 19:14:17 +0000 celestar (svn r4216) -Fix: Fixed revision 4214, did a bad error there. Thanks MiHaMiX for pointing it out
Fri, 31 Mar 2006 19:01:57 +0000 celestar (svn r4214) -Fix: Do not try to obtain Trackbits for normal rails, bus stops, airports and other non-rail tiles
Fri, 31 Mar 2006 16:01:59 +0000 orudge (svn r4204) - Get trunk compiling again on OS/2
Thu, 30 Mar 2006 15:47:18 +0000 celestar (svn r4180) -Fix: Fixed an assert in the elrail drawing code due to passing of a wrong variable. I wish the compiler would warn about different enum types used...
Thu, 30 Mar 2006 13:12:36 +0000 celestar (svn r4178) -Fix: Draw catenary inside waypoints as well
Thu, 30 Mar 2006 13:06:16 +0000 celestar (svn r4177) -Fix: GetRailTrackBitsUniversal needs Trackbits, not Track. While at it, remove an unused variable
Thu, 30 Mar 2006 09:26:17 +0000 celestar (svn r4165) -Do not use GetBridgeAxis on bridge ramps (request by Tron)
Thu, 30 Mar 2006 09:08:43 +0000 tron (svn r4164) Use acessor functions
Wed, 29 Mar 2006 16:30:26 +0000 celestar (svn r4150) -Feature: Merged elrails into trunk. Thanks to Tron for lots of code and proofreading, thanks to peter1138 for another lot of code and ideas.