Skip to content

Commit 88ba376

Browse files
committed
T1.5.1-664-gd39447273 release
1 parent 70f98cb commit 88ba376

File tree

3 files changed

+56
-58
lines changed

3 files changed

+56
-58
lines changed

_data/files.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ stable_source:
77
date: 2022-11-27
88
bytes: 112062082
99
testing_build:
10-
url: https://github.com/openrails/openrails-testing/releases/download/T1.5.1-638-g096ac9838/Open.Rails.T1.5.1-638-g096ac9838.zip
11-
date: 2023-09-22
12-
bytes: 95913816
10+
url: https://github.com/openrails/openrails-testing/releases/download/T1.5.1-664-gd39447273/Open.Rails.T1.5.1-664-gd39447273.zip
11+
date: 2023-09-29
12+
bytes: 95918985
1313
testing_source:
14-
url: https://github.com/openrails/openrails-testing/releases/download/T1.5.1-638-g096ac9838/Open.Rails.T1.5.1-638-g096ac9838.Source.zip
15-
date: 2023-09-22
16-
bytes: 147459259
14+
url: https://github.com/openrails/openrails-testing/releases/download/T1.5.1-664-gd39447273/Open.Rails.T1.5.1-664-gd39447273.Source.zip
15+
date: 2023-09-29
16+
bytes: 147462956
1717
testing_manual:
1818
url: https://static.openrails.org/files/OpenRails-Testing-Manual.pdf
1919
date: 2023-02-03

_includes/changelog.html

+22-46
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,22 @@
1-
<li class=''><code>T1.5.1-638-g096ac9838</code> Merge pull request #873 from cesarBLG/reduce-allocations<br>Reduce allocations in signal script<ul><li><code>cf0ed998</code> Reduce allocations in signal script</li></ul></li>
2-
<li class=''><code>T1.5.1-636-g370920ecf</code> Merge pull request #757 from cesarBLG/perpetualkid-raildriver<br>Unify RailDriver code implementations<ul><li><code>98dd1a7d</code> Add documentation</li>
3-
<li><code>d9d75f4f</code> Fix raildriver not activated by button</li>
4-
<li><code>2388225c</code> Solve issues with merging</li>
5-
<li><code>35c176c5</code> Merge branch 'master' into perpetualkid-raildriver</li>
6-
<li><code>31428b44</code> Fix wipers not working with raildriver</li>
7-
<li><code>cc6264e5</code> Allow several buttons associated to a single command</li>
8-
<li><code>384e1941</code> Fix first RD blue button not working</li>
9-
<li><code>406f3297</code> Fix bell behaviour</li>
10-
<li><code>b1910d98</code> Add proper handling of emergency brakes</li>
11-
<li><code>7d41c805</code> Fix bad logic for error checking</li>
12-
<li><code>86644941</code> Further fixes</li>
13-
<li><code>b669613d</code> Fix problem with RD version</li>
14-
<li><code>3c3a0886</code> Port of @perpetualKid and @CSantucci RailDriver code</li></ul></li>
15-
<li class=''><code>T1.5.1-622-g317d38541</code> Merge pull request #831 from sweiland-openrails/SwitchPanel<br>poor mans switch panel on tablet<ul><li><code>f6ca1e1e</code> type</li>
16-
<li><code>82d3be2f</code> review cesarBLG: Use correct case for all public methods</li>
17-
<li><code>fc943648</code> review cesarBLG: Changed IsUp/IsDown into IsPressed/IsReleased</li>
18-
<li><code>f13aba13</code> review cesarBLG: abstract away call SwitchPanelModule.IsUp into UserInput</li>
19-
<li><code>3e672a89</code> Merge branch 'SwitchPanel' of https://github.com/sweiland-openrails/openrails into SwitchPanel</li>
20-
<li><code>69d51d5f</code> Added retainers switch</li>
21-
<li><code>61bbf439</code> Next station window button always enabled, too difficult to determine if window has valid information</li>
22-
<li><code>19dc7446</code> Added some switchpanel buttons for steam locomotives</li>
23-
<li><code>6a3f72b2</code> From UserCommand.cs removed the second description and moved this functionality to the SwitchPanel code</li>
24-
<li><code>9417e1b4</code> Solve merge problem with PR 751</li>
25-
<li><code>91d69f8e</code> merge conflict</li>
26-
<li><code>e919abf6</code> Added controls for steam engine: direction, handbrake and brake hose connect</li>
27-
<li><code>c466c51a</code> Catch errors in getting status as they might block the Switch Panel. Now there is just an empty button and a log message.</li>
28-
<li><code>f5d692ae</code> Added brake hose control</li>
29-
<li><code>4bf28ff4</code> Added handbrake control</li>
30-
<li><code>436d2cbe</code> changes, mainly regarding translations</li>
31-
<li><code>271b7c4f</code> - replaced IsDown with IsPressed and IsUp with IsReleased to be more inline with rest of the OR code. Except in the html/javascript part.<br>- added some code to make translations possible, not 100% yet, to be done in the next iteration</li>
32-
<li><code>c8927a4f</code> enhancements</li>
33-
<li><code>c45c9933</code> Merge branch 'master' into SwitchPanel</li>
34-
<li><code>10aa2f3d</code> minor changes and added traction cut-off relay support for diesel engines</li>
35-
<li><code>6a319a89</code> preliminary version</li></ul></li>
36-
<li class=''><code>T1.5.1-599-g782e611d5</code> Merge pull request #866 from SteelFill/0-axle-articulation-fix<br>Fix Articulation For 0-Axle Train Cars<ul><li><code>c15333ed</code> Fix edge case with 1 axle rail vehicles</li>
37-
<li><code>a6cbc520</code> Allowing train cars with 0 axles to become articulated</li></ul></li>
38-
<li class=''><code>T1.5.1-596-gd7b38a5e4</code> Merge pull request #870 from cesarBLG/fix-water-restore<br>Fix water restore<ul><li><code>5cb32faf</code> Fix water restore</li></ul></li>
39-
<li class=''><code>T1.5.1-594-g5f7e60929</code> Merge pull request #841 from Csantucci/animate-trainset-windows<br>https://blueprints.launchpad.net/or/+spec/animating-trainset-windows<ul><li><code>ce3bc1f9</code> Update Source/Documentation/Manual/features-rollingstock.rst<br>Co-authored-by: César Benito Lamata <cesarbema2009@hotmail.com></li>
40-
<li><code>410a585d</code> Fix http://www.elvastower.com/forums/index.php?/topic/37347-reproducible-audio-crash-in-unstable/page__pid__299135#entry299135</li>
41-
<li><code>1bdb7dfd</code> Merge branch 'master' into animate-trainset-windows</li>
42-
<li><code>abc52aac</code> Add documentation for carriage windows animation</li>
43-
<li><code>ad736fab</code> Merge branch 'master' into animate-trainset-windows</li>
44-
<li><code>ed601b5d</code> Windows animation for wagon windows</li>
45-
<li><code>bc1ffd8f</code> Update OR manual about trainset windows animation</li>
46-
<li><code>65eeaa74</code> https://blueprints.launchpad.net/or/+spec/animating-trainset-windows</li></ul></li>
1+
<li class=''><code>T1.5.1-664-gd39447273</code> Merge pull request #877 from peternewell/duplex_engines_initial<br>Initail build of duplex steam<ul><li><code>55f9ddd4</code> Correct indent</li>
2+
<li><code>a76c45bd</code> Improve code style</li>
3+
<li><code>a0bd9ec7</code> Style changes and iput key corrected</li>
4+
<li><code>ce3490b7</code> Correct parameter name as per recommendation.</li>
5+
<li><code>c567eba3</code> Initail build of duplex steam - addition of control commands only</li></ul></li>
6+
<li class=''><code>T1.5.1-658-g66411058c</code> Merge pull request #857 from SteelFill/air-flow-meter<br>Adding Air Flow Meters<ul><li><code>9afc8c35</code> Update flowmeters on trailing locomotives to prevent stuck indications when changing cabs</li>
7+
<li><code>cb3f1c0a</code> Adding liters per minute as a cabview unit</li>
8+
<li><code>076c77a7</code> Adding CUBIC_M_S as valid cabview unit, documentation improvements</li>
9+
<li><code>22312be6</code> Fixing minor style issues, and adding support for both spellings of 'liter'</li>
10+
<li><code>7931a52d</code> Removing some unneeded 'using' statements that appeared unexpectedly</li>
11+
<li><code>14d79c7e</code> Initial addition of air flow meters</li></ul></li>
12+
<li class=''><code>T1.5.1-651-g45d8b7ff4</code> Merge pull request #853 from sweiland-openrails/OutOfFocus<br>Notify out of focus<ul><li><code>d05f5817</code> Bugfix: when changing to full screen the out-of-focus red rectangle is now taking acount of the change</li>
13+
<li><code>a9760ec2</code> Replaced the option OutOfFocus" with check on option SuppressConfirmations</li>
14+
<li><code>36736cee</code> Solved Codacy issue</li>
15+
<li><code>52a513dd</code> Solved the saving bug</li>
16+
<li><code>8357922c</code> set default "out of focus" option to true</li>
17+
<li><code>c8f02ad1</code> Solved merge conflict?</li>
18+
<li><code>7b58e773</code> Might fix the last Codacy error</li>
19+
<li><code>00060a8a</code> Some "Codacy Static Code Analysis — 4 new issues (0 max.) of at least minor severity." solved</li>
20+
<li><code>d4518c6e</code> "CodeFactor — 1 issue found." solved</li>
21+
<li><code>0afa5877</code> Notify out of focus</li></ul></li>
22+
<li class=''><code>T1.5.1-640-g3d7b05457</code> Merge pull request #855 from cjakeman/website-news01<br>Adds new route from TrainSimulations<ul><li><code>b39e5d86</code> Adds new route from TrainSimulations</li></ul></li>

_includes/changelog_stable.html

+28-6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
1-
<li class='recent text-primary'><code>T1.5.1-638-g096ac9838</code> Merge pull request #873 from cesarBLG/reduce-allocations<br>Reduce allocations in signal script<ul><li><code>cf0ed998</code> Reduce allocations in signal script</li></ul></li>
2-
<li class='recent text-primary'><code>T1.5.1-636-g370920ecf</code> Merge pull request #757 from cesarBLG/perpetualkid-raildriver<br>Unify RailDriver code implementations<ul><li><code>98dd1a7d</code> Add documentation</li>
1+
<li class='recent text-primary'><code>T1.5.1-664-gd39447273</code> Merge pull request #877 from peternewell/duplex_engines_initial<br>Initail build of duplex steam<ul><li><code>55f9ddd4</code> Correct indent</li>
2+
<li><code>a76c45bd</code> Improve code style</li>
3+
<li><code>a0bd9ec7</code> Style changes and iput key corrected</li>
4+
<li><code>ce3490b7</code> Correct parameter name as per recommendation.</li>
5+
<li><code>c567eba3</code> Initail build of duplex steam - addition of control commands only</li></ul></li>
6+
<li class='recent text-primary'><code>T1.5.1-658-g66411058c</code> Merge pull request #857 from SteelFill/air-flow-meter<br>Adding Air Flow Meters<ul><li><code>9afc8c35</code> Update flowmeters on trailing locomotives to prevent stuck indications when changing cabs</li>
7+
<li><code>cb3f1c0a</code> Adding liters per minute as a cabview unit</li>
8+
<li><code>076c77a7</code> Adding CUBIC_M_S as valid cabview unit, documentation improvements</li>
9+
<li><code>22312be6</code> Fixing minor style issues, and adding support for both spellings of 'liter'</li>
10+
<li><code>7931a52d</code> Removing some unneeded 'using' statements that appeared unexpectedly</li>
11+
<li><code>14d79c7e</code> Initial addition of air flow meters</li></ul></li>
12+
<li class='recent text-primary'><code>T1.5.1-651-g45d8b7ff4</code> Merge pull request #853 from sweiland-openrails/OutOfFocus<br>Notify out of focus<ul><li><code>d05f5817</code> Bugfix: when changing to full screen the out-of-focus red rectangle is now taking acount of the change</li>
13+
<li><code>a9760ec2</code> Replaced the option OutOfFocus" with check on option SuppressConfirmations</li>
14+
<li><code>36736cee</code> Solved Codacy issue</li>
15+
<li><code>52a513dd</code> Solved the saving bug</li>
16+
<li><code>8357922c</code> set default "out of focus" option to true</li>
17+
<li><code>c8f02ad1</code> Solved merge conflict?</li>
18+
<li><code>7b58e773</code> Might fix the last Codacy error</li>
19+
<li><code>00060a8a</code> Some "Codacy Static Code Analysis — 4 new issues (0 max.) of at least minor severity." solved</li>
20+
<li><code>d4518c6e</code> "CodeFactor — 1 issue found." solved</li>
21+
<li><code>0afa5877</code> Notify out of focus</li></ul></li>
22+
<li class='recent text-primary'><code>T1.5.1-640-g3d7b05457</code> Merge pull request #855 from cjakeman/website-news01<br>Adds new route from TrainSimulations<ul><li><code>b39e5d86</code> Adds new route from TrainSimulations</li></ul></li>
23+
<li class=''><code>T1.5.1-638-g096ac9838</code> Merge pull request #873 from cesarBLG/reduce-allocations<br>Reduce allocations in signal script<ul><li><code>cf0ed998</code> Reduce allocations in signal script</li></ul></li>
24+
<li class=''><code>T1.5.1-636-g370920ecf</code> Merge pull request #757 from cesarBLG/perpetualkid-raildriver<br>Unify RailDriver code implementations<ul><li><code>98dd1a7d</code> Add documentation</li>
325
<li><code>d9d75f4f</code> Fix raildriver not activated by button</li>
426
<li><code>2388225c</code> Solve issues with merging</li>
527
<li><code>35c176c5</code> Merge branch 'master' into perpetualkid-raildriver</li>
@@ -12,7 +34,7 @@
1234
<li><code>86644941</code> Further fixes</li>
1335
<li><code>b669613d</code> Fix problem with RD version</li>
1436
<li><code>3c3a0886</code> Port of @perpetualKid and @CSantucci RailDriver code</li></ul></li>
15-
<li class='recent text-primary'><code>T1.5.1-622-g317d38541</code> Merge pull request #831 from sweiland-openrails/SwitchPanel<br>poor mans switch panel on tablet<ul><li><code>f6ca1e1e</code> type</li>
37+
<li class=''><code>T1.5.1-622-g317d38541</code> Merge pull request #831 from sweiland-openrails/SwitchPanel<br>poor mans switch panel on tablet<ul><li><code>f6ca1e1e</code> type</li>
1638
<li><code>82d3be2f</code> review cesarBLG: Use correct case for all public methods</li>
1739
<li><code>fc943648</code> review cesarBLG: Changed IsUp/IsDown into IsPressed/IsReleased</li>
1840
<li><code>f13aba13</code> review cesarBLG: abstract away call SwitchPanelModule.IsUp into UserInput</li>
@@ -33,10 +55,10 @@
3355
<li><code>c45c9933</code> Merge branch 'master' into SwitchPanel</li>
3456
<li><code>10aa2f3d</code> minor changes and added traction cut-off relay support for diesel engines</li>
3557
<li><code>6a319a89</code> preliminary version</li></ul></li>
36-
<li class='recent text-primary'><code>T1.5.1-599-g782e611d5</code> Merge pull request #866 from SteelFill/0-axle-articulation-fix<br>Fix Articulation For 0-Axle Train Cars<ul><li><code>c15333ed</code> Fix edge case with 1 axle rail vehicles</li>
58+
<li class=''><code>T1.5.1-599-g782e611d5</code> Merge pull request #866 from SteelFill/0-axle-articulation-fix<br>Fix Articulation For 0-Axle Train Cars<ul><li><code>c15333ed</code> Fix edge case with 1 axle rail vehicles</li>
3759
<li><code>a6cbc520</code> Allowing train cars with 0 axles to become articulated</li></ul></li>
38-
<li class='recent text-primary'><code>T1.5.1-596-gd7b38a5e4</code> Merge pull request #870 from cesarBLG/fix-water-restore<br>Fix water restore<ul><li><code>5cb32faf</code> Fix water restore</li></ul></li>
39-
<li class='recent text-primary'><code>T1.5.1-594-g5f7e60929</code> Merge pull request #841 from Csantucci/animate-trainset-windows<br>https://blueprints.launchpad.net/or/+spec/animating-trainset-windows<ul><li><code>ce3bc1f9</code> Update Source/Documentation/Manual/features-rollingstock.rst<br>Co-authored-by: César Benito Lamata <cesarbema2009@hotmail.com></li>
60+
<li class=''><code>T1.5.1-596-gd7b38a5e4</code> Merge pull request #870 from cesarBLG/fix-water-restore<br>Fix water restore<ul><li><code>5cb32faf</code> Fix water restore</li></ul></li>
61+
<li class=''><code>T1.5.1-594-g5f7e60929</code> Merge pull request #841 from Csantucci/animate-trainset-windows<br>https://blueprints.launchpad.net/or/+spec/animating-trainset-windows<ul><li><code>ce3bc1f9</code> Update Source/Documentation/Manual/features-rollingstock.rst<br>Co-authored-by: César Benito Lamata <cesarbema2009@hotmail.com></li>
4062
<li><code>410a585d</code> Fix http://www.elvastower.com/forums/index.php?/topic/37347-reproducible-audio-crash-in-unstable/page__pid__299135#entry299135</li>
4163
<li><code>1bdb7dfd</code> Merge branch 'master' into animate-trainset-windows</li>
4264
<li><code>abc52aac</code> Add documentation for carriage windows animation</li>

0 commit comments

Comments
 (0)