aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/client
AgeCommit message (Collapse)Author
2020-06-18changed multi hatch to use some default texture from GT so I can test the ↵kekzdealer
actual functionality
2020-06-11Implemented new class for GT rendered textures!kekzdealer
2020-06-08Removed everything related to Item Server;kekzdealer
Deprecated current TFFT Multi Hatch in favor of GTMTE version
2020-06-07just pushing to repokekzdealer
2020-06-07implemented correct item rendering for new multi hatcheskekzdealer
2020-06-02Refactored into sided proxieskekzdealer
2020-05-19capacitors pulse red on maintenancekekzdealer
2020-05-18elevator caps now support turning red in case of maintenance issueskekzdealer
2020-05-18code cleanupkekzdealer
2020-05-18Implemented TESR for Space Elevator Capacitors. This allows me to change ↵kekzdealer
their colour saturation on the fly to sync it with the elevator charge state. - Added tooltip to the caps to tell players that the invisible top/bot faces are intended as a performance improvement
2020-05-18beam is now rendered from farther away, improved tether texture, renamed ↵kekzdealer
some more renderer vars to be more clear
2020-05-18moved renderer package to client package, added Space Elevator Tether and a ↵kekzdealer
TESR, added Space Elevator Capacitor
2020-04-29split gui-/containers into client/common packagesChristina Berchtold