BUGS
author peter1138
Wed, 07 Jun 2006 07:20:28 +0000
changeset 3973 9d3cd1ed6ac0
parent 3933 231ae3c419f4
child 3977 513433ebd092
permissions -rw-r--r--
(svn r5146) - NewGRF: Support selection of aircraft default cargo type by checking its refit mask. If aircraft can be refitted to passengers, no change happens, else the first refittable type is chosen. Also use refit capacity to determine the default capacity.
3933
231ae3c419f4 (svn r5070) Merged the bridge branch
celestar
parents: 3355
diff changeset
     1
/* $Id$ */
3355
e414a0b104a6 (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
e414a0b104a6 (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:
e414a0b104a6 (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
231ae3c419f4 (svn r5070) Merged the bridge branch
celestar
parents: 3355
diff changeset
     5
bridges:
231ae3c419f4 (svn r5070) Merged the bridge branch
celestar
parents: 3355
diff changeset
     6
Graphical problems, especially in conjunction with signals and catenary
231ae3c419f4 (svn r5070) Merged the bridge branch
celestar
parents: 3355
diff changeset
     7
231ae3c419f4 (svn r5070) Merged the bridge branch
celestar
parents: 3355
diff changeset
     8
electrified rails:
3355
e414a0b104a6 (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)
e414a0b104a6 (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
e414a0b104a6 (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
231ae3c419f4 (svn r5070) Merged the bridge branch
celestar
parents: 3355
diff changeset
    12