aboutsummaryrefslogtreecommitdiff
path: root/launcher/minecraft
AgeCommit message (Expand)Author
2022-11-21refactor: remove old updaterSefa Eyeoglu
2022-11-20fix: remove commented-out assertionsflow
2022-11-20refactor: move RP/TP validation to their respective utilsflow
2022-11-19Merge pull request #291 from TheKodeToad/betterjavalauncherSefa Eyeoglu
2022-11-19fix instance IDs and resource pack importsRyan Cao
2022-11-19fix: add resource pack format for 1.19.3Ryan Cao
2022-11-19fix: check if packFormat is valid for resourcepack parsingRyan Cao
2022-11-19fix resource packs and add support for texture packsRyan Cao
2022-11-16refactor: use isEmpty instead of size for listsSefa Eyeoglu
2022-11-16fix: serialize metadata extensionsSefa Eyeoglu
2022-11-16fix: remove unnecessary conditionSefa Eyeoglu
2022-11-15fix: use QPixmapCache only from the main threadflow
2022-11-15fix: don't retry to load RP images that can't fit in the cacheflow
2022-11-14Merge pull request #428 from DioEgizio/fixes-to-CIflow
2022-11-14Pass index.parent() as parent parameter for rowCountTheLastRar
2022-11-14Use Q_UNUSED instead of [[maybe_unused]] in onParseFailedTheLastRar
2022-11-14Check parent in rowCount/columnCount/canFetchMoreTheLastRar
2022-11-14Mark paramaters of dropMimeData as unusedTheLastRar
2022-11-14Mark paramaters of onParseFailed as unusedTheLastRar
2022-11-14Mark paramater runtimeContext as unusedTheLastRar
2022-11-13fix: Fix the error that CodeQL caughttxtsd
2022-11-10Merge pull request #397 from flowln/windows_mod_updater_fixes_maybeSefa Eyeoglu
2022-11-08A lot more cleanupTheKodeToad
2022-11-08Remove arguments being passed twiceTheKodeToad
2022-11-08Various tweaks to the Java component of the launcherTheKodeToad
2022-11-04refactor: move MMCStrings -> StringUtilsflow
2022-11-04fix: use unicode variant for marking '.index' hiddenflow
2022-11-04Merge pull request #374 from flowln/fix_ltotxtsd
2022-11-01fix: don't use forward-declared Ptr types in meta/flow
2022-10-31oopRyan Cao
2022-10-31Update VerifyJavaInstall.cppRyan Cao
2022-10-30fix: more user friendly Java warning textRyan Cao
2022-10-19RenameSamisafool
2022-10-18fix: use display name in codeSefa Eyeoglu
2022-10-08Merge pull request #1033 from Scrumplex/multi-arch-supportSefa Eyeoglu
2022-10-08chore: add missing license headersSefa Eyeoglu
2022-09-30Merge pull request #1162 from Trial97/feature/Replace-toml-librarySefa Eyeoglu
2022-09-26huge nit: added const refs, everywheretimoreo
2022-09-25Update launcher/minecraft/mod/tasks/LocalModParseTask.cppAlexandru Ionut Tripon
2022-09-24Replaced tomlc99 with tomlplusplusTrial97
2022-09-20refactor: change the way instance names are handledflow
2022-09-20refactor: add instance creation abstraction and move vanillaflow
2022-09-20feat: support multiarch system classifiersSefa Eyeoglu
2022-09-20refactor: introduce RuntimeContextSefa Eyeoglu
2022-09-20fix: register JavaRealArchitecture for MinecraftInstanceSefa Eyeoglu
2022-09-20fix: ensure all resource folders existSefa Eyeoglu
2022-09-20fix: comments and naming of texture pack stuffSefa Eyeoglu
2022-09-20fix: testsSefa Eyeoglu
2022-09-20feat: add texture pack parsingSefa Eyeoglu
2022-09-20Merge pull request #1150 from flowln/fix_crash_on_game_quittxtsd