Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-04-24 | impr(solarboilers): abstracted the config | Léa Gris | |
2021-04-24 | fix(solarboilers): fixes and QOL improvements | Léa Gris | |
- Change run-time counter from seconds to ticks since solar boilers are ticking every 10 ticks, or 0.5 second. - Prevent run-time counter from overflowing Integer.MAX_VALUE ticks. - Fix missing check of available steam before pushing to output. - Fix the cool-down rate that broke in GTNH 2.1.0.6. - Make the solar boilers entirely configurable. | |||
2021-04-24 | impr(solarboilers): configurable solar boilers | Léa Gris | |
2021-04-24 | refactor(solarboilers): reorganise cleanup factorise code | Léa Gris | |
2021-04-24 | Fix solar boiler heat up speed | Glease | |
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
2021-04-22 | fix(gradle): fix gradle script to with overmind_dl (#507) | Léa Gris | |
* fix(gradle): fix gradle script to with overmind_dl * fix(gradle): apply requested change - Move compiler options and compatibility to `compileJava` - Add missing hard dependency of `com.google.code.findbugs:jsr305:1.3.9` - Add missing soft dependency of `commons-io:commons-io:2.4` required by project `com.mojang:authlib:1.5.16` | |||
2021-04-21 | Merge pull request #506 from GTNewHorizons/patch-7798 | Martin Robertz | |
Update GT_MachineRecipeLoader.java | |||
2021-04-21 | Update GT_MachineRecipeLoader.java | Elisis | |
Fix the rest of https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/7798 | |||
2021-04-21 | fix(rendering): itemblocks inventory brightness and orientation | Léa Gris | |
- Fix itemblock brightness and orientation to be exactly same as vanilla blocks in inventory. - Revert machine front facing to the brighter left side as it eases differentiating them. - Optimise inventory itemblock rendering to issue a draw quads only once for the entire block, rather than for each side. | |||
2021-04-14 | Merge pull request #500 from GTNewHorizons/fix-solar-output | Martin Robertz | |
Fix solar boiler problems due to refactor | |||
2021-04-14 | Fix waila display for solar boilers | Glease | |
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
2021-04-13 | Fix solar boiler outputting to wrong direction | Glease | |
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
2021-04-12 | Fixed algorithm, updated flavor text. | charles | |
2021-04-12 | Removed change intended for private branch | charles | |
2021-04-10 | Merge pull request #499 from GTNewHorizons/revert | Martin Robertz | |
Revert "Fix return value for addOutput(fluid)" | |||
2021-04-10 | Revert "Fix return value for addOutput(fluid)" | Johann Bernhardt | |
This reverts commit 95fb72834838aa365afd4c418b7b70c66644ffc2. | |||
2021-04-09 | Merge pull request #498 from GTNewHorizons/fix-me-output-bus | Martin Robertz | |
Fix ME output bus | |||
2021-04-10 | Fix ME output bus | Glease | |
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
2021-04-09 | Merge pull request #497 from GTNewHorizons/addoutput-optimize | Martin Robertz | |
Optimize addOutput | |||
2021-04-10 | Optimize addOutput | Glease | |
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
2021-04-04 | fix(rendering): multiple rendering fixes and refactor (#494) | Léa Gris | |
* fix(rendering): multiple rendering fixes and refactor - Fix rendering gregtech machines in inventory with correct orientation and lighting. - Fix rendering of pipes connected through covers, no longer z-fight at a distance. - Fix updating of textures when un/holding a soldering-iron. - Refactor of the GT_Renderer_Block class with properly named constants replacing raw literals. | |||
2021-04-03 | Merge branch 'bufferFix' of https://github.com/johnch18/GT5-Unofficial into ↵ | charles | |
bufferFix2 Fixed merge that I thought I already had fixed | |||
2021-04-03 | Made it so that higher tier buffers try to move multiple stacks/tick | charles | |
2021-04-03 | Merge pull request #486 from johnch18/mccoverfix | Martin Robertz | |
Made machine control covers disable themselves upon power loss | |||
2021-04-03 | Polished GT_MetaTileEntity_Boiler (#492) | bartimaeusnek | |
2021-04-03 | Merge pull request #487 from GTNewHorizons/boiler-cleanup | Martin Robertz | |
Ensure conservation of masses in boilers | |||
2021-04-03 | Partial commit, needed sleep | charles | |
2021-04-03 | Merge pull request #490 from johnch18/bufferFix | Martin Robertz | |
Added sorting of buffer inventories | |||
2021-04-02 | Fixed improper loading of bSortStacks from NBT, *should* fix backwards ↵ | charles | |
compat issue. | |||
2021-04-03 | Ensure conservation of masses in boilers | Glease | |
Unified single block boiler logic Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
2021-04-02 | Added scanning data reflecting if device shut down. | charles | |
Added notification to player that device shut down. Added scanning data reflecting if the device was disabled by soft mallet, cover, etc. | |||
2021-04-02 | Cleaned up some code and fixed translation issue. | charles | |
2021-04-02 | Removed unecessary else branch. | charles | |
2021-04-02 | Added Soldering Iron toggle behavior for sorting using shift+right-click. | charles | |
Sorting defaults to disabled in order to not break existing builds. | |||
2021-04-02 | Fixed stupid error I made | charles | |
Set groundwork for configuring with soldering iron. | |||
2021-04-02 | Added sorting of buffer inventories using code from the input bus class. | charles | |
2021-04-01 | Prevent multiple stack in input slots even if input filter is disabled (#489) | Glease | |
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
2021-04-01 | Merge pull request #488 from GTNewHorizons/return-fix | Martin Robertz | |
Fix return value for addOutput(fluid) | |||
2021-03-31 | Fix return value for addOutput(fluid) | Johann Bernhardt | |
2021-03-31 | Merge pull request #485 from GTNewHorizons/display-item-optimize | Martin Robertz | |
Only update fluid display items when necessary | |||
2021-03-30 | Added GUI interface for cover "Safe Mode" | charles | |
Added tracking of last player to access a cover for future notification purposes. | |||
2021-03-30 | Updated to use proper naming conventions. | charles | |
2021-03-30 | Merge https://github.com/GTNewHorizons/GT5-Unofficial into mccoverfix | charles | |
Fixing my sh*t because apparently I can't use git | |||
2021-03-30 | Revert "Added Naquadria Fusion Reactor recipe." | charles | |
This reverts commit 5bb2ed3deb2f95765fc2467da5ba98e651e8e44c. | |||
2021-03-30 | Revert "Added T3 Molten Naquadria Recipe to Fusion Reactor." | charles | |
This reverts commit 1d2a62aeda030eb751844a5f1ca86158220f130e. Cleaning Commits | |||
2021-03-30 | Revert "Added Naquadria Fusion Reactor recipe." | charles | |
This reverts commit 5bb2ed3deb2f95765fc2467da5ba98e651e8e44c. Cleaning commits | |||
2021-03-30 | Made it so that machine control covers disable themselves when the | charles | |
machine runs out of energy | |||
2021-03-30 | Eagerly update the fluid display item upon inventory open | Glease | |
There might be small desync for the first person to open this GUI Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
2021-03-30 | Only update fluid display items when necessary | Glease | |
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
2021-03-28 | Merge pull request #483 from GTNewHorizons/magic-gen-buff | Martin Robertz | |
Reduce price of magic generators |