.. |
animation
|
Minor code and documentation cleanup. (#4664)
|
2018-01-12 23:54:29 -08:00 |
brewing
|
Remove unnecessary maxStackSize restrictions on brewing potions. (#4155)
|
2017-07-09 13:12:20 -05:00 |
capabilities
|
Deprecate passing a class to CapabilityManager::register (#4574)
|
2017-12-16 17:01:04 -08:00 |
chunkio
|
Use multiple catch, try-with-resources, replace system.out and e.printStackTrace
|
2017-06-27 22:57:10 -07:00 |
command
|
Minor code and documentation cleanup. (#4664)
|
2018-01-12 23:54:29 -08:00 |
config
|
Fixes parameter inconsistency in IFieldWrapper (Fixes #4325) (#4766)
|
2018-05-17 04:15:57 -07:00 |
crafting
|
Minor code and documentation cleanup. (#4664)
|
2018-01-12 23:54:29 -08:00 |
model
|
Clean up Reader/Writer handling to use a specified charset (#4872)
|
2018-04-14 17:00:38 -07:00 |
network
|
Clean up uses of deprecated library functions (#4130)
|
2017-07-12 21:50:28 -07:00 |
property
|
Improve performance of some ExtendedBlockState methods (#4698)
|
2018-04-01 01:01:40 -07:00 |
util
|
New ITeleporter interface making dimensional teleportation easier. (#4602)
|
2018-04-01 01:55:45 -07:00 |
BiomeDictionary.java
|
Fix biome dictionary's biome type detection (#4878)
|
2018-04-14 17:05:08 -07:00 |
BiomeManager.java
|
Clean up null issues, add more annotations (#3590)
|
2017-01-11 15:17:56 -08:00 |
DimensionManager.java
|
Check for empty dimensions outside of chunk unloading loop, culling worlds without needing chunk unloads to trigger it. (#4704)
|
2018-04-01 00:54:22 -07:00 |
DungeonHooks.java
|
Remove some deprecated methods and clean up
|
2017-06-25 22:30:18 -07:00 |
EnumPlantType.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 |
ForgeChunkManager.java
|
Fix the ForgeChunkManager to use the writebehind FileIO thread for writing (#4777)
|
2018-02-26 19:49:56 -08:00 |
ForgeHooks.java
|
Prevent EntityPlayer.attackEntityFrom from firing LivingAttackEvent twice (#4661)
|
2018-04-01 01:12:46 -07:00 |
ForgeInternalHandler.java
|
Added a cloud renderer that uploads geometry to the GPU. (#4143)
|
2017-10-31 11:45:46 -07:00 |
ForgeModContainer.java
|
Fix vanilla crash classes not being preloaded. Closes #4769
|
2018-02-26 15:36:39 -08:00 |
ForgeVersion.java
|
Add supports for redirects when doing mod version checks (#4826)
|
2018-05-13 11:39:13 -07:00 |
IMinecartCollisionHandler.java
|
Minor code and documentation cleanup. (#4664)
|
2018-01-12 23:54:29 -08:00 |
IPlantable.java
|
Minor code and documentation cleanup. (#4664)
|
2018-01-12 23:54:29 -08:00 |
IShearable.java
|
Minor code and documentation cleanup. (#4664)
|
2018-01-12 23:54:29 -08:00 |
ISpecialArmor.java
|
Minor code and documentation cleanup. (#4664)
|
2018-01-12 23:54:29 -08:00 |
MinecraftForge.java
|
Use multiple catch, try-with-resources, replace system.out and e.printStackTrace
|
2017-06-27 22:57:10 -07:00 |
UsernameCache.java
|
Fix up logging and log4j configuration (#4802)
|
2018-03-17 18:41:16 -07:00 |
WorldSpecificSaveHandler.java
|
Clean up Logging (#3953)
|
2017-06-22 23:18:49 -07:00 |
WorldWorkerManager.java
|
Add support for World Workers skipping ticks without being removed from the worker list.
|
2018-04-03 15:23:35 -07:00 |