-
-
Notifications
You must be signed in to change notification settings - Fork 117
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move autosaved data to dedicated config file
Autosaved data is instead saved to a *.autosave.cfg config file, which is automatically loaded along it's associated main *.cfg file. The goal is to eventually no longer modify user-authored configuration automatically, so that it can't introduce unintended changes. This will also allow proper version control of config files without producing unnecessarily noisy diffs. Autosaved data will keep being read from both embedded and dedicated sources, but the SAVE_CONFIG command will only write the dedicated file from now on. This maintains backwards-compatibility, while gradually migrating existing autosaved settings to the *.autosave.cfg file whenever the command keeps being used. This is just the first step in a bigger migration process, and therefore still requires some automated changes to the user config files at the moment. However, this will reduce the necessary changes, and is only required while the embedded autosave system is still supported.
- Loading branch information
Showing
1 changed file
with
34 additions
and
12 deletions.
There are no files selected for viewing
This file contains 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