|
| 1 | +<?php include "../../shared/head_notrack.php" ?> |
| 2 | + <link rel="stylesheet" href="../../shared/iframe/iframe.css" type="text/css" /> |
| 3 | + </head> |
| 4 | + |
| 5 | + <body> |
| 6 | + <div class="container"><!-- Centres content and sets fixed width to suit device --> |
| 7 | +<?php include "../../shared/banners/choose_banner.php" ?> |
| 8 | +<?php include "../../shared/banners/show_banner.php" ?> |
| 9 | +<?php include "../../shared/menu.php" ?> |
| 10 | + <div class="row"> |
| 11 | + <div class="col-md-12"> |
| 12 | + <h1>Discover > Version 1.5.1</h1> |
| 13 | + </div> |
| 14 | + </div> |
| 15 | + <div class="row"> |
| 16 | + <div class="col-md-1"></div> |
| 17 | + <div class="col-md-10"> |
| 18 | + <h2>New in Open Rails 1.5.1 (since 1.4)</h2> |
| 19 | + <p> |
| 20 | + Note: Version 1.5.1 is the same as Version 1.5 but fixes an extra 3 bugs. |
| 21 | + </p><p> |
| 22 | + A summary of the new and improved features can be found below. |
| 23 | + </p><p> |
| 24 | + <a href="https://launchpad.net/or/+milestone/1.4">Important bugs</a> have been fixed in this release. |
| 25 | + Please keep <a href="http://openrails.org/contribute/reporting-bugs/">reporting bugs and suggesting new features</a> |
| 26 | + so Open Rails can continue to improve. |
| 27 | + </p> |
| 28 | + </div> |
| 29 | + </div> |
| 30 | + <div class="row"> |
| 31 | + <div class="col-md-1"></div> |
| 32 | + <div class="col-md-5"> |
| 33 | + <h3>Headlines</h3> |
| 34 | + <ul> |
| 35 | + <li>Container Loading and Unloading</li> |
| 36 | + </ul> |
| 37 | + <h3>What's been added</h3> |
| 38 | + <ul> |
| 39 | + <li>End Of Train (EOT) devices</li> |
| 40 | + <li>Distributed Power display, in-cab and on webpage</li> |
| 41 | + <li>Progress bar for timetable "pre-run"</li> |
| 42 | + <li>HUD extended for diesel-mechanical loco</li> |
| 43 | + </ul> |
| 44 | + <h3>What's been improved</h3> |
| 45 | + <ul> |
| 46 | + <li>64-bit compatibility lifting the 3GB RAM limit</li> |
| 47 | + <li>Better use of VRAM</li> |
| 48 | + </ul> |
| 49 | + <h3>Other changes</h3> |
| 50 | + <ul> |
| 51 | + <li>F5 key now opens Driver Info window. For HUD, use Alt+F5</li> |
| 52 | + <li>Some trial options are now always active including: |
| 53 | + <ul> |
| 54 | + <li>map window (Ctrl+9)</li> |
| 55 | + <li>de-brief evaluation (F1)</li> |
| 56 | + <li>web server</li> |
| 57 | + </ul> |
| 58 | + </li> |
| 59 | + </ul> |
| 60 | + </div> |
| 61 | + <div class="col-md-1"></div> |
| 62 | + <div class="col-md-5"> |
| 63 | + |
| 64 | + <h3>Contributors to this release</h3> |
| 65 | + <ul> |
| 66 | + <li>cesarBLG</li> |
| 67 | + <li>cjakeman</li> |
| 68 | + <li>Csantucci</li> |
| 69 | + <li>DR-Aeronautics</li> |
| 70 | + <li>FrannDzs</li> |
| 71 | + <li>mbm-OR</li> |
| 72 | + <li>peternewell</li> |
| 73 | + <li>pzgulyas</li> |
| 74 | + <li>Sharpe49</li> |
| 75 | + <li>twpol</li> |
| 76 | + <li>Weter-ORTS</li> |
| 77 | + <li>YoRyan</li> |
| 78 | + </ul> |
| 79 | + <h3>Detailed changelog</h3> |
| 80 | + <p> |
| 81 | + A <a href="https://launchpad.net/or/+milestone/1.5">full list of changes</a> is available. |
| 82 | + </p> |
| 83 | + <h3><a href="../version-1-4/">Changes in previous version</a></h3> |
| 84 | + <p> </p> |
| 85 | + </div> |
| 86 | + </div> |
| 87 | +<?php include "../../shared/tail.php" ?> |
| 88 | +<?php include "../../shared/banners/preload_next_banner.php" ?> |
| 89 | + </body> |
| 90 | +</html> |
0 commit comments