Age | Commit message (Expand) | Author |
2022-08-20 | refactor: adapt rest of the codebase to the new resource model | flow |
2022-08-20 | refactor: make Resource Pack model inherit from ResourceFolderModel | flow |
2022-08-20 | refactor: move more tied logic to model and move logic to the resources | flow |
2022-08-20 | refactor: move things around in the mod model | flow |
2022-08-20 | refactor: move general code from mod model to its own model | flow |
2022-08-20 | refactor: move general info from Mod to Resource | flow |
2022-08-20 | Merge pull request #878 from flowln/lazy_settings | Sefa Eyeoglu |
2022-08-20 | Merge pull request #1023 from flowln/better_shared_ptr | Sefa Eyeoglu |
2022-08-18 | refactor: move classpath definition into NewLaunch itself | Sefa Eyeoglu |
2022-08-11 | fix: only remove orphaned metadata on first opening | flow |
2022-08-08 | fix: don't apply GameMode/MangoHud, if they aren't supported | Sefa Eyeoglu |
2022-08-08 | refactor: don't include mangohud's library path | Sefa Eyeoglu |
2022-08-04 | refactor+fix: use QSharedPointer for shared_qobject_ptr | flow |
2022-08-02 | fix: remove orphaned metadata to avoid problems with auto-updating insts | flow |
2022-07-30 | Merge pull request #941 from Scrumplex/bump-cxx-standard | LennyMcLennington |
2022-07-26 | chore: add some debugging prints in AccountList | flow |
2022-07-23 | Merge pull request #877 from Scrumplex/refactor-offline-accounts | Sefa Eyeoglu |
2022-07-23 | fix: treat accounts as offline, if auth servers are down | Sefa Eyeoglu |
2022-07-22 | change: unicode chars for folders and disabled mods in mod list | flow |
2022-07-22 | fix: use single-space unicode char for checkmark in mod list | flow |
2022-07-20 | refactor!: bump to C++17 and C17 | Sefa Eyeoglu |
2022-07-17 | fix: raw-pointers and leaks in ModFolderLoadTask | flow |
2022-07-17 | fix: std::list -> QList | flow |
2022-07-17 | change: use ModStatus as a simple member instead of a pointer | flow |
2022-07-17 | change: make Mod a QObject used as a pointer | flow |
2022-07-17 | change: mod metadata improvements | flow |
2022-07-17 | fix: mod parsing of 'String-fied' version (i.e. OpenBlocks) | flow |
2022-07-17 | feat: add metadata get/delete via mod id | flow |
2022-07-17 | feat: remove existing mod when updating/redownloading it | flow |
2022-07-17 | feat: add update mods to the ui / mod model | flow |
2022-07-17 | change: allow deleting mods while preserving their metadata | flow |
2022-07-12 | fix: move time record overrides to BaseInstance | flow |
2022-07-10 | chore: update license headers | Sefa Eyeoglu |
2022-07-10 | fix: fix slots for Qt 6 | Sefa Eyeoglu |
2022-07-10 | refactor: fix deprecation up to Qt 6 | Sefa Eyeoglu |
2022-07-10 | refactor: replace QRegExp with QRegularExpression | Sefa Eyeoglu |
2022-07-10 | refactor: fix deprecation up to Qt 5.15 | Sefa Eyeoglu |
2022-07-10 | Merge pull request #876 from Scrumplex/revert-updater-stuff | dada513 |
2022-07-09 | Merge pull request #808 from Scrumplex/fix-lgtm-warnings | Sefa Eyeoglu |
2022-07-08 | Merge pull request #839 from flowln/modrinth_packs_bug_hunt | Sefa Eyeoglu |
2022-07-06 | feat: lazy-load MinecraftInstance settings | flow |
2022-07-06 | change: put settings initialization in a separate function | flow |
2022-07-06 | Revert "fix: remove updater if it is not used" | Sefa Eyeoglu |
2022-07-06 | Merge pull request #794 from Scrumplex/resolve-jars-dynamically | Sefa Eyeoglu |
2022-07-06 | Merge pull request #707 from Jan200101/PR/gamemode | Sefa Eyeoglu |
2022-07-06 | Add Performance related settings | Jan200101 |
2022-07-03 | fix: aborts when using a Qt build with assertions enabled | flow |
2022-07-03 | feat: resolve JARs dynamically | Sefa Eyeoglu |
2022-07-03 | Merge pull request #855 from Gingeh/account-list | Sefa Eyeoglu |
2022-07-02 | Merge pull request #864 from ivanpu/uncensored-offline | flow |