aboutsummaryrefslogtreecommitdiff
path: root/src/Java/gtPlusPlus/GTplusplus.java
AgeCommit message (Collapse)Author
2018-02-08+ Added Plugin system.Jordan Byrne
$ Fixed issue with Fishing Pond.
2018-02-07+ Tried redoing the Pocket Fusion Reactor.Jordan Byrne
2018-01-29+ Added Trinium Titanium Cable/wires.Jordan Byrne
+ Redid material components to better use GT texture assets. % Gave all 32 ore types new TextureSets. % Doubled capacity of all fluid pipes. % Moved Item/Block creation from init() to preInit(). $ Fixed Sludge fluid texture. $ Moved Darkworld from being a child mod into it's own mod, Renamed to Toxic Everglades. $ Bundled SegmentHelper.java, for future development ease.
2017-12-29+ Added several new ore materials.Jordan Byrne
$ Fixed bug where ores generated fluids. $ Fixed issue where old Fluorite ores still exist. $ Fixed issue where ore processing recipes were generated incorrectly. $ Partially implemented smooth lighting on GT++ Ores.
2017-12-21^ Version Bump.Draknyte1
2017-12-20- Disabled some logging.Draknyte1
% Minor Project Clean-up, added missing Override annotations to 100+ methods & removed pointless casts. % Moved Logging to it's own class. $ Fixed Multi-block handling of Pollution. $ Fixed the GT 5.09 material enabler system. (From My Side, it's still borked on GTs). + Added a Dynamic Proxy invocation for IMaterialHandler. + Added an AutoMap data type, which is a Auto-incremental ID'd Hashmap wrapper.
2017-12-20+ Added support for GTNH Trinium.Draknyte1
$ Fixed excessive fluid cells being generated. $ Further improve material recycling recipes.
2017-12-18+ Added some safety handling to Bee generation since they will not generate ↵Draknyte1
in older versions of Forestry. % Made all of Growthcraft support reflective.
2017-12-18$ Fixed #169.Draknyte1
2017-12-15More fixes pre-gtnh update (#168)Alkalus
$ Tree Farmer Fix (a) $ Multitank Fix. ^ Version Bump. * + Added Chainsaw support to treefarm. + Added check for creative tools to tree farm for creative testing.
2017-12-15Add TecTech support (#166)Alkalus
+ Added check for TecTech mod. + Added TecTech support to my Base Multiblock. + Added TecTech support to my Power-Substation. + Added TecTech support to my Generator Array. % Made GT++ load after a few more mods that were recently added. $ Fixed else statement for computronics load message during startup. $ By now supporting Multi-amp Dynamos, this closes #161.
2017-12-15$ Fixed Client side code called on server.Jordan Byrne
2017-12-11$ More work on Segment Analytics.Jordan Byrne
+ Added functions to identify myself as a player. % Updated Segment 2.1.0 Bundled Library.
2017-12-11$ Fixed UUID generation and Data flushing to Segment servers.Jordan Byrne
2017-12-11$ Redid Analytics Handling to be done on a per-player basis and not handle ↵Jordan Byrne
client side per-player.
2017-12-11Merge GTNH features and changes (#160)Daniel
+ GTNH full compat mode. + Added boiler config, recipes changes and minor tweaks. $ Fix nbtutuls. $ Tree farm fixes. % Pipe and cable rendering tweaks.
2017-12-10+ Added First Test unit for Analytics. (Analytics Class is not available ↵Jordan Byrne
publicly, but please do ask for a redacted version.) + Added support for Fancy Graphics and shit Graphics modes. (Things like leaves will soon have variable textures) + Added Beyond Reality Classic check, for future pack specific features. % Refactored CORE.java - Removed many useless or duplicate GT variables.
2017-12-10% Major Refactor of the base GT++ class.Jordan Byrne
% Moved Config Handling to it's own class. % Renamed configSwitches.class to ConfigSwitches.class. + Added framework for Segment Analytics.
2017-12-09$ Fixed a compile error after refactoring a config variable to a new location.Jordan Byrne
2017-12-09+ Added a config option to disable Zombie Reinforcements.Jordan Byrne
% Redid some Circuit handling for recipes. $ Fixed Component Assembler recipes not using all circuits per tier for recipes.
2017-12-07% More work on the Nitro-fix.Jordan Byrne
2017-11-28$ Fixed Thermal Centrifuge Structure check.Alkalus
$ Moved all SubscribeEvents to it's own handler function. % Adjusted tooltips of the Thermal Plant and the Wash Plant to reflect their actual dimensions.
2017-11-17+ Added in the Compact Fusion Reactor.Alkalus
% Did work on the CFR. $ Fixed a tooltip on the Pollution Detector.
2017-11-14% More book changes.Alkalus
2017-11-06+ Added a config option to enable hidden NEi items.Alkalus
+ Added a config option to enable 'Machine Logging" for debug outputs. + Added exchange recipes for circuit components which become useless after enabling 'Old Circuits' option. $ Fixed some pre-existing recipes requiring unobtainable circuits if 'Old Circuits' is enabled. (ExU/GC). $ Fixed Industrial Thermal Centrifuge tool-tip. Fixes #150. % Added Soul Bind methods to NBTUtils.java to handle Botania items. ^ Version Bump.
2017-10-05+ Added Macerator recipe for Chisel Limestone into 4x Calcite dust.Alkalus
% Changed some logging messages.
2017-10-05$ Fixed #137, also resolves #138 & resolves #139.Alkalus
% Commented out something related to Forestry.
2017-09-25% Sulfuric potions now do no damage to anyone wearing a hazmat suit.Alkalus
$ Fixed entity IDs during registration. $ Fixed Sulfuric Potion not rendering. $ Fixed Fluid Canner recipes for Sulfuric potion not registering.
2017-09-19+ Added recipes for the Large Auto-Crafter and the Project table.Alkalus
+ Added config options for the Large Auto-Crafter.
2017-09-17+ Added Large Ore Washing Plant.Alkalus
+ Added Red-Steel casing. + More additions to Thermal Centrifuge. + Added Wash-Plant and Large Thermal Centrifuge casings. % Refactored config option 'enableMachine_ThermalBoiler' to be 'enableMultiblock_ThermalBoiler'.
2017-09-09+ Added update checker config option.Alkalus
$ Fixed pollution related content loading when GT .08 is loaded.
2017-09-09$ GT5.08.33 compliance fixes.Alkalus
2017-09-09+ Added Cape handler for shits and giggles.Alkalus
2017-08-24$ Fixed version checker not working as intended due to invalid network checking.Draknyte1
% Tweaked LFTR Controller recipe, replacing screen with a Computer Cube.
2017-08-23+ Added LFTR block recipes.Alkalus
+ Added LFTR Control Circuit. $ Changed Material logging. Fixes #126.
2017-08-23$ Fixed LFTR power output logic.Alkalus
+ Added some more logging.
2017-08-12+ Added a config option for the Thermal Boiler.Draknyte1
+ Added the Lava Filter. + Added Thermal Boiler Casing. + Added Recipes for the Thermal Boiler controller and casing block.
2017-08-12+ Added a config for Pollution related devices.Draknyte1
+ Added a recipe for the basic air filter.
2017-08-12+ Added a config option for the Simple Washer.Draknyte1
2017-08-09$ More circuit checks for .08 added.Draknyte1
2017-08-09% Rewrote the Preloader mod to now be a dummy mod.Draknyte1
+ Added ASM usage to Preloader. + MC Version annotations to both GT++ and it's child mod GT++ Dark world.
2017-08-08+ Added a new mod component for GT++, titled Preloader. This enables me to ↵Draknyte1
do things prior to Gregtech/etc loading at all. % Tried very hard to remove GT5.09.28+ Circuits from the Ore Dictionary. The OreDict system is broken and this is basically impossible.
2017-08-05+ Added a config option for Tesseracts.Alkalus
2017-07-28$ Fixed an error loading the Accelerator Blacklist.Alkalus
$ Hopefully fixed Limestone not dropping fluorite as often as it should.
2017-07-28+ Added world accelerators from GT:NewHorizons.Alkalus
2017-07-14% Migrated some code to CommonProxy.javaAlkalus
$ Load order for circuit swap changed again, it now happens prior to any other GT++ recipes are added.
2017-07-14$ Fixed Circuit loading order.Alkalus
$ Fixed recipes that loaded prior to the GT circuits changes, which had them using non-craftable GT circuits. $ Disabled the Bronze workbench entirely, which was causing dupe issues. TBA.
2017-07-14$ Fixed a order of operation bug, where recipe removal of new circuits ↵Alkalus
wouldn't occur, as the variables it checked to see if the option was enabled were loaded after the recipe map edit. + Attempted to override the list of GT circuits with my own, to prevent NEI clutter.
2017-07-12$ Fixed Old Circuits being default enabled. Now they are disabled by default.Alkalus
2017-07-11% Cleanup Recipe Removal segment.Draknyte1