| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-05-12 | Removed redundant loop. | charles | |
| 2021-04-12 | Fixed algorithm, updated flavor text. | charles | |
| 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 | Partial commit, needed sleep | charles | |
| 2021-04-02 | Fixed improper loading of bSortStacks from NBT, *should* fix backwards ↵ | charles | |
| compat issue. | |||
| 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-03-31 | Fix return value for addOutput(fluid) | Johann Bernhardt | |
| 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-25 | fix(tooltip): frameGT description | Léa Gris | |
| Address issue: https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/7702 Remove mention of using CFoam over covers which has been replaced by chemical bath concrete based recipes since GT5.09. New Frame Box dexcription is localisable in `Gregtech.lang`: ```yaml S:gt.blockmachines.gt_frame.desc.format=Just something you can put covers on. ``` | |||
| 2021-03-23 | integer overflow in comparison | repo_alt | |
| https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/5817 | |||
| 2021-03-20 | Expose all fluid tanks properly when there are more than one internal tank | Glease | |
| Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
| 2021-03-12 | requested changes | Léa Gris | |
| - Fix modifiers order - Fix redundant string literal - Fix indentation - fix missing run() | |||
| 2021-03-11 | Minor improvements | bartimaeusnek | |
| 2021-03-11 | Implemented Builder Pattern | bartimaeusnek | |
| 2021-03-10 | Implemented Requests | bartimaeusnek | |
| 2021-03-10 | Refactor World Events | bartimaeusnek | |
| World events have way to many parameters, so the code gets unreadable, this commit fixes that behavior. | |||
| 2021-03-10 | feat(i18n): translatable muffler description | Léa Gris | |
| + refactor | |||
| 2021-03-09 | Changes 4 Bart | basdxz | |
| 2021-03-09 | Minor clean up and extension of hatch muffler | basdxz | |
| -Plus like, a small comment here or there | |||
| 2021-03-09 | Minor clean up and extension of hatch muffler (#459) | basdxz | |
| * Minor clean up and extension of hatch muffler -Plus like, a small comment here or there * Changes 4 Bart | |||
| 2021-02-25 | Reshuffle new constructor args to avoid conflict with GT++ ASM | repo_alt | |
| 2021-02-25 | Added back bus constructor for "backwards" compat | repo_alt | |
| 2021-02-25 | Make ME hatch have zero slots, to avoid items being stuck inside (#439) | repo-alt | |
| * Make ME hatch have zero slots, to avoid items being stuck inside * added a missing whitespace Co-authored-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> | |||
| 2021-01-29 | multipipe drain() method ignores requested fluid types after first | repo_alt | |
| https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/7405 | |||
| 2021-01-19 | ME output bus | repo_alt | |
| 2021-01-17 | Fix multiblock machine tooltip error | r4phael | |
| 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 | Add option to disable input machine on single block machines | Glease | |
| Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
| 2021-01-07 | Re-tiered Mufflers for now (#391) | bartimaeusnek | |
| 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. | |||
| 2020-12-31 | Merge branch 'experimental' into long_distance_transfer | Jason Mitchell | |
| 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-28 | Added TODOs for code smell | bartimaeusnek | |
| 2020-12-28 | More Refactor | bartimaeusnek | |
| 2020-12-26 | Readability cleanup | Jason Mitchell | |
| 2020-12-19 | make getAccessibleSlots more optimesed for pipes | korneel vandamme | |
| 2020-12-12 | fix(rendering): UV Mapping on tiles | Léa Gris | |
| - Fix all faces use the same UV mapping and orientation to be same as standard vanilla full blocks Vanilla blocks's face rendering. - Fix the orientation of bottom-face's arrow overlay with fixed UV of the `GT_MetaTileEntity_Buffer` type machines (filters, buffers, regulators) - Fix UV mapping of item pipes restrictor overlay - Fix UV mapping of fluid pipes blocked input overlay orientation on all sides - Fix UV mappiong of thick covers - Remove the now useless and broken custom UVMapped vertices at the bottom face.  | |||
| 2020-12-10 | add the option to disable input filter (#365) | botn365 | |
| 2020-11-16 | use moveMultipleItemStacks to variuos functions | korneel vandamme | |
| 2020-11-10 | Cleanroom Callback Rework | bartimaeusnek | |
| 2020-10-25 | fix acidental perfect OC on all multies (#332) | botn365 | |
| 2020-10-20 | Merge pull request #330 from GTNewHorizons/GradleUnfck | Martin Robertz | |
| Gradle unfck | |||
