ForgePatch/src/main/java/net/minecraftforge/fml
cpw 80baad974e
Restore FingerprintViolationEvent with appropriate THIS IS F*CKING DEAD DELET WARNINGS.
Also, notify in UI if using legacy JDK without capability to read out security data from mod jars.

Signed-off-by: cpw <cpw+github@weeksfamily.ca>
2020-10-26 07:31:49 -04:00
..
client Restore FingerprintViolationEvent with appropriate THIS IS F*CKING DEAD DELET WARNINGS. 2020-10-26 07:31:49 -04:00
common Update copyright year to 2020. 2020-07-02 19:49:11 +02:00
config Add user-friendly exceptions when config loading fails (#7214) 2020-08-21 14:27:12 -07:00
event Restore FingerprintViolationEvent with appropriate THIS IS F*CKING DEAD DELET WARNINGS. 2020-10-26 07:31:49 -04:00
hooks Update copyright year to 2020. 2020-07-02 19:49:11 +02:00
javafmlmod Redo event dispatch, removes a bunch of nonsense, and tries to integrate with the vanilla CF system where possible 2020-08-30 21:39:06 -04:00
mclanguageprovider Update copyright year to 2020. 2020-07-02 19:49:11 +02:00
network Fix a few minor issues with custom tag types and fix OptionalNamedTags (#7316) 2020-09-23 20:12:11 -07:00
packs Fixed crash with zip paths (#7300) 2020-09-08 13:47:39 -07:00
relauncher/libraries 1.16.3 Update 2020-09-10 12:01:45 -07:00
server 1.16.3 Update 2020-09-10 12:01:45 -07:00
util Update copyright year to 2020. 2020-07-02 19:49:11 +02:00
AutomaticEventSubscriber.java Update copyright year to 2020. 2020-07-02 19:49:11 +02:00
BrandingControl.java Update copyright year to 2020. 2020-07-02 19:49:11 +02:00
CrashReportExtender.java 1.16.3 Update 2020-09-10 12:01:45 -07:00
DatagenModLoader.java Fix broken ExistingFileHelper import 2020-09-02 23:37:46 -04:00
DeferredWorkQueue.java 1.16.3 Update 2020-09-10 12:01:45 -07:00
DistExecutor.java Update copyright year to 2020. 2020-07-02 19:49:11 +02:00
ExtensionPoint.java Update copyright year to 2020. 2020-07-02 19:49:11 +02:00
FMLWorldPersistenceHook.java Add in extra debug logging 2020-10-04 17:45:28 -04:00
ForgeI18n.java More crash reporting tweaks. Don't crash when trying to show warnings. Also, put the exception name in the error screen on the second line! 2020-09-09 19:04:19 -04:00
InterModComms.java Update copyright year to 2020. 2020-07-02 19:49:11 +02:00
LoadingFailedException.java Update copyright year to 2020. 2020-07-02 19:49:11 +02:00
Logging.java 1.16.3 Update 2020-09-10 12:01:45 -07:00
LogicalSide.java Update copyright year to 2020. 2020-07-02 19:49:11 +02:00
LogicalSidedProvider.java Update copyright year to 2020. 2020-07-02 19:49:11 +02:00
MavenVersionStringHelper.java Update copyright year to 2020. 2020-07-02 19:49:11 +02:00
ModContainer.java Add signature reporting for mods, using new signature capture from ModLauncher. Need to figure out 2020-10-25 22:26:16 -04:00
ModList.java Add signature reporting for mods, using new signature capture from ModLauncher. Need to figure out 2020-10-25 22:26:16 -04:00
ModLoader.java Remove redundant call to CrashReport generator - Vanilla is doing a crashreport for itself at startup now. 2020-10-04 16:40:38 -04:00
ModLoadingContext.java Fix up all the things. Removed SidedProvider because it served no real purpose anymore. 2020-08-31 21:00:44 -04:00
ModLoadingException.java Add a better license error screen (#7350) 2020-09-23 14:16:36 -07:00
ModLoadingStage.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
ModLoadingWarning.java Update copyright year to 2020. 2020-07-02 19:49:11 +02:00
ModWorkManager.java Park the polling thread for a bit, if we're not the one driving the task list forwards. This allows for the actual driver to work on low cpu count machines. 2020-09-06 17:55:03 -04:00
OptionalMod.java Update copyright year to 2020. 2020-07-02 19:49:11 +02:00
RegistryObject.java Update copyright year to 2020. 2020-07-02 19:49:11 +02:00
StartupMessageManager.java Update copyright year to 2020. 2020-07-02 19:49:11 +02:00
TextComponentMessageFormatHandler.java Update copyright year to 2020. 2020-07-02 19:49:11 +02:00
VersionChecker.java 1.16.3 Update 2020-09-10 12:01:45 -07:00
WorldPersistenceHooks.java Remove startupquery. Currently wasn't functional, and 1.16 has out of band state loading in all cases, so the complex functionality there is no longer needed. Going to research using the Lifecycle indicator from DFU as a proxy/replacement. Probably with some codec FUN. 2020-07-21 21:26:02 -04:00