forked from openrails/openrails
-
Notifications
You must be signed in to change notification settings - Fork 0
Settings Exporter - private PR #5
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
Draft
rwf-rr
wants to merge
199
commits into
refactor-user-settings-location
Choose a base branch
from
refactor-user-settings-loc/export-settings
base: refactor-user-settings-location
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Settings Exporter - private PR #5
rwf-rr
wants to merge
199
commits into
refactor-user-settings-location
from
refactor-user-settings-loc/export-settings
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…witch and a push button
… battery switch when service retention is cancelled (usable only when the battery relay is controlled by push buttons)
… as the C# signal scripts (compatible with current scripts)
…orm: "Cancel: changes made in the 'Manually Installed' tab will not be saved, are you sure?". Saving will only be done when pressing the Ok button.
Update Mode texts now have more room for length Russian translations
Russian localization up to 2025 Jan 3-rd
…for adding or changing a route.
…ich the route name is the same as an "Auto Installed" route, the manual name is changed by adding (1), (2) etc.
…me clashes can occur with local routes. This update renames the manual added route appending (1), (2) etc. This update does the same when automatic routes are added.
…location Refactor settings, in prep for settings exporter
Content Manager: Add axle count, and lowest derail force
…an-text2 arranges Options > System tab for longer texts
…mage Change cover image for v1.6
Re-organise document storage and access
Fix SME brakes not working
Log derailment, using TraceInformation.
Adds Polish transations
…meClash Menu contents route name clash
Fix a NullReferenceException in TCS scripts
Default PowerSupply script for steam locomotives
Included manual resolution of conflict in Source/ORTS.sln.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is the SettingsExporter, to be added on top of the Settings refactoring openrails#1030.
New Contrib.SettingsExporter command-line executable.
Exporting from the Registry, when OpenRails.ini already exists.
The actual output includes a list of UserSettings names. These are printed by the following code in
UserSettings.Save()
:I am not sure why that
Console.WriteLine
is there. The other settings classes don't have it.