Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-26 | Merge pull request #420 from repo-alt/experimental | Martin Robertz | |
Drillers correctly reuse old mining pipes | |||
2021-01-25 | fix(gregtech): tile itemblock bottom side rendering (#421) | Léa Gris | |
Bottom side of itemblock tiles was not rendered. | |||
2021-01-25 | Drillers correctly reuse old mining pipes | repo_alt | |
2021-01-24 | Fixed item meter cover for non-quantum chests. Didn't notice that _all_ GT ↵ | repo_alt | |
tiles are marked as "digital chest" | |||
2021-01-24 | Merge branch 'experimental' of ↵ | repo_alt | |
https://github.com/GTNewHorizons/GT5-Unofficial into experimental | |||
2021-01-21 | Make sure the onServerTick event is actually called. | Jason Mitchell | |
2021-01-19 | ME output bus | repo_alt | |
2021-01-18 | Hashmap instead | Jason Mitchell | |
2021-01-18 | Less silly getBurnTime() | Jason Mitchell | |
2021-01-18 | Merge branch 'experimental' into mitchej123_cleanup | Martin Robertz | |
2021-01-18 | Merge pull request #410 from albus12138/fix_multiblock_tooltip_error | Martin Robertz | |
Fix multiblock machine tooltip error | |||
2021-01-18 | Merge pull request #411 from GTNewHorizons/remove_modular_armor | Martin Robertz | |
Debloat - Remove Modular Armor (It's buggy and not in use anyway) | |||
2021-01-17 | More removal of commented out code, small formatting adjustments | Jason Mitchell | |
2021-01-17 | More removal of commented out code, small formatting adjustments | Jason Mitchell | |
2021-01-17 | More removal of commented out code, small formatting adjustments | Jason Mitchell | |
2021-01-17 | More removal of commented out code, small formatting adjustments | Jason Mitchell | |
2021-01-17 | More removal of commented out code, small formatting adjustments | Jason Mitchell | |
2021-01-17 | More removal of commented out code, small formatting adjustments | Jason Mitchell | |
2021-01-17 | More removal of commented out code, small formatting adjustments | Jason Mitchell | |
2021-01-17 | Remove a bunch of commented out code, small formatting adjustments | Jason Mitchell | |
2021-01-17 | Optionally hide assline recipes (defaults to false). Should have no impact ↵ | Jason Mitchell | |
on the ability to craft them. | |||
2021-01-18 | Remove additional method in IDescribable | r4phael | |
2021-01-17 | Debloat - Remove Modular Armor (It's buggy and not in use anyway) | Jason Mitchell | |
2021-01-17 | Fix multiblock machine tooltip error | r4phael | |
2021-01-17 | Fix cleanroom power usage | Glease | |
2021-01-17 | Merge pull request #407 from GTNewHorizons/speeding-up | Martin Robertz | |
Speeding up | |||
2021-01-17 | Added immutable version of getOres method, which is faster due to not using ↵ | TimeConqueror | |
#addAll | |||
2021-01-17 | Fix chest buffer and super buffer tooltip saying it consumes power | Glease | |
Left over of @eb2f20e5ed7e9c0d572928bb57a99d3f47c8fb11 Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
2021-01-16 | cleanroom related fix (#405) | Glease | |
* Fix cleanroom Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> * Fix cleanroom tooltip not mentioning diodes count limit Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
2021-01-08 | Merge pull request #396 from GTNewHorizons/disable-filter | Martin Robertz | |
Add option to disable input machine on single block machines | |||
2021-01-08 | removed logging | DreamMasterXXL | |
2021-01-08 | Add option to disable input machine on single block machines | Glease | |
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
2021-01-07 | fixed item detector cover on quantum chests (#398) | repo-alt | |
Co-authored-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> | |||
2021-01-07 | Merge pull request #393 from GTNewHorizons/cleanup_and_speedup | Martin Robertz | |
Cleanup and speedup | |||
2021-01-05 | fix(rendering): bottom side orientation | Léa Gris | |
- Fix bottom side texture orientation to not flip texture. Special thanks to @GregoriusT who raised awareness of potential issue with texture where direction matters (like button panels or texts). - Implement a flipped bottom texture rendering to have ore blocks use the very same orientation as dumb blocks ore textures from other mods. - Refactor GT_SidedTexture to use GT_RenderedTexture for rendering, rather than duplicate the rendering code of it. | |||
2021-01-02 | 1) Remove mAddGTRecipesToIC2Machines (stolen from @Glease) | Jason Mitchell | |
2) Batch (most) recipe map removals and additions (significant speedup) 3) Modernize old java constructs --> java8 (in the files touched) | |||
2021-01-02 | Merge pull request #383 from GTNewHorizons/long_distance_transfer | Martin Robertz | |
Long distance pipelines | |||
2020-12-31 | Merge pull request #388 from GTNewHorizons/pump-pipe-retract | Martin Robertz | |
add pump pipe retract feature | |||
2020-12-31 | Merge branch 'experimental' into long_distance_transfer | Jason Mitchell | |
2020-12-31 | Merge pull request #389 from GTNewHorizons/dissassembler2 | Martin Robertz | |
NBT Dissassebly Data removal | |||
2020-12-31 | add pump pipe retract feature | Glease | |
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
2020-12-31 | Implemented ReverseRecipes | bartimaeusnek | |
2020-12-31 | Disassembler rework | bartimaeusnek | |
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> | |||
2020-12-29 | Merge pull request #386 from GTNewHorizons/OilCrackerSync | Martin Robertz | |
Added wrong boni to Oil Cracker | |||
2020-12-29 | Remove leftover code of logistics energy cost | Glease | |
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
2020-12-29 | Remove all energy cost of moving fluid and items | Glease | |
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
2020-12-29 | Added wrong boni to Oil Cracker | bartimaeusnek | |
This commit synches the Oil Cracker with the Advanced Structure Check version | |||
2020-12-28 | Merge pull request #380 from GTNewHorizons/CoilsLogicRework | bartimaeusnek | |
Heating Coil Logic Overhaul | |||
2020-12-28 | Removed some code smell | bartimaeusnek | |
2020-12-28 | Added missing @Override Annotations | bartimaeusnek | |