pollymc/api/logic/minecraft
Petr Mrázek 77a1d39f6b NOISSUE fix problems in old curse packs
Added:
* jarmod importing
* fixing of bad minecraft versions
* mapping of undefined 'recommended' forge versions to something appropriate
* some fake guessing of pack icons
* fixes for some more issues found with the pack manifest format
2017-04-22 05:20:06 +02:00
..
auth NOISSUE update all the Copyright comments and texts to include 2017 2017-01-08 04:58:05 +01:00
curse NOISSUE fix problems in old curse packs 2017-04-22 05:20:06 +02:00
forge NOISSUE remove liteloader and forge 2017-04-07 00:20:01 +02:00
ftb GH-1853 fix FTB and parsing of old version files 2017-04-14 12:33:54 +02:00
launch GH-1801 Do not print the launch script to MultiMC's log. 2017-01-24 08:20:16 +01:00
legacy NOISSUE stuff and things happened. Maybe. 2017-04-07 00:20:02 +02:00
onesix NOISSUE silly/simple implementation of mod metadata in OneSix version format 2017-04-21 22:23:00 +02:00
testdata NOISSUE add instance-local library storage 2016-10-02 00:26:10 +02:00
AssetsUtils.cpp NOISSUE update all the Copyright comments and texts to include 2017 2017-01-08 04:58:05 +01:00
AssetsUtils.h NOISSUE update all the Copyright comments and texts to include 2017 2017-01-08 04:58:05 +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
Library_test.cpp NOISSUE fix issue with the narrator feature by splitting java and native libraries 2017-04-07 00:20:02 +02:00
Library.cpp NOISSUE jar mods as libraries, fix for customizing net.minecraft 2017-04-17 22:51:30 +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 stuff and things happened. Maybe. 2017-04-07 00:20:02 +02:00
MinecraftInstance.h GH-1778: Fix placement of modded Minecraft.jar in OneSix instances. 2017-01-10 23:03:00 +01:00
MinecraftProfile.cpp NOISSUE silly/simple implementation of mod metadata in OneSix version format 2017-04-21 22:23:00 +02:00
MinecraftProfile.h NOISSUE silly/simple implementation of mod metadata in OneSix version format 2017-04-21 22:23:00 +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 update all the Copyright comments and texts to include 2017 2017-01-08 04:58:05 +01: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 update all the Copyright comments and texts to include 2017 2017-01-08 04:58:05 +01:00
ModList.h NOISSUE update all the Copyright comments and texts to include 2017 2017-01-08 04:58:05 +01: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 dump the json to log in MojangVersionFormatTest 2017-01-07 19:32:39 +01:00
MojangVersionFormat.cpp NOISSUE Rough refactor of ProfilePatch and VersionFile internals. 2017-04-07 00:20:02 +02:00
MojangVersionFormat.h NOISSUE reorganize and document libraries 2016-05-01 00:00:14 +02: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 reorganize unit tests to be placed next to the code they test. Nuke more dead tests. 2016-05-01 00:02:15 +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
ProfilePatch.cpp NOISSUE preview of LWJGL version changing 2017-04-07 00:20:02 +02:00
ProfilePatch.h NOISSUE jar mods as libraries, fix for customizing net.minecraft 2017-04-17 22:51:30 +02:00
ProfileStrategy.h NOISSUE Rough refactor of ProfilePatch and VersionFile internals. 2017-04-07 00:20:02 +02:00
ProfileUtils.cpp NOISSUE Rough refactor of ProfilePatch and VersionFile internals. 2017-04-07 00:20:02 +02:00
ProfileUtils.h NOISSUE reorganize and document libraries 2016-05-01 00:00:14 +02: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 Refactor and sanitize MultiMC startup/shutdown 2016-11-06 21:58:54 +01:00
SkinUpload.h GH-767 Basic skin upload 2016-05-15 16:01:05 +02:00
VersionBuildError.h NOISSUE Rough refactor of ProfilePatch and VersionFile internals. 2017-04-07 00:20:02 +02:00
VersionFile.cpp NOISSUE silly/simple implementation of mod metadata in OneSix version format 2017-04-21 22:23:00 +02:00
VersionFile.h NOISSUE silly/simple implementation of mod metadata in OneSix version format 2017-04-21 22:23:00 +02: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 update all the Copyright comments and texts to include 2017 2017-01-08 04:58:05 +01: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