aboutsummaryrefslogtreecommitdiff
path: root/launcher/minecraft/MinecraftInstance.cpp
AgeCommit message (Expand)Author
2023-05-28fix(memory leak): don't give shared pointers out to foldermodels (causes cycl...Rachel Powers
2023-05-02Merge pull request #833 from Ryex/advanced_copy_instanceSefa Eyeoglu
2023-04-29refactor: pass instance ptr to resource models. use it to find instance root.Rachel Powers
2023-04-26Fixed typoJapa
2023-04-21Update launcher/minecraft/MinecraftInstance.cppJapa
2023-04-21Update launcher/minecraft/MinecraftInstance.cppJapa
2023-04-21Instance Description displays the last launch dateJapa
2023-02-13do not create nilmods folderkumquat-ir
2023-02-11nilmods instance pagekumquat-ir
2023-02-04ensure command env vars use native path seperatorsRachel Powers
2023-01-25refactor: make shared_qobject_ptr ctor explicitflow
2023-01-02Allow selecting a default account to use with an instanceAaron
2022-12-11chore: replace naive mangohud preload with vklayer detectionJan200101
2022-12-08fix: re-add LD_LIBARY_PATH to mangohudJan200101
2022-11-28fix: don't disable interaction on non-mod models when inst. is runningflow
2022-11-19Merge pull request #291 from TheKodeToad/betterjavalauncherSefa 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-09-20refactor: introduce RuntimeContextSefa Eyeoglu
2022-09-20fix: register JavaRealArchitecture for MinecraftInstanceSefa Eyeoglu
2022-09-20Merge pull request #1150 from flowln/fix_crash_on_game_quittxtsd
2022-09-16fix: prevent deletes by shared pointer accidental creationflow
2022-09-15fix: enable demo launch only on supported instancesflow
2022-09-05Merge pull request #1111 from PolyMC/revert-1067-classpath-epicnessSefa Eyeoglu
2022-09-05Merge pull request #1034 from Scrumplex/detect-performance-featuresSefa Eyeoglu
2022-09-05Revert "Move classpath definition into NewLaunch itself"Sefa Eyeoglu
2022-08-31Merge pull request #1067 from Scrumplex/classpath-epicnessflow
2022-08-20refactor: adapt rest of the codebase to the new resource modelflow
2022-08-20refactor: move general info from Mod to Resourceflow
2022-08-20Merge pull request #878 from flowln/lazy_settingsSefa Eyeoglu
2022-08-18refactor: move classpath definition into NewLaunch itselfSefa Eyeoglu
2022-08-08fix: don't apply GameMode/MangoHud, if they aren't supportedSefa Eyeoglu
2022-08-08refactor: don't include mangohud's library pathSefa 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-17change: make Mod a QObject used as a pointerflow
2022-07-12fix: move time record overrides to BaseInstanceflow
2022-07-10refactor: replace QRegExp with QRegularExpressionSefa Eyeoglu
2022-07-10refactor: fix deprecation up to Qt 5.15Sefa Eyeoglu
2022-07-06feat: lazy-load MinecraftInstance settingsflow
2022-07-06change: put settings initialization in a separate functionflow
2022-07-06Merge pull request #707 from Jan200101/PR/gamemodeSefa Eyeoglu
2022-07-06Add Performance related settingsJan200101
2022-07-02Merge pull request #864 from ivanpu/uncensored-offlineflow
2022-07-02don't censor offline access tokenIvan Puntiy
2022-06-30Remove redundant type name from status barKenneth Chew
2022-06-30Fix Minecraft version not appearing in status barKenneth Chew
2022-06-12refactor(test): fix loading mod metadata settingSefa Eyeoglu