Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-12-14 | Fixed issue with Modular Armor inventory not saving properly after removing ↵ | Doug Gabehart | |
the call to closeScreen Added null and key checks when determining if a full radiation or electrical armor set is configured | |||
2016-12-14 | Don't allow Large Turbine to start up without Dynamo Hatch | David Vierra | |
Large Turbine was incomplete if the Dynamo Hatch spot was taken up by a different GTTE, but not if that spot was just Air or some other block. | |||
2016-12-14 | Removed player.closeScreen call to fix graphics glitch when switching armor tabs | Doug Gabehart | |
2016-12-14 | Added updateArmorStats method which includes additional checks to ensure ↵ | Doug Gabehart | |
that values are not null and the key in question exists in mStats Removed player.closeScreen call in mouseClicked to prevent display glitch when switching armor gui tabs; (mouse focus from returning to 2x2 crafting grid) | |||
2016-12-13 | Ore harvest level rework. Fixed #730. | Dimach | |
2016-12-13 | Change Oil Cracker tooltip to match reality (and vice versa) | David Vierra | |
Oil Cracker only allows Maint/Energy hatches in the middle ring. Input and output hatches can be anywhere on the sides. Minimum casing count is changed to 18 to match the tooltip, rather than increase the tooltip to 19. This allows two input and output hatches on either side, for when you want to run two cracking recipes with the same cracker. (It turns out the cracker doesn't care which hatch the inputs and hydro/steam are put into. I don't really care either!) | |||
2016-12-13 | Fix efficiency penalty incorrectly applied to large gas+plasma turbines | David Vierra | |
This is a copy-paste error from the original code in the large steam turbine. `aOptFlow` is the optimal flow rate expressed in EU/t, while `totalFlow` is expressed in fuel L/t | |||
2016-12-13 | Fix #771 - 9x output on boosted Diesel | David Vierra | |
Remove an extra efficiency multiplier. `mEfficiency * mEUt` is already done in `GT_MetaTileEntity_MultiBlockBase.onRunningTick` | |||
2016-12-13 | Adjust Diesel Engine tooltip to match requirements | David Vierra | |
16 Casings are required along the corners and edges. The Hatches may not be along a corner or edge, but may only be placed on the sides, next to a Gear Box. Also note Diesel, Lube, and Oxygen use. | |||
2016-12-13 | Replace all literal numbers referring to tool types with named constants | David Vierra | |
2016-12-13 | Hide bar | Данила Большаков | |
2016-12-13 | forgot check null | Danila Bolshakov | |
2016-12-13 | Add progress bar | Danila Bolshakov | |
2016-12-12 | Merge pull request #797 from Dimach/fluidregulator-fix | Archengius | |
Fixed #796. | |||
2016-12-11 | Fixed #796. | Dimach | |
2016-12-11 | Commit Stuff | Technus | |
2016-12-11 | Add item | Technus | |
2016-12-08 | Change Oil Cracker tooltip to match reality (and vice versa) | David Vierra | |
Oil Cracker only allows Maint/Energy hatches in the middle ring. Input and output hatches can be anywhere on the sides. Minimum casing count is changed to 18 to match the tooltip, rather than increase the tooltip to 19. This allows two input and output hatches on either side, for when you want to run two cracking recipes with the same cracker. (It turns out the cracker doesn't care which hatch the inputs and hydro/steam are put into. I don't really care either!) | |||
2016-12-08 | Fix efficiency penalty incorrectly applied to large gas+plasma turbines | David Vierra | |
This is a copy-paste error from the original code in the large steam turbine. `aOptFlow` is the optimal flow rate expressed in EU/t, while `totalFlow` is expressed in fuel L/t | |||
2016-12-08 | Fix boosted diesel x9 on things. | David Vierra | |
2016-12-08 | Diesel Tooltip from bloodasp | David Vierra | |
2016-12-08 | Fix emmiter and sensor recipe | Technus | |
2016-12-07 | Merge pull request #788 from Dimach/unstable-upstream | Blood-Asp | |
Fixed #786. | |||
2016-12-07 | Fixed #786. | Dimach | |
2016-12-06 | Remove Nq+ cells use stick longs instead - also made the last 2 naq reactors ↵ | Technus | |
more tiered. (the uv needed less processing for fuel...), also cleanum whitespace | |||
2016-12-04 | Fix Advanced Miner II occasionally outputting the wrong blocks | David Vierra | |
AdvMinerII would occasionally output the drops from a block recently broken by the player. This happens when the wrong coordinates are passed to GT_Block_Ores_Abstract.getDrops(), which causes it to fail to find the TileEntity and then fall back to whatever the most recently broken block was. Fixes #751 (probably), #674, #508 | |||
2016-11-28 | On hide item change retexturize pipes. | Technus | |
2016-11-27 | Add pipe/wire hiding when holding soldering iron. | Technus | |
2016-11-27 | Fix multismelter scanner info | Technus | |
2016-11-26 | Small Assline recipe changes and Field generator recipe changes and minor ↵ | Technus | |
optimization for block render. | |||
2016-11-26 | Removing retardness... | Technus | |
2016-11-26 | Fix scaling of ItemBlock GT machines in certain scenarios, repostion wire ↵ | Technus | |
heating info. | |||
2016-11-25 | Fix fluid detector cover and make casings work more like blocks... | Technus | |
2016-11-25 | Cover name changes and fix for item detector cover | Technus | |
2016-11-25 | Minor string changes | Technus | |
2016-11-25 | Optimize imports (IntelliJ) | Technus | |
2016-11-25 | Solar nerf of doom | Technus | |
2016-11-24 | Recipes for assline | Technus | |
2016-11-24 | Failsafe | Technus | |
2016-11-24 | Achievement based unlocking done. | Technus | |
2016-11-22 | Documentation on how to toggle recipe visibility | Technus | |
2016-11-22 | no message | Technus | |
2016-11-22 | Add more tooltips. | Technus | |
2016-11-22 | WIP | Technus | |
2016-11-22 | Stuff | Technus | |
2016-11-22 | initial | Technus | |
2016-11-21 | Scanner Saves stuff | Technus | |
2016-11-21 | Moare stable fix | Technus | |
2016-11-21 | Revert "Fix" | Technus | |
This reverts commit 92c22ca6811613e7e165d5e93649320006d962ff. | |||
2016-11-21 | Revert "Not needed" | Technus | |
This reverts commit d5d03c40c130f04381dca60e8f5200fac7478b12. |