You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Automatic merge of T1.5.1-1188-gd2c2ab5d66 and 17 pull requests
- Pull request #959 at 2452cb0: Fix TrackViewer crash on big zoom value
- Pull request #972 at e90a2aa: On Map window color changed switch or signal is not changed
- Pull request #799 at dfc715e: Consolidated wind simulation
- Pull request #839 at d00beb9: First phase of https://blueprints.launchpad.net/or/+spec/additional-cruise-control-parameters
- Pull request #885 at 8f473ce: feat: Add notifications to Menu
- Pull request #891 at 9a1d6b2: Auto save
- Pull request #892 at 1f5ba4c: Signal Function OPP_SIG_ID_TRAINPATH
- Pull request #952 at 8347095: Investigation - Pulsing graphics
- Pull request #953 at a519452: Fix Lights Crash on Corrupt Shapes
- Pull request #954 at 53e9cc6: Multiple Track Profiles & Superelevation Improvements
- Pull request #962 at 46d0472: Fix pantographs on unpowered cars
- Pull request #970 at 6fa5eed: feat: Remove unnecessary Windows.Forms usage
- Pull request #973 at c35be87: fix: Using singular target framework to allow for different platforms across different projects
- Pull request #974 at 5faea6f: Bug fix for https://bugs.launchpad.net/or/+bug/2076034 Doors remain open in AI trains
- Pull request #978 at 91f3ee8: fix: adds MilepostUnitsMiles to Manual
- Pull request #900 at c27f32d: DMI updates
- Pull request #876 at f92de76: docs: add source for documents previously on website to source Documentation folder
These notifications can respond to the routes you have installed, so you can be advised of updates to routes you have already installed. For example, you might see:
140
+
141
+
.. image:: images/notification-routes.png
142
+
143
+
But this notification would be missing if you don’t already have the route installed.
144
+
145
+
Responding to Settings
146
+
----------------------
147
+
148
+
The notifications can also respond to the settings you are using - see :ref:`Open Rails Options<options>`.
149
+
150
+
In this fictional example, you might see a message encouraging you to try an improved feature:
151
+
152
+
.. image:: images/notification-settings.png
153
+
154
+
However, if you have the option turned on already, then the notification is not shown.
155
+
156
+
Communication Error
157
+
-------------------
158
+
159
+
If there is a problem with the Internet then the Notifications are replaced by a single prepared notification which gives a reason for the error and a chance to re-try:
160
+
161
+
.. image:: images/notification-error.png
162
+
163
+
Publishing Notifications
164
+
------------------------
165
+
166
+
The Notifications document explains how to publish notifications and is included in the :ref:`Documents drop-down<documents>`.
167
+
168
+
=======
60
169
When a new release of OR is available and your computer is online, a link
61
170
``Update to xnnnn`` appears in the upper right corner. The string ``xnnnn`` is
62
171
the release number of the newest release that matches your selected level
@@ -82,6 +191,8 @@ Tools
82
191
By clicking this button you get access to the ancillary tools (see :ref:`here
0 commit comments