..
auth
NOISSUE make MultiMC respond to account manipulation better
2017-12-03 20:54:28 +01:00
flame
NOISSUE add support for Flame packs with resource packs
2017-09-08 09:02:27 +02:00
forge
NOISSUE fix a bunch of compiler warnings
2017-05-21 20:20:37 +02:00
launch
GH-2026 implement changes necessary to support 1.13 snapshots
2017-12-03 01:22:34 +01:00
legacy
NOISSUE force saving of any outstanding instance component state on exit
2017-12-03 18:36:28 +01:00
testdata
NOISSUE add instance-local library storage
2016-10-02 00:26:10 +02:00
update
GH-2026 implement changes necessary to support 1.13 snapshots
2017-12-03 01:22:34 +01:00
AssetsUtils.cpp
NOISSUE Revert all recent changes to NetAction and NetJob
2017-05-03 23:13:49 +02:00
AssetsUtils.h
NOISSUE update all the Copyright comments and texts to include 2017
2017-01-08 04:58:05 +01:00
Component.cpp
GH-1082 allow disabling components
2017-12-03 15:48:25 +01:00
Component.h
GH-1082 allow disabling components
2017-12-03 15:48:25 +01:00
ComponentList_p.h
GH-2026 implement changes necessary to support 1.13 snapshots
2017-12-03 01:22:34 +01:00
ComponentList.cpp
NOISSUE force saving of any outstanding instance component state on exit
2017-12-03 18:36:28 +01:00
ComponentList.h
NOISSUE force saving of any outstanding instance component state on exit
2017-12-03 18:36:28 +01:00
ComponentUpdateTask_p.h
GH-2026 implement changes necessary to support 1.13 snapshots
2017-12-03 01:22:34 +01:00
ComponentUpdateTask.cpp
GH-2026 implement changes necessary to support 1.13 snapshots
2017-12-03 01:22:34 +01:00
ComponentUpdateTask.h
GH-2026 implement changes necessary to support 1.13 snapshots
2017-12-03 01:22:34 +01:00
GradleSpecifier_test.cpp
NOISSUE reorganize unit tests to be placed next to the code they test. Nuke more dead tests.
2016-05-01 00:02:15 +02:00
GradleSpecifier.h
NOISSUE jar mods as libraries, fix for customizing net.minecraft
2017-04-17 22:51:30 +02:00
LaunchProfile.cpp
NOISSUE split out the LaunchProfile out of the ComponentList
2017-11-17 15:44:13 +01:00
LaunchProfile.h
NOISSUE split out the LaunchProfile out of the ComponentList
2017-11-17 15:44:13 +01:00
Library_test.cpp
GH-2026 fix failing library test case for native libraries
2017-10-28 22:21:49 +02:00
Library.cpp
GH-2026 fix native library downloads
2017-10-28 21:12:12 +02:00
Library.h
NOISSUE jar mods as libraries, fix for customizing net.minecraft
2017-04-17 22:51:30 +02:00
MinecraftInstance.cpp
NOISSUE force saving of any outstanding instance component state on exit
2017-12-03 18:36:28 +01:00
MinecraftInstance.h
NOISSUE force saving of any outstanding instance component state on exit
2017-12-03 18:36:28 +01:00
MinecraftLoadAndCheck.cpp
GH-2026 implement changes necessary to support 1.13 snapshots
2017-12-03 01:22:34 +01:00
MinecraftLoadAndCheck.h
GH-2026 implement changes necessary to support 1.13 snapshots
2017-12-03 01:22:34 +01:00
MinecraftUpdate.cpp
GH-2026 implement changes necessary to support 1.13 snapshots
2017-12-03 01:22:34 +01:00
MinecraftUpdate.h
NOISSUE merging of strategy into profile, onesix into minecraft
2017-09-09 19:19:05 +02:00
Mod.cpp
NOISSUE update all the Copyright comments and texts to include 2017
2017-01-08 04:58:05 +01:00
Mod.h
NOISSUE ignore the 'Example Mod' mod name, use filename instead
2017-09-25 08:18:42 +02:00
ModList_test.cpp
NOISSUE reorganize unit tests to be placed next to the code they test. Nuke more dead tests.
2016-05-01 00:02:15 +02:00
ModList.cpp
NOISSUE fix a bunch of compiler warnings
2017-05-21 20:20:37 +02:00
ModList.h
NOISSUE Add back Legacy for migration purposes
2017-09-17 19:24:39 +02:00
MojangDownloadInfo.h
GH-1828 hardcode legacy assets location to fix legacy launch
2017-02-28 20:52:50 +01:00
MojangVersionFormat_test.cpp
NOISSUE fix Mojang JSON format unit test on Qt 5.6 by dumping JSON to byte arrays
2017-04-25 23:33:19 +02:00
MojangVersionFormat.cpp
NOISSUE merging of strategy into profile, onesix into minecraft
2017-09-09 19:19:05 +02:00
MojangVersionFormat.h
NOISSUE reorganize and document libraries
2016-05-01 00:00:14 +02:00
OneSixVersionFormat.cpp
GH-2026 implement changes necessary to support 1.13 snapshots
2017-12-03 01:22:34 +01:00
OneSixVersionFormat.h
GH-2026 implement changes necessary to support 1.13 snapshots
2017-12-03 01:22:34 +01:00
OpSys.cpp
NOISSUE update all the Copyright comments and texts to include 2017
2017-01-08 04:58:05 +01:00
OpSys.h
NOISSUE update all the Copyright comments and texts to include 2017
2017-01-08 04:58:05 +01:00
ParseUtils_test.cpp
NOISSUE fix a bunch of compiler warnings
2017-05-21 20:20:37 +02:00
ParseUtils.cpp
NOISSUE reorganize and document libraries
2016-05-01 00:00:14 +02:00
ParseUtils.h
NOISSUE reorganize and document libraries
2016-05-01 00:00:14 +02:00
ProfileUtils.cpp
GH-2026 implement changes necessary to support 1.13 snapshots
2017-12-03 01:22:34 +01:00
ProfileUtils.h
GH-2026 implement changes necessary to support 1.13 snapshots
2017-12-03 01:22:34 +01:00
Rule.cpp
NOISSUE update all the Copyright comments and texts to include 2017
2017-01-08 04:58:05 +01:00
Rule.h
NOISSUE update all the Copyright comments and texts to include 2017
2017-01-08 04:58:05 +01:00
SkinUpload.cpp
NOISSUE Revert all recent changes to NetAction and NetJob
2017-05-03 23:13:49 +02:00
SkinUpload.h
GH-1927 Add more specific task status logging
2017-07-07 19:46:56 +02:00
VersionFile.cpp
NOISSUE split out the LaunchProfile out of the ComponentList
2017-11-17 15:44:13 +01:00
VersionFile.h
GH-2026 implement changes necessary to support 1.13 snapshots
2017-12-03 01:22:34 +01:00
VersionFilterData.cpp
NOISSUE remove builtin Minecraft versions
2017-04-07 00:19:56 +02:00
VersionFilterData.h
NOISSUE remove builtin Minecraft versions
2017-04-07 00:19:56 +02:00
World.cpp
NOISSUE refactor pack import (extraction and paths)
2017-09-04 08:17:25 +02:00
World.h
NOISSUE update all the Copyright comments and texts to include 2017
2017-01-08 04:58:05 +01:00
WorldList.cpp
NOISSUE update all the Copyright comments and texts to include 2017
2017-01-08 04:58:05 +01:00
WorldList.h
NOISSUE update all the Copyright comments and texts to include 2017
2017-01-08 04:58:05 +01:00