141 Commits
Author SHA1 Message Date
Jonathan Feenstra 43caaa5e84 Change IOrganizer::profile return type to a shared_ptr (#15) 2026-01-11 19:10:26 +01:00
Mikaël Capelle 934de7784e Move to VCPKG. (#14) 2025-05-29 11:03:30 +02:00
Mikaël Capelle 9d59d54512 Revert bad formatting from previous PR. (#13) 2024-06-09 22:45:39 +02:00
Mikaël Capelle 208f148bbe Add Github Action for Build (#12)
* Update .gitattributes.
* Add github actions.
2024-06-09 14:14:06 +02:00
Mikaël Capelle c6106de75d Refactoring of game features for better management. (#11) 2024-06-09 12:29:08 +02:00
Mikaël Capelle 13f38f2c34 Merge pull request #10 from ModOrganizer2/dev/c++20
Switch to C++20 for std::format.
2024-05-21 21:22:20 +02:00
Mikaël Capelle 290d5a4c32 Switch to C++20 for std::format. 2024-05-21 21:21:08 +02:00
Chris Djali 95e34a8414 Merge pull request #9 from ModOrganizer2/dev/deps-upgrade-20240518
Enable two-phase lookup for Qt 6.7.
2024-05-18 18:40:49 +01:00
Mikaël Capelle 2f0d1296d5 Enable two-phase lookup for Qt 6.7. 2024-05-18 19:20:24 +02:00
Mikaël Capelle c1895b0eab Merge pull request #8 from ModOrganizer2/omod-folder-install
Isolate the plugin in a single folder
2022-05-02 22:14:27 +02:00
Mikaël Capelle 52a94ad743 Switch to a folder plugin. 2022-05-02 20:56:51 +02:00
Mikaël Capelle 82fd0958ad Merge pull request #7 from ModOrganizer2/update-cmake-common-qt6
Update following cmake_common changes.
2022-04-28 18:17:17 +02:00
Mikaël Capelle 4f6f02234f Update following cmake_common changes. 2022-04-19 23:33:31 +02:00
Jeremy Rimpo 525b14359f Merge remote-tracking branch 'origin/master' into qt6 2022-04-17 17:49:49 -05:00
Chris Djali 545e143634 Merge pull request #6 from LostDragonist/ini_fix
Fix in-place edits to files being installed
2022-01-02 18:19:55 +00:00
Chris Bessent 6d3a8b7d4b Change the version 2022-01-02 11:17:56 -07:00
Chris Bessent 49751ff381 Fix in-place edits to files being installed
Calling Pretty with GetDataFiles() and GetPlugins() was causing the
files to be extracted again and most of the work done by the script
to be thrown away.
2022-01-02 10:41:45 -07:00
Jeremy Rimpo 675be5bf4a Fixes for removal of Core5Compat 2021-12-06 23:44:10 -06:00
Jeremy Rimpo 9c4ff6b601 Changes to compile with Qt6 + Boost 1.77 2021-12-05 03:42:42 -06:00
Chris Bessent e381391ecf Update translations 2021-11-23 20:57:05 -07:00
Chris Djali 0c7de3c2db Merge pull request #5 from AnyOldName3/no-default-log
Ensure default OMODFramework log isn't created
2021-07-12 19:11:45 +01:00
AnyOldName3 916f3a812a Ensure default OMODFramework log isn't created
The default location is in the same directory as the OMODFramework DLL.
That doesn't work when MO2 is installed to Program Files.
2021-06-05 23:28:47 +01:00
Mikaël Capelle de2e2c5b52 Merge pull request #4 from ModOrganizer2/2.2.1-bump
Bump OMODFramework to 2.2.1 to fix a crash
2021-05-20 20:23:09 +02:00
Mikaël Capelle 9eaddc213f Merge pull request #3 from ModOrganizer2/constructor-catch
Catch and rethrow .NET exceptions in OMODFrameworkWrapper constructor
2021-05-20 20:22:58 +02:00
Chris Djali 810f8cbf99 Bump OMODFramework to 2.2.1 to fix a crash
BSAs with zero-length folder names (I'm presuming where there are consecutive backslashes in a path) caused a negative-length read from a file. Now they don't.
2021-05-04 21:11:11 +01:00