ForgePatch/src/main/java/net/minecraftforge/fml
cpw 3041c2022b
Add in extra debug logging
Signed-off-by: cpw <cpw+github@weeksfamily.ca>
2020-10-04 17:45:28 -04:00
..
client Add MatrixStack-aware alternatives to the methods in GuiUtils (#7127) 2020-09-15 21:46:58 +02: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 Fix broken ExistingFileHelper import 2020-09-02 23:37:46 -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 Modify how ModLoadingStage handles dispatch to Registry Events. Stops the objectholder spam and generally improves performance on larger packs. 2020-10-04 15:50:15 -04:00
ModList.java Modify how ModLoadingStage handles dispatch to Registry Events. Stops the objectholder spam and generally improves performance on larger packs. 2020-10-04 15:50:15 -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 Modify how ModLoadingStage handles dispatch to Registry Events. Stops the objectholder spam and generally improves performance on larger packs. 2020-10-04 15:50:15 -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