From d7930ef92113bcff42059c0b804192ab986ef3c8 Mon Sep 17 00:00:00 2001 From: YannickMG Date: Thu, 30 Dec 2021 19:24:13 -0500 Subject: Basicmachine gui slots highlight fix (#841) * Updated build script Also set developmentEnvironmentUserName = Developer * Added .vscode to .gitignore * Properly hide unused slots in basic machines - Adds methods to GT_Recipe_Map to determine whether it contains fluid inputs or outputs - Adds methods to GT_Slot_Holo to support turning it "off", which also turns off highlighting it on mouse-over - Uses those changes in GT_GUIContainer_BasicMachine to "turn off" slots unused by a machine - Some code clarification/deduplication in GT_GUIContainer_BasicMachine * Hide unused Replicator fluid output slot --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 359013a646..0ad97ce741 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,7 @@ /run/ /build/ /eclipse/ +.vscode .classpath .project /bin/ -- cgit