|
6 | 6 | <div class="container"><!-- Centres content and sets fixed width to suit device --> |
7 | 7 | <div class="row"> |
8 | 8 | <div class="col-md-9 header"> |
9 | | - <img class="totally_free_software" src="shared/totally_free_software3.png" alt="Totally free software"/> |
10 | | - <!--<img class="totally_free_software" src="shared/now_at_version_1_0b.png" alt="Now at Version 1.0"/>--> |
11 | | - <!--<img class="totally_free_software" src="shared/now_at_version_1_1.png" alt="Now at Version 1.1"/>--> |
12 | | - <!--<img class="totally_free_software" src="shared/now_at_version_1_2.png" alt="Now at Version 1.2"/>--> |
| 9 | + <!-- <img class="totally_free_software" src="shared/totally_free_software3.png" alt="Totally free software"/> --> |
| 10 | + <!-- <img class="totally_free_software" src="shared/now_at_version_1_0b.png" alt="Now at Version 1.0"/>--> |
| 11 | + <!-- <img class="totally_free_software" src="shared/now_at_version_1_1.png" alt="Now at Version 1.1"/>--> |
| 12 | + <!-- <img class="totally_free_software" src="shared/now_at_version_1_2.png" alt="Now at Version 1.2"/>--> |
13 | 13 | <!-- <img class="totally_free_software" src="shared/now_at_version_1_3.png" alt="Now at Version 1.3"/> --> |
| 14 | + <img class="totally_free_software" src="shared/now_at_version_1_4.png" alt="Now at Version 1.4"/> |
14 | 15 | <a href="/"> |
15 | 16 | <img class="logo" src='shared/logos/or_logo.png' alt='logo for Open Rails'/> |
16 | | - <div class="logo_text">Open Rails</div> |
| 17 | + <div class="logo_text">Open Rails</div> |
17 | 18 | </a> |
18 | 19 | </div> |
19 | 20 | <div class="col-md-3 header"> |
|
25 | 26 | </div> |
26 | 27 | <?php include "shared/menu.php" ?> |
27 | 28 | <?php |
28 | | - $download_stable = 'OpenRails-1.3.1-Setup.exe'; |
| 29 | + $download_stable = 'OpenRails-1.4-Setup.exe'; |
29 | 30 | $file_path = "files"; |
30 | 31 | ?> |
31 | 32 | <div class="row"> |
|
43 | 44 | <!-- Button to trigger modal --> |
44 | 45 | <a href="#modal1" role="button" class='btn download_button' data-toggle="modal"> |
45 | 46 | <span class='glyphicon glyphicon-download'></span> Download the installer |
46 | | - <?php echo '08 December 2018, ' . round(filesize("$file_path/$download_stable") / 1024 / 1024) . 'MB)'; ?> |
| 47 | + <?php echo '19 Oct 2021, ' . round(filesize("$file_path/$download_stable") / 1024 / 1024) . 'MB)'; ?> |
47 | 48 | </a> |
48 | 49 | </div> |
49 | 50 | </div> |
50 | 51 | </div> |
51 | 52 | <div class="row"> |
52 | 53 | <div class="col-md-4 divider"> |
53 | 54 | <div class="heading"> |
54 | | - <h4>Key Changes in v1.3</h4> |
| 55 | + <h4>Key Changes in v1.4</h4> |
55 | 56 | </div> |
56 | 57 | <p> |
57 | | - Timetables can join and split trains to form new trains |
| 58 | + Monogame graphics replace XNA with support for <a href="https://reshade.me/">ReShade</a> and more memory |
58 | 59 | </p><p> |
59 | | - Mouse control for 3D cabs |
| 60 | + Web server providing train data for web pages on other devices |
60 | 61 | </p><p> |
61 | | - Working transfer tables |
| 62 | + Map window for timetabled trains |
62 | 63 | </p><p> |
63 | | - Activity evaluation |
| 64 | + Vacuum braking |
64 | 65 | </p><p> |
65 | | - Separate files for extensions to activity files |
66 | | - </p><p> |
67 | | - Many <a href="/discover/version-1-3/">more additions and improvements</a> are listed here. |
| 66 | + Many <a href="/discover/version-1-4/">more additions and improvements</a> are listed here. |
68 | 67 | </p> |
69 | 68 | </div> |
70 | 69 | <div class="col-md-4 divider"> |
|
94 | 93 | <strong>Mar 2018</strong> |
95 | 94 | Geoff Rowlands found a way to model 3D controls so they can be grabbed by the handle <a href="https://www.youtube.com/watch?v=UO9XrBz3iD0&feature=youtu.be">as in this video</a>. |
96 | 95 | </p> |
97 | | - <p> |
98 | | - <strong>Nov 2017</strong> |
99 | | - Open Rails trialled <a href="http://www.monogame.net/">with Monogame instead of XNA</a> uses less RAM and give higher frame rates. |
100 | | - </p> |
101 | 96 | </div> |
102 | 97 | </div> |
103 | 98 | <div class="col-md-4 divider"> |
104 | 99 | <div class="heading"> |
105 | 100 | <h4>Videos</h4> |
106 | 101 | </div> |
107 | 102 | <div class="headed_content"> |
| 103 | + <h5><a href="https://youtu.be/8RGw7hKdNPM" target="_blank">New features in Release 1.4</a></h5> |
| 104 | + </div> |
| 105 | + <p> </p> |
| 106 | + <p> </p> |
| 107 | + <div> |
108 | 108 | <h5>Video Review <a href="http://www.attherailyard.com" target="_blank">At The Railyard</a></h5> |
109 | 109 | <p> |
110 | 110 | In his Series 5, Nicholas Ozorak publishes |
|
0 commit comments