From 0fe337efc78996a6ba95e1694c1151b73dd49680 Mon Sep 17 00:00:00 2001 From: Ryan Ward Date: Sun, 16 Jan 2022 22:40:22 -0500 Subject: [PATCH] Started rework --- GuiManager.lua => OldStuff/GuiManager.lua | 0 .../GuiManager}/Core/Colors.int | 0 .../GuiManager}/Core/EventDefinitions.int | 0 .../GuiManager}/Core/_GetAllChildren.int | 0 .../GuiManager}/Core/_GetAllChildren2.int | 0 .../GuiManager}/Core/canPress.int | 0 .../GuiManager}/Core/fromString.int | 0 .../GuiManager}/Core/full.int | 0 .../GuiManager}/Core/newBase.int | 0 .../GuiManager}/Core/patches.int | 0 .../GuiManager}/Core/toString.int | 0 .../GuiManager}/Core/touchManager.int | 0 .../GuiManager}/Drawing/AddDrawRuleB.int | 0 .../GuiManager}/Drawing/AddDrawRuleE.int | 0 .../GuiManager}/Drawing/canvas.int | 0 .../GuiManager}/Drawing/draw.int | 0 .../GuiManager}/Drawing/drawC.int | 0 .../GuiManager}/Drawing/drawR.int | 0 .../GuiManager}/Frame/newDropFrame.int | 0 .../GuiManager}/Frame/newFrame.int | 0 .../GuiManager}/Frame/newFullFrame.int | 0 .../GuiManager}/Frame/newTabFrame.int | 0 .../GuiManager}/Frame/newratioFrame.int | 0 .../GuiManager}/Image-Animation/SetImage.int | 0 .../Image-Animation/SetThreadedImage.int | 0 .../Image-Animation/imageThreadHandler.int | 0 .../GuiManager}/Image-Animation/newAnim.int | 0 .../Image-Animation/newAnimFromData.int | 0 .../Image-Animation/newAnimFromTiles.int | 0 .../Image-Animation/newFullImageLabel.int | 0 .../Image-Animation/newImageButton.int | 0 .../Image-Animation/newImageLabel.int | 0 .../GuiManager}/Image-Animation/newVideo.int | 0 .../GuiManager}/Item/newDragItem.int | 0 .../GuiManager}/Item/newItem.int | 0 .../GuiManager}/Misc/AdvTextBox.int | 0 .../GuiManager}/Misc/ApplyGradient.int | 0 .../GuiManager}/Misc/BottomStack.int | 0 .../GuiManager}/Misc/ClipDescendants.int | 0 .../GuiManager}/Misc/Destroy.int | 0 .../GuiManager}/Misc/GetAllChildren.int | 0 .../GuiManager}/Misc/GetChild.int | 0 .../GuiManager}/Misc/InGrid.int | 0 .../GuiManager}/Misc/InGridX.int | 0 .../GuiManager}/Misc/InGridY.int | 0 .../GuiManager}/Misc/IsHovering.int | 0 .../GuiManager}/Misc/Move.int | 0 .../GuiManager}/Misc/SetDualDim.int | 0 .../GuiManager}/Misc/SetHand.int | 0 .../GuiManager}/Misc/SetHover.int | 0 .../GuiManager}/Misc/SetName.int | 0 .../GuiManager}/Misc/SquareX.int | 0 .../GuiManager}/Misc/SquareY.int | 0 .../GuiManager}/Misc/TopStack.int | 0 .../GuiManager}/Misc/UpdateImage.int | 0 .../GuiManager}/Misc/Utils.int | 0 .../GuiManager}/Misc/addDominance.int | 0 .../GuiManager}/Misc/alphanumsort.int | 0 .../GuiManager}/Misc/anchorRight.int | 0 .../GuiManager}/Misc/center.int | 0 .../GuiManager}/Misc/centerX.int | 0 .../GuiManager}/Misc/centerY.int | 0 .../GuiManager}/Misc/disrespectHierarchy.int | 0 .../GuiManager}/Misc/getChildren.int | 0 .../GuiManager}/Misc/getColor.int | 0 .../GuiManager}/Misc/getFullSize.int | 0 .../GuiManager}/Misc/getHighest.int | 0 .../GuiManager}/Misc/getLowest.int | 0 .../GuiManager}/Misc/getTile.int | 0 .../GuiManager}/Misc/isDescendant.int | 0 .../GuiManager}/Misc/isHighest.int | 0 .../GuiManager}/Misc/isLowest.int | 0 .../GuiManager}/Misc/massMutate.int | 0 .../GuiManager}/Misc/newCheckBox.int | 0 .../GuiManager}/Misc/newMessageBox.int | 0 .../GuiManager}/Misc/newPart.int | 0 .../GuiManager}/Misc/newProgressBar.int | 0 .../GuiManager}/Misc/newScrollBar.int | 0 .../GuiManager}/Misc/newScrollMenu.int | 0 .../GuiManager}/Misc/preloadImages.int | 0 .../GuiManager}/Misc/removeAllChildren.int | 0 .../GuiManager}/Misc/removeDominance.int | 0 .../GuiManager}/Misc/respectHierarchy.int | 0 .../GuiManager}/Misc/round.int | 0 .../GuiManager}/Misc/setBG.int | 0 .../GuiManager}/Misc/setColor.int | 0 .../GuiManager}/Misc/setMouseXY.int | 0 .../GuiManager}/Misc/setParent.int | 0 .../GuiManager}/Misc/setVisibility.int | 0 .../GuiManager}/Text/fitFont.int | 0 .../GuiManager}/Text/newTextBase.int | 0 .../GuiManager}/Text/newTextBox.int | 0 .../GuiManager}/Text/newTextButton.int | 0 .../GuiManager}/Text/newTextLabel.int | 0 .../GuiManager}/Text/setDefualtFont.int | 0 .../GuiManager}/Text/setNewFont.int | 0 .../GuiManager}/Text/setgetText.int | 0 .../GuiManager}/Text/widthToTextSize.int | 0 {GuiManager => OldStuff/GuiManager}/init.lua | 0 Utils.lua => OldStuff/Utils.lua | 0 bin.lua => OldStuff/bin.lua | 0 merger.lua => OldStuff/merger.lua | 0 README.md | 25 +++++++++---------- changes.md | 1 + gui/init.lua | 0 105 files changed, 13 insertions(+), 13 deletions(-) rename GuiManager.lua => OldStuff/GuiManager.lua (100%) rename {GuiManager => OldStuff/GuiManager}/Core/Colors.int (100%) rename {GuiManager => OldStuff/GuiManager}/Core/EventDefinitions.int (100%) rename {GuiManager => OldStuff/GuiManager}/Core/_GetAllChildren.int (100%) rename {GuiManager => OldStuff/GuiManager}/Core/_GetAllChildren2.int (100%) rename {GuiManager => OldStuff/GuiManager}/Core/canPress.int (100%) rename {GuiManager => OldStuff/GuiManager}/Core/fromString.int (100%) rename {GuiManager => OldStuff/GuiManager}/Core/full.int (100%) rename {GuiManager => OldStuff/GuiManager}/Core/newBase.int (100%) rename {GuiManager => OldStuff/GuiManager}/Core/patches.int (100%) rename {GuiManager => OldStuff/GuiManager}/Core/toString.int (100%) rename {GuiManager => OldStuff/GuiManager}/Core/touchManager.int (100%) rename {GuiManager => OldStuff/GuiManager}/Drawing/AddDrawRuleB.int (100%) rename {GuiManager => OldStuff/GuiManager}/Drawing/AddDrawRuleE.int (100%) rename {GuiManager => OldStuff/GuiManager}/Drawing/canvas.int (100%) rename {GuiManager => OldStuff/GuiManager}/Drawing/draw.int (100%) rename {GuiManager => OldStuff/GuiManager}/Drawing/drawC.int (100%) rename {GuiManager => OldStuff/GuiManager}/Drawing/drawR.int (100%) rename {GuiManager => OldStuff/GuiManager}/Frame/newDropFrame.int (100%) rename {GuiManager => OldStuff/GuiManager}/Frame/newFrame.int (100%) rename {GuiManager => OldStuff/GuiManager}/Frame/newFullFrame.int (100%) rename {GuiManager => OldStuff/GuiManager}/Frame/newTabFrame.int (100%) rename {GuiManager => OldStuff/GuiManager}/Frame/newratioFrame.int (100%) rename {GuiManager => OldStuff/GuiManager}/Image-Animation/SetImage.int (100%) rename {GuiManager => OldStuff/GuiManager}/Image-Animation/SetThreadedImage.int (100%) rename {GuiManager => OldStuff/GuiManager}/Image-Animation/imageThreadHandler.int (100%) rename {GuiManager => OldStuff/GuiManager}/Image-Animation/newAnim.int (100%) rename {GuiManager => OldStuff/GuiManager}/Image-Animation/newAnimFromData.int (100%) rename {GuiManager => OldStuff/GuiManager}/Image-Animation/newAnimFromTiles.int (100%) rename {GuiManager => OldStuff/GuiManager}/Image-Animation/newFullImageLabel.int (100%) rename {GuiManager => OldStuff/GuiManager}/Image-Animation/newImageButton.int (100%) rename {GuiManager => OldStuff/GuiManager}/Image-Animation/newImageLabel.int (100%) rename {GuiManager => OldStuff/GuiManager}/Image-Animation/newVideo.int (100%) rename {GuiManager => OldStuff/GuiManager}/Item/newDragItem.int (100%) rename {GuiManager => OldStuff/GuiManager}/Item/newItem.int (100%) rename {GuiManager => OldStuff/GuiManager}/Misc/AdvTextBox.int (100%) rename {GuiManager => OldStuff/GuiManager}/Misc/ApplyGradient.int (100%) rename {GuiManager => OldStuff/GuiManager}/Misc/BottomStack.int (100%) rename {GuiManager => OldStuff/GuiManager}/Misc/ClipDescendants.int (100%) rename {GuiManager => OldStuff/GuiManager}/Misc/Destroy.int (100%) rename {GuiManager => OldStuff/GuiManager}/Misc/GetAllChildren.int (100%) rename {GuiManager => OldStuff/GuiManager}/Misc/GetChild.int (100%) rename {GuiManager => OldStuff/GuiManager}/Misc/InGrid.int (100%) rename {GuiManager => OldStuff/GuiManager}/Misc/InGridX.int (100%) rename {GuiManager => OldStuff/GuiManager}/Misc/InGridY.int (100%) rename {GuiManager => OldStuff/GuiManager}/Misc/IsHovering.int (100%) rename {GuiManager => OldStuff/GuiManager}/Misc/Move.int (100%) rename {GuiManager => OldStuff/GuiManager}/Misc/SetDualDim.int (100%) rename {GuiManager => OldStuff/GuiManager}/Misc/SetHand.int (100%) rename {GuiManager => OldStuff/GuiManager}/Misc/SetHover.int (100%) rename {GuiManager => OldStuff/GuiManager}/Misc/SetName.int (100%) rename {GuiManager => OldStuff/GuiManager}/Misc/SquareX.int (100%) rename {GuiManager => OldStuff/GuiManager}/Misc/SquareY.int (100%) rename {GuiManager => OldStuff/GuiManager}/Misc/TopStack.int (100%) rename {GuiManager => OldStuff/GuiManager}/Misc/UpdateImage.int (100%) rename {GuiManager => OldStuff/GuiManager}/Misc/Utils.int (100%) rename {GuiManager => OldStuff/GuiManager}/Misc/addDominance.int (100%) rename {GuiManager => OldStuff/GuiManager}/Misc/alphanumsort.int (100%) rename {GuiManager => OldStuff/GuiManager}/Misc/anchorRight.int (100%) rename {GuiManager => OldStuff/GuiManager}/Misc/center.int (100%) rename {GuiManager => OldStuff/GuiManager}/Misc/centerX.int (100%) rename {GuiManager => OldStuff/GuiManager}/Misc/centerY.int (100%) rename {GuiManager => OldStuff/GuiManager}/Misc/disrespectHierarchy.int (100%) rename {GuiManager => OldStuff/GuiManager}/Misc/getChildren.int (100%) rename {GuiManager => OldStuff/GuiManager}/Misc/getColor.int (100%) rename {GuiManager => OldStuff/GuiManager}/Misc/getFullSize.int (100%) rename {GuiManager => OldStuff/GuiManager}/Misc/getHighest.int (100%) rename {GuiManager => OldStuff/GuiManager}/Misc/getLowest.int (100%) rename {GuiManager => OldStuff/GuiManager}/Misc/getTile.int (100%) rename {GuiManager => OldStuff/GuiManager}/Misc/isDescendant.int (100%) rename {GuiManager => OldStuff/GuiManager}/Misc/isHighest.int (100%) rename {GuiManager => OldStuff/GuiManager}/Misc/isLowest.int (100%) rename {GuiManager => OldStuff/GuiManager}/Misc/massMutate.int (100%) rename {GuiManager => OldStuff/GuiManager}/Misc/newCheckBox.int (100%) rename {GuiManager => OldStuff/GuiManager}/Misc/newMessageBox.int (100%) rename {GuiManager => OldStuff/GuiManager}/Misc/newPart.int (100%) rename {GuiManager => OldStuff/GuiManager}/Misc/newProgressBar.int (100%) rename {GuiManager => OldStuff/GuiManager}/Misc/newScrollBar.int (100%) rename {GuiManager => OldStuff/GuiManager}/Misc/newScrollMenu.int (100%) rename {GuiManager => OldStuff/GuiManager}/Misc/preloadImages.int (100%) rename {GuiManager => OldStuff/GuiManager}/Misc/removeAllChildren.int (100%) rename {GuiManager => OldStuff/GuiManager}/Misc/removeDominance.int (100%) rename {GuiManager => OldStuff/GuiManager}/Misc/respectHierarchy.int (100%) rename {GuiManager => OldStuff/GuiManager}/Misc/round.int (100%) rename {GuiManager => OldStuff/GuiManager}/Misc/setBG.int (100%) rename {GuiManager => OldStuff/GuiManager}/Misc/setColor.int (100%) rename {GuiManager => OldStuff/GuiManager}/Misc/setMouseXY.int (100%) rename {GuiManager => OldStuff/GuiManager}/Misc/setParent.int (100%) rename {GuiManager => OldStuff/GuiManager}/Misc/setVisibility.int (100%) rename {GuiManager => OldStuff/GuiManager}/Text/fitFont.int (100%) rename {GuiManager => OldStuff/GuiManager}/Text/newTextBase.int (100%) rename {GuiManager => OldStuff/GuiManager}/Text/newTextBox.int (100%) rename {GuiManager => OldStuff/GuiManager}/Text/newTextButton.int (100%) rename {GuiManager => OldStuff/GuiManager}/Text/newTextLabel.int (100%) rename {GuiManager => OldStuff/GuiManager}/Text/setDefualtFont.int (100%) rename {GuiManager => OldStuff/GuiManager}/Text/setNewFont.int (100%) rename {GuiManager => OldStuff/GuiManager}/Text/setgetText.int (100%) rename {GuiManager => OldStuff/GuiManager}/Text/widthToTextSize.int (100%) rename {GuiManager => OldStuff/GuiManager}/init.lua (100%) rename Utils.lua => OldStuff/Utils.lua (100%) rename bin.lua => OldStuff/bin.lua (100%) rename merger.lua => OldStuff/merger.lua (100%) create mode 100644 changes.md create mode 100644 gui/init.lua diff --git a/GuiManager.lua b/OldStuff/GuiManager.lua similarity index 100% rename from GuiManager.lua rename to OldStuff/GuiManager.lua diff --git a/GuiManager/Core/Colors.int b/OldStuff/GuiManager/Core/Colors.int similarity index 100% rename from GuiManager/Core/Colors.int rename to OldStuff/GuiManager/Core/Colors.int diff --git a/GuiManager/Core/EventDefinitions.int b/OldStuff/GuiManager/Core/EventDefinitions.int similarity index 100% rename from GuiManager/Core/EventDefinitions.int rename to OldStuff/GuiManager/Core/EventDefinitions.int diff --git a/GuiManager/Core/_GetAllChildren.int b/OldStuff/GuiManager/Core/_GetAllChildren.int similarity index 100% rename from GuiManager/Core/_GetAllChildren.int rename to OldStuff/GuiManager/Core/_GetAllChildren.int diff --git a/GuiManager/Core/_GetAllChildren2.int b/OldStuff/GuiManager/Core/_GetAllChildren2.int similarity index 100% rename from GuiManager/Core/_GetAllChildren2.int rename to OldStuff/GuiManager/Core/_GetAllChildren2.int diff --git a/GuiManager/Core/canPress.int b/OldStuff/GuiManager/Core/canPress.int similarity index 100% rename from GuiManager/Core/canPress.int rename to OldStuff/GuiManager/Core/canPress.int diff --git a/GuiManager/Core/fromString.int b/OldStuff/GuiManager/Core/fromString.int similarity index 100% rename from GuiManager/Core/fromString.int rename to OldStuff/GuiManager/Core/fromString.int diff --git a/GuiManager/Core/full.int b/OldStuff/GuiManager/Core/full.int similarity index 100% rename from GuiManager/Core/full.int rename to OldStuff/GuiManager/Core/full.int diff --git a/GuiManager/Core/newBase.int b/OldStuff/GuiManager/Core/newBase.int similarity index 100% rename from GuiManager/Core/newBase.int rename to OldStuff/GuiManager/Core/newBase.int diff --git a/GuiManager/Core/patches.int b/OldStuff/GuiManager/Core/patches.int similarity index 100% rename from GuiManager/Core/patches.int rename to OldStuff/GuiManager/Core/patches.int diff --git a/GuiManager/Core/toString.int b/OldStuff/GuiManager/Core/toString.int similarity index 100% rename from GuiManager/Core/toString.int rename to OldStuff/GuiManager/Core/toString.int diff --git a/GuiManager/Core/touchManager.int b/OldStuff/GuiManager/Core/touchManager.int similarity index 100% rename from GuiManager/Core/touchManager.int rename to OldStuff/GuiManager/Core/touchManager.int diff --git a/GuiManager/Drawing/AddDrawRuleB.int b/OldStuff/GuiManager/Drawing/AddDrawRuleB.int similarity index 100% rename from GuiManager/Drawing/AddDrawRuleB.int rename to OldStuff/GuiManager/Drawing/AddDrawRuleB.int diff --git a/GuiManager/Drawing/AddDrawRuleE.int b/OldStuff/GuiManager/Drawing/AddDrawRuleE.int similarity index 100% rename from GuiManager/Drawing/AddDrawRuleE.int rename to OldStuff/GuiManager/Drawing/AddDrawRuleE.int diff --git a/GuiManager/Drawing/canvas.int b/OldStuff/GuiManager/Drawing/canvas.int similarity index 100% rename from GuiManager/Drawing/canvas.int rename to OldStuff/GuiManager/Drawing/canvas.int diff --git a/GuiManager/Drawing/draw.int b/OldStuff/GuiManager/Drawing/draw.int similarity index 100% rename from GuiManager/Drawing/draw.int rename to OldStuff/GuiManager/Drawing/draw.int diff --git a/GuiManager/Drawing/drawC.int b/OldStuff/GuiManager/Drawing/drawC.int similarity index 100% rename from GuiManager/Drawing/drawC.int rename to OldStuff/GuiManager/Drawing/drawC.int diff --git a/GuiManager/Drawing/drawR.int b/OldStuff/GuiManager/Drawing/drawR.int similarity index 100% rename from GuiManager/Drawing/drawR.int rename to OldStuff/GuiManager/Drawing/drawR.int diff --git a/GuiManager/Frame/newDropFrame.int b/OldStuff/GuiManager/Frame/newDropFrame.int similarity index 100% rename from GuiManager/Frame/newDropFrame.int rename to OldStuff/GuiManager/Frame/newDropFrame.int diff --git a/GuiManager/Frame/newFrame.int b/OldStuff/GuiManager/Frame/newFrame.int similarity index 100% rename from GuiManager/Frame/newFrame.int rename to OldStuff/GuiManager/Frame/newFrame.int diff --git a/GuiManager/Frame/newFullFrame.int b/OldStuff/GuiManager/Frame/newFullFrame.int similarity index 100% rename from GuiManager/Frame/newFullFrame.int rename to OldStuff/GuiManager/Frame/newFullFrame.int diff --git a/GuiManager/Frame/newTabFrame.int b/OldStuff/GuiManager/Frame/newTabFrame.int similarity index 100% rename from GuiManager/Frame/newTabFrame.int rename to OldStuff/GuiManager/Frame/newTabFrame.int diff --git a/GuiManager/Frame/newratioFrame.int b/OldStuff/GuiManager/Frame/newratioFrame.int similarity index 100% rename from GuiManager/Frame/newratioFrame.int rename to OldStuff/GuiManager/Frame/newratioFrame.int diff --git a/GuiManager/Image-Animation/SetImage.int b/OldStuff/GuiManager/Image-Animation/SetImage.int similarity index 100% rename from GuiManager/Image-Animation/SetImage.int rename to OldStuff/GuiManager/Image-Animation/SetImage.int diff --git a/GuiManager/Image-Animation/SetThreadedImage.int b/OldStuff/GuiManager/Image-Animation/SetThreadedImage.int similarity index 100% rename from GuiManager/Image-Animation/SetThreadedImage.int rename to OldStuff/GuiManager/Image-Animation/SetThreadedImage.int diff --git a/GuiManager/Image-Animation/imageThreadHandler.int b/OldStuff/GuiManager/Image-Animation/imageThreadHandler.int similarity index 100% rename from GuiManager/Image-Animation/imageThreadHandler.int rename to OldStuff/GuiManager/Image-Animation/imageThreadHandler.int diff --git a/GuiManager/Image-Animation/newAnim.int b/OldStuff/GuiManager/Image-Animation/newAnim.int similarity index 100% rename from GuiManager/Image-Animation/newAnim.int rename to OldStuff/GuiManager/Image-Animation/newAnim.int diff --git a/GuiManager/Image-Animation/newAnimFromData.int b/OldStuff/GuiManager/Image-Animation/newAnimFromData.int similarity index 100% rename from GuiManager/Image-Animation/newAnimFromData.int rename to OldStuff/GuiManager/Image-Animation/newAnimFromData.int diff --git a/GuiManager/Image-Animation/newAnimFromTiles.int b/OldStuff/GuiManager/Image-Animation/newAnimFromTiles.int similarity index 100% rename from GuiManager/Image-Animation/newAnimFromTiles.int rename to OldStuff/GuiManager/Image-Animation/newAnimFromTiles.int diff --git a/GuiManager/Image-Animation/newFullImageLabel.int b/OldStuff/GuiManager/Image-Animation/newFullImageLabel.int similarity index 100% rename from GuiManager/Image-Animation/newFullImageLabel.int rename to OldStuff/GuiManager/Image-Animation/newFullImageLabel.int diff --git a/GuiManager/Image-Animation/newImageButton.int b/OldStuff/GuiManager/Image-Animation/newImageButton.int similarity index 100% rename from GuiManager/Image-Animation/newImageButton.int rename to OldStuff/GuiManager/Image-Animation/newImageButton.int diff --git a/GuiManager/Image-Animation/newImageLabel.int b/OldStuff/GuiManager/Image-Animation/newImageLabel.int similarity index 100% rename from GuiManager/Image-Animation/newImageLabel.int rename to OldStuff/GuiManager/Image-Animation/newImageLabel.int diff --git a/GuiManager/Image-Animation/newVideo.int b/OldStuff/GuiManager/Image-Animation/newVideo.int similarity index 100% rename from GuiManager/Image-Animation/newVideo.int rename to OldStuff/GuiManager/Image-Animation/newVideo.int diff --git a/GuiManager/Item/newDragItem.int b/OldStuff/GuiManager/Item/newDragItem.int similarity index 100% rename from GuiManager/Item/newDragItem.int rename to OldStuff/GuiManager/Item/newDragItem.int diff --git a/GuiManager/Item/newItem.int b/OldStuff/GuiManager/Item/newItem.int similarity index 100% rename from GuiManager/Item/newItem.int rename to OldStuff/GuiManager/Item/newItem.int diff --git a/GuiManager/Misc/AdvTextBox.int b/OldStuff/GuiManager/Misc/AdvTextBox.int similarity index 100% rename from GuiManager/Misc/AdvTextBox.int rename to OldStuff/GuiManager/Misc/AdvTextBox.int diff --git a/GuiManager/Misc/ApplyGradient.int b/OldStuff/GuiManager/Misc/ApplyGradient.int similarity index 100% rename from GuiManager/Misc/ApplyGradient.int rename to OldStuff/GuiManager/Misc/ApplyGradient.int diff --git a/GuiManager/Misc/BottomStack.int b/OldStuff/GuiManager/Misc/BottomStack.int similarity index 100% rename from GuiManager/Misc/BottomStack.int rename to OldStuff/GuiManager/Misc/BottomStack.int diff --git a/GuiManager/Misc/ClipDescendants.int b/OldStuff/GuiManager/Misc/ClipDescendants.int similarity index 100% rename from GuiManager/Misc/ClipDescendants.int rename to OldStuff/GuiManager/Misc/ClipDescendants.int diff --git a/GuiManager/Misc/Destroy.int b/OldStuff/GuiManager/Misc/Destroy.int similarity index 100% rename from GuiManager/Misc/Destroy.int rename to OldStuff/GuiManager/Misc/Destroy.int diff --git a/GuiManager/Misc/GetAllChildren.int b/OldStuff/GuiManager/Misc/GetAllChildren.int similarity index 100% rename from GuiManager/Misc/GetAllChildren.int rename to OldStuff/GuiManager/Misc/GetAllChildren.int diff --git a/GuiManager/Misc/GetChild.int b/OldStuff/GuiManager/Misc/GetChild.int similarity index 100% rename from GuiManager/Misc/GetChild.int rename to OldStuff/GuiManager/Misc/GetChild.int diff --git a/GuiManager/Misc/InGrid.int b/OldStuff/GuiManager/Misc/InGrid.int similarity index 100% rename from GuiManager/Misc/InGrid.int rename to OldStuff/GuiManager/Misc/InGrid.int diff --git a/GuiManager/Misc/InGridX.int b/OldStuff/GuiManager/Misc/InGridX.int similarity index 100% rename from GuiManager/Misc/InGridX.int rename to OldStuff/GuiManager/Misc/InGridX.int diff --git a/GuiManager/Misc/InGridY.int b/OldStuff/GuiManager/Misc/InGridY.int similarity index 100% rename from GuiManager/Misc/InGridY.int rename to OldStuff/GuiManager/Misc/InGridY.int diff --git a/GuiManager/Misc/IsHovering.int b/OldStuff/GuiManager/Misc/IsHovering.int similarity index 100% rename from GuiManager/Misc/IsHovering.int rename to OldStuff/GuiManager/Misc/IsHovering.int diff --git a/GuiManager/Misc/Move.int b/OldStuff/GuiManager/Misc/Move.int similarity index 100% rename from GuiManager/Misc/Move.int rename to OldStuff/GuiManager/Misc/Move.int diff --git a/GuiManager/Misc/SetDualDim.int b/OldStuff/GuiManager/Misc/SetDualDim.int similarity index 100% rename from GuiManager/Misc/SetDualDim.int rename to OldStuff/GuiManager/Misc/SetDualDim.int diff --git a/GuiManager/Misc/SetHand.int b/OldStuff/GuiManager/Misc/SetHand.int similarity index 100% rename from GuiManager/Misc/SetHand.int rename to OldStuff/GuiManager/Misc/SetHand.int diff --git a/GuiManager/Misc/SetHover.int b/OldStuff/GuiManager/Misc/SetHover.int similarity index 100% rename from GuiManager/Misc/SetHover.int rename to OldStuff/GuiManager/Misc/SetHover.int diff --git a/GuiManager/Misc/SetName.int b/OldStuff/GuiManager/Misc/SetName.int similarity index 100% rename from GuiManager/Misc/SetName.int rename to OldStuff/GuiManager/Misc/SetName.int diff --git a/GuiManager/Misc/SquareX.int b/OldStuff/GuiManager/Misc/SquareX.int similarity index 100% rename from GuiManager/Misc/SquareX.int rename to OldStuff/GuiManager/Misc/SquareX.int diff --git a/GuiManager/Misc/SquareY.int b/OldStuff/GuiManager/Misc/SquareY.int similarity index 100% rename from GuiManager/Misc/SquareY.int rename to OldStuff/GuiManager/Misc/SquareY.int diff --git a/GuiManager/Misc/TopStack.int b/OldStuff/GuiManager/Misc/TopStack.int similarity index 100% rename from GuiManager/Misc/TopStack.int rename to OldStuff/GuiManager/Misc/TopStack.int diff --git a/GuiManager/Misc/UpdateImage.int b/OldStuff/GuiManager/Misc/UpdateImage.int similarity index 100% rename from GuiManager/Misc/UpdateImage.int rename to OldStuff/GuiManager/Misc/UpdateImage.int diff --git a/GuiManager/Misc/Utils.int b/OldStuff/GuiManager/Misc/Utils.int similarity index 100% rename from GuiManager/Misc/Utils.int rename to OldStuff/GuiManager/Misc/Utils.int diff --git a/GuiManager/Misc/addDominance.int b/OldStuff/GuiManager/Misc/addDominance.int similarity index 100% rename from GuiManager/Misc/addDominance.int rename to OldStuff/GuiManager/Misc/addDominance.int diff --git a/GuiManager/Misc/alphanumsort.int b/OldStuff/GuiManager/Misc/alphanumsort.int similarity index 100% rename from GuiManager/Misc/alphanumsort.int rename to OldStuff/GuiManager/Misc/alphanumsort.int diff --git a/GuiManager/Misc/anchorRight.int b/OldStuff/GuiManager/Misc/anchorRight.int similarity index 100% rename from GuiManager/Misc/anchorRight.int rename to OldStuff/GuiManager/Misc/anchorRight.int diff --git a/GuiManager/Misc/center.int b/OldStuff/GuiManager/Misc/center.int similarity index 100% rename from GuiManager/Misc/center.int rename to OldStuff/GuiManager/Misc/center.int diff --git a/GuiManager/Misc/centerX.int b/OldStuff/GuiManager/Misc/centerX.int similarity index 100% rename from GuiManager/Misc/centerX.int rename to OldStuff/GuiManager/Misc/centerX.int diff --git a/GuiManager/Misc/centerY.int b/OldStuff/GuiManager/Misc/centerY.int similarity index 100% rename from GuiManager/Misc/centerY.int rename to OldStuff/GuiManager/Misc/centerY.int diff --git a/GuiManager/Misc/disrespectHierarchy.int b/OldStuff/GuiManager/Misc/disrespectHierarchy.int similarity index 100% rename from GuiManager/Misc/disrespectHierarchy.int rename to OldStuff/GuiManager/Misc/disrespectHierarchy.int diff --git a/GuiManager/Misc/getChildren.int b/OldStuff/GuiManager/Misc/getChildren.int similarity index 100% rename from GuiManager/Misc/getChildren.int rename to OldStuff/GuiManager/Misc/getChildren.int diff --git a/GuiManager/Misc/getColor.int b/OldStuff/GuiManager/Misc/getColor.int similarity index 100% rename from GuiManager/Misc/getColor.int rename to OldStuff/GuiManager/Misc/getColor.int diff --git a/GuiManager/Misc/getFullSize.int b/OldStuff/GuiManager/Misc/getFullSize.int similarity index 100% rename from GuiManager/Misc/getFullSize.int rename to OldStuff/GuiManager/Misc/getFullSize.int diff --git a/GuiManager/Misc/getHighest.int b/OldStuff/GuiManager/Misc/getHighest.int similarity index 100% rename from GuiManager/Misc/getHighest.int rename to OldStuff/GuiManager/Misc/getHighest.int diff --git a/GuiManager/Misc/getLowest.int b/OldStuff/GuiManager/Misc/getLowest.int similarity index 100% rename from GuiManager/Misc/getLowest.int rename to OldStuff/GuiManager/Misc/getLowest.int diff --git a/GuiManager/Misc/getTile.int b/OldStuff/GuiManager/Misc/getTile.int similarity index 100% rename from GuiManager/Misc/getTile.int rename to OldStuff/GuiManager/Misc/getTile.int diff --git a/GuiManager/Misc/isDescendant.int b/OldStuff/GuiManager/Misc/isDescendant.int similarity index 100% rename from GuiManager/Misc/isDescendant.int rename to OldStuff/GuiManager/Misc/isDescendant.int diff --git a/GuiManager/Misc/isHighest.int b/OldStuff/GuiManager/Misc/isHighest.int similarity index 100% rename from GuiManager/Misc/isHighest.int rename to OldStuff/GuiManager/Misc/isHighest.int diff --git a/GuiManager/Misc/isLowest.int b/OldStuff/GuiManager/Misc/isLowest.int similarity index 100% rename from GuiManager/Misc/isLowest.int rename to OldStuff/GuiManager/Misc/isLowest.int diff --git a/GuiManager/Misc/massMutate.int b/OldStuff/GuiManager/Misc/massMutate.int similarity index 100% rename from GuiManager/Misc/massMutate.int rename to OldStuff/GuiManager/Misc/massMutate.int diff --git a/GuiManager/Misc/newCheckBox.int b/OldStuff/GuiManager/Misc/newCheckBox.int similarity index 100% rename from GuiManager/Misc/newCheckBox.int rename to OldStuff/GuiManager/Misc/newCheckBox.int diff --git a/GuiManager/Misc/newMessageBox.int b/OldStuff/GuiManager/Misc/newMessageBox.int similarity index 100% rename from GuiManager/Misc/newMessageBox.int rename to OldStuff/GuiManager/Misc/newMessageBox.int diff --git a/GuiManager/Misc/newPart.int b/OldStuff/GuiManager/Misc/newPart.int similarity index 100% rename from GuiManager/Misc/newPart.int rename to OldStuff/GuiManager/Misc/newPart.int diff --git a/GuiManager/Misc/newProgressBar.int b/OldStuff/GuiManager/Misc/newProgressBar.int similarity index 100% rename from GuiManager/Misc/newProgressBar.int rename to OldStuff/GuiManager/Misc/newProgressBar.int diff --git a/GuiManager/Misc/newScrollBar.int b/OldStuff/GuiManager/Misc/newScrollBar.int similarity index 100% rename from GuiManager/Misc/newScrollBar.int rename to OldStuff/GuiManager/Misc/newScrollBar.int diff --git a/GuiManager/Misc/newScrollMenu.int b/OldStuff/GuiManager/Misc/newScrollMenu.int similarity index 100% rename from GuiManager/Misc/newScrollMenu.int rename to OldStuff/GuiManager/Misc/newScrollMenu.int diff --git a/GuiManager/Misc/preloadImages.int b/OldStuff/GuiManager/Misc/preloadImages.int similarity index 100% rename from GuiManager/Misc/preloadImages.int rename to OldStuff/GuiManager/Misc/preloadImages.int diff --git a/GuiManager/Misc/removeAllChildren.int b/OldStuff/GuiManager/Misc/removeAllChildren.int similarity index 100% rename from GuiManager/Misc/removeAllChildren.int rename to OldStuff/GuiManager/Misc/removeAllChildren.int diff --git a/GuiManager/Misc/removeDominance.int b/OldStuff/GuiManager/Misc/removeDominance.int similarity index 100% rename from GuiManager/Misc/removeDominance.int rename to OldStuff/GuiManager/Misc/removeDominance.int diff --git a/GuiManager/Misc/respectHierarchy.int b/OldStuff/GuiManager/Misc/respectHierarchy.int similarity index 100% rename from GuiManager/Misc/respectHierarchy.int rename to OldStuff/GuiManager/Misc/respectHierarchy.int diff --git a/GuiManager/Misc/round.int b/OldStuff/GuiManager/Misc/round.int similarity index 100% rename from GuiManager/Misc/round.int rename to OldStuff/GuiManager/Misc/round.int diff --git a/GuiManager/Misc/setBG.int b/OldStuff/GuiManager/Misc/setBG.int similarity index 100% rename from GuiManager/Misc/setBG.int rename to OldStuff/GuiManager/Misc/setBG.int diff --git a/GuiManager/Misc/setColor.int b/OldStuff/GuiManager/Misc/setColor.int similarity index 100% rename from GuiManager/Misc/setColor.int rename to OldStuff/GuiManager/Misc/setColor.int diff --git a/GuiManager/Misc/setMouseXY.int b/OldStuff/GuiManager/Misc/setMouseXY.int similarity index 100% rename from GuiManager/Misc/setMouseXY.int rename to OldStuff/GuiManager/Misc/setMouseXY.int diff --git a/GuiManager/Misc/setParent.int b/OldStuff/GuiManager/Misc/setParent.int similarity index 100% rename from GuiManager/Misc/setParent.int rename to OldStuff/GuiManager/Misc/setParent.int diff --git a/GuiManager/Misc/setVisibility.int b/OldStuff/GuiManager/Misc/setVisibility.int similarity index 100% rename from GuiManager/Misc/setVisibility.int rename to OldStuff/GuiManager/Misc/setVisibility.int diff --git a/GuiManager/Text/fitFont.int b/OldStuff/GuiManager/Text/fitFont.int similarity index 100% rename from GuiManager/Text/fitFont.int rename to OldStuff/GuiManager/Text/fitFont.int diff --git a/GuiManager/Text/newTextBase.int b/OldStuff/GuiManager/Text/newTextBase.int similarity index 100% rename from GuiManager/Text/newTextBase.int rename to OldStuff/GuiManager/Text/newTextBase.int diff --git a/GuiManager/Text/newTextBox.int b/OldStuff/GuiManager/Text/newTextBox.int similarity index 100% rename from GuiManager/Text/newTextBox.int rename to OldStuff/GuiManager/Text/newTextBox.int diff --git a/GuiManager/Text/newTextButton.int b/OldStuff/GuiManager/Text/newTextButton.int similarity index 100% rename from GuiManager/Text/newTextButton.int rename to OldStuff/GuiManager/Text/newTextButton.int diff --git a/GuiManager/Text/newTextLabel.int b/OldStuff/GuiManager/Text/newTextLabel.int similarity index 100% rename from GuiManager/Text/newTextLabel.int rename to OldStuff/GuiManager/Text/newTextLabel.int diff --git a/GuiManager/Text/setDefualtFont.int b/OldStuff/GuiManager/Text/setDefualtFont.int similarity index 100% rename from GuiManager/Text/setDefualtFont.int rename to OldStuff/GuiManager/Text/setDefualtFont.int diff --git a/GuiManager/Text/setNewFont.int b/OldStuff/GuiManager/Text/setNewFont.int similarity index 100% rename from GuiManager/Text/setNewFont.int rename to OldStuff/GuiManager/Text/setNewFont.int diff --git a/GuiManager/Text/setgetText.int b/OldStuff/GuiManager/Text/setgetText.int similarity index 100% rename from GuiManager/Text/setgetText.int rename to OldStuff/GuiManager/Text/setgetText.int diff --git a/GuiManager/Text/widthToTextSize.int b/OldStuff/GuiManager/Text/widthToTextSize.int similarity index 100% rename from GuiManager/Text/widthToTextSize.int rename to OldStuff/GuiManager/Text/widthToTextSize.int diff --git a/GuiManager/init.lua b/OldStuff/GuiManager/init.lua similarity index 100% rename from GuiManager/init.lua rename to OldStuff/GuiManager/init.lua diff --git a/Utils.lua b/OldStuff/Utils.lua similarity index 100% rename from Utils.lua rename to OldStuff/Utils.lua diff --git a/bin.lua b/OldStuff/bin.lua similarity index 100% rename from bin.lua rename to OldStuff/bin.lua diff --git a/merger.lua b/OldStuff/merger.lua similarity index 100% rename from merger.lua rename to OldStuff/merger.lua diff --git a/README.md b/README.md index e520efe..afe8971 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,16 @@ # GuiManager -Use with love2d. Copy GuiManager.lua into your game and the multi library and the bin library +This library due to the changes in love2d. Too many things are broken and instead of doing patch work, I've decided to do a total rewrite. Also I'll be able to make use of the new multi manager features and build a better library from the ground up. -require like this -```lua -require("bin") -require("multi.compat.love2d") -- requires the entire library and rewrites the love.run function so you don't need worry about any modifications to the love.update and love.draw methods -require("GuiManager") -test=gui:newTextLabel("HI!",0,0,0,0,.5,.5) -test:centerX() -test:centerY() -``` +Core: +- Frame +- Text: + - Label + - Box + - Button +- Image: + - Label + - Button + - Animation +- Video -Documentation will take a while. I have to finish writing the documentation for the multi library and start writing documentation for the bin, and net library - -This is a basic library for allowing you the user to have 100% control over the look of your menus. You define your style and you make it your own. This just makes it eaiser to make stuff. Check out the intro software project: https://github.com/rayaman/IntroSoftwareProject to see how you can use this library. Note the multi library and the bin library are the older versions not the newer ones. But the methods and feel of the libraries are the same. diff --git a/changes.md b/changes.md new file mode 100644 index 0000000..4e768b5 --- /dev/null +++ b/changes.md @@ -0,0 +1 @@ +# \ No newline at end of file diff --git a/gui/init.lua b/gui/init.lua new file mode 100644 index 0000000..e69de29