summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Collapse)Author
2026-05-07remove dead code across frontend and backendChristopher Lott
- Remove TS ConfigurationManager class in configSchema.ts (called non-existent backend methods; only getDefaults() was used, replaced with direct import) - Remove Python update_config method and create_config_from_args (unreachable since plugin.py routes through update_config_from_dict; also carried a duplicate @staticmethod that would crash at runtime) - Delete configuration_helpers_generated.py entirely (all three functions were unused) - Remove their generators from generate_python_boilerplate.py - Remove dead generated code from config_schema_generated.py (create_config_dict, get_function_parameters, TOML_FIELDS, SCRIPT_FIELDS) - Remove duplicate import in config_schema.py - Remove unused config prop from UsageInstructions component
2025-10-20feat: add DXVK_HDR=0 when enable wsi toggled offxXJSONDeruloXx
2025-09-16feat: add enable zink toggle for openGL compatxXJSONDeruloXx
2025-07-26swap wsi disable to enable, ui toggle off state as enable = 0 on defaultxXJSONDeruloXx
2025-07-25fix conflicting wsi toggle state on mountv0.7.2xXJSONDeruloXx
2025-07-24add wsi and force enable vkbasalt env var args and uixXJSONDeruloXx
2025-07-22use generated kwargs and config in more hardcoded placesxXJSONDeruloXx
2025-07-22further automate population of hardcoded fieldsxXJSONDeruloXx
2025-07-22refactor: update configuration handling to use object-based APIxXJSONDeruloXx