Skip to content

Commit 6b896db

Browse files
authored
Merge pull request #491 from cjakeman/announce-train-driving-window
Announce train driving window
2 parents 94a8061 + 4293405 commit 6b896db

File tree

3 files changed

+83
-1
lines changed

3 files changed

+83
-1
lines changed

Source/Documentation/Manual/news.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Headlines
1414

1515
- Monogame graphics replace XNA with `support for ReShade <https://reshade.me/>`_ and more memory
1616
- Web server providing train data for web pages on other devices
17-
- Train Driving display on other devices
17+
- Train Driving display in-game and on other devices
1818
- More realistic vacuum braking
1919
- Trainspotting camera including train-following car
2020

Lines changed: 81 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,81 @@
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.4</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.4 (since 1.3)</h2>
19+
<p>
20+
A summary of the new and improved features can be found below.
21+
</p><p>
22+
<a href="https://launchpad.net/or/+milestone/1.4">Important bugs</a> have been fixed in this release.
23+
Please keep <a href="http://openrails.org/contribute/reporting-bugs/">reporting bugs and suggesting new features</a>
24+
so Open Rails can continue to improve.
25+
</p>
26+
</div>
27+
</div>
28+
<div class="row">
29+
<div class="col-md-1"></div>
30+
<div class="col-md-5">
31+
<h3>Headlines</h3>
32+
<ul>
33+
<li>Monogame graphics replace XNA with support for <a href="https://reshade.me/">ReShade</a> and more memory</li>
34+
<li>Web server providing train data for web pages on other devices</li>
35+
<li>Train Driving display in-game and on other devices</li>
36+
<li>More realistic vacuum braking</li>
37+
<li>Trainspotting camera including train-following car</li>
38+
</ul>
39+
<h3>What's been added</h3>
40+
<ul>
41+
<li>Analogue clocks suitable for 2d cabs and for buildings</li>
42+
<li>Smooth transitions for signal lamps that blink</li>
43+
<li>Letterboxing for 2D cabs</li>
44+
<li>Tilted digital displays in 2D cabs</li>
45+
<li>Manual braking for individual wagons</li>
46+
<li>Large ejector for charging vacuum brakes</li>
47+
<li>Eames vacuum brake</li>
48+
<li>Overcharge braking position</li>
49+
<li>Russian and Brazilian Portuguese languages</li>
50+
<li>Advanced call-on for signalling</li>
51+
<li>USA horn blow sequence for AI trains</li>
52+
<li>Turntables in timetable mode</li>
53+
<li>Map window for timetabled trains</li>
54+
<li>Timetable briefings</li>
55+
<li>Manual index</li>
56+
</ul>
57+
</div>
58+
<div class="col-md-1"></div>
59+
<div class="col-md-5">
60+
<h3>What's been improved</h3>
61+
<ul>
62+
<li>Vacuum brakes, EP braking and air braking</li>
63+
<li>Visual effects for steam ejectors</li>
64+
<li>Improved water troughs</li>
65+
<li>Scripted train control system (TCS)</li>
66+
<li>Sound events for gear positions, injectors, fireman etc.</li>
67+
<li>Traction braking display</li>
68+
</ul>
69+
<h3>Detailed changelog</h3>
70+
<p>
71+
A <a href="https://launchpad.net/or/+milestone/1.4">full list of changes</a> is available.
72+
</p>
73+
<h3><a href="../version-1-3-1/">Changes in previous version</a></h3>
74+
<p>&nbsp;</p>
75+
</div>
76+
</div>
77+
</div>
78+
<?php include "../../shared/tail.php" ?>
79+
<?php include "../../shared/banners/preload_next_banner.php" ?>
80+
</body>
81+
</html>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<?php echo "<title>Open Rails - Discover - Version 1.4</title>"; ?>

0 commit comments

Comments
 (0)