Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-03-19 | % Tweaked Mining Head behaviour, They now descend separately. | Jordan Byrne | |
2018-03-19 | $ Improved Pipe handling code for Bedrock Mining Platform. | Jordan Byrne | |
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-18 | + Added TC Aspect support to all Materials. | Jordan Byrne | |
+ Added 5 custom TC Aspects. $ Fixing Buggy name of Mini-Fusion Reactor. | |||
2018-03-15 | + Added base code for the Bedrock Drilling Platform. | Jordan Byrne | |
+ Added a Player Tick Handler. | |||
2018-03-15 | Merge pull request #233 from codewarrior0/patch-5 | Alkalus | |
Fix dependency problems with OpenBlocks and TConstruct | |||
2018-03-15 | + Added additional processes for obtaining Radon. | Jordan Byrne | |
+ Added Radium items to en_US.lang. % Base work on tickCounting for Tickable items in containers. $ Small Mass Fabricator fix. | |||
2018-03-14 | Add files via upload | DerMilchkarton | |
2018-03-14 | extended german language file | DerMilchkarton | |
2018-03-14 | + Added Radium-226 & Decayed form. | Jordan Byrne | |
$ Greatly improved tooltip handling on CoreItem & derivatives. | |||
2018-03-14 | + Locale Additions. | Jordan Byrne | |
2018-03-14 | % Refactored all Everglades stuff to it's own package. | Jordan Byrne | |
$ Fixed inverted EIO tooltip logic. | |||
2018-03-13 | Fix cyclic dependency with TConstruct | David Vierra | |
GT++ before TConstruct GT++ after gregtech gregtech after TConstruct | |||
2018-03-13 | Fix GT++ `xpjuice` fluid overriding OpenBlocks fluid | David Vierra | |
Fixes issues where the OpenBlocks XP Drain will fill tanks with GT++ `xpjuice`, which cannot be pulled out using a bucket. After this change, any tanks containing the GT++ juice will auto convert to the OpenBlocks juice. | |||
2018-03-13 | % Made Void Frames useless in GTNH because Oblivion Frames will always exist. | Jordan Byrne | |
$ Stopped old Iron Bar recipes being added in GTNH. | |||
2018-03-13 | $ Fixed TiCon not accepting GT++ Pyrotheum as a valid Smeltery Fuel. | Jordan Byrne | |
$ Fixed Recipe for the Shaft Extruder shape, which now requires Dark Steel, instead of Dark Iron. | |||
2018-03-09 | $ Fixed compile issue. | Jordan Byrne | |
$ Fixed Spelling issue on throwable potion. | |||
2018-03-09 | % Changed Cyclotron recipes. | Jordan Byrne | |
^ Version bump to Pre-8-final. | |||
2018-03-08 | Merge pull request #229 from codewarrior0/rewrite-substation | Alkalus | |
Rewrite Power Substation's running logic | |||
2018-03-07 | Substation: Rewrite machine running logic | David Vierra | |
Implement logic in `onRunningTick` instead of `onPostTick`, allowing the base maintenance/repair logic to take effect. Rewrite hatch draining/filling to consider the station's available energy and the hatch's capacity and throughput, including its amperage. Energy hatches now correctly supply 2A to the station, and multi-amp dynamos output the proper number of amps. Rewrite running costs to consider the actual average voltage instead of the voltage tier, and increase running costs according to maintenance problems. Running cost % is now configurable via a constant ENERGY_TAX, currently 2%. Running costs deliberately ignore hatch amperage to make multi-amp hatches more appealing. Also clear the dynamo hatch lists on each machine check to prevent them filling up with duplicate hatches. | |||
2018-03-07 | Fix TecTech multi-amp dynamo hatches not being identified | David Vierra | |
2018-03-07 | Substation: Autoformatting | David Vierra | |
2018-03-07 | Substation: Pretty up the scanner and info panel readout | David Vierra | |
2018-03-07 | Substation: remove redundant `mActualStoredEU` | David Vierra | |
`getEUVar()` etc. are fine. | |||
2018-03-07 | Substation: Remove pointless overrides and dead code | David Vierra | |
2018-03-06 | Remove `Utils.calculateVoltageTier` in favor of `GT_Utility.getTier` | David Vierra | |
2018-03-06 | $ Fixed duplicate string in Large Extruder Tooltip. | Jordan Byrne | |
2018-03-06 | + Added temp recipes for the Cyclotron and it's casings. | Jordan Byrne | |
+ Added a config option for the Cyclotron. - Reduced output chance and quantity of AM241 pellets. $ Fixed localization for all sizes of dusts. | |||
2018-03-04 | $ Cyclotron now requires an Input bus. | Jordan Byrne | |
2018-03-04 | + Added Plutonium 239. | Jordan Byrne | |
% Made decayable dusts radioactive. $ Fixed incorrect texture for decayable dusts. $ Fixed COMET recipe expecting molten 239Pu. | |||
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 | $ Small fixes to Yellorium ore component additions. | Jordan Byrne | |
2018-03-03 | + Added Crushed ore components and recipes for Yellorium if Big Reactors is ↵ | Jordan Byrne | |
present. $ Fixed invalid recipes generated from Fluorite not having a valid dust output. % Rebalanced Fluorite ore composition. | |||
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. | |||
2018-03-03 | + Added Foil base item for future item generation. | Jordan Byrne | |
+ Added U235 foil, if it is missing. $ Fixed Mutagenic frame recipe not working, due to U235 Foil not existing in .09. $ Fixed naming of Cryo/Pyrotheum fluid blocks. % Tweaked Multi Machine Manual. | |||
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-03-03 | $ Replicator Work! Huzzah! | Jordan Byrne | |
2018-03-03 | $ Replicator Module work. | Jordan Byrne | |
2018-03-03 | + Base work for Multi Machine. | Jordan Byrne | |
+ Added a manual for the Multi Machine. | |||
2018-03-02 | % Improved Creative Energy Buffer, Now it's voltage can change via ↵ | Jordan Byrne | |
screwdrivering it. | |||
2018-03-02 | % Greatly reduced rotor damage done by Atmospheric Reconditioners, They ↵ | Jordan Byrne | |
should now last 4x longer. | |||
2018-03-02 | % Power Sub-Station now in/outputs power directly to/from the controller. ↵ | Jordan Byrne | |
This allows draining one controller into a secondary for movement purposes. % Updated Sub-Station tooltip. | |||
2018-03-02 | $ Fixed Everglades Portal not correctly despawning. | Jordan Byrne | |
2018-03-02 | ^ Version bump to pre-7. | Jordan Byrne | |
2018-03-02 | $ Findbugs cleanup. | Jordan Byrne | |
% Revised Tesseract run-time costs. | |||
2018-03-02 | Merge branch 'master' of https://github.com/draknyte1/GTplusplus | Jordan Byrne | |
2018-03-01 | Guard against null outputs in `canBufferOutput` | David Vierra | |
2018-03-01 | Fix multiblocks not forming on server startup | David Vierra | |
2018-02-27 | $ Organized imports. | Jordan Byrne | |
$ FindBugs fixes. | |||
2018-02-27 | $ PMD Cleanup. | Jordan Byrne | |