aboutsummaryrefslogtreecommitdiff
path: root/src/Java/gtPlusPlus/api
AgeCommit message (Collapse)Author
2018-05-25+ Added a WeakRef type Automap.Alkalus
+ Added getClassByName(String) to ReflectionUtils.java. + Added lots of handlers to ThaumcraftUtils.java. $ Improved Fake Player handling to only now be held by weak references. Should prevent worlds staying loaded.
2018-05-24+ Added a new interface RunnableWithInfo.java. Allows passing through type V ↵Alkalus
and an object, for extra manipulation during runnable events where required. $ Further improvements to the recipe generation system. Added safety catches in case a particular material is having issues, so as not to corrupt the whole map. $ Added extra maps for recipes that get added from auto-generation elsewhere. Cached maps should also register to be run upon creation.
2018-05-23$ Fixed Chunk Loader initialization.Jordan Byrne
% Moved various chunk handling code to be internal in ChunkManager.java.
2018-05-23$ More improvements to the Chunk Loader ID system. Should now avoid ID ↵Jordan Byrne
conflicts.
2018-05-23+ Added another data storage object. Examine ReverseAutoMap.java for ↵Jordan Byrne
information. $ Massive overhaul to the Chunk Loaders. $ Hopefully added a way to check OreGen per dimension. % Gave the BlockPos.java object a better UID.
2018-04-20^ Version bump to 1.7.0-pre11-final.Jordan Byrne
$ Fixed many .08 compat issues stemming from use of newer NEI handler features in .09. $ Redid a lot of GT_Recipe and Recipe_GT handling. $ Fix to Adv. Vacuum Freezer recipe handling. $ Fixed NEI not loading Multiblock Handler. $ Fixed various crashed from NEI.
2018-03-28$ Rewrote handling for the ABS to dynamically generate all recipes based on ↵Jordan Byrne
all pre-existing EBF recipes. $ Rewrote ABS recipe handler to support temps within the recipes. This will allow coil upgrades like the EBF for higher tier smelting. $ Fix Polonium Material trying to access ELEMENT.java instance before it's created. + Added ItemStackData.java, which allows storing ItemStacks for easy retrieval.
2018-03-19+ Added Custom mining pipe & head blocks for the Bedrock Mining Platform.Jordan Byrne
+ Added Cryotheum and Pyrotheum requirements to the BRMP. $ More Fixes to Pipe handling within the BRMP.
2018-03-03% Updated Textures for all Kinetic Rotors, Rotor Blades, Shafts, Dehydrator ↵Jordan Byrne
Coils and Coil Wires. Thanks to @mtesseracttech for these! $ Multi Machine Work.
2018-02-27$ Organized imports.Jordan Byrne
$ FindBugs fixes.
2018-02-27$ PMD Cleanup.Jordan Byrne
2018-02-26$ Findbugs Fixes.Jordan Byrne
2018-02-26% Made all GTNH recipes use cheaper circuits for all recipes I add.Jordan Byrne
% Recipe tweaks. % Tried to fluorite ore not having correct recipe outputs during ore processing. (This is still broken due to an invalid output) $ Fixed old fluorite ore not having a valid shapeless recipe. $ Fixed all custom ores trying to register static textures. $ Fixed plugin loading system not registering plugins, I think? $ Fixed missing texture for Nitro Fix.
2018-02-22$ Buffed all Multiblocks.Jordan Byrne
% Greatly expanded BlockPos.java.
2018-02-22+ Added a debug item for linking blocks.Jordan Byrne
% More project clean-up. % Made fish trap 2x slower. $ Fixed issue with fish trap name. $ Fixed .08 issue getting powder barrels.
2018-02-22% Minor project cleanup.Jordan Byrne
2018-02-21$ Tree Farmer Work.Jordan Byrne
% Package cleanup. - Removed /Bed command.
2018-02-19$ Tree farmer work.Jordan Byrne
+ Things.
2018-02-10$ Initial rewrite of the recipe handling in the Matter Fabricator.Jordan Byrne
+ Added internal way for Multiblocks to get a Circuit stored in an input bus or it's GUI. + Added GenericStack.java, which can hold an ItemStack or a FluidStack, to simplify recipe outputs.
2018-02-08$ Tried fixing errors with chunkloader not correctly force loading chunks on ↵Jordan Byrne
server restarts.
2018-02-08$ Made the Alloy Blast Smelter use Circuits in it's GUI.Jordan Byrne
$ Fixed Chunkloading error.
2018-02-08+ Added Plugin system.Jordan Byrne
$ Fixed issue with Fishing Pond.
2018-02-07$ Work on GT Chunkloader.Jordan Byrne
2018-02-04+ Added Super Chests.Jordan Byrne
$ More work on Gregtech ASM. > NBTTagCompound is now created in MetaTileEntity. getDrops() & breakBlock() are also both overwritten.
2018-01-30$ Stopped using CSRPNG's in most cases.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.
2018-01-25$ Further fixes to Pollution and Multiblocks, revision of ↵Jordan Byrne
7ddb7f5e8ed9fe60b730183c7a04f3bce3b8f815. + Added a handler for class transformers. % Added test case to tiered tanks for NBT storing. - Removed logging from some reflection calls.
2018-01-24$ Fixed Interface incompatibility between 5.08 and .09.Jordan Byrne
2018-01-24$ Several 5.08 compat fixes.Jordan Byrne
$ Fixed pollution, which was causing all multiblocks to fail. This was pointed out in #191 by @CodeWarrior0, however I decided to re-do it myself to better handle the .08 compat. $ Fixed all multiblocks being broken as fuck. Fixes #190, fixes #186 and also fixes #176. - Removed some useless logging from the mining explosives.
2018-01-08+ Added an interface to make tooltips on tile entities more flexible.Jordan Byrne
+ Actually added the recipe for the Mining Explosives this time. + Attempted to add a framework for packet handling.
2018-01-08+ Added a recipe to craft Mining Explosives.Jordan Byrne
+ Added missing file. WorldGen_GT.java. % Tweaked Mining Explosive logic. % Tweaked entity fuse variable in primed mining explosive. % Swapped some XSTR's to CSPRNG's. $ Fixed mining explosives renderer. $ Fixed Tesla Tower attacking Items on the ground.
2017-12-29+ Added more new ore veins.Jordan Byrne
% Tweaked some ore veins. % Tweaked size of debug tool's area clear to double. $ Fixed an issue that broke tooltips. $ Quite a lot of back-end work for ore generation in the dark dimension. $ Fixed improper generation of the GT++ WorldGen configuration file. $ Fixed ore vein densities. $ Fixed ore veins not generating as expected.
2017-12-28+ Added an API method for getting material parts.Jordan Byrne
+ Added helper fluid methods. - Stopped ore materials generating furnace recipes.
2017-12-24+ Added the Tesla Tower for base defence.Jordan Byrne
2017-12-21+ Added a better Ai and combat mechanics to the Staballoy Constructs.Draknyte1
+ Tried to implement new World generation for my dimension. % Small tweak to gitignore.
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-12$ Using Apache Commons FieldUtils.class to remove final modifiers from ↵Jordan Byrne
stupid events. % Changed Analytics Properties to be stored per Segment object, as opposed to per method call. - Disabled Analytics on braking blocks. (Was just for testing).
2017-12-11$ Improved Analytics Scheme greatly.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-10+ Added Blum-Blum-Shub random number generator.Jordan Byrne
+ Added Apache UUID generator. + Added Interface for Random Generators. + Added Utils for handling UUIDs. + Added Utils to get System properties (OS). + Added Custom SecureRandom generator.
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-03+ More Dragon Capture Jar work.Jordan Byrne
2017-12-03+ Base work for a Dragon Capture Jar added.Jordan Byrne
+ Added more NBT utils.