pollymc/api/logic/minecraft
Petr Mrázek eba8e61ce9 NOISSUE change behaviour of the +tweakers patch item
Patch application will either add tweakers, or move them
to the end if they are already present.

This allows fixing up tweaker order in subsequent version patches.
2017-10-08 02:02:52 +02:00
..
auth NOISSUE handle error 201 in Auth code 2017-09-02 13:37:12 +02: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-1997 fix off by one error in 8.3 path logic 2017-09-27 04:28:21 +02:00
legacy NOISSUE use classparser for importing Legacy instances with undecided Minecraft versions 2017-09-27 15:39:13 +02:00
testdata NOISSUE add instance-local library storage 2016-10-02 00:26:10 +02:00
update NOISSUE merging of strategy into profile, onesix into minecraft 2017-09-09 19:19:05 +02: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
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 merging of strategy into profile, onesix into minecraft 2017-09-09 19:19:05 +02:00
Library.cpp NOISSUE Revert all recent changes to NetAction and NetJob 2017-05-03 23:13:49 +02:00
Library.h NOISSUE jar mods as libraries, fix for customizing net.minecraft 2017-04-17 22:51:30 +02:00
MinecraftInstance.cpp GH-1993 swap min/max memory settings when they are the wrong way around 2017-09-27 12:45:07 +02:00
MinecraftInstance.h NOISSUE make instance traits() const 2017-09-22 00:27:30 +02:00
MinecraftProfile.cpp NOISSUE change behaviour of the +tweakers patch item 2017-10-08 02:02:52 +02:00
MinecraftProfile.h NOISSUE merging of strategy into profile, onesix into minecraft 2017-09-09 19:19:05 +02:00
MinecraftUpdate.cpp NOISSUE merging of strategy into profile, onesix into minecraft 2017-09-09 19:19:05 +02: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 NOISSUE merging of strategy into profile, onesix into minecraft 2017-09-09 19:19:05 +02:00
OneSixVersionFormat.h NOISSUE merging of strategy into profile, onesix into minecraft 2017-09-09 19:19:05 +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 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
ProfilePatch.cpp NOISSUE simplify ProblemProvider 2017-08-28 22:09:53 +02:00
ProfilePatch.h GH-1856 Fix metadata version and list loading 2017-04-24 01:30:51 +02:00
ProfileUtils.cpp NOISSUE merging of strategy into profile, onesix into minecraft 2017-09-09 19:19:05 +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 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 GH-1856 Make MultiMC fail hard when things are missing 2017-04-23 02:34:16 +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 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