summaryrefslogtreecommitdiffstats
path: root/api/logic/minecraft/legacy/LegacyInstance.cpp
Commit message (Collapse)AuthorAgeLines
* merged from 0.6.7 codebaseThomas Groman2019-09-19-200/+114
|
* NOISSUE preserve minecraft.jar while migrating Legacy instancesPetr Mrázek2018-03-23-0/+20
| | | | It can be manually modded. It must be preserved when it's the only jar around.
* NOISSUE update copyright datesPetr Mrázek2018-02-11-1/+1
|
* GH-2026 implement changes necessary to support 1.13 snapshotsPetr Mrázek2017-12-03-1/+1
|
* NOISSUE use classparser for importing Legacy instances with undecided ↵Petr Mrázek2017-09-27-2/+2
| | | | Minecraft versions
* NOISSUE prefer to use '.minecraft' instead of 'minecraft' folderPetr Mrázek2017-09-20-3/+3
|
* NOISSUE more work on Legacy migrationPetr Mrázek2017-09-20-0/+9
|
* NOISSUE Add back Legacy for migration purposesPetr Mrázek2017-09-17-0/+313
|
* NOISSUE Remove Legacy supportPetr Mrázek2017-09-09-521/+0
|
* GH-1927 Add more specific task status loggingPetr Mrázek2017-07-07-60/+64
| | | | | | * Tasks are now described by class name and object name (or memory address). * Tasks starts are logged. * Aborted tasks are now treated just as the other cases.
* NOISSUE Revert all recent changes to NetAction and NetJobPetr Mrázek2017-05-03-2/+2
|
* NOISSUE refactor NetAction to be based on TaskPetr Mrázek2017-04-29-2/+2
| | | | Still missing some things, this is part 1.
* GH-1778: Fix placement of modded Minecraft.jar in OneSix instances.Petr Mrázek2017-01-10-7/+2
|
* NOISSUE update all the Copyright comments and texts to include 2017Petr Mrázek2017-01-08-1/+1
|
* NOISSUE always run the ExtractNatives task during launchPetr Mrázek2016-11-17-6/+0
| | | | | The task now checks the conditions, giving the update process time to supply all the metadata.
* GH-352 Make OneSix instance update downloads cancellablePetr Mrázek2016-08-14-2/+2
|
* NOISSUE implement direct java launchPetr Mrázek2016-08-01-62/+136
| | | | Just running the Java process and giving it params on the command line
* GH-575 separate legacy jar mod list from mod listPetr Mrázek2016-05-15-2/+3
|
* NOISSUE move Java and Minecraft launch tasks to the proper placesPetr Mrázek2016-05-01-3/+3
| | | | Minecraft and Java are not generic.
* NOISSUE reorganize and document librariesPetr Mrázek2016-05-01-0/+453