aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-10-21Reformat codeShawn Buckley
2015-10-21Replace T/F with builtin boolean valuesShawn Buckley
2015-10-21Update IC2 Nuclear control to 2.3.1a-ButtShawn Buckley
2015-10-21Update to Forestry 4Shawn Buckley
2015-10-21update apiBlood-Asp
2015-10-21Update dependenciesShawn Buckley
2015-10-21Remove jdgui-commentsShawn Buckley
2015-10-21Replace homegrown character comparision for builtin onesShawn Buckley
2015-10-21Add to .gitignoreShawn Buckley
2015-10-21Update ore dictionary logger header languageShawn Buckley
2015-10-21Bring in experimental branchShawn Buckley
2015-10-21Move source filesShawn Buckley
2015-10-04Another hotfixBlood-Asp
2015-10-03HotfixBlood-Asp
2015-10-03Update version 5.08.30Blood-Asp
2015-10-01Merge pull request #201 from TehporP/masterBlood-Asp
Create zh_CN.lang
2015-10-01Create zh_CN.langTehporP
2015-10-01Merge pull request #199 from pyure/patch-3Blood-Asp
Large Boilers now accept distilled water (w/o exploding)
2015-10-01Merge pull request #195 from mezz/masterBlood-Asp
Fix #194 Annoying sounds with Forestry Worktable
2015-10-01Merge pull request #193 from pyure/masterBlood-Asp
#186: Hatch names and descriptive tooltips
2015-10-01Merge pull request #176 from doushio9967/advcircuit-achievement-fix2Blood-Asp
Let GT AdvCircuits trigger the stepforward achievement.
2015-09-28Large Boilers now accept distilled water (w/o exploding)pyure
2015-09-25Fix #194 Annoying sounds with Forestry Worktablemezz
2015-09-25Really minor convention tweak in block_orespyure
Returning from the default clause of a switch stops eclipse from bitching about unhandled enums.
2015-09-23Tier acronym added to hatch namespyure
2015-09-23Descriptive tooltip added for hatchpyure
2015-09-23Descriptive tooltip added for hatchpyure
2015-09-23Descriptive tooltip added for hatchpyure
2015-09-23Descriptive tooltip added for hatchpyure
2015-09-23Update GT_MetaTileEntity_Hatch.javapyure
getSlots() static method added
2015-09-11Let GT AdvCircuits trigger the stepforward achievement.doushio9967
2015-09-05update gitignoreBlood-Asp
2015-09-05GT5.08.29Blood-Asp
2015-09-05error revertBlood-Asp
2015-09-05Merge remote-tracking branch 'origin/master'Blood-Asp
2015-09-05Version 5.08.28Blood-Asp
2015-08-30Merge pull request #156 from InfinityStudio/masterBlood-Asp
Fixed large steam turbine do not consume steam.
2015-08-22Fixed large steam turbine do not consume steam.DerekCHAN
Large steam turbine do not consume steam as MFR installed. Simply caused by MFR changed regular steam "fluid.steam" to "fluid.mfr.steam.still.name".
2015-08-21push buildscriptBlood-Asp
2015-08-16GT5.08.27Blood-Asp
2015-08-15Merge pull request #143 from pyure/patch-2Blood-Asp
Turbines don't shut down automatically
2015-08-15Merge pull request #142 from pyure/patch-1Blood-Asp
Heat Exchanger updates
2015-08-15Turbines don't shut down automaticallypyure
Turbines no longer shut down automatically when they lose steam. Instead, efficiency drops 10% per cycle when inactive.
2015-08-14Heat Exchanger updatespyure
* Can now adjust the minimum threshold for Superheated steam via Integrated Circuits inside the LHE * Restored full useWater reliance * HotCoolant now increases efficiency at same rate as lava (80 instead of 20, feel free to revert) * Please double-check math on Lava output.
2015-08-13Merge pull request #136 from pyure/masterBlood-Asp
Turbine fixes
2015-08-12Steam Turbine fixespyure
Removed requirement for getAverage()
2015-08-12Steam turbine getAverage() disabledpyure
Removed requirement of getAverage()
2015-08-12Plasma turbine fixespyure
* Math fixes (no more crazy output numbers) * getAverage() references removed * multiple input hatch support (first fluid-type handled only in case user tries to fuel with different-valued plasma types simultaneously) * 125% maximum overflow inefficiency
2015-08-12HP Steam turbine fixespyure
* Math fixes (no more crazy output numbers) * getAverage() references removed * multiple input hatch support (no more exploits by feeding HP Steam to multiple hatches) * 125% maximum overflow inefficiency * Output ties directly to actual HP Steam consumed
2015-08-12Gas turbine fixespyure
* Math fixes (no more crazy output numbers) * getAverage() references removed * multiple input hatch support (first fluid-type handled only in case user tries to fuel with methane + hydrogen simultaneously) * 125% maximum overflow inefficiency