Commit Graph
560 Commits
Author SHA1 Message Date
Mitchell Syer 3ff76e2798 Fix Dispatch Executable and missing README Info (#229) 2026-06-06 09:32:42 +02:00
Mikaël Capelle b21772ffdf Bump dependencies and add manual type-stubs for PyQt6. (#228) 2026-06-06 09:28:31 +02:00
Jeremy Rimpo 83c431955c Allow moving the Altar plugins for certain mod compatibility 2026-05-23 10:30:33 -05:00
Jeroen Ruigrok van der Werven ca07368f7b Fix small typo in FF7 Rebirth plugin name 2026-05-23 10:30:13 -05:00
Jeroen Ruigrok van der Werven b2cab08db1 Fix wrong GOG Id for Darkest Dungeon (#225) 2026-05-21 16:40:51 +02:00
pezeee001 61b8a22ff1 fix poseidon link in readme (#223) 2026-05-11 07:31:04 +02:00
Gabriel 7accbb827e Add Kingdom Come: Deliverance II Plugin (#221) 2026-05-08 10:29:27 +02:00
Eeshta 45359c5ff9 fix(sts2): create mods directory if missing (#217) 2026-04-20 09:36:31 +02:00
Jonathan Feenstra 67cdd4fcb2 [Baldur's Gate 3]: Fix UnicodeEncodeError and ValueError (#218)
* [Baldur's Gate 3]: Fix UnicodeEncodeError when writing to mod settings
* [Baldur's Gate 3]: Fix ValueError due to assumption that MO2 is installed in home directory
2026-04-20 09:36:10 +02:00
Eeshta 3262f22ed8 Add support for Slay the Spire 2 (#216) 2026-04-18 10:39:51 +02:00
pre-commit-ci[bot] e293a98ab8 [pre-commit.ci] Pre-commit autoupdate. (#214) 2026-04-07 07:56:07 +02:00
Daniel Schlatter 1ff1ee4ea6 [bg3] fix lslib extraction for newer versions (#211) 2026-03-15 16:32:23 +01:00
Zash fda5d6ab1e Cyberpunk: add crash message with tips (#209) 2026-01-11 17:44:40 +01:00
Zash b9013090fb Add support for Thunderstore plugin (#199) 2026-01-11 17:44:06 +01:00
Zash cc5c3f27a8 Fix: BasicLocalSavegames not using savesDirectory() defined after init() (#208) 2026-01-11 14:15:29 +01:00
pre-commit-ci[bot] 6fb92474ac [pre-commit.ci] Pre-commit autoupdate. (#207)
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.13.3 → v0.14.10](https://github.com/astral-sh/ruff-pre-commit/compare/v0.13.3...v0.14.10)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2026-01-05 19:23:48 +01:00
Daniel Schlatter 48cddc62ba Make bg3 plugin more robust (#204)
* fix plugin icons not showing up when building with mob by embedding svgs instead
* gate yaml import in bg3_file_mapper to ensure its only imported if user is using the functionality
* bail out of mapping function early if modlist is empty
* ensure spacing is consistent in generated modsettings.xml by creating a function to share the creating of the xml strings for ModuleShortDesc
* dont do diffing if file doesnt exist or debug logging is not enabled
* ensure dialog boxes are exec'd so the user can see them
* mv log.txt files to logs dir, only make one logging statement for file moving
* remove empty folders left behind by plugin in documents dir when executable finishes, log folders removed
* add conversion of yamls in bin folder that wont get mapped to the documents directory
* ensure all directories are created when they are needed
* add catch for oserror in pak parsing function
* add a small sleep after creation of modsettings.xml to ensure the executable does not launch too fast to see it
* create directories that should be sent to overwrite folder from the documents folder if they dont exist in the mapping function, log all directories mapped if debug is enabled
2026-01-04 11:13:52 +01:00
Bryan d856199d29 Add support for Schedule I (#206) 2026-01-04 11:12:25 +01:00
gitnate-d b34756cfc9 add No Man's Sky save directory and extension (#202) 2025-12-28 18:46:02 +01:00
Mitchell Syer 9c17f36ab4 Dispatch game support (#203) 2025-12-28 18:45:35 +01:00
CheffieGithub aef70d307d Darkest Dungeon update (#205) 2025-12-28 18:43:42 +01:00
Jim Carroll d7e0c5a248 Plugin for Silent Hill 2 Remake (#201) 2025-11-11 21:02:46 +01:00
qudixandpre-commit-ci[bot] 80dc114885 feat: cyberpunk2077 (#200)
* feat: delete toplevel extraneous files

* chore: rename executables

* [pre-commit.ci] Auto fixes from pre-commit.com hooks.

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2025-10-20 22:36:35 +02:00
Daniel Schlatter 3b2f67ce4c disable unneeded configparser interpolation that causes issues when %s are present in values (#198) 2025-10-10 09:50:58 +02:00
pre-commit-ci[bot] 003d313d7e [pre-commit.ci] Pre-commit autoupdate. (#197)
updates:
- [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v5.0.0...v6.0.0)
- [github.com/astral-sh/ruff-pre-commit: v0.12.2 → v0.13.3](https://github.com/astral-sh/ruff-pre-commit/compare/v0.12.2...v0.13.3)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2025-10-07 15:01:43 +02:00