aboutsummaryrefslogtreecommitdiff
path: root/src/Java/gtPlusPlus/xmod/gregtech/api
AgeCommit message (Collapse)Author
2018-06-27+ Added custom fluid hatches for Pyrotheum and Cryotheum.Alkalus
+ Added plain-text changelog build script. ^ Version Bump for nightly build.
2018-06-26$ Possible Fixed #320. Fixed with custom recipe lookup limits. (Implemented ↵Alkalus
custom fallback in the event of a null lookup from the custom method)
2018-06-26- Removed bundled COFH energy API.Alkalus
2018-06-17+ Added the Industrial Mixer.Draknyte1
2018-06-17+ Added some small capacity, high temp fluid pipes. Closes #309.Draknyte1
2018-06-04added explicit casts for cleaner programmingbartimaeusnek
2018-06-03Fixes issures with Nuclear Displaysbartimaeusnek
2018-05-29+ Added a display string to the GUI of the threaded buffers, showing seconds ↵Alkalus
remaining before the thread belonging to this buffer is released. This will also show ms/25 lag info someday. + Added invokeGC() to SystemUtils.java. $ More thread safety.
2018-05-29% Changed max thread life to 300 seconds.Alkalus
$ More thread safety. - Removed useless EIO tooltip variables.
2018-05-29$ Reduced cpu usage in EIO tooltip handler.Alkalus
$ Made GTPP clean up any left-over threads when the server shuts down (Mostly for SSP memory leaks). $ Made each buffer get a unique thread. Thread life reduced greatly and capped out at 32k seconds.
2018-05-29$ Small fixes.Alkalus
2018-05-29$ Fixed GUI issue with new super buffers.Alkalus
2018-05-29$ More work on threaded super buffers.Alkalus
$ Fixed the infinite item holder.
2018-05-29+ Attempted to make some server friendly threaded Super Buffers.Alkalus
+ Initial work on an infinite item holder, for test setups. % Renamed GregtechSuperTanks.java to GregtechSuperChests.java.
2018-05-27$ Fixed empty ABS recipes being generated.Alkalus
$ Findbugs fixes.
2018-05-25+ Added loader for Thaumcraft Researcher Machine.Alkalus
$ Fixed Staballoy constructs exploding as soon as they spawn. $ Fixed chicken renderer. $ Fixed a bug arising from getRandomFromArray(int[]) where it could get index OOB.
2018-05-23% More Crate work.Alkalus
2018-05-22% Made the FusionTek MK IV use improved overlays/textures.Jordan Byrne
% Made the FusionTek MK IV require UV hatches, down from MAX.
2018-05-22+ Added MV/HV Dehydrators.Jordan Byrne
+ Added recipes for new Dehydrators. $ More recipe smoothing.
2018-05-17+ Added some new Fusion Reactor Casings & Coils.Jordan Byrne
+ Added recipes for the shelves. % Made the Adv. EBF process 8 parallel recipes, up from 4. % Made the Fusion Reaction MK IV use the new casings.
2018-05-17+ Added a Large Storage Shelf.Jordan Byrne
$ Fixed shelves using wrong overlay.
2018-05-13% Made the Adv. EBF take maint. issues when Pyrotheum runs out during ↵Jordan Byrne
processing.
2018-05-13% Book work.Jordan Byrne
% Improved the way that custom scanner info is added to GT++ multiblocks. $ Fixed annoying single block boiler logging.
2018-05-13$ Fixed a bug where all Multiblock recipe maps stopped respecting output ↵Jordan Byrne
chances.
2018-05-12+ Added some Advanced Gregtech Multiblock replacements.Jordan Byrne
2018-05-06+ Adding ULV genniesTec
2018-04-20+ Added a Silly Sodium Plate.Jordan Byrne
$ Fixed massive log spam in Dev environments. $ Cached another reflection call.
2018-04-20% More work on the Sub-Station GUI.Jordan Byrne
$ Fixed #255.
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-04-19+ Added a fake GT tool for Rendering purposes.Jordan Byrne
% Initial work on the new Sub-Station GUI. $ Fixed a compile issue where I used the wrong XSTR import.
2018-04-16% Improved Air Intake Hatch particles.Jordan Byrne
2018-04-16+ Added an Air Intake Hatch (Specialist Input Hatch) to use with Any Multiblock.Jordan Byrne
$ Buffed Simple Washer to be much faster.
2018-04-16% Changed Adv. Cryo Freezer to not handle cells and instead use fluids (LCR ↵Jordan Byrne
type). $ Added a check to ensure the inputs and outputs of all Adv. Cryo Freezer contain equal cell counts (Some Plasmas do not have a non-cell version, plus things like carbon becomes a solid).
2018-04-16+ Added the Advanced Cryogenic Freezer (Advanced Vacuum Freezer).Jordan Byrne
- Removed some logging.
2018-04-16+ Made the Large Centrifuge and the Large Electrolyzer process recipes in ↵Jordan Byrne
the same way the Large Chemical Reactor does.
2018-04-08Merge branch 'master' into power-substation-structureAlkalus
2018-04-06$ Tried to do Fancy handling but will probably revert it to the simpler ↵Jordan Byrne
non-per-bus version.
2018-04-05Add energy cell tiers up to MAX voltage, make lowest cell EV tierDavid Vierra
Renamed cells to the voltage tiers Added textures for new cells, adjusted existing textures. Texture colors are vaguely similar to pump/robot arm colors Legacy power stations will have 1.8 billion EU storage
2018-04-06+ Added a casing for the Amazon Warehouse.Jordan Byrne
+ Added registration and loader for Amazon Warehouse.
2018-04-05Rewrite Power Sub-Station machine structureDavid Vierra
Machine now allows variable height with 2-16 layers of cells (configurable via CELL_HEIGHT_MIN/MAX constants). Machine now affords more cell types for its interior (as detected in `getCellTier()`). Three more tiers of cells are added. Machine now computes energy storage from the number and type of cells in its interior. Base energy storage drastically reduced. Energy storage is now computed using a base value for the lowest tier of cells along with a tier multiplier. If the machine fails to form, stored energy is conserved. When the machine successfully forms, any energy above the storage capacity is deleted. Machine fails to form if not all cells are identical, or if dynamo/energy hatches are above the cells' tier. TODO: Add more tiers of energy cells, add crafting recipes for all new energy cells, rename and retexture cells to match tier and/or recipe, maybe adjust energy storage values.
2018-04-06+ Basically added the Amazon Warehouse.Jordan Byrne
2018-04-06% Refactored Multiblocks into defined packages.Jordan Byrne
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-27$ Fixed Weird GameRegistry registration duplication for MultiSpades.Jordan Byrne
$ .08 Compat.
2018-03-20% Adjustments to the Buffer Dynamos.Jordan Byrne
2018-03-20+ Added Buffered Dynamos for all Tiers.Jordan Byrne
+ Added particles to the Mining Pipe and Mining Head blocks. + Added a casing block for the BRMPs. % Made Custom GT Pipes/Wires load prior to the GT Machines. $ Fixed the Industrial Extruder tooltip, incorrectly stating the Muffler was required at the rear. Tooltip now states the Maint. Hatch is required at the rear.
2018-03-19+ Added some default aspects to all material & ore items.Jordan Byrne
$ Fixed Aspect additions not being added to items. $ More work on the Bedrock Miner.
2018-03-07Fix TecTech multi-amp dynamo hatches not being identifiedDavid Vierra
2018-03-04+ Added dusts that can decay.Jordan Byrne
+ Added more Cyclotron Recipes. % Tweaked Cyclotron tooltip. % Tweaked creative energy buffer textures.
2018-03-03+ Added Multi-Use Casings.Jordan Byrne
+ Added Recipe for Multi-Machine and Multi-Use Casings. % Improved Multi-Machine Manual. $ Made Multi-Machine functional, disabled mode 3.