50 Commits
Author SHA1 Message Date
Mikaël Capelle 8b1f5fed80 Update README.md before archiving. 2025-05-29 16:56:46 +02:00
Mikaël Capelle 0076e5431b Use game plugin to obtain My Games path instead of passing it construction (#57)
* Use game plugin to obtain My Games path instead of passing it during construction.
* Add function to access the game directory from the data archive feature.
* Add way to change the local saves dummy for local saves.
2024-06-22 08:28:54 +02:00
Mikaël Capelle 4bb99b4144 Switch to MO2 check-format action. (#55) 2024-06-09 13:56:29 +02:00
Mikaël Capelle 8edcdedb1f Refactoring of game features for better management. (#54) 2024-06-09 12:30:30 +02:00
Mikaël Capelle f3dbd387c4 Remove unused fmt header. (#53) 2024-05-21 21:24:55 +02:00
Mikaël Capelle b774bf21f4 Merge pull request #47 from ModOrganizer2/dev/refresh-callback
Fix onAboutToRun ambiguous call.
2023-09-29 08:24:09 +02:00
Mikaël Capelle 2e3a107af8 Merge pull request #44 from ModOrganizer2/dev/fix-ci
Add missing zlib in github actions.
2023-09-18 15:43:39 +02:00
Mikaël Capelle 5b29f17366 Merge pull request #42 from ModOrganizer2/dev/cleaning
Clang-Format + Github Workflows
2023-07-13 20:52:26 +02:00
Mikaël Capelle 7775eed682 Add Github workflows. 2023-07-13 20:44:05 +02:00
Mikaël Capelle dc6301575d Add .git-blame-ignore-revs. 2023-07-13 20:28:12 +02:00
Mikaël Capelle f4c5c55355 Apply clang-format. 2023-07-13 20:27:52 +02:00
Mikaël Capelle debe52a2ac Merge pull request #40 from ModOrganizer2/update-cmake-common-qt6
Update cmake common qt6
2022-04-28 17:51:58 +02:00
Mikaël Capelle 4330d9c841 Minor updates. 2022-04-19 22:57:56 +02:00
Mikaël Capelle 5088ff316a Update following cmake_common changes.
# Conflicts:
#	src/gamebryo/game_gamebryo_en.ts
2022-04-19 22:51:50 +02:00
Mikaël Capelle 954d5333d9 Merge pull request #35 from Holt59/remove-boost-uibase
Update after removal of boost in uibase.
2021-05-27 15:43:19 +02:00
Mikaël Capelle 6bcefeda24 Update after removal of boost in uibase. 2021-05-26 19:46:38 +02:00
Mikaël Capelle 3abd56d555 Merge pull request #33 from Holt59/case-insensitive-pluginlist
Make reading the plugin list case-insensitive.
2021-01-31 18:44:52 +01:00
Mikaël Capelle 6e0e60e01f Make reading the plugin list case-insensitive. 2021-01-31 16:12:43 +01:00
Mikaël Capelle dcafbc0efb Replace ScriptExtender saveGameAttachmentExtensions with savegameExtension. 2020-11-21 12:24:28 +01:00
Mikaël Capelle 0509bb654d Do not list saves recursively. 2020-11-20 21:28:30 +01:00
Mikaël Capelle 035cfa3fd4 Clean comment. 2020-11-19 09:45:46 +01:00
Mikaël Capelle 5e2f91bbe3 Clean readImage() comment. 2020-11-19 09:39:32 +01:00
Mikaël Capelle eb76c22197 Update for IPluginGame::listSaves(). 2020-11-18 19:24:38 +01:00
Mikaël Capelle 1fbda6e524 Merge pull request #29 from Holt59/iplugingame-detectgame
Replace IPlugin::registered() by IPluginGame::detectGame().
2020-11-06 20:17:43 +01:00
Mikaël Capelle efe48ad7f0 Replace IPlugin::registered() by IPluginGame::detectGame(). 2020-11-06 18:56:00 +01:00
Mikaël Capelle b0d4c6fff2 Merge pull request #27 from Holt59/imodlist-updates
IModList updates
2020-10-26 21:37:42 +01:00
Mikaël Capelle 631bcd24cf Fix for getMod(). 2020-10-25 17:41:31 +01:00
Mikaël Capelle e9c717d9b6 Move IOrganizer::modsSortedByProfilePriority() to IModList::allModsByProfilePriority(). 2020-10-25 16:54:29 +01:00
Mikaël Capelle a4f996fd96 Fix modgroups extension in ModDataChecker. 2020-06-28 11:52:30 +02:00
Mikaël Capelle 1b45bff9be Update following change to getLoadOrder() in game_features. 2020-06-14 15:38:33 +02:00
Mikaël Capelle 3d4f8a47f0 Update following ModDataChecker change. 2020-06-13 23:53:54 +02:00
Mikaël Capelle 9eaab72638 Use getFileVersion() and getProductVersion() from uibase. 2020-06-09 23:38:07 +02:00
Mikaël Capelle a3b16d89d5 Use product version instead of file version when file version looks invalid. 2020-06-08 21:55:18 +02:00
Mikaël Capelle 27df9fac0f Remove index variable in registerFeature. 2020-05-28 19:23:30 +02:00
Mikaël Capelle 9d0c4bd050 Fix old comment. 2020-05-28 19:23:00 +02:00
Mikaël Capelle 3c6075e5c2 Add CONTENT_SKSE_FILES as filter-only Content. 2020-05-27 22:01:00 +02:00
Mikaël Capelle fbfeea16bf Rename 'Game Plugins (...)' to 'Plugins (...)'. 2020-05-27 21:34:43 +02:00
Mikaël Capelle ad7f16854e Do not register the feature here by default. 2020-05-27 14:44:10 +02:00
Mikaël Capelle 1537823d67 Add custom variable to specify the first available Content game can replace. 2020-05-27 14:43:57 +02:00
Mikaël Capelle a12c765d48 Fix issue with m_Enabled. 2020-05-27 14:43:41 +02:00
Mikaël Capelle 4dc3e31a5a Delete previous game features when new ones are registered. 2020-05-26 21:35:15 +02:00
Mikaël Capelle 176a79dcc9 Set GamebryoModDataContent as default and allow child class to disable contents. 2020-05-26 21:27:13 +02:00
Mikaël Capelle 5cecd25a81 Fix order of argument in Content(). 2020-05-25 19:45:26 +02:00
Mikaël Capelle c275363146 Add ModDataContent feature for GameBryo. 2020-05-25 18:53:25 +02:00
Mikaël Capelle 914175b9f0 Make m_Game protected in ModDataChecker. 2020-05-22 23:25:57 +02:00
Mikaël Capelle 9306829d6a Change the way possible folder names and file extensions are provided to ModDataChecker. 2020-05-22 22:59:58 +02:00
Mikaël Capelle 54a8c4697e Remove getDataFolderName(). 2020-05-22 15:51:21 +02:00
Mikaël Capelle 2468f97b13 Add getProductVersion() method. 2020-05-18 19:36:45 +02:00
Mikaël Capelle 062c20fd89 Move ModDataChecker at the right location. 2020-05-16 23:26:47 +02:00
Mikaël Capelle 8596f23f81 Add ModDataChecker game feature for GameBryo. 2020-05-16 18:58:16 +02:00