Compare commits

..

3 Commits

Author SHA1 Message Date
jessey 3c85ef6bfc Merge remote-tracking branch 'origin/main' into fix/gui-add-game-launcher
tests / core (pull_request) Successful in 13s
tests / gui-smoke (pull_request) Successful in 27s
# Conflicts:
#	CHANGELOG.md
#	pyproject.toml
#	src/rigdoctor/__init__.py
2026-05-29 17:05:07 +02:00
jessey 8094a6f8c1 chore(release): v0.42.1
tests / core (pull_request) Successful in 14s
tests / gui-smoke (pull_request) Successful in 30s
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-05-29 16:33:25 +02:00
jessey a05fb0e9d6 fix(games): let the GUI Add-game dialog link a launcher & log folder
The "Add game…" button only prompted for a name (single-field QInputDialog),
so a custom game couldn't be given its launch command or log dir from the GUI —
the command/logdir were CLI-only, leaving SPT unlaunchable from the app. Replace
it with a proper dialog: name + an optional launch command/script (with a file
browser) + an optional log folder (auto-detected from the script's folder when
left blank), wired to the existing customgames.add(command=, logdir=).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-05-29 16:32:54 +02:00

Diff Content Not Available