Skip to content

Commit 3440880

Browse files
committed
Changes to release V1.5
1 parent 8f53b83 commit 3440880

File tree

15 files changed

+60
-969
lines changed

15 files changed

+60
-969
lines changed

Website/openrails.org/discover/news/index.php

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,21 @@
1515
<div class="row">
1616
<div class="col-md-1"></div>
1717
<div class="col-md-5">
18+
<h2>Nov 2022 - Version 1.5</h2>
19+
<p>
20+
<a href="/discover/version-1-5/">Open Rails 1.5</a> released.
21+
</p>
22+
<hr />
23+
<h2>Summer 2022</h2>
24+
<p>
25+
Three new UK routes are now available for immediate download <a href="http://openrails.org/download/content/">here</a>.
26+
</p>
27+
<hr />
28+
<h2>Oct 2021 - Version 1.4</h2>
29+
<p>
30+
<a href="/discover/version-1-4/">Open Rails 1.4</a> released.
31+
</p>
32+
<hr />
1833
<h2>Nov 2020</h2>
1934
<p>
2035
Wagons can now be braked individually as on the oldest railways. This can be experienced in 2 scenarios - <a href="https://www.coalstonewcastle.com.au/physics/stock/#rainhill">Stephenson's Rocket at Rainhill Trials</a> and <a href="https://www.coalstonewcastle.com.au/physics/stock/#select">Langley Vale Timber Tramway</a>.

Website/openrails.org/discover/news/new_index.php

Lines changed: 0 additions & 162 deletions
This file was deleted.

Website/openrails.org/discover/roadmap/index.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
</tr>
4141
</thead>
4242
<tbody>
43-
<tr><td class=version> v1.5</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr>
43+
<tr><td class=version> v1.6</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr>
4444
<tr>
4545
<td class=blue><a href="https://trello.com/c/JGosmRnZ/159-consist-editor">consist editor</a></td>
4646
<td class=red><a href="https://trello.com/c/ZpMsbNDp/144-sets-of-1-10-cameras-that-players-can-switch-between">user-definable camera sets</a></td>
@@ -51,7 +51,7 @@
5151
<td class=blue><a href="https://trello.com/c/ASuDPya7/283-wagon-editor">wagon parameters editor</a></td>
5252
<td class=red><a href="https://trello.com/c/awrukdfm/425-customise-freight-animations-for-2d-3d-cabs">custom animations</a></td>
5353
<td class=green><a href="https://trello.com/c/N05HMaKn/350-darkness-in-tunnels">darkness in tunnels</a></td>
54-
<td class=orange><a href="https://trello.com/c/Ql02djix/390-64bit-version-4gb-ram-usage">64-bit</a></td>
54+
<td class=orange><a href=""></a></td>
5555
</tr>
5656
<tr>
5757
<td class=blue><a href="https://trello.com/c/upvTt0M7/284-locomotive-editor">loco parameters editor</a></td>

Website/openrails.org/discover/roadmap/new_index.php

Lines changed: 0 additions & 115 deletions
This file was deleted.

Website/openrails.org/download/program/index.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<?php include "../../shared/banners/show_banner.php" ?>
99
<?php include "../../shared/menu.php" ?>
1010
<?php
11-
$download_stable = 'OpenRails-1.4-Setup.exe';
11+
$download_stable = 'OpenRails-1.5-Setup.exe';
1212
$download_testing = 'OpenRails-Testing.zip';
1313
$file_path = "../../files";
1414
?>
@@ -20,7 +20,7 @@
2020
<div class="row">
2121
<div class="col-md-2">&nbsp;</div>
2222
<div class="col-md-8">
23-
<h1>Stable Version 1.4 <small>(recommended)</small></h1>
23+
<h1>Stable Version 1.5 <small>(recommended)</small></h1>
2424
<br>
2525
</div>
2626
</div>
@@ -37,7 +37,7 @@
3737
<p style="text-align: center;">
3838
<!-- Cannot set modification date to correct value so write it literally -->
3939
<!-- <?php echo date('d F Y', filemtime("$file_path/$download_stable")) . ', ' . round(filesize("$file_path/$download_stable") / 1024 / 1024) . 'MB'; ?> -->
40-
<?php echo '19 Oct 2021, ' . round(filesize("$file_path/$download_stable") / 1024 / 1024) . 'MB'; ?>
40+
<?php echo '12 Nov 2022, ' . round(filesize("$file_path/$download_stable") / 1024 / 1024) . 'MB'; ?>
4141
</p>
4242
<!--<p class="alert alert-info">
4343
We're working hard on producing the next stable version. Please check back soon.

0 commit comments

Comments
 (0)