OpenTTD/src/table/settings
Patric Stout feb2ddbefa
Codechange: rename SettingGuiFlag to SettingFlag (#9332)
It is a lovely organicly grown enum, where it started off with
GUI-only flags, and after that a few flags got added that can be
considered GUI-only (the GUI disables/enables based on them), to
only have flags added that has nothing to do with the GUI.

So be less confusing, and rename them to what they do.

Additionally, I took this opportunity to rename 0ISDISABLED to
reflect what it really does.
2021-06-03 21:18:29 +02:00
..
CMakeLists.txt Codechange: move all settings.ini files to table/settings 2021-05-29 11:27:00 +02:00
company_settings.ini Codechange: rename SettingGuiFlag to SettingFlag (#9332) 2021-06-03 21:18:29 +02:00
currency_settings.ini Codechange: rename SettingGuiFlag to SettingFlag (#9332) 2021-06-03 21:18:29 +02:00
gameopt_settings.ini Codechange: rename SettingGuiFlag to SettingFlag (#9332) 2021-06-03 21:18:29 +02:00
misc_settings.ini Codechange: rename SettingGuiFlag to SettingFlag (#9332) 2021-06-03 21:18:29 +02:00
settings.ini Codechange: rename SettingGuiFlag to SettingFlag (#9332) 2021-06-03 21:18:29 +02:00
win32_settings.ini Codechange: rename SettingGuiFlag to SettingFlag (#9332) 2021-06-03 21:18:29 +02:00
window_settings.ini Codechange: rename SettingGuiFlag to SettingFlag (#9332) 2021-06-03 21:18:29 +02:00