MultiMC5/api/logic/minecraft
Petr Mrázek e7f79c9076 Remove some old forge hacks
Forge apparently removed all `.pack.xz` files without warning.
It broke a bunch of stuff, as always. But it also means we don't need some ugly code anymore.

This is removed:

- Support for 'forge-pack-xz' and the forge-specific file download compression.
- The pack200 library we no longer need.

This stays:

- The LZMA decompression library - we may still want to use it.
2020-05-19 15:13:16 +02:00
..
auth Update Copyright Year 2019-01-16 21:14:24 +01:00
gameoptions NOISSUE fix builds? 2019-01-30 01:12:21 +01:00
launch NOISSUE fix listing of mods in log, improve display with unicode 2019-08-04 05:08:40 +02:00
legacy NOISSUE asynchronous, parallel mod folder listing and mod resolving 2019-08-04 03:27:53 +02:00
mod GH-2819 mod list filter now also looks at descriptions and authors 2020-01-08 21:12:45 +01:00
testdata NOISSUE tabs -> spaces 2018-07-15 14:51:05 +02:00
update GH-2544 allow adding files to libraries without affecting classpath 2020-03-27 02:23:15 +01:00
AssetsUtils.cpp NOISSUE fix build 2019-02-19 01:11:54 +01:00
AssetsUtils.h GH-2209 Fix sounds in old (pre-1.6) versions 2019-02-19 01:00:03 +01:00
Component.cpp NOISSUE tabs -> spaces 2018-07-15 14:51:05 +02:00
Component.h NOISSUE tabs -> spaces 2018-07-15 14:51:05 +02:00
ComponentList_p.h NOISSUE Show Version page while the instancer is running. 2019-07-15 23:16:34 +02:00
ComponentList.cpp NOISSUE Show Version page while the instancer is running. 2019-07-15 23:16:34 +02:00
ComponentList.h NOISSUE Show Version page while the instancer is running. 2019-07-15 23:16:34 +02:00
ComponentUpdateTask_p.h NOISSUE tabs -> spaces 2018-07-15 14:51:05 +02:00
ComponentUpdateTask.cpp NOISSUE Do not crash when dependencies are customized and conflict 2020-01-08 04:41:47 +01:00
ComponentUpdateTask.h NOISSUE tabs -> spaces 2018-07-15 14:51:05 +02:00
GradleSpecifier_test.cpp NOISSUE tabs -> spaces 2018-07-15 14:51:05 +02:00
GradleSpecifier.h NOISSUE tabs -> spaces 2018-07-15 14:51:05 +02:00
LaunchProfile.cpp GH-2544 allow adding files to libraries without affecting classpath 2020-03-27 02:23:15 +01:00
LaunchProfile.h GH-2544 allow adding files to libraries without affecting classpath 2020-03-27 02:23:15 +01:00
Library_test.cpp NOISSUE fix unit tests 2018-11-26 03:22:20 +01:00
Library.cpp Remove some old forge hacks 2020-05-19 15:13:16 +02:00
Library.h GH-2475 fix reporting missing local libraries on launch 2018-11-26 03:06:58 +01:00
MinecraftInstance.cpp NOISSUE fix listing of mods in log, improve display with unicode 2019-08-04 05:08:40 +02:00
MinecraftInstance.h NOISSUE fix listing of mods in log, improve display with unicode 2019-08-04 05:08:40 +02:00
MinecraftLoadAndCheck.cpp NOISSUE Rename OneSixUpdate to MinecraftUpdate 2018-11-11 23:55:50 +01:00
MinecraftLoadAndCheck.h Update Copyright Year 2019-01-16 21:14:24 +01:00
MinecraftUpdate.cpp Remove some old forge hacks 2020-05-19 15:13:16 +02:00
MinecraftUpdate.h Update Copyright Year 2019-01-16 21:14:24 +01:00
MojangDownloadInfo.h NOISSUE tabs -> spaces 2018-07-15 14:51:05 +02:00
MojangVersionFormat_test.cpp NOISSUE tabs -> spaces 2018-07-15 14:51:05 +02:00
MojangVersionFormat.cpp NOISSUE no means no, #2 2020-03-26 10:38:13 +01:00
MojangVersionFormat.h NOISSUE tabs -> spaces 2018-07-15 14:51:05 +02:00
OneSixVersionFormat.cpp GH-2544 allow adding files to libraries without affecting classpath 2020-03-27 02:23:15 +01:00
OneSixVersionFormat.h NOISSUE tabs -> spaces 2018-07-15 14:51:05 +02:00
OpSys.cpp Update Copyright Year 2019-01-16 21:14:24 +01:00
OpSys.h Update Copyright Year 2019-01-16 21:14:24 +01:00
ParseUtils_test.cpp NOISSUE asynchronous, parallel mod folder listing and mod resolving 2019-08-04 03:27:53 +02:00
ParseUtils.cpp NOISSUE tabs -> spaces 2018-07-15 14:51:05 +02:00
ParseUtils.h NOISSUE reorganize and document libraries 2016-05-01 00:00:14 +02:00
ProfileUtils.cpp NOISSUE tabs -> spaces 2018-07-15 14:51:05 +02:00
ProfileUtils.h GH-2026 implement changes necessary to support 1.13 snapshots 2017-12-03 01:22:34 +01:00
Rule.cpp Update Copyright Year 2019-01-16 21:14:24 +01:00
Rule.h Update Copyright Year 2019-01-16 21:14:24 +01:00
SkinUpload.cpp NOISSUE tabs -> spaces 2018-07-15 14:51:05 +02:00
SkinUpload.h NOISSUE tabs -> spaces 2018-07-15 14:51:05 +02:00
VersionFile.cpp GH-2544 allow adding files to libraries without affecting classpath 2020-03-27 02:23:15 +01:00
VersionFile.h GH-2544 allow adding files to libraries without affecting classpath 2020-03-27 02:23:15 +01:00
VersionFilterData.cpp NOISSUE tabs -> spaces 2018-07-15 14:51:05 +02:00
VersionFilterData.h NOISSUE tabs -> spaces 2018-07-15 14:51:05 +02:00
World.cpp NOISSUE refactor Mod a bunch, get rid of dead code 2019-08-03 05:30:46 +02:00
World.h NOISSUE refactor Mod a bunch, get rid of dead code 2019-08-03 05:30:46 +02:00
WorldList.cpp Update Copyright Year 2019-01-16 21:14:24 +01:00
WorldList.h Update Copyright Year 2019-01-16 21:14:24 +01:00