Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-11-17 | Revert unintended changes in GT_Cover_ItemMeter | Glease | |
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
2021-11-17 | Rename GT_CoverBehavior_New to GT_CoverBehaviorBase | Glease | |
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
2021-11-17 | convert ItemFilter to use NBTTagCompound storage | Glease | |
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
2021-11-17 | convert cover data storage to a full nbt tag | Glease | |
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
2021-09-22 | better spread of channel values when using items of the same itemID | Matt | |
2021-09-22 | sendChatToPlayer now sends only the public portion | Matt | |
2021-07-22 | Added caching to the ME output bus, to reduce stress on ME system in high ↵ | repo_alt | |
output rate cases Also, added item detector cover support to the bus, so that the item detector will signal "full" in case of ME failure https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/8231 | |||
2021-07-03 | Remove unnecessary redstone state query for covers | Glease | |
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
2021-06-26 | remove debug message and fix the tooltip | GlodBlock | |
2021-06-26 | fix the typo | GlodBlock | |
2021-06-25 | add item filter cover | GlodBlock | |
This stuff will be rewritten when cover supports NBT. | |||
2021-06-25 | Fix redstone cover UX being weird | Glease | |
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
2021-06-07 | removed covervariable as a parameter and applied proper masking | Matt | |
2021-06-06 | Uses GT_WirelessRedstoneCover packets now | Matt | |
2021-06-05 | Made fixes based on Glease's suggestions | Matt | |
2021-06-05 | fixed some bit masking logic | Matt | |
2021-06-04 | replaced another magic bitmask | Matt | |
2021-06-04 | Clean ups and fixes | Matt | |
2021-06-04 | Private channel is now implemented | Matt | |
2021-06-04 | User can only manually change the lower 16 bits of the coverVariable | Matt | |
2021-06-01 | Merge remote-tracking branch 'origin/experimental' into experimental | Matt | |
2021-06-01 | Made the redstone reciever safer to use on public servers | Matt | |
2021-05-24 | feat(glow): iconset machines glow support | Léa Gris | |
- Add glow support for all sides and states of iconset machines (same as with basicmachines). Automated code cleanup with IDEA of: - Optiimise all imports (remove unused, sort) - Reorder all modifiers to the canonical preferred order (as stated in the Java Language Specification) - Add all missing @Override annotations | |||
2021-05-15 | Fix machine controller gui not being properly initialized | Glease | |
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
2021-04-27 | fix(textfiles): add missing neline at end of files | Léa Gris | |
git and diff tools will complain if text file does not end with a newline. Fixed all text files in the repository with Linux bash shell: ```sh git ls-files -z | while IFS= read -rd '' f; do mime="$(file --brief --mime "$f")"; if [ -z "${mime##text/*}" ]; then tail -c1 "$f" | read -r _ || printf '\n' >>"$f"; fi; done ``` | |||
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-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 | Made it so that machine control covers disable themselves when the | charles | |
machine runs out of energy | |||
2021-03-04 | Allow adjusting tick rate of fluid regulator | Glease | |
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
2021-02-26 | fix regulators not working | korneel vandamme | |
2021-02-26 | fix regulator ignoring pipeconections | botn365 | |
fix that regulators would draw /fill fluids from a pipe even if it wasent conected to that side #7523 | |||
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-17 | More removal of commented out code, small formatting adjustments | Jason Mitchell | |
2021-01-07 | fixed item detector cover on quantum chests (#398) | repo-alt | |
Co-authored-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> | |||
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-19 | Remove EU costs from covers | David Lindström | |
2020-12-13 | Cache steam fluid IDs on startup and use those instead of string ↵ | Jason Mitchell | |
comparisions everywhere. NOTE: Also drops MFR steam compat | |||
2020-12-13 | removed redundant variable | KiloJoel | |
2020-12-13 | removed redundant method | KiloJoel | |
2020-12-13 | added steam valve cover | KiloJoel | |
2020-11-16 | use moveMultipleItemStacks to variuos functions | korneel vandamme | |
2020-06-20 | Item detector cover GUI fix. How'd i miss that. | moller21 | |
2020-06-03 | coverguis: Cleaned up text. | moller21 | |
2020-06-02 | Not for the arm either ... | moller21 | |
2020-06-02 | Should not break existing covers now. | moller21 | |
2020-06-01 | Check first, then commit next time | moller21 | |
2020-06-01 | Added gui's for the rest of em covers. | moller21 | |
2020-05-10 | Cover GUI: added fluid regulator, finished open on shiftrightclick. | moller21 | |
2020-05-06 | Cover gui: Right click to open instead take.2 | moller21 | |