-
Notifications
You must be signed in to change notification settings - Fork 97
Improvements for Power Supplies #961
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
0242713 to
207f1bc
Compare
|
Whilst you are working on this module, could you also review the power requirements for the Unpowered Control Car? Some power operations should be able to be controlled from it as well. Thanks |
|
Sure, I'll look at it |
|
Hi Cesar, Would you be able to add a link to a Blueprint or a Trello card for this PR? Also, is it ready to be included in the Unstable Version yet? Thanks, Chris |
|
Scanned through all the commits and it certainly looks like a very useful set of features for those using the power supply scripts. Don't use those myself so I am not in a position to judge the functionality, but it all at least looks to be consistent with the existing functionality. |
|
Hi Chris, I was on holidays, but I'll add a blueprint/card as soon as possible. Only documentation is missing before I can mark it as 'ready for review'. It was also low priority for me because this PR conflicts with a previous one (I don't remember which), so it couldn't be merged at the time I created it. I'm working on this very slowly, and my intention was not to create the PR until it was fully ready, but I created it since it contained a bugfix. Eventually I created a separate PR for the bug and kept this as a draft due to the merge conflict. |
71f6a8d to
90f2542
Compare
|
To answer about the scriptable selector, yes it makes sense, because sometimes, you have to code interlockings between selectors which are specific to a type of train. |
|
Hi Cédric, thanks for your comment. My reason for removing the scripting features is that I thought that the interlocking could be implemented centrally at the PowerSupply script. That is, you intercept the related events there, and if conditions are not met you don't propagate the event to the related controller. The motivation was that more information is available from the PowerSupply class, so you can have a richer condition set for the interlocking. However, I can revert 90f2542 if you prefer so, I don't have a strong opinion against scripting the controllers. |
|
I don't like the idea to do the interlocking in the PowerSupply class. First, that would mean it will be done differently than the brake controller (a class for the controller, and other classes for the system). Secondly, it will pollute the code of the PowerSupply. It has already many things to do, let's not add things which can be separated in a class. We must not put everything in the same box, that would be a mess in the long run. |
90f2542 to
29eee68
Compare
- Pull request #961 at 89854d3: Improvements for Power Supplies - Pull request #839 at d00beb9: First phase of https://blueprints.launchpad.net/or/+spec/additional-cruise-control-parameters - Pull request #891 at 9a1d6b2: Auto save - Pull request #892 at 1f5ba4c: Signal Function OPP_SIG_ID_TRAINPATH - Pull request #953 at a519452: Fix Lights Crash on Corrupt Shapes - Pull request #972 at e90a2aa: On Map window color changed switch or signal is not changed - Pull request #981 at 10d297f: Multiple type trainset lightglows - Pull request #984 at 0f8122e: Player train switching for timetable mode - Pull request #988 at f1d4d18: Conditional sound, blueprint https://blueprints.launchpad.net/or/+spec/conditional-sound - Pull request #989 at 32a9961: Fix: TrainCarOperations-crashes-locales - Pull request #990 at 37d8ea6: Fix TrainDrivingInfo, some texts are misaligned. - Pull request #991 at 220b61e: Fix TrainCarOperations no interacts AltPgDn AltPgUp. - Pull request #994 at 1de8de6: 2 fixes in the OR 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 - Pull request #995 at 992191c: Fix: TrainCarOperations and TrainOperationsViewer windows overlap.
|
Hi @cjakeman, |
89854d3 to
9ae470f
Compare
- Pull request #961 at 9ae470f: Improvements for Power Supplies - Pull request #839 at d00beb9: First phase of https://blueprints.launchpad.net/or/+spec/additional-cruise-control-parameters - Pull request #891 at 9a1d6b2: Auto save - Pull request #892 at 1f5ba4c: Signal Function OPP_SIG_ID_TRAINPATH - Pull request #953 at a519452: Fix Lights Crash on Corrupt Shapes - Pull request #972 at e90a2aa: On Map window color changed switch or signal is not changed - Pull request #981 at 10d297f: Multiple type trainset lightglows - Pull request #984 at 0f8122e: Player train switching for timetable mode - Pull request #988 at f1d4d18: Conditional sound, blueprint https://blueprints.launchpad.net/or/+spec/conditional-sound - Pull request #989 at 32a9961: Fix: TrainCarOperations-crashes-locales - Pull request #990 at 37d8ea6: Fix TrainDrivingInfo, some texts are misaligned. - Pull request #991 at 220b61e: Fix TrainCarOperations no interacts AltPgDn AltPgUp. - Pull request #994 at 1de8de6: 2 fixes in the OR 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 - Pull request #995 at 992191c: Fix: TrainCarOperations and TrainOperationsViewer windows overlap.
- Pull request #961 at 9ae470f: Improvements for Power Supplies - Pull request #839 at d00beb9: First phase of https://blueprints.launchpad.net/or/+spec/additional-cruise-control-parameters - Pull request #891 at 9a1d6b2: Auto save - Pull request #892 at 1f5ba4c: Signal Function OPP_SIG_ID_TRAINPATH - Pull request #953 at a519452: Fix Lights Crash on Corrupt Shapes - Pull request #972 at e90a2aa: On Map window color changed switch or signal is not changed - Pull request #981 at 10d297f: Multiple type trainset lightglows - Pull request #984 at 0f8122e: Player train switching for timetable mode - Pull request #988 at f1d4d18: Conditional sound, blueprint https://blueprints.launchpad.net/or/+spec/conditional-sound - Pull request #989 at 32a9961: Fix: TrainCarOperations-crashes-locales - Pull request #990 at 37d8ea6: Fix TrainDrivingInfo, some texts are misaligned. - Pull request #991 at 220b61e: Fix TrainCarOperations no interacts AltPgDn AltPgUp. - Pull request #994 at 1de8de6: 2 fixes in the OR manual - Pull request #996 at 2ccefab: Replace dynamic brakes by engine brakes at low speeds - Pull request #900 at c27f32d: DMI updates - Pull request #876 at f92de76: docs: add source for documents previously on website to source Documentation folder - Pull request #995 at 992191c: Fix: TrainCarOperations and TrainOperationsViewer windows overlap.
- Pull request #961 at 9ae470f: Improvements for Power Supplies - Pull request #839 at d00beb9: First phase of https://blueprints.launchpad.net/or/+spec/additional-cruise-control-parameters - Pull request #891 at 9a1d6b2: Auto save - Pull request #892 at 1f5ba4c: Signal Function OPP_SIG_ID_TRAINPATH - Pull request #953 at a519452: Fix Lights Crash on Corrupt Shapes - Pull request #972 at e90a2aa: On Map window color changed switch or signal is not changed - Pull request #981 at 10d297f: Multiple type trainset lightglows - Pull request #984 at 0f8122e: Player train switching for timetable mode - Pull request #988 at f1d4d18: Conditional sound, blueprint https://blueprints.launchpad.net/or/+spec/conditional-sound - Pull request #989 at 32a9961: Fix: TrainCarOperations-crashes-locales - Pull request #990 at 37d8ea6: Fix TrainDrivingInfo, some texts are misaligned. - Pull request #991 at 220b61e: Fix TrainCarOperations no interacts AltPgDn AltPgUp. - Pull request #994 at 1de8de6: 2 fixes in the OR manual - Pull request #996 at 2ccefab: Replace dynamic brakes by engine brakes at low speeds - Pull request #997 at 0de38ec: Disable independent brake syncing by default - Pull request #900 at c27f32d: DMI updates - Pull request #876 at f92de76: docs: add source for documents previously on website to source Documentation folder - Pull request #995 at 992191c: Fix: TrainCarOperations and TrainOperationsViewer windows overlap.
- Pull request #961 at 36520e6: Improvements for Power Supplies - Pull request #839 at d00beb9: First phase of https://blueprints.launchpad.net/or/+spec/additional-cruise-control-parameters - Pull request #891 at 9a1d6b2: Auto save - Pull request #892 at 1f5ba4c: Signal Function OPP_SIG_ID_TRAINPATH - Pull request #953 at a519452: Fix Lights Crash on Corrupt Shapes - Pull request #972 at e90a2aa: On Map window color changed switch or signal is not changed - Pull request #981 at 10d297f: Multiple type trainset lightglows - Pull request #984 at 0f8122e: Player train switching for timetable mode - Pull request #988 at f1d4d18: Conditional sound, blueprint https://blueprints.launchpad.net/or/+spec/conditional-sound - Pull request #989 at 32a9961: Fix: TrainCarOperations-crashes-locales - Pull request #990 at 37d8ea6: Fix TrainDrivingInfo, some texts are misaligned. - Pull request #991 at 220b61e: Fix TrainCarOperations no interacts AltPgDn AltPgUp. - Pull request #994 at 1de8de6: 2 fixes in the OR manual - Pull request #996 at 2ccefab: Replace dynamic brakes by engine brakes at low speeds - Pull request #997 at 0de38ec: Disable independent brake syncing by default - Pull request #900 at c27f32d: DMI updates - Pull request #876 at f92de76: docs: add source for documents previously on website to source Documentation folder - Pull request #995 at 992191c: Fix: TrainCarOperations and TrainOperationsViewer windows overlap.
36520e6 to
b3c717e
Compare
- Pull request #961 at b3c717e: Improvements for Power Supplies - Pull request #839 at d00beb9: First phase of https://blueprints.launchpad.net/or/+spec/additional-cruise-control-parameters - Pull request #891 at 9a1d6b2: Auto save - Pull request #892 at 1f5ba4c: Signal Function OPP_SIG_ID_TRAINPATH - Pull request #953 at a519452: Fix Lights Crash on Corrupt Shapes - Pull request #972 at e90a2aa: On Map window color changed switch or signal is not changed - Pull request #981 at 10d297f: Multiple type trainset lightglows - Pull request #984 at 0f8122e: Player train switching for timetable mode - Pull request #988 at f1d4d18: Conditional sound, blueprint https://blueprints.launchpad.net/or/+spec/conditional-sound - Pull request #989 at 32a9961: Fix: TrainCarOperations-crashes-locales - Pull request #990 at 37d8ea6: Fix TrainDrivingInfo, some texts are misaligned. - Pull request #991 at 220b61e: Fix TrainCarOperations no interacts AltPgDn AltPgUp. - Pull request #994 at 1de8de6: 2 fixes in the OR manual - Pull request #996 at 2ccefab: Replace dynamic brakes by engine brakes at low speeds - Pull request #997 at 0de38ec: Disable independent brake syncing by default - Pull request #900 at c27f32d: DMI updates - Pull request #876 at f92de76: docs: add source for documents previously on website to source Documentation folder - Pull request #995 at 992191c: Fix: TrainCarOperations and TrainOperationsViewer windows overlap.
- Pull request #961 at b3c717e: Improvements for Power Supplies - Pull request #839 at d00beb9: First phase of https://blueprints.launchpad.net/or/+spec/additional-cruise-control-parameters - Pull request #891 at 9a1d6b2: Auto save - Pull request #892 at 1f5ba4c: Signal Function OPP_SIG_ID_TRAINPATH - Pull request #953 at a519452: Fix Lights Crash on Corrupt Shapes - Pull request #972 at e90a2aa: On Map window color changed switch or signal is not changed - Pull request #981 at 10d297f: Multiple type trainset lightglows - Pull request #984 at 0f8122e: Player train switching for timetable mode - Pull request #988 at f1d4d18: Conditional sound, blueprint https://blueprints.launchpad.net/or/+spec/conditional-sound - Pull request #989 at 32a9961: Fix: TrainCarOperations-crashes-locales - Pull request #990 at 37d8ea6: Fix TrainDrivingInfo, some texts are misaligned. - Pull request #991 at 220b61e: Fix TrainCarOperations no interacts AltPgDn AltPgUp. - Pull request #994 at 1de8de6: 2 fixes in the OR manual - Pull request #996 at 7d9eda4: Replace dynamic brakes by engine brakes at low speeds - Pull request #997 at 0de38ec: Disable independent brake syncing by default - Pull request #900 at c27f32d: DMI updates - Pull request #876 at f92de76: docs: add source for documents previously on website to source Documentation folder - Pull request #995 at 992191c: Fix: TrainCarOperations and TrainOperationsViewer windows overlap.
- Pull request #961 at b3c717e: Improvements for Power Supplies - Pull request #839 at d00beb9: First phase of https://blueprints.launchpad.net/or/+spec/additional-cruise-control-parameters - Pull request #891 at 9a1d6b2: Auto save - Pull request #892 at 1f5ba4c: Signal Function OPP_SIG_ID_TRAINPATH - Pull request #953 at a519452: Fix Lights Crash on Corrupt Shapes - Pull request #972 at e90a2aa: On Map window color changed switch or signal is not changed - Pull request #981 at 10d297f: Multiple type trainset lightglows - Pull request #984 at 0f8122e: Player train switching for timetable mode - Pull request #988 at f1d4d18: Conditional sound, blueprint https://blueprints.launchpad.net/or/+spec/conditional-sound - Pull request #989 at 32a9961: Fix: TrainCarOperations-crashes-locales - Pull request #990 at 37d8ea6: Fix TrainDrivingInfo, some texts are misaligned. - Pull request #991 at 220b61e: Fix TrainCarOperations no interacts AltPgDn AltPgUp. - Pull request #994 at 1de8de6: 2 fixes in the OR manual - Pull request #996 at 2fcbcde: Replace dynamic brakes by engine brakes at low speeds - Pull request #997 at 0de38ec: Disable independent brake syncing by default - Pull request #900 at c27f32d: DMI updates - Pull request #876 at f92de76: docs: add source for documents previously on website to source Documentation folder - Pull request #995 at 992191c: Fix: TrainCarOperations and TrainOperationsViewer windows overlap.
b3c717e to
478bc23
Compare
- Pull request #961 at 478bc23: Improvements for Power Supplies - Pull request #839 at d00beb9: First phase of https://blueprints.launchpad.net/or/+spec/additional-cruise-control-parameters - Pull request #891 at 9a1d6b2: Auto save - Pull request #892 at 1f5ba4c: Signal Function OPP_SIG_ID_TRAINPATH - Pull request #953 at a519452: Fix Lights Crash on Corrupt Shapes - Pull request #972 at e90a2aa: On Map window color changed switch or signal is not changed - Pull request #981 at 10d297f: Multiple type trainset lightglows - Pull request #984 at 0f8122e: Player train switching for timetable mode - Pull request #988 at f1d4d18: Conditional sound, blueprint https://blueprints.launchpad.net/or/+spec/conditional-sound - Pull request #989 at 32a9961: Fix: TrainCarOperations-crashes-locales - Pull request #990 at 37d8ea6: Fix TrainDrivingInfo, some texts are misaligned. - Pull request #991 at 220b61e: Fix TrainCarOperations no interacts AltPgDn AltPgUp. - Pull request #994 at 1de8de6: 2 fixes in the OR manual - Pull request #996 at 2fcbcde: Replace dynamic brakes by engine brakes at low speeds - Pull request #997 at 0de38ec: Disable independent brake syncing by default - Pull request #900 at c27f32d: DMI updates - Pull request #876 at f92de76: docs: add source for documents previously on website to source Documentation folder - Pull request #995 at 992191c: Fix: TrainCarOperations and TrainOperationsViewer windows overlap.
- Pull request #900 at b54024b: DMI in 3D cab + two more dials - Pull request #1057 at 5ae14bc: Switchable brake system - Pull request #892 at 1f5ba4c: Signal Function OPP_SIG_ID_TRAINPATH - Pull request #961 at 4148bea: Improvements for Power Supplies - Pull request #1026 at 6a89a97: Fix for Multiplayer: remote trains chuff can't be heard https://bugs.launchpad.net/or/+bug/2092771 - Pull request #1029 at 31fd7d2: Superelevation Follow Up Fixes - Pull request #1031 at 34aa23a: Multiplayer Server, forked from Open Rails Ultimate; blueprint https://blueprints.launchpad.net/or/+spec/multiplayer-server - Pull request #1033 at 7efd355: Multiple signal light textures per signal - Pull request #1047 at b7152dc: Docs: adds translation docs - Pull request #1051 at 0ac5d30: Mouse wheel support for cabview controls + refactor - Pull request #1056 at 27ebc35: Check for null BrakemanBrakeController - Pull request #896 at f1681df: First implementation of https://blueprints.launchpad.net/or/+spec/specific-sounds-for-ai-trains
- Pull request #900 at b54024b: DMI in 3D cab + two more dials - Pull request #1057 at 60d5d63: Switchable brake system - Pull request #892 at 1f5ba4c: Signal Function OPP_SIG_ID_TRAINPATH - Pull request #961 at 4148bea: Improvements for Power Supplies - Pull request #1026 at 6a89a97: Fix for Multiplayer: remote trains chuff can't be heard https://bugs.launchpad.net/or/+bug/2092771 - Pull request #1029 at 31fd7d2: Superelevation Follow Up Fixes - Pull request #1031 at 34aa23a: Multiplayer Server, forked from Open Rails Ultimate; blueprint https://blueprints.launchpad.net/or/+spec/multiplayer-server - Pull request #1033 at 7efd355: Multiple signal light textures per signal - Pull request #1047 at b7152dc: Docs: adds translation docs - Pull request #1051 at 0ac5d30: Mouse wheel support for cabview controls + refactor - Pull request #896 at f1681df: First implementation of https://blueprints.launchpad.net/or/+spec/specific-sounds-for-ai-trains
- Pull request #900 at b54024b: DMI in 3D cab + two more dials - Pull request #892 at 1f5ba4c: Signal Function OPP_SIG_ID_TRAINPATH - Pull request #961 at 4148bea: Improvements for Power Supplies - Pull request #1015 at 14c132b: Enhancements for EP brakes - Pull request #1026 at 6a89a97: Fix for Multiplayer: remote trains chuff can't be heard https://bugs.launchpad.net/or/+bug/2092771 - Pull request #1029 at 31fd7d2: Superelevation Follow Up Fixes - Pull request #1031 at 34aa23a: Multiplayer Server, forked from Open Rails Ultimate; blueprint https://blueprints.launchpad.net/or/+spec/multiplayer-server - Pull request #1033 at 7efd355: Multiple signal light textures per signal - Pull request #1047 at b7152dc: Docs: adds translation docs - Pull request #1051 at 0ac5d30: Mouse wheel support for cabview controls + refactor - Pull request #1055 at d1a56b3: Route Based TTrack Sounds - Pull request #896 at f1681df: First implementation of https://blueprints.launchpad.net/or/+spec/specific-sounds-for-ai-trains
- Pull request #900 at b54024b: DMI in 3D cab + two more dials - Pull request #892 at 1f5ba4c: Signal Function OPP_SIG_ID_TRAINPATH - Pull request #961 at 4148bea: Improvements for Power Supplies - Pull request #1015 at 14c132b: Enhancements for EP brakes - Pull request #1026 at 6a89a97: Fix for Multiplayer: remote trains chuff can't be heard https://bugs.launchpad.net/or/+bug/2092771 - Pull request #1029 at 31fd7d2: Superelevation Follow Up Fixes - Pull request #1031 at 34aa23a: Multiplayer Server, forked from Open Rails Ultimate; blueprint https://blueprints.launchpad.net/or/+spec/multiplayer-server - Pull request #1033 at 7efd355: Multiple signal light textures per signal - Pull request #1047 at b7152dc: Docs: adds translation docs - Pull request #1051 at 0ac5d30: Mouse wheel support for cabview controls + refactor - Pull request #1058 at 626ebed: Refactor notification parameters - Pull request #1055 at d1a56b3: Route Based TTrack Sounds - Pull request #896 at f1681df: First implementation of https://blueprints.launchpad.net/or/+spec/specific-sounds-for-ai-trains
- Pull request #900 at b54024b: DMI in 3D cab + two more dials - Pull request #892 at 1f5ba4c: Signal Function OPP_SIG_ID_TRAINPATH - Pull request #961 at ffccb2e: Improvements for Power Supplies - Pull request #1015 at 14c132b: Enhancements for EP brakes - Pull request #1026 at 6a89a97: Fix for Multiplayer: remote trains chuff can't be heard https://bugs.launchpad.net/or/+bug/2092771 - Pull request #1029 at 31fd7d2: Superelevation Follow Up Fixes - Pull request #1031 at 34aa23a: Multiplayer Server, forked from Open Rails Ultimate; blueprint https://blueprints.launchpad.net/or/+spec/multiplayer-server - Pull request #1033 at 7efd355: Multiple signal light textures per signal - Pull request #1047 at b7152dc: Docs: adds translation docs - Pull request #1051 at 0ac5d30: Mouse wheel support for cabview controls + refactor - Pull request #1058 at 626ebed: Refactor notification parameters - Pull request #1055 at d1a56b3: Route Based TTrack Sounds - Pull request #896 at f1681df: First implementation of https://blueprints.launchpad.net/or/+spec/specific-sounds-for-ai-trains
- Pull request #900 at b54024b: DMI in 3D cab + two more dials - Pull request #892 at 1f5ba4c: Signal Function OPP_SIG_ID_TRAINPATH - Pull request #961 at ffccb2e: Improvements for Power Supplies - Pull request #1015 at 14c132b: Enhancements for EP brakes - Pull request #1026 at 6a89a97: Fix for Multiplayer: remote trains chuff can't be heard https://bugs.launchpad.net/or/+bug/2092771 - Pull request #1029 at 31fd7d2: Superelevation Follow Up Fixes - Pull request #1031 at 34aa23a: Multiplayer Server, forked from Open Rails Ultimate; blueprint https://blueprints.launchpad.net/or/+spec/multiplayer-server - Pull request #1047 at eb8027b: Docs: adds translation docs - Pull request #1051 at 0ac5d30: Mouse wheel support for cabview controls + refactor - Pull request #1058 at 626ebed: Refactor notification parameters - Pull request #1055 at d1a56b3: Route Based TTrack Sounds - Pull request #896 at f1681df: First implementation of https://blueprints.launchpad.net/or/+spec/specific-sounds-for-ai-trains
- Pull request #900 at b54024b: DMI in 3D cab + two more dials - Pull request #892 at 1f5ba4c: Signal Function OPP_SIG_ID_TRAINPATH - Pull request #961 at ffccb2e: Improvements for Power Supplies - Pull request #1015 at 14c132b: Enhancements for EP brakes - Pull request #1026 at 6a89a97: Fix for Multiplayer: remote trains chuff can't be heard https://bugs.launchpad.net/or/+bug/2092771 - Pull request #1029 at 31fd7d2: Superelevation Follow Up Fixes - Pull request #1031 at 34aa23a: Multiplayer Server, forked from Open Rails Ultimate; blueprint https://blueprints.launchpad.net/or/+spec/multiplayer-server - Pull request #1047 at eb8027b: Docs: adds translation docs - Pull request #1058 at 626ebed: Refactor notification parameters - Pull request #1055 at d1a56b3: Route Based TTrack Sounds - Pull request #896 at f1681df: First implementation of https://blueprints.launchpad.net/or/+spec/specific-sounds-for-ai-trains
- Pull request #900 at b54024b: DMI in 3D cab + two more dials - Pull request #892 at 1f5ba4c: Signal Function OPP_SIG_ID_TRAINPATH - Pull request #961 at ffccb2e: Improvements for Power Supplies - Pull request #1015 at 1ade99e: Enhancements for EP brakes - Pull request #1026 at 6a89a97: Fix for Multiplayer: remote trains chuff can't be heard https://bugs.launchpad.net/or/+bug/2092771 - Pull request #1029 at 31fd7d2: Superelevation Follow Up Fixes - Pull request #1031 at 34aa23a: Multiplayer Server, forked from Open Rails Ultimate; blueprint https://blueprints.launchpad.net/or/+spec/multiplayer-server - Pull request #1047 at eb8027b: Docs: adds translation docs - Pull request #1058 at 626ebed: Refactor notification parameters - Pull request #1055 at d1a56b3: Route Based TTrack Sounds - Pull request #896 at f1681df: First implementation of https://blueprints.launchpad.net/or/+spec/specific-sounds-for-ai-trains
- Pull request #900 at b54024b: DMI in 3D cab + two more dials - Pull request #1030 at c279fd8: Refactor settings, in prep for settings exporter - Pull request #892 at 1f5ba4c: Signal Function OPP_SIG_ID_TRAINPATH - Pull request #961 at ffccb2e: Improvements for Power Supplies - Pull request #1015 at 1ade99e: Enhancements for EP brakes - Pull request #1029 at 31fd7d2: Superelevation Follow Up Fixes - Pull request #1031 at 34aa23a: Multiplayer Server, forked from Open Rails Ultimate; blueprint https://blueprints.launchpad.net/or/+spec/multiplayer-server - Pull request #1047 at eb8027b: Docs: adds translation docs - Pull request #1058 at 626ebed: Refactor notification parameters - Pull request #1055 at d1a56b3: Route Based TTrack Sounds - Pull request #896 at f1681df: First implementation of https://blueprints.launchpad.net/or/+spec/specific-sounds-for-ai-trains
- Pull request #900 at b54024b: DMI in 3D cab + two more dials - Pull request #1030 at d3ae4a2: Refactor settings, in prep for settings exporter - Pull request #892 at 1f5ba4c: Signal Function OPP_SIG_ID_TRAINPATH - Pull request #961 at ffccb2e: Improvements for Power Supplies - Pull request #1015 at 1ade99e: Enhancements for EP brakes - Pull request #1029 at 31fd7d2: Superelevation Follow Up Fixes - Pull request #1031 at 34aa23a: Multiplayer Server, forked from Open Rails Ultimate; blueprint https://blueprints.launchpad.net/or/+spec/multiplayer-server - Pull request #1047 at eb8027b: Docs: adds translation docs - Pull request #1058 at 626ebed: Refactor notification parameters - Pull request #1055 at d1a56b3: Route Based TTrack Sounds - Pull request #896 at f1681df: First implementation of https://blueprints.launchpad.net/or/+spec/specific-sounds-for-ai-trains
- Pull request #900 at b54024b: DMI in 3D cab + two more dials - Pull request #1030 at d3ae4a2: Refactor settings, in prep for settings exporter - Pull request #892 at 1f5ba4c: Signal Function OPP_SIG_ID_TRAINPATH - Pull request #961 at ffccb2e: Improvements for Power Supplies - Pull request #1015 at 1ade99e: Enhancements for EP brakes - Pull request #1029 at 31fd7d2: Superelevation Follow Up Fixes - Pull request #1031 at 34aa23a: Multiplayer Server, forked from Open Rails Ultimate; blueprint https://blueprints.launchpad.net/or/+spec/multiplayer-server - Pull request #1047 at eb8027b: Docs: adds translation docs - Pull request #1058 at 626ebed: Refactor notification parameters - Pull request #1055 at 1a01818: Route Based TTrack Sounds - Pull request #896 at f1681df: First implementation of https://blueprints.launchpad.net/or/+spec/specific-sounds-for-ai-trains
- Pull request #900 at b54024b: DMI in 3D cab + two more dials - Pull request #1030 at d3ae4a2: Refactor settings, in prep for settings exporter - Pull request #892 at 1f5ba4c: Signal Function OPP_SIG_ID_TRAINPATH - Pull request #961 at ffccb2e: Improvements for Power Supplies - Pull request #1015 at 1ade99e: Enhancements for EP brakes - Pull request #1029 at 31fd7d2: Superelevation Follow Up Fixes - Pull request #1031 at c097fd2: Multiplayer Server, forked from Open Rails Ultimate; blueprint https://blueprints.launchpad.net/or/+spec/multiplayer-server - Pull request #1047 at eb8027b: Docs: adds translation docs - Pull request #1058 at 626ebed: Refactor notification parameters - Pull request #1055 at 1a01818: Route Based TTrack Sounds - Pull request #896 at f1681df: First implementation of https://blueprints.launchpad.net/or/+spec/specific-sounds-for-ai-trains
- Pull request #900 at b54024b: DMI in 3D cab + two more dials - Pull request #1030 at d3ae4a2: Refactor settings, in prep for settings exporter - Pull request #892 at 1f5ba4c: Signal Function OPP_SIG_ID_TRAINPATH - Pull request #961 at ffccb2e: Improvements for Power Supplies - Pull request #1015 at 1ade99e: Enhancements for EP brakes - Pull request #1029 at 31fd7d2: Superelevation Follow Up Fixes - Pull request #1031 at c097fd2: Multiplayer Server, forked from Open Rails Ultimate; blueprint https://blueprints.launchpad.net/or/+spec/multiplayer-server - Pull request #1047 at eb8027b: Docs: adds translation docs - Pull request #1058 at 626ebed: Refactor notification parameters - Pull request #1059 at 313f795: Fix F9 powersupply crashes - Pull request #1055 at 1a01818: Route Based TTrack Sounds - Pull request #896 at f1681df: First implementation of https://blueprints.launchpad.net/or/+spec/specific-sounds-for-ai-trains
- Pull request #900 at b54024b: DMI in 3D cab + two more dials - Pull request #1030 at d3ae4a2: Refactor settings, in prep for settings exporter - Pull request #892 at 1f5ba4c: Signal Function OPP_SIG_ID_TRAINPATH - Pull request #961 at ffccb2e: Improvements for Power Supplies - Pull request #1015 at 1ade99e: Enhancements for EP brakes - Pull request #1029 at 31fd7d2: Superelevation Follow Up Fixes - Pull request #1031 at c097fd2: Multiplayer Server, forked from Open Rails Ultimate; blueprint https://blueprints.launchpad.net/or/+spec/multiplayer-server - Pull request #1047 at eb8027b: Docs: adds translation docs - Pull request #1059 at 313f795: Fix F9 powersupply crashes - Pull request #1061 at f75dc71: Fix F9 Web-page conflict. - Pull request #1055 at 1a01818: Route Based TTrack Sounds - Pull request #896 at f1681df: First implementation of https://blueprints.launchpad.net/or/+spec/specific-sounds-for-ai-trains
- Pull request #900 at b54024b: DMI in 3D cab + two more dials - Pull request #1030 at d3ae4a2: Refactor settings, in prep for settings exporter - Pull request #892 at 1f5ba4c: Signal Function OPP_SIG_ID_TRAINPATH - Pull request #961 at ffccb2e: Improvements for Power Supplies - Pull request #1015 at 1ade99e: Enhancements for EP brakes - Pull request #1029 at 31fd7d2: Superelevation Follow Up Fixes - Pull request #1047 at eb8027b: Docs: adds translation docs - Pull request #1059 at 313f795: Fix F9 powersupply crashes - Pull request #1061 at f75dc71: Fix F9 Web-page conflict. - Pull request #1055 at 1a01818: Route Based TTrack Sounds - Pull request #896 at f1681df: First implementation of https://blueprints.launchpad.net/or/+spec/specific-sounds-for-ai-trains
- Pull request #900 at b54024b: DMI in 3D cab + two more dials - Pull request #1030 at d3ae4a2: Refactor settings, in prep for settings exporter - Pull request #892 at 1f5ba4c: Signal Function OPP_SIG_ID_TRAINPATH - Pull request #961 at ffccb2e: Improvements for Power Supplies - Pull request #1015 at 1ade99e: Enhancements for EP brakes - Pull request #1029 at 31fd7d2: Superelevation Follow Up Fixes - Pull request #1063 at 6c23191: Better Missing Track Section Error Message - Pull request #1055 at 1a01818: Route Based TTrack Sounds - Pull request #896 at f1681df: First implementation of https://blueprints.launchpad.net/or/+spec/specific-sounds-for-ai-trains
- Pull request #900 at b54024b: DMI in 3D cab + two more dials - Pull request #1030 at d3ae4a2: Refactor settings, in prep for settings exporter - Pull request #892 at 1f5ba4c: Signal Function OPP_SIG_ID_TRAINPATH - Pull request #961 at ffccb2e: Improvements for Power Supplies - Pull request #1015 at 1ade99e: Enhancements for EP brakes - Pull request #1029 at 92c74ef: Superelevation Follow Up Fixes - Pull request #1063 at 6c23191: Better Missing Track Section Error Message - Pull request #1055 at 1a01818: Route Based TTrack Sounds - Pull request #896 at f1681df: First implementation of https://blueprints.launchpad.net/or/+spec/specific-sounds-for-ai-trains
- Pull request #900 at b54024b: DMI in 3D cab + two more dials - Pull request #1030 at d3ae4a2: Refactor settings, in prep for settings exporter - Pull request #892 at 1f5ba4c: Signal Function OPP_SIG_ID_TRAINPATH - Pull request #961 at ffccb2e: Improvements for Power Supplies - Pull request #1015 at 1ade99e: Enhancements for EP brakes - Pull request #1029 at 92c74ef: Superelevation Follow Up Fixes - Pull request #1063 at 6c23191: Better Missing Track Section Error Message - Pull request #1055 at 2b45594: Route Based TTrack Sounds - Pull request #896 at f1681df: First implementation of https://blueprints.launchpad.net/or/+spec/specific-sounds-for-ai-trains
- Pull request #900 at b54024b: DMI in 3D cab + two more dials - Pull request #1030 at d3ae4a2: Refactor settings, in prep for settings exporter - Pull request #1062 at 3b18c48: Train Forces popup Window. - Pull request #892 at 1f5ba4c: Signal Function OPP_SIG_ID_TRAINPATH - Pull request #961 at ffccb2e: Improvements for Power Supplies - Pull request #1015 at 1ade99e: Enhancements for EP brakes - Pull request #1029 at 92c74ef: Superelevation Follow Up Fixes - Pull request #1063 at 6c23191: Better Missing Track Section Error Message - Pull request #1055 at 2b45594: Route Based TTrack Sounds - Pull request #896 at f1681df: First implementation of https://blueprints.launchpad.net/or/+spec/specific-sounds-for-ai-trains
- Pull request #900 at b54024b: DMI in 3D cab + two more dials - Pull request #1030 at d3ae4a2: Refactor settings, in prep for settings exporter - Pull request #1062 at 3b18c48: Train Forces popup Window. - Pull request #892 at 1f5ba4c: Signal Function OPP_SIG_ID_TRAINPATH - Pull request #961 at ffccb2e: Improvements for Power Supplies - Pull request #1015 at 1ade99e: Enhancements for EP brakes - Pull request #1029 at 92c74ef: Superelevation Follow Up Fixes - Pull request #1063 at 6c23191: Better Missing Track Section Error Message - Pull request #1055 at 556ad1d: Route Based TTrack Sounds - Pull request #896 at f1681df: First implementation of https://blueprints.launchpad.net/or/+spec/specific-sounds-for-ai-trains
- Pull request #900 at b54024b: DMI in 3D cab + two more dials - Pull request #1030 at d3ae4a2: Refactor settings, in prep for settings exporter - Pull request #1062 at 3b18c48: Train Forces popup Window. - Pull request #892 at 1f5ba4c: Signal Function OPP_SIG_ID_TRAINPATH - Pull request #961 at ffccb2e: Improvements for Power Supplies - Pull request #1015 at 1ade99e: Enhancements for EP brakes - Pull request #1029 at 92c74ef: Superelevation Follow Up Fixes - Pull request #1063 at 6c23191: Better Missing Track Section Error Message - Pull request #1055 at d133921: Route Based TTrack Sounds - Pull request #896 at f1681df: First implementation of https://blueprints.launchpad.net/or/+spec/specific-sounds-for-ai-trains
|
Hi @pzgulyas the blueprint is now approved. I solved the merge conflicts (which cancelled your review). Could you re-approve it? Thanks |
- Pull request #900 at b54024b: DMI in 3D cab + two more dials - Pull request #1030 at d3ae4a2: Refactor settings, in prep for settings exporter - Pull request #1062 at 3b18c48: Train Forces popup Window. - Pull request #892 at 1f5ba4c: Signal Function OPP_SIG_ID_TRAINPATH - Pull request #961 at ffccb2e: Improvements for Power Supplies - Pull request #1015 at 1ade99e: Enhancements for EP brakes - Pull request #1029 at 92c74ef: Superelevation Follow Up Fixes - Pull request #1063 at 6c23191: Better Missing Track Section Error Message - Pull request #1065 at eb49b25: Fix for PantographToggle sound event - Pull request #1055 at d133921: Route Based TTrack Sounds - Pull request #896 at f1681df: First implementation of https://blueprints.launchpad.net/or/+spec/specific-sounds-for-ai-trains
- Pull request #900 at b54024b: DMI in 3D cab + two more dials - Pull request #1030 at d3ae4a2: Refactor settings, in prep for settings exporter - Pull request #1062 at 3b18c48: Train Forces popup Window. - Pull request #892 at 1f5ba4c: Signal Function OPP_SIG_ID_TRAINPATH - Pull request #961 at ffccb2e: Improvements for Power Supplies - Pull request #1015 at 1ade99e: Enhancements for EP brakes - Pull request #1029 at 92c74ef: Superelevation Follow Up Fixes - Pull request #1063 at 6c23191: Better Missing Track Section Error Message - Pull request #1065 at 409064d: Fix for PantographToggle sound event - Pull request #1055 at d133921: Route Based TTrack Sounds - Pull request #896 at f1681df: First implementation of https://blueprints.launchpad.net/or/+spec/specific-sounds-for-ai-trains
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I cannot spot any problems with these changes.
|
Thanks! |
Includes some features by @Sharpe49:
Additionally:
This is a huge PR, probably the best way to review it is commit by commit (there are also a lot though)