aboutsummaryrefslogtreecommitdiff
path: root/launcher/minecraft/MinecraftInstance.h
AgeCommit message (Collapse)Author
2022-08-20refactor: adapt rest of the codebase to the new resource modelflow
In order to access the ModFolderModel from the ModFolderPage, i created a new m_model for the correct type, shadowing the m_model of type ResourceFolderModel. This creates two shared_ptr references to the same object, but since they will have the same lifetime, it doesn't generate a memory leak. Signed-off-by: flow <flowlnlnln@gmail.com>
2022-08-20Merge pull request #878 from flowln/lazy_settingsSefa Eyeoglu
2022-07-17change: make Mod a QObject used as a pointerflow
Prevents problems when copying it around! Signed-off-by: flow <flowlnlnln@gmail.com>
2022-07-06feat: lazy-load MinecraftInstance settingsflow
Makes the startup go fast! vrum Signed-off-by: flow <flowlnlnln@gmail.com>
2022-07-06change: put settings initialization in a separate functionflow
Signed-off-by: flow <flowlnlnln@gmail.com>
2022-07-06Add Performance related settingsJan200101
Integrates support for Feral Gamemode, discrete GPU support for Mesa and the proprietary Nvidia driver and MangoHud support Signed-off-by: Jan200101 <sentrycraft123@gmail.com>
2021-12-12NOISSE add a shortcut to the loaders mods to main windowPetr Mrázek
2021-11-21NOISSUE more refactoringPetr Mrázek
2021-10-24NOISSUE Use common duration format for global and instancesJamie Mansfield
2021-09-23NOISSUE add shader pack page for instancesPetr Mrázek
Only theme with an icon is simple colored, rest is TBD
2021-07-25NOISSUE Flatten gui and logic libraries into MultiMCPetr Mrázek