aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2017-02-07% Made the first tier of custom IC2 rotors work in water environments.draknyte1
% Rewrote how the LFTR processes it's recipes based on the large Diesel generator. (Better than using the Fusion Reactor as a base.)
2017-02-07+ Added Scanner Info for the LFTR.draknyte1
+ Made LFTR's go BOOOOOOOM when they explode, like nothing you've ever seen before. Be careful.
2017-02-07+ Added a returnLargestNumber function to MathUtils.javadraknyte1
+ Wrote up some really bad version parsing code, will replace with a Regex function later. % Changed Growthcraft FishTrap handling to support newer versions.
2017-02-02+ Added a check for BuildCraft.draknyte1
% Changed handling of Wrench interfaces for the Workbench. - Removed classes I borrowed from MFR. (useless) - Removed Psychedelicraft support. (useless)
2017-01-23+ Added a lag breaker to the Tree Farmer, a configurable option in which you ↵Draknyte1
can set max logs cut before taking a break. Prevents lag if you plan to cut Large trees. (Stops it cutting 5k logs in one go, default max is 500). % Changed the Cutting method, so search X/Z, then go up a Y level, not 1-150 Y scanning then moving along. (Allows previous lag breaker to not cut trees in strange angles). % Tweaked the Clean-up method, so that it does not clean up inside the initial area, also creates 'trash' block break effects. % Re-enabled Clean-up being called every 60s from postTick(). % Tried adding debug code into the Clean-up method to figure out what area it's tidying. (Pumpkins/Melons/BookCases).
2017-01-23+ Added a volatile XSTR variable to CORE.javaDraknyte1
% Changed Bonemeal effect and playing handling it within the Tree Farmer, different grade fertilisers produce different growth rates. $ Fixed the issue where the Tree Farmer got stuck during it's ticking cycle.
2017-01-23+ Added ability for the power storage method in the Tree Farmer to recheck ↵Draknyte1
for the amount of energy hatches every 10 attempts it fails to add energy from one. % Changed around calls to fertiliser check.
2017-01-22+ Added fertiliser use.Draknyte1
% Broke something, now the Tree Farmer isn't working. Hard to debug without internet as my logging is interrupted constantly by other mods complaining.
2017-01-22+ Added some methods to the Tree Farmer for fertiliser use.Draknyte1
2017-01-22+ Added a FarmAI to the Tree Farmer, which handles Forestry saplings. (Will ↵Draknyte1
eventually also do block breaks too). + Added handling of the block break particles.
2017-01-21+ Added information about the power stored and operations remaining to the ↵Draknyte1
Tree Farmer GUI. Thanks to @Dragon2488 for showing me how Container syncing should be done properly. % Rewrote the Tooltip for the Tree Farmer Controller block. % Changed the Tree Farmer GUI, moved the item slot up 18px and added a console for the power information. $ Fixed the tool check returning Null when valid tools were present in the Tree Farmer.
2017-01-20% Moved some Tree Farmer code to a Helper Class.Draknyte1
2017-01-20% Enforced leaf check by name.Draknyte1
% Tweaked the code that handled item removal from the TreeFarmers input bus slots.
2017-01-20+ Added a check to ensure the multiblock is fully repaired before functioning.Draknyte1
% Slight class cleanup.
2017-01-20+ Added a new kind of logging message, just for machines, so that people may ↵Draknyte1
debug them easily without TOTAL DEBUG mode. + Added support for the TreeFarmer to use Saws/Buzzsaws to cut things. They are now required. + Added a GUI for the Tree Farmer. + Added a custom slot class just for Buzzsaw and Saw items. % Tweaked power handling for findLogs() in the Tree Farmer class, it wasn't checking the internal power buffer.
2017-01-20+ Added a power cost of 32eu/action for the Tree Farmer. (Will eventually ↵Draknyte1
get a config option). % Moved the internal power buffer variable out of the cut method into the class. % Massive project tidy up, lots of old unused code removed or tidied up. $ Fixed lots of String comparisons that used == instead of .equals(). $ Fixed Double/Triple/Quad null checks in certain places. $ Fixed returns that set values at the same time. $ Swapped 3.14 and 1.57 to Math.PI and Math.PI/2. $ Fixed possible cases where a NPE may be thrown, by calling logging outside of null checks. + Added PI to CORE.java, since it's a double and MC uses it as a float in each instance. - Stripped 95% of the useless code out of Meta_GT_Proxy.java
2017-01-19$ Finished internal EU buffer, it's enough to cut (13*13*150*128/4) logs/leaves.Draknyte1
2017-01-19+ Added IC2 Rubber Leaves compat. to the Tree Farmer.Draknyte1
+ Added a 1/100 chance for leaf blocks to drop their drops. (Apples, sticky resin, etc.) + Added base work for internal power storage for the Tree Farmer. % Inverted the operation for planting saplings. Input hatch loop is done, then a check to plant, instead of each block being checked then the input bus being looped over each time. % Inverted Cutting logic, it now checks for power first, then logs, not logs and a loop for power hatches. % Tweaked cleanup() occurrences, Made them far less frequent. $ Rewrote sapling plantation logic, now it doesn't place infinite saplings down from a single item input. $ Rewrote the cutting logic to drain power in a more consistent way.
2017-01-19$ More FindBugs, PMD & CheckStyle clean up.Draknyte1
2017-01-19$ Begin Class Cleanup with CodeStyle and FindBugs. (On top of using PMD, ↵Draknyte1
code will get cleaned up a lot).
2017-01-18+ Added ItemStack[] getBlockDrops(ArrayList<ItemStack> blockDrops) to ↵Draknyte1
ItemUtils.java. % More Tree Farmer Logic improvements.
2017-01-17% Tried to improve the logic for the Tree Farmer, to support Forestry 4.Draknyte1
% Moved COFH API related files. + Added a child mod, for misc handling. $$ Borrowed some code from MFR, to attempt forestry support. (Credit left, will re-do if I even get it working).
2017-01-17% Improved Multitool Generation.Draknyte1
2017-01-14$ Tried fixing multi-tool names.Draknyte1
% Ended up making some not exist any more.
2017-01-14$ Re-wrote the handling of Multitool generation, to allow my own materials ↵Draknyte1
to have tools. % Bumped Multispade durability by 3x.
2017-01-14% Changed the texture Multi-tools render with.Draknyte1
2017-01-14+ Added the basis for a config option, which enables GT textures (For all ↵Draknyte1
machine components, ingots/plates/rods/etc.). - Removed recipe addition logging. % Tried again to boost multi-tool durabilities by 3x. % Added sapling plant code to the Tree Farmer, improved output bus storage of chopped logs.
2017-01-12$ Tree Farmer now grows saplings and has a particle effect. (This is ↵Draknyte1
configurable). + Added a getSimpleStack method for blocks, to simplify life.
2017-01-11+ Added Tree farm Fluid/solid Fertilisers.Draknyte1
+ Added a handler for creating non-molten fluids. + Added the basis for a config switch to enable or disable the tree farmer. $ Improved Tree Farm cutting and cleanup code. $ Fixed a bug in ItemUtils, stemming from ancient code which pointed at an array index which never exists. (Now I compare array length.) - Removed some useless code from Material.java.
2017-01-10% Cleaned up the Tree Farmer Class.Draknyte1
2017-01-09$ Fixes Issue #50.Draknyte1
% Made EnderIO Interface for wrenching optional.
2017-01-08$ Rewrote the logic for tree chopping, now the Tree Farmer cuts tree and ↵Draknyte1
clears leaves for upto 150 blocks above it. + Added a isLeaves check to TreefarmManager.java. + Added a placeholder casing texture for the Tree Farmer. (ID 77) + Added vanilla Podzol and Acacia log textures. % Changed the textures on TreeFarmer blocks.
2017-01-05+ Added a casing for the perimeter of the Tree Farmer structure.Draknyte1
$ Improved the structure formation of the Tree Farmer, it now works better when built. + Added a new texture for the Farm manager blocks, which surround the Tree Farming structure.
2017-01-05$ Basically fixed the formation code of the Tree Farmer.Draknyte1
2017-01-05% More work on the Tree Farmer.Draknyte1
+ Added TreefarmManager.java, for static forestry related content.
2017-01-04+ Added the Tree Farmer.Draknyte1
+ Did a whole lot of work on it's logic, it now sort of assembles properly.
2017-01-04+ Added a basic class for the Tree Farm. (Currently just a Bronze Blast ↵Draknyte1
Furnace with a tooltip). + * XSTR - Xorshift ThermiteRandom + * Modified by Bogdan-G
2017-01-03+ Added Crafting Recipes for Gears in crafting tables and alloy smelters ↵Draknyte1
(They were missing). + Added Crafting Recipes for nuggets in the alloy smelter (It was missing). $ Fixed the last recipeGen class not being loaded, also added the new one RecipeGen_AlloySmelter.java
2017-01-02+ Added an extraData flag to BaseItemComponent.java.Draknyte1
+ Added a GT API version into the internal variables class. + Added a base system for fluctuating colour in fluid Cells.
2017-01-02$ Fixed Cell items having invalid recolouring. Now only the fluid inside the ↵Draknyte1
cell is recoloured, not the entire thing.
2017-01-02+ Added Block -> 9 Ingot and Reverse to Extruder recipe generation.Draknyte1
% Tweaked costs of Fluid Melting and Solidifying recipes. % Changed Assembly Recipe generator. (Now has a factory method for things needing molten fluids)
2017-01-01+ Added Molten Fluid to Gear Recipes in the fluid solidifier.Draknyte1
+ Added Rotor recipes to the assembly machine. + Added Frame Box recipes to the assembly machine.
2016-12-31+ Added a Unique Fission Fuel NEI texture.Draknyte1
$ Fixed the slot positions for the new NEI handler, also added more output slots for fluids.
2016-12-31+ Gave Fission Fuels their own NEI handler, which allows 9 input fluids.Draknyte1
% Moved Fission Fuel recipe map to it's own class, specially for the NEI handler. ^ Updated CodeChickenCore-1.7.10-1.0.6.44-dev.jar to CodeChickenCore-1.7.10-1.0.7.47-dev.jar. ^ Updated CodeChickenLib-1.7.10-1.1.3.136-dev.jar to CodeChickenLib-1.7.10-1.1.3.140-dev.jar. ^ Updated NotEnoughItems-1.7.10-1.0.4.107-dev.jar to NotEnoughItems-1.7.10-1.0.5.120-dev.jar.
2016-12-31$ Fixed an issue with Fluid solidifier recipes consuming their mold. Thanks ↵Draknyte1
to iuytrewetyu for noticing this issue.
2016-12-30$ Fixed the Multitank Logic. (It also stores fluid type stored inside it ↵Draknyte1
when moved.) - Removed Internal PlayerAPI I previously bundled. - Removed some debug logging from single block tanks.
2016-12-29% Small change to Multitank logic.Draknyte1
^ Version bump to V1.4.9.22-alpha + Uploaded PlayerAPI-1.7.10-1.4.jar library file. https://minecraft.curseforge.com/projects/player-api/files/2248928
2016-12-29$ Total rewrite of Portable tank NBT handling, now they work perfectly, ssp ↵Draknyte1
and smp tested. % Slight change to molten fluid generation. % Name changed to Molten ZrF4.
2016-12-28+ Added Clay Plates.Draknyte1
+ Added HOTINGOT to ComponentTypes. + Added subscript formulae to dusts. (Which still use the old material system) when the name contains subscript (Basically assumes that any item with a number is a chemical formula). - Removed Subscript from dust names. % Added a check to the tooltip for any component item to not show the chemical composition if it's empty or ??. % Made the mChemicalFormula String in generateMaterialFromGtENUM subscripted. % Rewrote BaseItemIngot.java to use the component system, renamed copy of the old class to BaseItemIngotOLD.java. % Rewrote BaseItemIngotHot.java to use the new component system. % Changed the Error ingot to use BaseItemIngotOLD.java
2016-12-28% Redid LFTR recipes, to use proper molten salt mixes for the Primary fuel.Draknyte1
+ Added a new, secondary, simpler 7Li creation recipe, albeit not as efficient as the old one.