aboutsummaryrefslogtreecommitdiff
path: root/src/Java/gtPlusPlus/api
AgeCommit message (Collapse)Author
2019-12-12+ Added Pellet Mold.Alkalus
+ Added Clean Aluminium Mix. $ 5.08 Compliance. And looooots of it. $ Fixed most, if not all Fluid Canning & Extraction recipes that I broke previously. % Adjusted Textures for Particles. New textures thanks to Discord User Никита#8621. % Adjusted Aluminium Processing Chain.
2019-12-10+ Added support for Bio Circuits to Circuit Slots and the Circuit Programmer.Alkalus
2019-12-10% Changed name of custom GT++ Programmed Circuit to Programmed Bio Circuit.Alkalus
$ Fixed getNumberedBioCircuit() in CI. $ Fixed an issue where stripped fields were referenced in server side bytecode. $ Fixed Tooltips not working as intended for items giving custom GT++ Multi behaviour. $ Fixed 'No Bonus Output Chance' item not registering correctly.
2019-12-09+ Added GT++ API class.Alkalus
+ Added handler for Void Miner to API. + Added handler for special multiblock logic to API. + Added Initial work For Chemical Plant. % More work on the Algae Farm.
2019-12-08+ Added an assembly recipe for tier 1 Round Robinators.Alkalus
+ Added localization for Rotor Housing achievement. + Added the Algae Farm (WIP). - Removed Durability bar on Iridium Rotors. - Reverted 2A hatch fix on Multiblocks. % Adjusted all Robinator recipes, removing the fluid requirements. $ Fixed Robinators Crashing on Servers. $ Implemented new backend for all future non-GT tile entities.
2019-11-24+ Added Concurrent Set objects to the API.Alkalus
+ Added Flexible Pair objects to the API. + Added logging to ICO formation code. % Adjusted position of GUI elements in NEI for Chemical Plant recipes. % Adjusted the recipe for the Lava Filter. % Adjusted which fluids are returned when requesting tiered fluids from CI. This will inevitably adjust many recipes as a result. % Adjusted handling of the creative energy buffer. % Adjusted Achievement handler for Dev Mode. % Adjusted Tank Capacity on my Chemical Plants. $ Fixed Output buffer checks on multiblocks, Closes #574. $ Fixed LuV Super Bus recipes, Closes #575. (ULV super bus recipe is still broken for the time being) $ Attempted once more to fix Hot Water localization.
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-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-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-05-12+ Thermal Boiler now pulls lava filters from an input bus.Alkalus
+ Added some minor GUI functions to GregtechMeta_MultiBlockBase. + Added some new Reflection functions.
2019-04-29+ Added Framework for Thermal power based upon the code used for RF.Alkalus
> This is more effective than trying to use the GT EU code for the exact same thing.
2019-04-26% Re-enabled Tree Farmer recipes.Alkalus
- Disabled some logging.
2019-04-26$ Fixed the Tree Farm.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-24$ Fixed the GT Proxy getter returning bad fields on the wrong side. ↵Alkalus
(Server/Client) % Minor work on the Tree Farm.
2019-04-11+ Added some new Monster Killer Baubles. Kill nearby mobs for power, power ↵Alkalus
cost scales with HP total, left and other EntityLiving stats. + Added new constructors for AutoMaps. + Added a Wrapper (AABB) for AxisAlignedBB. $ Fixed Hot Titanium Ingot recipe.
2019-04-08+ Added Custom tooltips to Items with Hazmat bonuses granted by GT++.Alkalus
+ Made AutoMap implement List. % More work on HazmatUtils.java. $ Fixed a bug with my GeneralTooltipEventHandler.
2019-04-02+ Added TexturePackages.Alkalus
$ More work on redstone systems.
2019-04-02+ Added some basis for new redstone things.Alkalus
2019-03-14+ Added more Carbon based chemicals for future use.Alkalus
% Mild tweaks to some Carbon based chemistry. % Updated en_US.lang. $ Fixed NPE in BTF_Inventory.java.
2019-03-13% Mild improvements to BTF_Inventory.java.Alkalus
% Finished Agricultural Sewer.
2019-03-13+ Added the Waste Collector.Alkalus
+ Added new constructor to BlockPos.java. + Added some time handling functions to Utils.java. - Logging.
2019-03-12+ Added framework for additional Oil chemistry in future updates.Alkalus
+ Added additional processes for obtaining Kerosene. % Mild rebalance to GT++ Rocket Fuels. % Swapped Coal by-products (Coal Tar, Coal Tar Oil and Sulfuric Coal Tar Oil) from Gas Turbine fuel to Semifluid fuel. % Allowed ItemPackages to register themselves to the onLoadComplete() event. $ Fixed GT++ Rocket Fuels being unusable in Rocket Engines. $ Fixed Tooltip on GC Fuel loader when the GC-ASM is not active.
2019-03-08+ Added ItemPackage.java. Allows better load control of item/recipe groupings.Alkalus
$ Improved load handling of Chemistry Packages. $ Fixed bug in StringUtils.java.
2019-03-04- Removing some logging.Alkalus
$ Fixed Bed Height > 128 not working as intended. $ Fixed IC2 ASM for wrench harvesting. $ Fixed TC4 ASM. $ Fixed Invalid Giant Chicken Texture handling.
2019-02-15$ Made achievement handling safer.Alkalus
$ Fixed GT Assembly Line recipe ASM, again.
2019-02-14+ Added recipes for the Large Arc Furnace and Casings.Alkalus
- Disabled power output on Alternative Fusion. % Made the AutoMap implement Collection and Queue. $ Fixed energy buffers return bad inventory name.
2019-02-14+ Added Tags to tooltips, which can be used to control base tooltips ↵Alkalus
inherited from parents. % Mild update to tooltips of a few multis. % Adjusted Large Arc Furnace casing texture. % Renamed the 3 Factory Grade multis.
2018-12-24+ Added a config option to adjust the Turbine Rotor removal cut-off point.Alkalus
+ Added some new Bags/Packs for various things. An Automatic Lunchbox, a Tool Box and a Magicians Satchel. + Added full compound of Eglin Steel to ABS. Closes #392. - Removed all Multi-Tools. $ Rewrote and Fixed the recipe system. All recipes are queued regardless of when called, then created during the end of the POST_INIT load phase. Fixes too many bugs to list. (Few more to do before tomorrow) $ Fixed COFH Hard requirement. Closes #398. % Adjusted the internal map type of the AutoMap. Should improve performance, if only in single digit cpu cycles. > To-Do) Fix Recipes pertaining to compound materials made from using fluids. State may be detected wrong after recipe system changes.
2018-10-29+ Added recipe for heating Titanium Ingots, required for Krypton processing.Alkalus
+ Added custom GT TextureSets. $ Lots of small fixes to Material, Material Generation & Recipe Generation. $ Lots of small fixes to Fluids, Fluid Generation and Fluid Cell Generation. $ Fixed Creative Tabs. $ Possibly fixed issue where tickable items would instantly tick to 0. $ Fixed display names of Throwable Potions. $ Fixed NPE in removeCrudeTurbineRotors(). % Adjusted lots of textures. % Adjusted handling of Thermal Foundation Fluids. % Moved Furnace/EBF and Maceration recipes out of BaseItemDust.java. % Made Tooltips of GT++ Material Blocks, Frames and ores more informational. % Made Bromine a Fluid Material, this will remove all Bromine solid material items from the world. (Ingots, Blocks, etc.) % Increased cost of GT++ Ores in processing. - Broke lots of recipes. > EBF/ABS & All Table Crafting. TBA~
2018-10-26+ Added 4 new High-Tier Alloys. Lafium, Cinobite, Pikyonite & Abyssal.Alkalus
+ Added missing Germanium Dust. + Added compatibility for Witchery. - Removed portability of Tanks for GTNH, tanks are still portable otherwise. $ Fixed calculations for automatic recipe generation, EBF and ABS recipe requirements for GT++ Alloys are now significantly increased. $ Fixed missing Control Core textures. % Cleaned up some recipe generation. % Improved Material.java.
2018-10-24+ Added ASM patch for GT MetaTile Tooltips.Alkalus
% Improve GT ASM.
2018-10-24+ Added 2 more planets to HD10180.Alkalus
$ Fixed GC Packet Decoding ASM.
2018-10-24% More work on Planets.Alkalus
2018-10-03$ Fixed COFH OreDictionaryArbiter via ASM.Alkalus
$ Cleaned up GC Fuel ASM, Rockets are now tiered. % Added ability for Rover to use Diesel still. % Added Tooltip to the GC Fuel Loader, showing what Tier requires which fuel. > Bug still exists on sending packets, which may cause the client to boot the player back to the menu.
2018-09-14$ Fixed the XP Convertor.Alkalus
% Rewrote base tile entity system. % Added hashCode() to Pair.java. % Changed some calculations on Materials. % Made Rocket Engines produce heavy pollution.
2018-09-01$ Reworked the Chunk loaders.Alkalus
> Maybe they work now?
2018-08-31+ Actually uploaded all of the assets for the new covers, items & overlays.Alkalus
% Renamed IChunkLoader.java to IChunkLoaderTile.java.
2018-08-29+ Added Overflow Valve Covers.Alkalus
+ Added new overlays for Multiblock controllers in GT++. ^ Version Bump to v1.7.02.09. ^ Bumped Recommended version. % Enabled values() for ObjMaps. % Changed .gitignore to no longer ignore the assets directory. % Removed a compilation warning in FishTrapHandler.java.
2018-08-26+ Added new GUIs for more multiblocks.Alkalus
% Rewrote the way multiblocks in GT++ handle GUIs, to allow for more flexibility.
2018-07-21+ Gave Tokens icons.Alkalus
$ Fixed some invalid recipe logging for recipes that contained nulls. $ Fixed Custom ores not having a default texture. % Moved Pump Logging, it was moved to WARNING from INFO. - Removed most of old Pump tool code.
2018-07-17+ Added a fix for beds when sleeping above Y >= 127.Alkalus
% More functionality to Forge Srg handling.
2018-07-08+ Added various structures for the new villagers in Australia.Alkalus
$ Fixed an issue with the Trader's Trade Handler.
2018-07-06+ Added a new Dimension, Australia.Alkalus
% Stopped Custom Villagers spawning as professions that aren't custom. % Trade improvements for some Villagers. $ Fixed a bug in AutoMap mapping to internal name map.
2018-07-06$ Fixed an error in XSTR.java where the maximum bound for nextInt(x) could be 0.Alkalus
$ Fixed some Aboriginal Trader Logic.
2018-07-06% Tweaked Changelog Head to compare against in build script.Alkalus
- Removed lots of logging.
2018-07-06% Rebalanced Pollution for some Multiblocks and added some to others. (This ↵Alkalus
may break existing Multiblocks which may now require a muffler hatch.) Closes #328. % Moved intermod postInit to before recipe generator runs. (Fixes issues where recipes got queued after the generator ran.) $ Fixed some recipes not working in the Large Centrifuge and Large Electrolyzer. Closes #324, Closes #321. $ Fixed some Forestry Frame Recipes not working as intended. $ Further improvement to recipe system.
2018-07-06$ Fixed most recipe generation issues, now it's highly optimized.Alkalus
$ Fixed issue where custom Rings had a crafting recipe using a wrench and a rod.
2018-07-05$ Ugh.Alkalus