summaryrefslogtreecommitdiffstats
path: root/api/logic/launch
Commit message (Collapse)AuthorAgeLines
* merged from 0.6.7 codebaseThomas Groman2019-09-19-600/+604
|
* NOISSUE update copyright datesPetr Mrázek2018-02-11-11/+11
|
* NOISSUE preserve log page checkbox state when the instance window is closedPetr Mrázek2017-12-18-0/+24
| | | | Only for a single session, not between sessions.
* GH-2026 implement changes necessary to support 1.13 snapshotsPetr Mrázek2017-12-03-2/+4
|
* NOISSUE some safe refactors and changes of the task subsystemPetr Mrázek2017-06-26-2/+2
| | | | Possibly also some bug fixes.
* NOISSUE Revert all recent changes to NetAction and NetJobPetr Mrázek2017-05-03-1/+1
|
* NOISSUE refactor NetAction to be based on TaskPetr Mrázek2017-04-29-1/+1
| | | | Still missing some things, this is part 1.
* NOISSUE set line limit and overflow behaviour even for hidden consolePetr Mrázek2017-02-08-0/+12
|
* GH-1802 fix log resize handlingPetr Mrázek2017-02-08-1/+1
| | | | | The log could end up with many empty lines because the wrong maximum size was used during the resize.
* NOISSUE update all the Copyright comments and texts to include 2017Petr Mrázek2017-01-08-11/+11
|
* NOISSUE allow killing the instance from main windowPetr Mrázek2016-11-26-1/+23
|
* NOISSUE always run the ExtractNatives task during launchPetr Mrázek2016-11-17-2/+0
| | | | | The task now checks the conditions, giving the update process time to supply all the metadata.
* NOISSUE mark used accounts/sessions in selection menusPetr Mrázek2016-11-17-2/+23
|
* NOISSUE add a badge for crashed instancesPetr Mrázek2016-11-04-0/+2
| | | | Not persistent across MultiMC runs.
* NOISSUE use LoggedProcess to work around issues with QProcess on macOSPetr Mrázek2016-11-03-324/+5
|
* GH-1675 reimplement suspesion of log watchPetr Mrázek2016-10-11-0/+11
|
* NOISSUE use model/view for Minecraft log dataPetr Mrázek2016-08-19-8/+202
|
* GH-352 Make OneSix instance update downloads cancellablePetr Mrázek2016-08-14-8/+40
|
* Revert "NOISSUE rework of minecraft log"Petr Mrázek2016-08-10-202/+8
| | | | This reverts commit fc198dd3085a2cd33fbaa7a3d2c95c2c8d3ee31a.
* NOISSUE Do not kill running instances when MultiMC shuts downPetr Mrázek2016-08-10-2/+18
|
* NOISSUE rework of minecraft logPetr Mrázek2016-08-10-8/+202
| | | | | | | 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.
* NOISSUE move Java and Minecraft launch tasks to the proper placesPetr Mrázek2016-05-01-419/+0
| | | | Minecraft and Java are not generic.
* NOISSUE reorganize and document librariesPetr Mrázek2016-05-01-0/+1557