BUGS
author celestar
Fri, 02 Jun 2006 13:05:41 +0000
changeset 3933 a5f08e17f4a0
parent 3355 a653b8e47f27
child 3977 edb5b94e2094
permissions -rw-r--r--
(svn r5070) Merged the bridge branch
-Feature: Bridges can now be placed above:
Any railway track combination (excluding depots and waypoints)
Any road combination (excluding depots)
Clear tiles (duh), including fields
Tunnel entrances
Bridge heads

Thanks to Tron for idea and implementation, KUDr for the yapf synchronization and many others for hours of testing

There are still a number of visual problems remaining, especially when electric railways are on or under the bridge.
DO NOT REPORT THOSE BUGS FOR THE TIME BEING please.
3933
a5f08e17f4a0 (svn r5070) Merged the bridge branch
celestar
parents: 3355
diff changeset
     1
/* $Id$ */
3355
a653b8e47f27 (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.
celestar
parents:
diff changeset
     2
a653b8e47f27 (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.
celestar
parents:
diff changeset
     3
KNOWN BUGS / PROBLEMS:
a653b8e47f27 (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.
celestar
parents:
diff changeset
     4
3933
a5f08e17f4a0 (svn r5070) Merged the bridge branch
celestar
parents: 3355
diff changeset
     5
bridges:
a5f08e17f4a0 (svn r5070) Merged the bridge branch
celestar
parents: 3355
diff changeset
     6
Graphical problems, especially in conjunction with signals and catenary
a5f08e17f4a0 (svn r5070) Merged the bridge branch
celestar
parents: 3355
diff changeset
     7
a5f08e17f4a0 (svn r5070) Merged the bridge branch
celestar
parents: 3355
diff changeset
     8
electrified rails:
3355
a653b8e47f27 (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.
celestar
parents:
diff changeset
     9
Normal and elrail depots look the same. Use 'X' (transparent buildings)
a653b8e47f27 (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.
celestar
parents:
diff changeset
    10
   to distinguish between them
a653b8e47f27 (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.
celestar
parents:
diff changeset
    11
Missing curors / icons for construction (currently using the conventional ones)
3933
a5f08e17f4a0 (svn r5070) Merged the bridge branch
celestar
parents: 3355
diff changeset
    12