Skip to content

Commit b65fa14

Browse files
committed
Automatic merge of T1.5.1-957-g4fd63a327 and 18 pull requests
- 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 #876 at f92de76: docs: add source for documents previously on website to source Documentation folder - Pull request #882 at 3ca0eb1: Blueprint/train car operations UI window - Pull request #891 at 9a1d6b2: Auto save - Pull request #892 at 1f5ba4c: Signal Function OPP_SIG_ID_TRAINPATH - Pull request #896 at 5866028: First implementation of https://blueprints.launchpad.net/or/+spec/specific-sounds-for-ai-trains - Pull request #900 at c27f32d: DMI updates - Pull request #903 at 7af1f91: Downloading route content (Github, zip) - Pull request #912 at 939e17a: New Triple Valve Features Vol. 2 - Pull request #919 at 26cc6a8: Added mouse wheel support for controls which can be moved by pressing t… - Pull request #922 at abe2e52: Autopilot for timetable mode - Pull request #923 at 4c27204: Add curve squeal to route - Pull request #929 at a406a69: Add support for common circuit breaker variants - Pull request #939 at 6c8095a: Add KM/HOUR/MIN to Cabview Units - Pull request #940 at f8b5b15: Browser HUD column alignment improvements - Pull request #941 at 50378f6: AI Penalty Lights Fix - Pull request #942 at 3a9c6ca: Fix wrong case in filename
20 parents 91607a4 + 4fd63a3 + dfc715e + d00beb9 + f92de76 + 3ca0eb1 + 9a1d6b2 + 1f5ba4c + 5866028 + c27f32d + 7af1f91 + 939e17a + 26cc6a8 + abe2e52 + 4c27204 + a406a69 + 6c8095a + f8b5b15 + 50378f6 + 3a9c6ca commit b65fa14

File tree

3 files changed

+135
-81
lines changed

3 files changed

+135
-81
lines changed

Source/Documentation/Manual/physics.rst

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3265,7 +3265,9 @@ MaxAuxilaryChargingRate and EmergencyResChargingRate.
32653265
Speeds up emergency application along the entire train. (default 0)
32663266
- ``Wagon(ORTSEmergencyResQuickRelease`` -- Set to 1 (default 0) to enable quick release,
32673267
in which emergency reservoir air is used to increase the brake pipe pressure
3268-
during release. Remains active until aux res has recharged.
3268+
during release. Remains active until aux res has recharged. For systems with a
3269+
dedicated quick release reservoir but without higher brake cylinder pressure in
3270+
emergency, set this to 2 to disable use of the emergency res for brake cylinder pressure.
32693271
- ``Wagon(ORTSMainResPipeAuxResCharging`` -- Boolean value that indicates,
32703272
for twin pipe systems, if the main reservoir pipe is used for charging the auxiliary
32713273
reservoirs. Alternately, if equipped with a supply reservoir, the supply reservoir
@@ -3335,11 +3337,11 @@ MaxAuxilaryChargingRate and EmergencyResChargingRate.
33353337
cylinder pressure reaches the pressure specified here (default 0,
33363338
which disables quick service).
33373339
- ``Wagon(ORTSQuickServiceApplicationRate`` -- Optional setting for brake cylinder
3338-
application rate during quick service, can be used to increase speed of initial
3340+
application rate used during quick service, can be used to increase speed of initial
33393341
applications. Has no effect if set lower than ``MaxApplicationRate`` (default 0).
3340-
- ``Wagon(ORTSQuickServiceVentRate`` -- Optional ability for the brake pipe
3341-
pressure to be locally reduced at the specified rate while quick service is active
3342-
(default 0).
3342+
- ``Wagon(ORTSQuickServiceVentRate`` -- Dramatically speeds up propagation of initial
3343+
applications by venting the wagon brake pipe pressure at the specified rate until
3344+
an initial application has been established (default 0).
33433345
- ``Wagon(ORTSAcceleratedApplicationFactor`` -- Triple valves can speed up applications
33443346
by measuring the rate of brake pipe reduction, multiplying the reduction
33453347
by the factor specified here, then locally venting that amount of brake pipe air.

0 commit comments

Comments
 (0)