aboutsummaryrefslogtreecommitdiff
path: root/api/logic/launch
AgeCommit message (Collapse)Author
2016-11-03NOISSUE use LoggedProcess to work around issues with QProcess on macOSPetr Mrázek
2016-10-11GH-1675 reimplement suspesion of log watchPetr Mrázek
2016-08-19NOISSUE use model/view for Minecraft log dataPetr Mrázek
2016-08-14GH-352 Make OneSix instance update downloads cancellablePetr Mrázek
2016-08-10Revert "NOISSUE rework of minecraft log"Petr Mrázek
This reverts commit fc198dd3085a2cd33fbaa7a3d2c95c2c8d3ee31a.
2016-08-10NOISSUE Do not kill running instances when MultiMC shuts downPetr Mrázek
2016-08-10NOISSUE rework of minecraft logPetr Mrázek
Now uses a model and a list view instead of text This lets mmc keep track of the contents regardless of whether the instance windows are open This is currently missing a way to select and copy text from the log.
2016-05-01NOISSUE move Java and Minecraft launch tasks to the proper placesPetr Mrázek
Minecraft and Java are not generic.
2016-05-01NOISSUE reorganize and document librariesPetr Mrázek