index
:
github/GT5-Unofficial.git
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
main
/
java
/
gregtech
/
common
/
covers
/
redstone
Age
Commit message (
Expand
)
Author
2024-06-08
Change percentages in maintenance cover to reflect reality (#2644)
Pxx500
2024-03-13
Numeric widget and localized number formatting. (#2532)
Abdiel Kavash
2024-02-12
Wireless Activity Detector; Power On/Off Activity Detector (#2490)
slprime
2023-05-29
Allow setting larger threshold of item detector cover for digital chests (#2035)
miozune
2023-04-23
Forge direction (#1895)
Jason Mitchell
2023-04-21
Recipes ra2 (#1872)
boubou19
2023-04-10
Update spotless config to 0.2.2
Raven Szewczyk
2023-04-01
Jabel, Generic injection and mostly automatic code cleanup (#1829)
Raven Szewczyk
2023-04-01
update spotless formatting (#1827)
boubou19
2023-03-10
Fix advanced external transmitter cover (#1793)
Matej Dipčár
2023-01-30
[ci skip] spotlessApply with the new settings
Jason Mitchell
2023-01-24
Fix array ClassCastExceptions (#1681)
Raven Szewczyk
2022-12-14
make covers actually insensitive to redstone if it doesn't need it (#1546)
Glease
2022-11-25
Rewrite GUIs with ModularUI (#1381)
miozune
2022-10-12
No more duplicated key II (#1457)
iouter
2022-10-01
spotless
Martin Robertz
2022-09-23
Move `hashCoverCoords` to WirelessBase
Matej Dipčár
2022-09-23
Add new icon for the analog mode
Matej Dipčár
2022-09-23
Add Analog Mode to the receiver
Matej Dipčár
2022-09-23
Add Maintenance Detector Cover
Matej Dipčár
2022-09-23
Add Fake Item Slot to GUI
Matej Dipčár
2022-09-23
Implement Wireless Item Detector
Matej Dipčár
2022-09-23
Reformat intent
Matej Dipčár
2022-09-23
Reset signal, only when frequency or UUID changed
Matej Dipčár
2022-09-23
Add new hook `preDataChanged`
Matej Dipčár
2022-09-23
Make `GT_GuiShortTextBox` able to map values to different display strings
Matej Dipčár
2022-09-23
Make `parseTextBox` and `GT_GuiShortTextBox` more abstract
Matej Dipčár
2022-09-23
Swap min, max
Matej Dipčár
2022-09-23
Add more abstract `genericMouseWheel`
Matej Dipčár
2022-09-23
Implement logic in Wireless Fluid Detector
Matej Dipčár
2022-09-23
Add Wireless Fluid Detector Cover
Matej Dipčár
2022-09-23
Make screwdriver on transmitter swap between inverted and normal mode
Matej Dipčár
2022-09-23
Make private text configurable
Matej Dipčár
2022-09-23
Make GUI more settled and configurable
Matej Dipčár
2022-09-23
Move getDescription to parent class
Matej Dipčár
2022-09-23
Rearrange Transmitter GUI
Matej Dipčár
2022-09-23
Make TransmitterBase more abstract
Matej Dipčár
2022-09-23
Remove now unnecessary resetSignalAt
Matej Dipčár
2022-09-23
Move advanced redstone API to Wireless Base
Matej Dipčár
2022-09-23
Unregister signal also when TE is destroyed
Matej Dipčár
2022-09-23
Make also WirelessData abstract
Matej Dipčár
2022-09-23
Make abstract wireless base
Matej Dipčár
2022-09-23
Remove unnecessary reset on receiver removal
Matej Dipčár
2022-09-23
Call reset on server instead of client, and only when something actually changed
Matej Dipčár
2022-09-23
Implement all advanced receiver modes
Matej Dipčár
2022-09-23
Fix GUI button ids
Matej Dipčár
2022-09-23
Fix map not updating when transmitter TE gets destroyed
Matej Dipčár
2022-09-23
Add handling of multiple sources
Matej Dipčár
2022-09-23
Add Advanced Wireless Redstone Covers
Matej Dipčár