aboutsummaryrefslogtreecommitdiff
path: root/src/Java/gtPlusPlus/preloader
AgeCommit message (Collapse)Author
2021-12-06Greatly improved NEI handling.Alkalus
Fixed broken Manure Slurry recipes.
2021-08-02Removed ASM-based SuperBusesTimeConqueror
2021-07-30removed ic2 hazmat asmSphyix
2021-07-26moved hazmat logic to gt5uSphyix
2021-06-06Remove patches that collides with TC4Tweaksllk89
also cleaned up build script. WTF is proguard? Seriously?
2020-11-05+ Added RTG power Hatch.Alkalus
+ Added better handler for packager recipes. % Moved RTG fuel pellet recipe handling to it's own function. $ Fixed minor oversight in ItemStackData. $ Fixed TC Alchemical Furnace being a laggy PoS. $ Maybe fixed TC Aspect scanner on items with invalid unlocal names.
2020-05-30$ Fixed minor oversight in RC ASM.Alkalus
$ Fixed bug where PSS would generate power due to an integer overflow.
2020-05-29+ Added recipes for basic turbines.Alkalus
- Removed logging from NEI debugging.
2020-05-28+ Added ASM debugging for NEI.Alkalus
- Broke NEI handling for some Multis. (To fix next commit) $ Fixed Handling of broken recipe handlers for CryoFreezer, Large Electro & Large Centrifuge. $ Fixed owner of some NEI handlers. (Was still Gregtech, oops)
2020-05-27% Disabled TC Logging.Alkalus
2020-05-27+ Updated GT lib to 5.09.33.02.Alkalus
% Rebalanced some Chemical Plant recipes. $ Fixed TC CraftingManager Transformer.
2020-05-27$ Fixed TC dependency within the Fake Player checker.Alkalus
+ Added basic TC transformer to try debug the StackOverflowError caused by TC/ExU/GT.
2020-04-14+ Added an Advanced Hazmat Suit.Alkalus
+ Added a T3 circuit for recipe selections. $ Disabled TT Thaumic Repairer patch. $ Fixed a bug in EnumUtils not correctly handling missing entries.
2020-04-10$ More work overhauling GT/IC2 Hazmat system.Alkalus
2020-04-09$ Fixed Hazmat ASM not actually injecting replacement methods.Alkalus
2020-04-07+ Added support for Custom Machines being registered to the PA. (If GT is ↵Alkalus
up-to date) + Added more ASM patches for better Hazmat handling. % Renamed Chemical Dehydrator to Dehydrator for clearer logic in NEI. $ Fixed a small bug in ReflectionUtils. $ Rewrote parts of my Hazmat handling, it should now work correctly for all items which apply radiation from IC2/GT or their addons.
2020-04-03$ Patched the Thaumic Repairer from Thaumic Tinkerer. It now won't repair ↵Alkalus
item's unless they're actually fucking repairable.
2020-03-31$ Removed ReflectionFactory and associated classes.Alkalus
2020-03-31$ Refactored package name of ReflectionFactory classes.Alkalus
2020-03-31+ Added Custom NEI Handler for IsaMIll.Alkalus
+ Added Death by IsaMIll. % Moved debug mode switch to AsmConfig. $ Fixed handling of custom OrePrefixes. $ Fixed OreDict registration of MetaFoodItems. $ Improved handling of Core Classes being static initialised too early. $ Fixed client-side bug in Distillus which would cause an infinite loop. $ Fixed bug in ForgeEnumHelper. $ Fixed bug in setField methods from ReflectionUtils.
2020-03-28+ Added more 'Special Behaviour' items for my multiblocks as Examples.Alkalus
+ Added '/gtpp hand' command. + Added TungstenSteel & Neutronium tool variants to NEI while in dev. + Added Large Semifluid Generator and a crafting recipe for it. + Added Placeholder for Adv. Assembly Line. + Added Distillus Upgrade Chip and a crafting recipe for it. % Updated build.gradle. % Reworked a few recipes. $ Fixed ULV Overflow Covers using 0L Water in assembler. (https://github.com/GTNewHorizons/NewHorizons/issues/5700) $ Fixed Integral Encasement I using 0L Steel in assembler. (https://github.com/GTNewHorizons/NewHorizons/issues/5617) $ Fixed Thaumcraft based FakePlayer's triggering Fluorite drops. (https://github.com/GTNewHorizons/NewHorizons/issues/5744) $ Fixed bad handling of hatch textures on a few multiblocks. $ Semi-Fixed Distillus. $ Fixed Semifluid Generator recipes. $ Fixed Semifluid Generators crashing the game when mined. $ Fixed bad handling of calls to ItemList.java. $ Began work fixing all ASM to be more compatible with ProGuard. $ Fixed compiler complaining about varargs. ^ Bumped version to 1.7.05.x.
2020-01-31+ Added ASM config options to adjust RC fluid (un)loader IO rates.Alkalus
% Split RC IO patch into two config options, default is now RC standard of 4k, but can be adjusted back to 26 (Or higher) as needed.
2020-01-19$ Made Keybind patch reset value to 0, if possible.Alkalus
$ Made it more obvious which keybinds are broken (if resetting value fails) within the controls menu. They now say "FIX!".
2020-01-19$ Fixed inner class lookup in ReflectionUtils.Alkalus
$ Can't patch LWJGL's Keyboard class, so now I patch ClientSettings.
2020-01-14$ Made default isLog(Block) pass the wildcard meta to isLog(Block, int), as ↵Alkalus
opposed to 0.
2020-01-14$ Adjusted comparison checks, because the ArrayList will never contain ↵Alkalus
identical ItemStack objects.
2020-01-13$ Fixed CPI patch, which was failing due to different args present on other ↵Alkalus
GT forks. $ Fixed incorrect energy usage on Alloy Smelting recipes, they're no longer 2x.
2020-01-13$ Fixed #606.Alkalus
2020-01-10- Disabled Entity Fix by default.Alkalus
2020-01-10+ Added ASM to log/patch misuses of EntityLivingBase.setHealth().Alkalus
$ Fixed getItemStackInPlayersHand() being Server Sided only.
2019-12-30+ Implemented Blacklist for OB Glider. Closes #584.Alkalus
+ Added default versioning file.
2019-10-13+ Added Round-Robinator recipes.Alkalus
% Adjusted Zirconium Carbide tier, and changed the materials used for LV tiered recipes. % Finished work on the Round-Robinator logic. $ Removed PSS log spam. $ Many minor bug fixes.
2019-10-11$ Fixed many tiny bugs, found by static code analysis.Alkalus
$ Fixed Canning handling further. $ Adjusted the Charcoal Pit fix.
2019-10-10$ Fixed Wire Cutter handling for 5.09.32+.Alkalus
$ Corrected Rainforest Oak sapling recipes and also fixed the Charcoal Pit Igniter. Further fixes #454.
2019-09-09$ Added ASM to fix LWJGL. Closes #544Alkalus
2019-09-09$ Potentially fixed issue with RC ASM.Alkalus
2019-08-15+ Attempted to add a buggy NEI page for decayable dusts.Alkalus
+ Added a way to disable ALL GT++ logging in the ASM config file. + Added recipes for Ztones covers. % Adjusted recipes for Tiered machine covers. % Updated GT++ debug command to toggle logging if desired. (Useful in-game). $ Fixed bug where smart covers would lose their state.
2019-08-15$ Overhauled Slow Building Ring. Fixes #506.Alkalus
2019-08-14$ Hopefully improved some basic logic within Railcraft item handling. ↵Alkalus
Hopefully Fixes #529.
2019-07-29+ Added all drying rack recipes to the dehydrator. Closes #487.Alkalus
2019-07-26+ Added config option to adjust ingame BGM delays. (Should be working)Alkalus
+ Added a Pest Killer for quick removal of Butterflies and Bats. + Added Hydrogen Cyanide. % Replaced existing assets for the Bat King. % Replaced Bat King Logic, it's now an offensive mob. $ Fixed Bat King model scaling.
2019-04-29$ Fixed Bus ASM by actually removing old constructors.Alkalus
2019-04-29$ Fixed Super Buses not having > 16 slots.Alkalus
2019-04-26+ Added some Items specifically for running Digital Tree Farms.Alkalus
+ Added some Common Energy Utility Classes. + Added ASM to fix handling of hatch slots for busses. (Partial implementation)
2019-04-24$ More Adjustments to the Client Proxy ASM Patch.Alkalus
% Adjusted some Tree Farm code.
2019-04-24$ Fixed GT_Client ASM not actually running.Alkalus
2019-04-24$ Fixed another small derp in GT's Client Proxy.Alkalus
2019-04-24% More work on rewriting the Tree Farmer.Alkalus
% Renamed Tree Farmer Casing. % Cleaned up a few imports. $ Fixed assorted minor bugs with Multis. $ Fixed Issue with GT_Utilities via ASM.
2019-04-23+ Added Rhugnor.Alkalus
+ Added Carbyne as a proper material. $ Fixed ASM Derp in IC2 Hazmat transformer.
2019-04-20% Tweaked DEDP outputs.Alkalus
$ Fixed IC2 Hazmat ASM throwing IncompatibleClassChangeError.