ForgePatch/src/main/java/net/minecraftforge/client
2018-04-22 14:40:38 -07:00
..
event Added a tooltip color event. (#4595) 2018-01-18 12:54:35 -08:00
gui Use lambdas for short anonymous methods 2017-06-27 23:18:09 -07:00
model Fix some code holding client world references longer than needed (#4881) 2018-04-22 14:40:38 -07:00
settings Use multiple catch, try-with-resources, replace system.out and e.printStackTrace 2017-06-27 22:57:10 -07:00
ClientCommandHandler.java Use multiple catch, try-with-resources, replace system.out and e.printStackTrace 2017-06-27 22:57:10 -07:00
CloudRenderer.java Added a cloud renderer that uploads geometry to the GPU. (#4143) 2017-10-31 11:45:46 -07:00
EnumHelperClient.java Fix MusicType enumhelper not working (#4682) 2018-01-19 01:22:41 -08:00
ForgeHooksClient.java Reduce memory usage of model transforms (#4753) 2018-04-01 00:24:37 -07:00
GuiIngameForge.java Fire RenderGameOverlayEvent for vignette (#4360) 2017-09-06 14:19:56 -07:00
IClientCommand.java Allow client commands to control whether they can be invoked without prefix. (#3847) 2017-05-01 17:22:53 -07:00
IRenderContextHandler.java Minor code and documentation cleanup. (#4664) 2018-01-12 23:54:29 -08:00
IRenderHandler.java In accordance with our stated goal of relicensing Forge to LGPL v2.1, this commit enacts that change. Although it is using the 1.9.4 codebase, it is intended that this branch become public with the 1.10 changes, as such the license will take effect at that time. The three commits from persons who have failed to accept the new license, as documented in #2789, have had their commits reverted. This should complete the license transition. Commits after the commit date of this commit should be considered licensed by LGPLv2.1, as indicated in LICENSE-new.txt. All patches are now considered owned by the Forge project and Forge Development LLC in particular (note that they will not get the license boilerplate, as they are machine generated files). 2016-06-22 23:49:48 -04:00
ItemModelMesherForge.java Fix getting missing models for overridden Item registry entires 2017-07-05 14:52:29 -07:00
MinecraftForgeClient.java Fix some code holding client world references longer than needed (#4881) 2018-04-22 14:40:38 -07:00