aboutsummaryrefslogtreecommitdiff
path: root/src/Java/miscutil
AgeCommit message (Collapse)Author
2016-07-14+ Added the Maceration Stack MultiblockDraknyte1
> Basic work done, shape isn't forming properly yet.
2016-07-13+ Made Air -> Helium Recipe internal.Draknyte1
% Internal Material Press Changes.
2016-07-13+ Added the Industrial ElectrolyzerDraknyte1
2016-07-13+ Re-added the Industrial Material Press (A Bending Machine)Draknyte1
+ Added Casing Blocks for it as well. > Yet to add recipes though.
2016-07-13% Changed the mcmod.infoDraknyte1
2016-07-13+ Re-added Industrial Plate PresserDraknyte1
+ Added a fresh mcmod.info
2016-07-10+ Added the Working Frame. (No recipe yet)Draknyte1
> This Frame Allows maximum production for your bees.
2016-07-10+ Added in the Frames from ExtraBees (Because Binnie never updates)Draknyte1
% Reused his textures and names.
2016-07-09+ Added Latest buildDraknyte1
% Bumped Version up.
2016-07-09+ Added a EV BatteryDraknyte1
% Changed Item Registration for Rotors & Components
2016-07-09+ Added GT5 Extruder Shape for Windmill ShaftsDraknyte1
+ Added Recipes for All Rotors and components.
2016-07-09+ Added Shaft components for all 4 Rotors.Draknyte1
2016-07-09+ Added Recipes for the Rotor ComponentsDraknyte1
2016-07-09+ Added Rotor Components for the new IC2 Rotors.Draknyte1
2016-07-09$ Fixed small rotor errors.Draknyte1
> All rotors were using the Iridium texture when placed. > Vibrant rotor wasn't using the correct item name. Was ItemVibrantRotor now itemVibrantRotor.
2016-07-09+ Added 4 Types of Kinetic Rotor for IC2Draknyte1
% Changed internal handling of Rotors to better support them.
2016-07-09+ Added in a IC2 Kinetic gearbox rotor made from Iridium.Draknyte1
+ Added Framework for adding in future Windmill rotors.
2016-07-09$ Fixed the OpenGL Errors caused by GUIs. (At least hopefully, finally)Draknyte1
2016-07-06% Making changes, Trying to fix these GL Errors.Draknyte1
------------------------------------------------------------ <SomeGuyInATree> Anyone here knowledgeable in GL? Not sure why this breaks context and fills my log with errors. http://pastebin.com/1NeNdvaB <mezz> what's the error? <SomeGuyInATree> http://pastebin.com/WSnPVSNf <mezz> dunno, talk to psychedelicraft <SomeGuyInATree> It's not related, because the same thing happens without it. <mezz> it doesn't look like something you've caused <mezz> can I see that log then? <SomeGuyInATree> Client locks up when opening GUI, spams log with that if PC is installed, or locks without (Assume the same thing happens but isn't logged) <mezz> that's not the same thing happening <SomeGuyInATree> PC adds shaders, so I assume it has logging for when it itself breaks them/gl. <mezz> seems like it's from a super class <mezz> yours is too basic, no GL calls at all <SomeGuyInATree> Loading Eclipse and whatnot. Lemme get you a log without PC <mezz> this file does not look very goodd https://github.com/draknyte1/GT5-Unofficial-Ex/blob/master/src/main/java/gregtech/api/gui/GT_GUIContainer.java <mezz> if something in drawScreen crashes and is caught, the GL state could not be reset back to normal <mezz> catching throwable is also bad practice <mezz> since (like now) you will have no idea what's happening
2016-07-05- Removed Recipe Counter from GUIsDraknyte1
2016-07-05+ Added New Centrifuge GUI Texture.Draknyte1
% Rewrote Centrifuge GUI/Container workings.
2016-07-05$ Fixed the OpenGL Issues (I think)Draknyte1
2016-07-05% Fixed the Large Centrifuge (Sort of)Draknyte1
= It now requires a turbine rotor of any size/metal in it. (It doesn't take damage) + Separate GUI/Container classes for the Industrial Centrifuge.
2016-07-05$ Fixed the texture issue.Draknyte1
% Think I broke Multiblock machines somehow.
2016-07-05% Changed GT Casing handlingDraknyte1
% Trying to fix texture overrides, but my array math is always bad. (Sorry)
2016-07-05- Removed the Electric Blast Furnace clone I used for testing.Draknyte1
2016-07-04Fixed GUI registration with Forge.Draknyte1
2016-07-04+ Added in base and Abstract classes to begin usage of RainsinToastCore.Draknyte1
+ Started work on a new GUI handler based off others, featuring dynamic ID ranges. (Internal code changes) - Removed a very old GUI handler class, left the current one until the new one is done.
2016-07-03$ Fixed Fluid load order.Draknyte1
- Removed Old Builds % Updated mcmod.info + Added latest Build
2016-07-03+ Added some logging to the xmod Fluid handlers.Draknyte1
+ Bumped Build version.
2016-07-03% Made the IC2 cable disability GT dependantDraknyte1
$ Fixed a creative tab icon not rendering properly + Added the latest recommended build
2016-07-02+ Bumped Build versionDraknyte1
% Changed a few things internally ? Maybe fixed the mcmod.info file
2016-07-02%Renamed xmod handlers.Draknyte1
+Added in a new Bee Frame - The Mutagenic Frame.
2016-07-01%Changed the way the Foresty xmod stuff runs in a non-dev situation.Draknyte1
%Improved Growthcraft Booze handling
2016-06-30%Refactored all of the GT related code into the xmod package instead of ↵Draknyte1
being in its own. %Renamed intermod package to xmod.
2016-06-30% More Work on the GT Material System implementation.Draknyte1
2016-06-30+Attempted to add Ingot/Plate/Block processing chains for my own Materials.Draknyte1
2016-06-30$Fixed Coke Oven Recipes that used Oxygen.Draknyte1
Should fix a few other fluid issues now with the new getFluidStack() method.
2016-06-29+Added A FluidUtils ClassDraknyte1
$Fixed TF Recipes for GT Machines.
2016-06-29Think I've fixed bad textured registration.Draknyte1
All fluids should now have valid textures or textures missing within the <MiscUtils> domain.
2016-06-29+Custom Alveary Blocks (Very W.I.P.) - Disabled unless debug mode is enabled.Draknyte1
+Custom Jack Daniels Brewing Recipes for Growthcraft and Psychedelicraft. $Fixed a weird texture overwrite (Electric Blast Furnace & Large Bronze Boiler)
2016-06-29+Added Two Frames for ForestryDraknyte1
+First attempt at adding an Alveary block for Forestry As always, Used authors code to implement it the cleanest way possible. (Sorry if you don't like it, but feel free to offer PR's with better solutions)
2016-06-27Fixed GT mod HandlerDraknyte1
2016-06-26+Electric Blast Furnace clone - For TestingDraknyte1
+Added Blazing Pyrotheum +Added Gelid Cryotheum +Added Blizz Rods
2016-06-25Small FixesDraknyte1
2016-06-23Adds Jack Daniels as a Growthcraft Booze! :DDraknyte1
2016-06-20Fixed a few recipes.Draknyte1
Didn't bump version, please redownload.
2016-06-20+Added More Mod Checks, so things only load when they're meant to :DDraknyte1
+Added Version log on startup. +Bumped Build version and the latest release is available.
2016-06-20Removed some very old classesDraknyte1
2016-06-20Bumped Version and uploaded latest Builds :DDraknyte1