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
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