Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-07-14 | Look for air instead of tile.air. Fixes ↵ | Jason Mitchell | |
https://github.com/GTNewHorizons/NewHorizons/issues/3308 | |||
2018-07-14 | reverted Blood-Asp#1468 due to buggy behavior with ore grinding | bartimaeusnek | |
2018-06-30 | added some Main Branch PRs | bartimaeusnek | |
https://github.com/Blood-Asp/GT5-Unofficial/pull/1468/ https://github.com/Blood-Asp/GT5-Unofficial/pull/1462 https://github.com/Blood-Asp/GT5-Unofficial/pull/1452/ | |||
2018-06-30 | fixes #3226 via | bartimaeusnek | |
execution of https://github.com/Blood-Asp/GT5-Unofficial/pull/1384 and | |||
2018-06-18 | Merge branch 'experimental' into scanner_fixes | bartimaeusnek | |
2018-06-18 | fix for #2152 | bartimaeusnek | |
fix for reused DataSticks keep parts of old NBTTagCompound fixed blockores and removed one hashmap | |||
2018-06-17 | Smp assembly-line books issures (#128) | bartimaeusnek | |
2018-06-16 | fixed Multiple items on one page | bartimaeusnek | |
2018-06-16 | fixed SMP Assembly Line book issures. | bartimaeusnek | |
2018-06-15 | fix for Assline books | bartimaeusnek | |
2018-06-07 | Add EU/t for monster repellent. | Richard Hendricks | |
2018-06-05 | Fix for typo | Richard Hendricks | |
2018-06-05 | Add back in missing large boiler pollution numbers. Fix ↵ | Richard Hendricks | |
https://github.com/GTNewHorizons/NewHorizons/issues/2765 | |||
2018-06-05 | Added option for disabling machinemetal tinting. | Richard Hendricks | |
2018-06-04 | reduce explosives by 50% in seismic prospector | Dream-Master | |
2018-06-03 | Merge pull request #125 from GTNewHorizons/scan_shematics | Martin Robertz | |
fixes https://github.com/GTNewHorizons/NewHorizons/issues/3040 | |||
2018-06-03 | fixes https://github.com/GTNewHorizons/NewHorizons/issues/3040 | bartimaeusnek | |
+ exchanges nice and easy, but client-sided, code with messy id comparison code due to shittyness of GC items have the same name and no other option to compare against -_-' (╯°□°)╯︵ ┻━┻ | |||
2018-06-02 | For the first 6 ticks after pushing, always push. Then goto every 5 ticks. ↵ | Richard Hendricks | |
Should work OK for any machine. For higher output performance, use larger output stack size. Uses item ID numbers instead of strings to sort, much faster. Resolves https://github.com/GTNewHorizons/NewHorizons/issues/3006 | |||
2018-05-31 | Tune how often to actually push so that it is every-other-tick if teh ↵ | Richard Hendricks | |
receiving side can accept it. Only resort the list if the inventory has been modified before the push, and if the push was successful. Use java's built in sort to keep the list sorted. Nulls get squeezed out as part of the sort algorithm. | |||
2018-05-30 | Some fixes. Only update if inventory actually changes. Sort inventory ↵ | Richard Hendricks | |
first, then bubble out nulls after. | |||
2018-05-22 | Turbine nuclear gui (#121) | bartimaeusnek | |
fixes critical server crash due to server sided getInfoData() by using StatCollector.translateToLocal instead of I18n.format | |||
2018-05-19 | nuclear control displays 2.0, lang file addition (#120) | bartimaeusnek | |
* +applied mitchej123 fix to all turbines +added .lang translation for GUI +removed error log for quicksilver dust * Lang file for Multiblock Information Nuclear Display patch * Tin Cell dublicate bug https://github.com/GTNewHorizons/NewHorizons/issues/2970 | |||
2018-05-09 | Merge pull request #119 from GTNewHorizons/Schematic2DataStick | Martin Robertz | |
NEI fix for scanner | |||
2018-05-09 | quickfix for shematic chips beeing scannable | bartimaeusnek | |
2018-05-08 | Merge branch 'experimental' into Schematic2DataStick | bartimaeusnek | |
2018-05-08 | Added tooltop to DataSticks | bartimaeusnek | |
+ Fixed original GC Schematics + changed scanner recipes to 30, 480 (from 32, 512) | |||
2018-05-07 | this shouldnt be in this branch | bartimaeusnek | |
2018-05-07 | added mechanic to scan Schematics to data stics | bartimaeusnek | |
2018-03-31 | Fix crash when using Scanner/InfoPanel on empty Processing Array | David Vierra | |
2018-03-22 | Adjust oilfield size to 8 | David Vierra | |
2018-03-22 | Remove unused code | David Vierra | |
2018-03-22 | Adv Seismic Prospector | Wo0kiee | |
2018-03-22 | Cleanup imports | Wo0kiee | |
2018-03-22 | Cleanup | Wo0kiee | |
# Conflicts: # src/main/java/gregtech/common/tileentities/machines/basic/GT_MetaTileEntity_AdvSeismicProspector.java | |||
2018-03-22 | Adv Seismic Prospector reworked | Wo0kiee | |
Prospects from NW to SE 9 of oilfields (6x6 chunks each) and output min-max oil amount # Conflicts: # src/main/java/gregtech/common/tileentities/machines/basic/GT_MetaTileEntity_AdvSeismicProspector.java | |||
2018-03-15 | Fix Pump machine inserting into wrong side of tank/pipe above | David Vierra | |
Fixes an issue where a pipe above the pump with its top side set to "Input Disabled" (to control flow direction) stops receiving fluid from the pump. | |||
2018-03-03 | #2650 - Fix single-block miners mining bedrock | David Vierra | |
May also stop them from mining through protected blocks, warded glass, etc? | |||
2018-02-17 | Make Large Turbine getInfoData() work better with nuclear control displays | Jason Mitchell | |
2018-02-11 | Added autamatable data hatch | Technus | |
2018-02-06 | Cherry pick upstream texture changes | Jason Mitchell | |
2018-02-05 | Added documentation to updateTexture in GT_MetaTileEntity_Hatch. | Alkalus | |
Added a function to GT_Utility called addTexturePage(byte page). Added information about who is using which texture page in GT_Block_Casings1. Updated GT_Block_Casings5 & GT_Block_Casings8 to utilise texture page 1. Updated Large Chemical Reactor to reflect this change, now also uses Page 1 Index 48. Moved the Pyrolyse oven casing index from 111 to 22, which is currently unused and within the Gregtech index space. | |||
2018-02-05 | Merge pull request #101 from Antifluxfield/GTNH | Martin Robertz | |
Fix translations | |||
2018-02-05 | Fix translation | Antifluxfield | |
2018-01-25 | Gas Turbine missing pollution tooltip #2519 | Dream-Master | |
https://github.com/GTNewHorizons/NewHorizons/issues/2519 | |||
2018-01-14 | ZPM Microwave Transmitter #2421 | Dream-Master | |
2018-01-14 | Merge pull request #84 from Antifluxfield/GTNH-assline | Martin Robertz | |
Oredict support for assline | |||
2018-01-10 | Update tooltips for Large Steam Turbine and Large HP Steam Turbine #2383 | Dream-Master | |
2018-01-09 | and spell fix | Dream-Master | |
2018-01-09 | Add Tooltip for BBF | Dream-Master | |
Change Brick compression time for BBF | |||
2018-01-07 | reduce time | Technus | |