ForgePatch/src/fmllauncher/java/net/minecraftforge/fml/loading
LexManos 74a43877e4 Quiet down errors related to modders not changing their update urls from the default. 2020-12-26 11:39:14 -08:00
..
log4j Auto-detect ansi support for log4j2 2020-11-01 17:03:12 -05:00
moddiscovery Add signature reporting for mods, using new signature capture from ModLauncher. Need to figure out 2020-10-25 22:26:16 -04:00
progress Fix #6692 2020-11-22 17:00:48 -05:00
toposort Update copyright year to 2020. 2020-07-02 19:49:11 +02:00
AdvancedLogMessageAdapter.java 1.16.3 Update 2020-09-10 12:01:45 -07:00
BackgroundWaiter.java Rollback registries to vanilla state if something happens during loading, so subsequent activities can still run and not generate false reports.. 2020-10-25 11:33:43 -04:00
EarlyLoadingException.java Support backwards loading 1.16.3 mods in 1.16.4, because we are able to do that. Tweak loading a bit to be smarter about dependency errors of various kinds. 2020-11-07 20:48:02 -05:00
FMLClientLaunchProvider.java Update copyright year to 2020. 2020-07-02 19:49:11 +02:00
FMLCommonLaunchHandler.java Use new enumeration mechanism in ModLauncher, to allow getResources to work. This enables serviceloader-in-mods, and other stuff that might need to visit multiple mod jars. Also, tweaked the visitor code slightly, may result in a trivial performance change. Closing #7302 as it's not really relevant any more. 2020-09-06 17:54:05 -04:00
FMLConfig.java Add user-friendly exceptions when config loading fails (#7214) 2020-08-21 14:27:12 -07:00
FMLEnvironment.java Restore FingerprintViolationEvent with appropriate THIS IS F*CKING DEAD DELET WARNINGS. 2020-10-26 07:31:49 -04:00
FMLLoader.java Return the processed modlist data to the upstream system, not the raw unprocessed data. Should resolve the problem 2020-11-13 19:12:43 -05:00
FMLPaths.java Update copyright year to 2020. 2020-07-02 19:49:11 +02:00
FMLServerLaunchProvider.java Update copyright year to 2020. 2020-07-02 19:49:11 +02:00
FMLServiceProvider.java Update copyright year to 2020. 2020-07-02 19:49:11 +02:00
FileUtils.java Update copyright year to 2020. 2020-07-02 19:49:11 +02:00
FixSSL.java Update copyright year to 2020. 2020-07-02 19:49:11 +02:00
JarVersionLookupHandler.java Update copyright year to 2020. 2020-07-02 19:49:11 +02:00
Java9BackportUtils.java Add signature reporting for mods, using new signature capture from ModLauncher. Need to figure out 2020-10-25 22:26:16 -04:00
LanguageLoadingProvider.java Support backwards loading 1.16.3 mods in 1.16.4, because we are able to do that. Tweak loading a bit to be smarter about dependency errors of various kinds. 2020-11-07 20:48:02 -05:00
LauncherVersion.java Update copyright year to 2020. 2020-07-02 19:49:11 +02:00
LibraryFinder.java Update copyright year to 2020. 2020-07-02 19:49:11 +02:00
LoadingModList.java 1.16.3 Update 2020-09-10 12:01:45 -07:00
LogMarkers.java Update copyright year to 2020. 2020-07-02 19:49:11 +02:00
MavenCoordinateResolver.java Update copyright year to 2020. 2020-07-02 19:49:11 +02:00
ModDirTransformerDiscoverer.java Update copyright year to 2020. 2020-07-02 19:49:11 +02:00
ModJarURLHandler.java Add in proper handling of equals and hashcode for modjar urls. Fixes very slow loading on windows. 2020-10-26 18:00:14 -04:00
ModSorter.java Fix problem where the absence of forge and MC in later loading triggered a weird crash. 2020-11-15 11:08:34 -05:00
RuntimeDistCleaner.java Update modlauncher, eventbus, accesstransformers and more to use a newer mechanism for generating ASM. 2020-07-27 19:40:43 -04:00
StringSubstitutor.java Update copyright year to 2020. 2020-07-02 19:49:11 +02:00
StringUtils.java Quiet down errors related to modders not changing their update urls from the default. 2020-12-26 11:39:14 -08:00
TracingPrintStream.java Update copyright year to 2020. 2020-07-02 19:49:11 +02:00
VersionSupportMatrix.java Implement feature for mods to define new world types (#7448) 2020-11-28 00:57:15 +01:00