aboutsummaryrefslogtreecommitdiff
path: root/launcher/minecraft
AgeCommit message (Expand)Author
2022-08-31Merge pull request #1067 from Scrumplex/classpath-epicnessflow
2022-08-31Merge pull request #1080 from flowln/eternal_cacheflow
2022-08-21fix: make FML libraries cache eternalflow
2022-08-21fix: make libraries cache eternalflow
2022-08-20fix: LGTM warningsflow
2022-08-20change: add enable/disable to resourcesflow
2022-08-20refactor+fix: add new tests for Resource models and fix issuesflow
2022-08-20refactor: simplify Mod structureflow
2022-08-20fix(tests): add timeout on ModFolderModel's testsflow
2022-08-20fix: don't give shared pointer to obj. external to the modelflow
2022-08-20refactor: adapt rest of the codebase to the new resource modelflow
2022-08-20refactor: make Resource Pack model inherit from ResourceFolderModelflow
2022-08-20refactor: move more tied logic to model and move logic to the resourcesflow
2022-08-20refactor: move things around in the mod modelflow
2022-08-20refactor: move general code from mod model to its own modelflow
2022-08-20refactor: move general info from Mod to Resourceflow
2022-08-20Merge pull request #878 from flowln/lazy_settingsSefa Eyeoglu
2022-08-20Merge pull request #1023 from flowln/better_shared_ptrSefa Eyeoglu
2022-08-18refactor: move classpath definition into NewLaunch itselfSefa Eyeoglu
2022-08-11fix: only remove orphaned metadata on first openingflow
2022-08-04refactor+fix: use QSharedPointer for shared_qobject_ptrflow
2022-08-02fix: remove orphaned metadata to avoid problems with auto-updating instsflow
2022-07-30Merge pull request #941 from Scrumplex/bump-cxx-standardLennyMcLennington
2022-07-26chore: add some debugging prints in AccountListflow
2022-07-23Merge pull request #877 from Scrumplex/refactor-offline-accountsSefa Eyeoglu
2022-07-23fix: treat accounts as offline, if auth servers are downSefa Eyeoglu
2022-07-22change: unicode chars for folders and disabled mods in mod listflow
2022-07-22fix: use single-space unicode char for checkmark in mod listflow
2022-07-20refactor!: bump to C++17 and C17Sefa Eyeoglu
2022-07-17fix: raw-pointers and leaks in ModFolderLoadTaskflow
2022-07-17fix: std::list -> QListflow
2022-07-17change: use ModStatus as a simple member instead of a pointerflow
2022-07-17change: make Mod a QObject used as a pointerflow
2022-07-17change: mod metadata improvementsflow
2022-07-17fix: mod parsing of 'String-fied' version (i.e. OpenBlocks)flow
2022-07-17feat: add metadata get/delete via mod idflow
2022-07-17feat: remove existing mod when updating/redownloading itflow
2022-07-17feat: add update mods to the ui / mod modelflow
2022-07-17change: allow deleting mods while preserving their metadataflow
2022-07-12fix: move time record overrides to BaseInstanceflow
2022-07-10chore: update license headersSefa Eyeoglu
2022-07-10fix: fix slots for Qt 6Sefa Eyeoglu
2022-07-10refactor: fix deprecation up to Qt 6Sefa Eyeoglu
2022-07-10refactor: replace QRegExp with QRegularExpressionSefa Eyeoglu
2022-07-10refactor: fix deprecation up to Qt 5.15Sefa Eyeoglu
2022-07-10Merge pull request #876 from Scrumplex/revert-updater-stuffdada513
2022-07-09Merge pull request #808 from Scrumplex/fix-lgtm-warningsSefa Eyeoglu
2022-07-08Merge pull request #839 from flowln/modrinth_packs_bug_huntSefa Eyeoglu
2022-07-06feat: lazy-load MinecraftInstance settingsflow
2022-07-06change: put settings initialization in a separate functionflow