BUGS
author celestar
Sun, 11 Mar 2007 09:28:58 +0000
branchcustombridgeheads
changeset 5651 335d9bd345b0
parent 5639 28eed7579ccb
permissions -rw-r--r--
(svn r9109) [cbh] -Fix: Stabilize the reversing of trains on bridges/bridgeheads a little (it still crashes at times however). Also re-allow the construction of signals on bridgeheads
4612
12b0b94205f5 (svn r6465) -Fix: change some instances of '/* $Id */' to '/* $Id$ */', so SVN can do what is was supposed to do..
rubidium
parents: 3977
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
5639
28eed7579ccb (svn r7749) [cbh] - Doc: Updated the BUGS file with the problems known in cbh
celestar
parents: 5575
diff changeset
     5
custombridgeheads:
28eed7579ccb (svn r7749) [cbh] - Doc: Updated the BUGS file with the problems known in cbh
celestar
parents: 5575
diff changeset
     6
- Signals do not yet work properly on bridge heads. Some are set, some not
28eed7579ccb (svn r7749) [cbh] - Doc: Updated the BUGS file with the problems known in cbh
celestar
parents: 5575
diff changeset
     7
- When a train reverses at a signal facing the wrong direction on a bridge head, train disconnects
28eed7579ccb (svn r7749) [cbh] - Doc: Updated the BUGS file with the problems known in cbh
celestar
parents: 5575
diff changeset
     8
- NTP: Not fully custombridgehead-aware
28eed7579ccb (svn r7749) [cbh] - Doc: Updated the BUGS file with the problems known in cbh
celestar
parents: 5575
diff changeset
     9
- NPF: Not custombridgehead-aware
28eed7579ccb (svn r7749) [cbh] - Doc: Updated the BUGS file with the problems known in cbh
celestar
parents: 5575
diff changeset
    10
- YAPF: does not take signals on bridge heads into account
28eed7579ccb (svn r7749) [cbh] - Doc: Updated the BUGS file with the problems known in cbh
celestar
parents: 5575
diff changeset
    11
5573
afa6f92a71fd (svn r7573) -Merged the bridge branch. Allows to build bridges of arbitrary rail/road combinations (including signals)
celestar
parents: 4612
diff changeset
    12
bridges:
afa6f92a71fd (svn r7573) -Merged the bridge branch. Allows to build bridges of arbitrary rail/road combinations (including signals)
celestar
parents: 4612
diff changeset
    13
- Clearing tiles which may not have a bridge above can cause random bridge pieces to appear, which leads to crash in the long run
afa6f92a71fd (svn r7573) -Merged the bridge branch. Allows to build bridges of arbitrary rail/road combinations (including signals)
celestar
parents: 4612
diff changeset
    14
afa6f92a71fd (svn r7573) -Merged the bridge branch. Allows to build bridges of arbitrary rail/road combinations (including signals)
celestar
parents: 4612
diff changeset
    15
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
    16
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
    17
   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
    18
Missing curors / icons for construction (currently using the conventional ones)
5573
afa6f92a71fd (svn r7573) -Merged the bridge branch. Allows to build bridges of arbitrary rail/road combinations (including signals)
celestar
parents: 4612
diff changeset
    19