Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-07-21 | settings: Delete cpu_accuracy_first_time | lat9nq | |
Almost a 2 year old migration setting now | |||
2023-07-21 | configuration/shared: Clean up includes [IWYU] | lat9nq | |
2023-07-21 | general: Add typeinfo where needed | lat9nq | |
Using typeid without including typeinfo first produces an ill-formed program. | |||
2023-07-21 | shared_translation: Populate combobox enums with macro | lat9nq | |
2023-07-21 | shared_translation: Add translation for use video framrate | lat9nq | |
2023-07-21 | settings,general: Rename non-confirming enums | lat9nq | |
2023-07-21 | settings,general: Rename/reorder setting ids | lat9nq | |
2023-07-21 | shared_translation: Add translation for AstcRecompression | lat9nq | |
2023-07-21 | shared_translation: Add missing tooltips | lat9nq | |
2023-07-21 | configuration: Use a mapping of setting value to name | lat9nq | |
Makes comboboxes always correspond to the value of the setting they're modifying. | |||
2023-07-21 | configure_audio: Implement ui generation | lat9nq | |
Needs a considerable amount of management specific to some of the comoboboxes due to the audio engine configuration. general: Partial audio config implmentation configure_audio: Implement ui generation Needs a considerable amount of management specific to some of the comoboboxes due to the audio engine configuration. general: Partial audio config implmentation settings: Make audio settings as enums | |||
2023-07-21 | shared_widget: Refactor helpers | lat9nq | |
Makes checkbox creation an option as opposed to a label. | |||
2023-07-21 | configure_system: Implement with for loop | lat9nq | |
2023-07-21 | shared_translation: Add UI widget translations | lat9nq | |
2023-07-21 | configuration: Use buttons instead of highlights | lat9nq | |
Only for updated configs at the moment | |||
2023-07-21 | shared_translations: Re flow strings | lat9nq | |
2023-07-21 | settings: Add anisotropy mode enum | lat9nq | |
2023-07-21 | shared_translation: Finish using int ids | lat9nq | |
2023-07-21 | configure_graphics: Partial runtime implementation | lat9nq | |
2023-07-21 | shared_translation: Add the rest of the settings | lat9nq | |
2023-07-21 | shared_translation: Add copyright and license | lat9nq | |
2023-07-21 | configure_graphics_advance: Generate UI at runtime | lat9nq | |
We can iterate through the AdvancedGraphics settings and generate the UI during runtime. This doesn't help runtime efficiency, but it helps a ton in reducing the amount of work a developer needs in order to add a new setting. |