From c515c493ccdf218490b3875fc5c0d463ccb1b1ed Mon Sep 17 00:00:00 2001 From: Florian Berthold Date: Mon, 25 May 2026 10:59:32 +0200 Subject: [PATCH] chore: move addon into VanillaGuide/ + add standard .gitignore/.gitattributes Matches the Exiles fork-layout convention (each addon in its own folder). --- .gitattributes | 1 + .gitignore | 7 +++++++ Bindings.xml => VanillaGuide/Bindings.xml | 0 Core.lua => VanillaGuide/Core.lua | 0 Display.lua => VanillaGuide/Display.lua | 0 .../Frame_AboutFrame.lua | 0 .../Frame_MainFrame.lua | 0 .../Frame_SettingsFrame.lua | 0 GuideTable.lua => VanillaGuide/GuideTable.lua | 0 .../GuideTables}/001_Introduction.lua | 0 .../GuideTables}/004_Professions.lua | 0 .../GuideTables}/Alliance/002_DunMorogh.lua | 0 .../GuideTables}/Alliance/002_ElwynnForest.lua | 0 .../GuideTables}/Alliance/002_Teldrassil.lua | 0 .../GuideTables}/Alliance/003_Alliance_12to20.lua | 0 .../GuideTables}/Alliance/003_Alliance_20to30.lua | 0 .../GuideTables}/Alliance/003_Alliance_30to40.lua | 0 .../GuideTables}/Alliance/003_Alliance_40to50.lua | 0 .../GuideTables}/Alliance/003_Alliance_50to60.lua | 0 .../GuideTables}/Horde/002_Durotar.lua | 0 .../GuideTables}/Horde/002_Mulgore.lua | 0 .../GuideTables}/Horde/002_TirisfalGlades.lua | 0 .../GuideTables}/Horde/003_Horde_12to20.lua | 0 .../GuideTables}/Horde/003_Horde_20to30.lua | 0 .../GuideTables}/Horde/003_Horde_30to40.lua | 0 .../GuideTables}/Horde/003_Horde_40to50.lua | 0 .../GuideTables}/Horde/003_Horde_50to60.lua | 0 Settings.lua => VanillaGuide/Settings.lua | 0 SlashCommands.lua => VanillaGuide/SlashCommands.lua | 0 .../Textures}/Borders/HalBorder.tga | Bin .../Textures}/Borders/Roth.tga | Bin .../Textures}/Borders/fer1.tga | Bin .../Textures}/Borders/fer6.tga | Bin .../Textures}/Borders/fer7.tga | Bin .../Textures}/Buttons/Button-About-Highlight.tga | Bin .../Textures}/Buttons/Button-About-Normal.tga | Bin .../Textures}/Buttons/Button-About-Pushed.tga | Bin .../Buttons/Button-ArrowDown-Highlight.tga | Bin .../Textures}/Buttons/Button-ArrowDown-Normal.tga | Bin .../Textures}/Buttons/Button-ArrowDown-Pushed.tga | Bin .../Textures}/Buttons/Button-ArrowUp-Highlight.tga | Bin .../Textures}/Buttons/Button-ArrowUp-Normal.tga | Bin .../Textures}/Buttons/Button-ArrowUp-Pushed.tga | Bin .../Textures}/Buttons/Button-Close-Highlight.tga | Bin .../Textures}/Buttons/Button-Close-Normal.tga | Bin .../Textures}/Buttons/Button-Close-Pushed.tga | Bin .../Button-DDMonLeft-ArrowDown-Highlight.tga | Bin .../Buttons/Button-DDMonLeft-ArrowDown-Normal.tga | Bin .../Buttons/Button-DDMonLeft-ArrowDown-Pushed.tga | Bin .../Button-DDMonRight-ArrowDown-Highlight.tga | Bin .../Buttons/Button-DDMonRight-ArrowDown-Normal.tga | Bin .../Buttons/Button-DDMonRight-ArrowDown-Pushed.tga | Bin .../Buttons/Button-DUMonLeft-ArrowUp-Highlight.tga | Bin .../Buttons/Button-DUMonLeft-ArrowUp-Normal.tga | Bin .../Buttons/Button-DUMonLeft-ArrowUp-Pushed.tga | Bin .../Button-DUMonRight-ArrowUp-Highlight.tga.fgx | Bin .../Buttons/Button-DUMonRight-ArrowUp-Normal.tga | Bin .../Buttons/Button-DUMonRight-ArrowUp-Pushed.tga | Bin .../Textures}/Buttons/Button-Details-Highlight.tga | Bin .../Textures}/Buttons/Button-Details-Normal.tga | Bin .../Textures}/Buttons/Button-Details-Pushed.tga | Bin .../Buttons/Button-DoubleArrowLeft-Highlight.tga | Bin .../Buttons/Button-DoubleArrowLeft-Normal.tga | Bin .../Buttons/Button-DoubleArrowLeft-Pushed.tga | Bin .../Buttons/Button-DoubleArrowRight-Highlight.tga | Bin .../Buttons/Button-DoubleArrowRight-Normal.tga | Bin .../Buttons/Button-DoubleArrowRight-Pushed.tga | Bin .../Textures}/Buttons/Button-Flash-Highlight.tga | Bin .../Textures}/Buttons/Button-Flash-Normal.tga | Bin .../Textures}/Buttons/Button-Flash-Pushed.tga | Bin .../Textures}/Buttons/Button-Locked-Highlight.tga | Bin .../Textures}/Buttons/Button-Locked-Normal.tga | Bin .../Textures}/Buttons/Button-Locked-Pushed.tga | Bin .../Textures}/Buttons/Button-Option-Highlight.tga | Bin .../Textures}/Buttons/Button-Option-Normal.tga | Bin .../Textures}/Buttons/Button-Option-Pushed.tga | Bin .../Textures}/Buttons/Button-Unlocked-Highlight.tga | Bin .../Textures}/Buttons/Button-Unlocked-Normal.tga | Bin .../Textures}/Buttons/Button-Unlocked-Pushed.tga | Bin {Textures => VanillaGuide/Textures}/FuBar_Icon.tga | Bin UI.lua => VanillaGuide/UI.lua | 0 VGuideFu.lua => VanillaGuide/VGuideFu.lua | 0 VanillaGuide.toc => VanillaGuide/VanillaGuide.toc | 0 .../libs}/AceAddon-2.0/AceAddon-2.0.lua | 0 .../libs}/AceConsole-2.0/AceConsole-2.0.lua | 0 {libs => VanillaGuide/libs}/AceDB-2.0/AceDB-2.0.lua | 0 .../libs}/AceDebug-2.0/AceDebug-2.0.lua | 0 .../libs}/AceEvent-2.0/AceEvent-2.0.lua | 0 .../libs}/AceLibrary/AceLibrary.lua | 0 {libs => VanillaGuide/libs}/AceOO-2.0/AceOO-2.0.lua | 0 .../libs}/Dewdrop-2.0/Dewdrop-2.0.lua | 0 .../libs}/FuBarPlugin-2.0/FuBarPlugin-2.0.lua | 0 .../libs}/Tablet-2.0/Tablet-2.0.lua | 0 93 files changed, 8 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore rename Bindings.xml => VanillaGuide/Bindings.xml (100%) rename Core.lua => VanillaGuide/Core.lua (100%) rename Display.lua => VanillaGuide/Display.lua (100%) rename Frame_AboutFrame.lua => VanillaGuide/Frame_AboutFrame.lua (100%) rename Frame_MainFrame.lua => VanillaGuide/Frame_MainFrame.lua (100%) rename Frame_SettingsFrame.lua => VanillaGuide/Frame_SettingsFrame.lua (100%) rename GuideTable.lua => VanillaGuide/GuideTable.lua (100%) rename {GuideTables => VanillaGuide/GuideTables}/001_Introduction.lua (100%) rename {GuideTables => VanillaGuide/GuideTables}/004_Professions.lua (100%) rename {GuideTables => VanillaGuide/GuideTables}/Alliance/002_DunMorogh.lua (100%) rename {GuideTables => VanillaGuide/GuideTables}/Alliance/002_ElwynnForest.lua (100%) rename {GuideTables => VanillaGuide/GuideTables}/Alliance/002_Teldrassil.lua (100%) rename {GuideTables => VanillaGuide/GuideTables}/Alliance/003_Alliance_12to20.lua (100%) rename {GuideTables => VanillaGuide/GuideTables}/Alliance/003_Alliance_20to30.lua (100%) rename {GuideTables => VanillaGuide/GuideTables}/Alliance/003_Alliance_30to40.lua (100%) rename {GuideTables => VanillaGuide/GuideTables}/Alliance/003_Alliance_40to50.lua (100%) rename {GuideTables => VanillaGuide/GuideTables}/Alliance/003_Alliance_50to60.lua (100%) rename {GuideTables => VanillaGuide/GuideTables}/Horde/002_Durotar.lua (100%) rename {GuideTables => VanillaGuide/GuideTables}/Horde/002_Mulgore.lua (100%) rename {GuideTables => VanillaGuide/GuideTables}/Horde/002_TirisfalGlades.lua (100%) rename {GuideTables => VanillaGuide/GuideTables}/Horde/003_Horde_12to20.lua (100%) rename {GuideTables => VanillaGuide/GuideTables}/Horde/003_Horde_20to30.lua (100%) rename {GuideTables => VanillaGuide/GuideTables}/Horde/003_Horde_30to40.lua (100%) rename {GuideTables => VanillaGuide/GuideTables}/Horde/003_Horde_40to50.lua (100%) rename {GuideTables => VanillaGuide/GuideTables}/Horde/003_Horde_50to60.lua (100%) rename Settings.lua => VanillaGuide/Settings.lua (100%) rename SlashCommands.lua => VanillaGuide/SlashCommands.lua (100%) rename {Textures => VanillaGuide/Textures}/Borders/HalBorder.tga (100%) rename {Textures => VanillaGuide/Textures}/Borders/Roth.tga (100%) rename {Textures => VanillaGuide/Textures}/Borders/fer1.tga (100%) rename {Textures => VanillaGuide/Textures}/Borders/fer6.tga (100%) rename {Textures => VanillaGuide/Textures}/Borders/fer7.tga (100%) rename {Textures => VanillaGuide/Textures}/Buttons/Button-About-Highlight.tga (100%) rename {Textures => VanillaGuide/Textures}/Buttons/Button-About-Normal.tga (100%) rename {Textures => VanillaGuide/Textures}/Buttons/Button-About-Pushed.tga (100%) rename {Textures => VanillaGuide/Textures}/Buttons/Button-ArrowDown-Highlight.tga (100%) rename {Textures => VanillaGuide/Textures}/Buttons/Button-ArrowDown-Normal.tga (100%) rename {Textures => VanillaGuide/Textures}/Buttons/Button-ArrowDown-Pushed.tga (100%) rename {Textures => VanillaGuide/Textures}/Buttons/Button-ArrowUp-Highlight.tga (100%) rename {Textures => VanillaGuide/Textures}/Buttons/Button-ArrowUp-Normal.tga (100%) rename {Textures => VanillaGuide/Textures}/Buttons/Button-ArrowUp-Pushed.tga (100%) rename {Textures => VanillaGuide/Textures}/Buttons/Button-Close-Highlight.tga (100%) rename {Textures => VanillaGuide/Textures}/Buttons/Button-Close-Normal.tga (100%) rename {Textures => VanillaGuide/Textures}/Buttons/Button-Close-Pushed.tga (100%) rename {Textures => VanillaGuide/Textures}/Buttons/Button-DDMonLeft-ArrowDown-Highlight.tga (100%) rename {Textures => VanillaGuide/Textures}/Buttons/Button-DDMonLeft-ArrowDown-Normal.tga (100%) rename {Textures => VanillaGuide/Textures}/Buttons/Button-DDMonLeft-ArrowDown-Pushed.tga (100%) rename {Textures => VanillaGuide/Textures}/Buttons/Button-DDMonRight-ArrowDown-Highlight.tga (100%) rename {Textures => VanillaGuide/Textures}/Buttons/Button-DDMonRight-ArrowDown-Normal.tga (100%) rename {Textures => VanillaGuide/Textures}/Buttons/Button-DDMonRight-ArrowDown-Pushed.tga (100%) rename {Textures => VanillaGuide/Textures}/Buttons/Button-DUMonLeft-ArrowUp-Highlight.tga (100%) rename {Textures => VanillaGuide/Textures}/Buttons/Button-DUMonLeft-ArrowUp-Normal.tga (100%) rename {Textures => VanillaGuide/Textures}/Buttons/Button-DUMonLeft-ArrowUp-Pushed.tga (100%) rename {Textures => VanillaGuide/Textures}/Buttons/Button-DUMonRight-ArrowUp-Highlight.tga.fgx (100%) rename {Textures => VanillaGuide/Textures}/Buttons/Button-DUMonRight-ArrowUp-Normal.tga (100%) rename {Textures => VanillaGuide/Textures}/Buttons/Button-DUMonRight-ArrowUp-Pushed.tga (100%) rename {Textures => VanillaGuide/Textures}/Buttons/Button-Details-Highlight.tga (100%) rename {Textures => VanillaGuide/Textures}/Buttons/Button-Details-Normal.tga (100%) rename {Textures => VanillaGuide/Textures}/Buttons/Button-Details-Pushed.tga (100%) rename {Textures => VanillaGuide/Textures}/Buttons/Button-DoubleArrowLeft-Highlight.tga (100%) rename {Textures => VanillaGuide/Textures}/Buttons/Button-DoubleArrowLeft-Normal.tga (100%) rename {Textures => VanillaGuide/Textures}/Buttons/Button-DoubleArrowLeft-Pushed.tga (100%) rename {Textures => VanillaGuide/Textures}/Buttons/Button-DoubleArrowRight-Highlight.tga (100%) rename {Textures => VanillaGuide/Textures}/Buttons/Button-DoubleArrowRight-Normal.tga (100%) rename {Textures => VanillaGuide/Textures}/Buttons/Button-DoubleArrowRight-Pushed.tga (100%) rename {Textures => VanillaGuide/Textures}/Buttons/Button-Flash-Highlight.tga (100%) rename {Textures => VanillaGuide/Textures}/Buttons/Button-Flash-Normal.tga (100%) rename {Textures => VanillaGuide/Textures}/Buttons/Button-Flash-Pushed.tga (100%) rename {Textures => VanillaGuide/Textures}/Buttons/Button-Locked-Highlight.tga (100%) rename {Textures => VanillaGuide/Textures}/Buttons/Button-Locked-Normal.tga (100%) rename {Textures => VanillaGuide/Textures}/Buttons/Button-Locked-Pushed.tga (100%) rename {Textures => VanillaGuide/Textures}/Buttons/Button-Option-Highlight.tga (100%) rename {Textures => VanillaGuide/Textures}/Buttons/Button-Option-Normal.tga (100%) rename {Textures => VanillaGuide/Textures}/Buttons/Button-Option-Pushed.tga (100%) rename {Textures => VanillaGuide/Textures}/Buttons/Button-Unlocked-Highlight.tga (100%) rename {Textures => VanillaGuide/Textures}/Buttons/Button-Unlocked-Normal.tga (100%) rename {Textures => VanillaGuide/Textures}/Buttons/Button-Unlocked-Pushed.tga (100%) rename {Textures => VanillaGuide/Textures}/FuBar_Icon.tga (100%) rename UI.lua => VanillaGuide/UI.lua (100%) rename VGuideFu.lua => VanillaGuide/VGuideFu.lua (100%) rename VanillaGuide.toc => VanillaGuide/VanillaGuide.toc (100%) rename {libs => VanillaGuide/libs}/AceAddon-2.0/AceAddon-2.0.lua (100%) rename {libs => VanillaGuide/libs}/AceConsole-2.0/AceConsole-2.0.lua (100%) rename {libs => VanillaGuide/libs}/AceDB-2.0/AceDB-2.0.lua (100%) rename {libs => VanillaGuide/libs}/AceDebug-2.0/AceDebug-2.0.lua (100%) rename {libs => VanillaGuide/libs}/AceEvent-2.0/AceEvent-2.0.lua (100%) rename {libs => VanillaGuide/libs}/AceLibrary/AceLibrary.lua (100%) rename {libs => VanillaGuide/libs}/AceOO-2.0/AceOO-2.0.lua (100%) rename {libs => VanillaGuide/libs}/Dewdrop-2.0/Dewdrop-2.0.lua (100%) rename {libs => VanillaGuide/libs}/FuBarPlugin-2.0/FuBarPlugin-2.0.lua (100%) rename {libs => VanillaGuide/libs}/Tablet-2.0/Tablet-2.0.lua (100%) diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..fa1385d --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7d2ad74 --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +.env +.DS_Store +.release +.install +.lua/* +.vscode +.idea diff --git a/Bindings.xml b/VanillaGuide/Bindings.xml similarity index 100% rename from Bindings.xml rename to VanillaGuide/Bindings.xml diff --git a/Core.lua b/VanillaGuide/Core.lua similarity index 100% rename from Core.lua rename to VanillaGuide/Core.lua diff --git a/Display.lua b/VanillaGuide/Display.lua similarity index 100% rename from Display.lua rename to VanillaGuide/Display.lua diff --git a/Frame_AboutFrame.lua b/VanillaGuide/Frame_AboutFrame.lua similarity index 100% rename from Frame_AboutFrame.lua rename to VanillaGuide/Frame_AboutFrame.lua diff --git a/Frame_MainFrame.lua b/VanillaGuide/Frame_MainFrame.lua similarity index 100% rename from Frame_MainFrame.lua rename to VanillaGuide/Frame_MainFrame.lua diff --git a/Frame_SettingsFrame.lua b/VanillaGuide/Frame_SettingsFrame.lua similarity index 100% rename from Frame_SettingsFrame.lua rename to VanillaGuide/Frame_SettingsFrame.lua diff --git a/GuideTable.lua b/VanillaGuide/GuideTable.lua similarity index 100% rename from GuideTable.lua rename to VanillaGuide/GuideTable.lua diff --git a/GuideTables/001_Introduction.lua b/VanillaGuide/GuideTables/001_Introduction.lua similarity index 100% rename from GuideTables/001_Introduction.lua rename to VanillaGuide/GuideTables/001_Introduction.lua diff --git a/GuideTables/004_Professions.lua b/VanillaGuide/GuideTables/004_Professions.lua similarity index 100% rename from GuideTables/004_Professions.lua rename to VanillaGuide/GuideTables/004_Professions.lua diff --git a/GuideTables/Alliance/002_DunMorogh.lua b/VanillaGuide/GuideTables/Alliance/002_DunMorogh.lua similarity index 100% rename from GuideTables/Alliance/002_DunMorogh.lua rename to VanillaGuide/GuideTables/Alliance/002_DunMorogh.lua diff --git a/GuideTables/Alliance/002_ElwynnForest.lua b/VanillaGuide/GuideTables/Alliance/002_ElwynnForest.lua similarity index 100% rename from GuideTables/Alliance/002_ElwynnForest.lua rename to VanillaGuide/GuideTables/Alliance/002_ElwynnForest.lua diff --git a/GuideTables/Alliance/002_Teldrassil.lua b/VanillaGuide/GuideTables/Alliance/002_Teldrassil.lua similarity index 100% rename from GuideTables/Alliance/002_Teldrassil.lua rename to VanillaGuide/GuideTables/Alliance/002_Teldrassil.lua diff --git a/GuideTables/Alliance/003_Alliance_12to20.lua b/VanillaGuide/GuideTables/Alliance/003_Alliance_12to20.lua similarity index 100% rename from GuideTables/Alliance/003_Alliance_12to20.lua rename to VanillaGuide/GuideTables/Alliance/003_Alliance_12to20.lua diff --git a/GuideTables/Alliance/003_Alliance_20to30.lua b/VanillaGuide/GuideTables/Alliance/003_Alliance_20to30.lua similarity index 100% rename from GuideTables/Alliance/003_Alliance_20to30.lua rename to VanillaGuide/GuideTables/Alliance/003_Alliance_20to30.lua diff --git a/GuideTables/Alliance/003_Alliance_30to40.lua b/VanillaGuide/GuideTables/Alliance/003_Alliance_30to40.lua similarity index 100% rename from GuideTables/Alliance/003_Alliance_30to40.lua rename to VanillaGuide/GuideTables/Alliance/003_Alliance_30to40.lua diff --git a/GuideTables/Alliance/003_Alliance_40to50.lua b/VanillaGuide/GuideTables/Alliance/003_Alliance_40to50.lua similarity index 100% rename from GuideTables/Alliance/003_Alliance_40to50.lua rename to VanillaGuide/GuideTables/Alliance/003_Alliance_40to50.lua diff --git a/GuideTables/Alliance/003_Alliance_50to60.lua b/VanillaGuide/GuideTables/Alliance/003_Alliance_50to60.lua similarity index 100% rename from GuideTables/Alliance/003_Alliance_50to60.lua rename to VanillaGuide/GuideTables/Alliance/003_Alliance_50to60.lua diff --git a/GuideTables/Horde/002_Durotar.lua b/VanillaGuide/GuideTables/Horde/002_Durotar.lua similarity index 100% rename from GuideTables/Horde/002_Durotar.lua rename to VanillaGuide/GuideTables/Horde/002_Durotar.lua diff --git a/GuideTables/Horde/002_Mulgore.lua b/VanillaGuide/GuideTables/Horde/002_Mulgore.lua similarity index 100% rename from GuideTables/Horde/002_Mulgore.lua rename to VanillaGuide/GuideTables/Horde/002_Mulgore.lua diff --git a/GuideTables/Horde/002_TirisfalGlades.lua b/VanillaGuide/GuideTables/Horde/002_TirisfalGlades.lua similarity index 100% rename from GuideTables/Horde/002_TirisfalGlades.lua rename to VanillaGuide/GuideTables/Horde/002_TirisfalGlades.lua diff --git a/GuideTables/Horde/003_Horde_12to20.lua b/VanillaGuide/GuideTables/Horde/003_Horde_12to20.lua similarity index 100% rename from GuideTables/Horde/003_Horde_12to20.lua rename to VanillaGuide/GuideTables/Horde/003_Horde_12to20.lua diff --git a/GuideTables/Horde/003_Horde_20to30.lua b/VanillaGuide/GuideTables/Horde/003_Horde_20to30.lua similarity index 100% rename from GuideTables/Horde/003_Horde_20to30.lua rename to VanillaGuide/GuideTables/Horde/003_Horde_20to30.lua diff --git a/GuideTables/Horde/003_Horde_30to40.lua b/VanillaGuide/GuideTables/Horde/003_Horde_30to40.lua similarity index 100% rename from GuideTables/Horde/003_Horde_30to40.lua rename to VanillaGuide/GuideTables/Horde/003_Horde_30to40.lua diff --git a/GuideTables/Horde/003_Horde_40to50.lua b/VanillaGuide/GuideTables/Horde/003_Horde_40to50.lua similarity index 100% rename from GuideTables/Horde/003_Horde_40to50.lua rename to VanillaGuide/GuideTables/Horde/003_Horde_40to50.lua diff --git a/GuideTables/Horde/003_Horde_50to60.lua b/VanillaGuide/GuideTables/Horde/003_Horde_50to60.lua similarity index 100% rename from GuideTables/Horde/003_Horde_50to60.lua rename to VanillaGuide/GuideTables/Horde/003_Horde_50to60.lua diff --git a/Settings.lua b/VanillaGuide/Settings.lua similarity index 100% rename from Settings.lua rename to VanillaGuide/Settings.lua diff --git a/SlashCommands.lua b/VanillaGuide/SlashCommands.lua similarity index 100% rename from SlashCommands.lua rename to VanillaGuide/SlashCommands.lua diff --git a/Textures/Borders/HalBorder.tga b/VanillaGuide/Textures/Borders/HalBorder.tga similarity index 100% rename from Textures/Borders/HalBorder.tga rename to VanillaGuide/Textures/Borders/HalBorder.tga diff --git a/Textures/Borders/Roth.tga b/VanillaGuide/Textures/Borders/Roth.tga similarity index 100% rename from Textures/Borders/Roth.tga rename to VanillaGuide/Textures/Borders/Roth.tga diff --git a/Textures/Borders/fer1.tga b/VanillaGuide/Textures/Borders/fer1.tga similarity index 100% rename from Textures/Borders/fer1.tga rename to VanillaGuide/Textures/Borders/fer1.tga diff --git a/Textures/Borders/fer6.tga b/VanillaGuide/Textures/Borders/fer6.tga similarity index 100% rename from Textures/Borders/fer6.tga rename to VanillaGuide/Textures/Borders/fer6.tga diff --git a/Textures/Borders/fer7.tga b/VanillaGuide/Textures/Borders/fer7.tga similarity index 100% rename from Textures/Borders/fer7.tga rename to VanillaGuide/Textures/Borders/fer7.tga diff --git a/Textures/Buttons/Button-About-Highlight.tga b/VanillaGuide/Textures/Buttons/Button-About-Highlight.tga similarity index 100% rename from Textures/Buttons/Button-About-Highlight.tga rename to VanillaGuide/Textures/Buttons/Button-About-Highlight.tga diff --git a/Textures/Buttons/Button-About-Normal.tga b/VanillaGuide/Textures/Buttons/Button-About-Normal.tga similarity index 100% rename from Textures/Buttons/Button-About-Normal.tga rename to VanillaGuide/Textures/Buttons/Button-About-Normal.tga diff --git a/Textures/Buttons/Button-About-Pushed.tga b/VanillaGuide/Textures/Buttons/Button-About-Pushed.tga similarity index 100% rename from Textures/Buttons/Button-About-Pushed.tga rename to VanillaGuide/Textures/Buttons/Button-About-Pushed.tga diff --git a/Textures/Buttons/Button-ArrowDown-Highlight.tga b/VanillaGuide/Textures/Buttons/Button-ArrowDown-Highlight.tga similarity index 100% rename from Textures/Buttons/Button-ArrowDown-Highlight.tga rename to VanillaGuide/Textures/Buttons/Button-ArrowDown-Highlight.tga diff --git a/Textures/Buttons/Button-ArrowDown-Normal.tga b/VanillaGuide/Textures/Buttons/Button-ArrowDown-Normal.tga similarity index 100% rename from Textures/Buttons/Button-ArrowDown-Normal.tga rename to VanillaGuide/Textures/Buttons/Button-ArrowDown-Normal.tga diff --git a/Textures/Buttons/Button-ArrowDown-Pushed.tga b/VanillaGuide/Textures/Buttons/Button-ArrowDown-Pushed.tga similarity index 100% rename from Textures/Buttons/Button-ArrowDown-Pushed.tga rename to VanillaGuide/Textures/Buttons/Button-ArrowDown-Pushed.tga diff --git a/Textures/Buttons/Button-ArrowUp-Highlight.tga b/VanillaGuide/Textures/Buttons/Button-ArrowUp-Highlight.tga similarity index 100% rename from Textures/Buttons/Button-ArrowUp-Highlight.tga rename to VanillaGuide/Textures/Buttons/Button-ArrowUp-Highlight.tga diff --git a/Textures/Buttons/Button-ArrowUp-Normal.tga b/VanillaGuide/Textures/Buttons/Button-ArrowUp-Normal.tga similarity index 100% rename from Textures/Buttons/Button-ArrowUp-Normal.tga rename to VanillaGuide/Textures/Buttons/Button-ArrowUp-Normal.tga diff --git a/Textures/Buttons/Button-ArrowUp-Pushed.tga b/VanillaGuide/Textures/Buttons/Button-ArrowUp-Pushed.tga similarity index 100% rename from Textures/Buttons/Button-ArrowUp-Pushed.tga rename to VanillaGuide/Textures/Buttons/Button-ArrowUp-Pushed.tga diff --git a/Textures/Buttons/Button-Close-Highlight.tga b/VanillaGuide/Textures/Buttons/Button-Close-Highlight.tga similarity index 100% rename from Textures/Buttons/Button-Close-Highlight.tga rename to VanillaGuide/Textures/Buttons/Button-Close-Highlight.tga diff --git a/Textures/Buttons/Button-Close-Normal.tga b/VanillaGuide/Textures/Buttons/Button-Close-Normal.tga similarity index 100% rename from Textures/Buttons/Button-Close-Normal.tga rename to VanillaGuide/Textures/Buttons/Button-Close-Normal.tga diff --git a/Textures/Buttons/Button-Close-Pushed.tga b/VanillaGuide/Textures/Buttons/Button-Close-Pushed.tga similarity index 100% rename from Textures/Buttons/Button-Close-Pushed.tga rename to VanillaGuide/Textures/Buttons/Button-Close-Pushed.tga diff --git a/Textures/Buttons/Button-DDMonLeft-ArrowDown-Highlight.tga b/VanillaGuide/Textures/Buttons/Button-DDMonLeft-ArrowDown-Highlight.tga similarity index 100% rename from Textures/Buttons/Button-DDMonLeft-ArrowDown-Highlight.tga rename to VanillaGuide/Textures/Buttons/Button-DDMonLeft-ArrowDown-Highlight.tga diff --git a/Textures/Buttons/Button-DDMonLeft-ArrowDown-Normal.tga b/VanillaGuide/Textures/Buttons/Button-DDMonLeft-ArrowDown-Normal.tga similarity index 100% rename from Textures/Buttons/Button-DDMonLeft-ArrowDown-Normal.tga rename to VanillaGuide/Textures/Buttons/Button-DDMonLeft-ArrowDown-Normal.tga diff --git a/Textures/Buttons/Button-DDMonLeft-ArrowDown-Pushed.tga b/VanillaGuide/Textures/Buttons/Button-DDMonLeft-ArrowDown-Pushed.tga similarity index 100% rename from Textures/Buttons/Button-DDMonLeft-ArrowDown-Pushed.tga rename to VanillaGuide/Textures/Buttons/Button-DDMonLeft-ArrowDown-Pushed.tga diff --git a/Textures/Buttons/Button-DDMonRight-ArrowDown-Highlight.tga b/VanillaGuide/Textures/Buttons/Button-DDMonRight-ArrowDown-Highlight.tga similarity index 100% rename from Textures/Buttons/Button-DDMonRight-ArrowDown-Highlight.tga rename to VanillaGuide/Textures/Buttons/Button-DDMonRight-ArrowDown-Highlight.tga diff --git a/Textures/Buttons/Button-DDMonRight-ArrowDown-Normal.tga b/VanillaGuide/Textures/Buttons/Button-DDMonRight-ArrowDown-Normal.tga similarity index 100% rename from Textures/Buttons/Button-DDMonRight-ArrowDown-Normal.tga rename to VanillaGuide/Textures/Buttons/Button-DDMonRight-ArrowDown-Normal.tga diff --git a/Textures/Buttons/Button-DDMonRight-ArrowDown-Pushed.tga b/VanillaGuide/Textures/Buttons/Button-DDMonRight-ArrowDown-Pushed.tga similarity index 100% rename from Textures/Buttons/Button-DDMonRight-ArrowDown-Pushed.tga rename to VanillaGuide/Textures/Buttons/Button-DDMonRight-ArrowDown-Pushed.tga diff --git a/Textures/Buttons/Button-DUMonLeft-ArrowUp-Highlight.tga b/VanillaGuide/Textures/Buttons/Button-DUMonLeft-ArrowUp-Highlight.tga similarity index 100% rename from Textures/Buttons/Button-DUMonLeft-ArrowUp-Highlight.tga rename to VanillaGuide/Textures/Buttons/Button-DUMonLeft-ArrowUp-Highlight.tga diff --git a/Textures/Buttons/Button-DUMonLeft-ArrowUp-Normal.tga b/VanillaGuide/Textures/Buttons/Button-DUMonLeft-ArrowUp-Normal.tga similarity index 100% rename from Textures/Buttons/Button-DUMonLeft-ArrowUp-Normal.tga rename to VanillaGuide/Textures/Buttons/Button-DUMonLeft-ArrowUp-Normal.tga diff --git a/Textures/Buttons/Button-DUMonLeft-ArrowUp-Pushed.tga b/VanillaGuide/Textures/Buttons/Button-DUMonLeft-ArrowUp-Pushed.tga similarity index 100% rename from Textures/Buttons/Button-DUMonLeft-ArrowUp-Pushed.tga rename to VanillaGuide/Textures/Buttons/Button-DUMonLeft-ArrowUp-Pushed.tga diff --git a/Textures/Buttons/Button-DUMonRight-ArrowUp-Highlight.tga.fgx b/VanillaGuide/Textures/Buttons/Button-DUMonRight-ArrowUp-Highlight.tga.fgx similarity index 100% rename from Textures/Buttons/Button-DUMonRight-ArrowUp-Highlight.tga.fgx rename to VanillaGuide/Textures/Buttons/Button-DUMonRight-ArrowUp-Highlight.tga.fgx diff --git a/Textures/Buttons/Button-DUMonRight-ArrowUp-Normal.tga b/VanillaGuide/Textures/Buttons/Button-DUMonRight-ArrowUp-Normal.tga similarity index 100% rename from Textures/Buttons/Button-DUMonRight-ArrowUp-Normal.tga rename to VanillaGuide/Textures/Buttons/Button-DUMonRight-ArrowUp-Normal.tga diff --git a/Textures/Buttons/Button-DUMonRight-ArrowUp-Pushed.tga b/VanillaGuide/Textures/Buttons/Button-DUMonRight-ArrowUp-Pushed.tga similarity index 100% rename from Textures/Buttons/Button-DUMonRight-ArrowUp-Pushed.tga rename to VanillaGuide/Textures/Buttons/Button-DUMonRight-ArrowUp-Pushed.tga diff --git a/Textures/Buttons/Button-Details-Highlight.tga b/VanillaGuide/Textures/Buttons/Button-Details-Highlight.tga similarity index 100% rename from Textures/Buttons/Button-Details-Highlight.tga rename to VanillaGuide/Textures/Buttons/Button-Details-Highlight.tga diff --git a/Textures/Buttons/Button-Details-Normal.tga b/VanillaGuide/Textures/Buttons/Button-Details-Normal.tga similarity index 100% rename from Textures/Buttons/Button-Details-Normal.tga rename to VanillaGuide/Textures/Buttons/Button-Details-Normal.tga diff --git a/Textures/Buttons/Button-Details-Pushed.tga b/VanillaGuide/Textures/Buttons/Button-Details-Pushed.tga similarity index 100% rename from Textures/Buttons/Button-Details-Pushed.tga rename to VanillaGuide/Textures/Buttons/Button-Details-Pushed.tga diff --git a/Textures/Buttons/Button-DoubleArrowLeft-Highlight.tga b/VanillaGuide/Textures/Buttons/Button-DoubleArrowLeft-Highlight.tga similarity index 100% rename from Textures/Buttons/Button-DoubleArrowLeft-Highlight.tga rename to VanillaGuide/Textures/Buttons/Button-DoubleArrowLeft-Highlight.tga diff --git a/Textures/Buttons/Button-DoubleArrowLeft-Normal.tga b/VanillaGuide/Textures/Buttons/Button-DoubleArrowLeft-Normal.tga similarity index 100% rename from Textures/Buttons/Button-DoubleArrowLeft-Normal.tga rename to VanillaGuide/Textures/Buttons/Button-DoubleArrowLeft-Normal.tga diff --git a/Textures/Buttons/Button-DoubleArrowLeft-Pushed.tga b/VanillaGuide/Textures/Buttons/Button-DoubleArrowLeft-Pushed.tga similarity index 100% rename from Textures/Buttons/Button-DoubleArrowLeft-Pushed.tga rename to VanillaGuide/Textures/Buttons/Button-DoubleArrowLeft-Pushed.tga diff --git a/Textures/Buttons/Button-DoubleArrowRight-Highlight.tga b/VanillaGuide/Textures/Buttons/Button-DoubleArrowRight-Highlight.tga similarity index 100% rename from Textures/Buttons/Button-DoubleArrowRight-Highlight.tga rename to VanillaGuide/Textures/Buttons/Button-DoubleArrowRight-Highlight.tga diff --git a/Textures/Buttons/Button-DoubleArrowRight-Normal.tga b/VanillaGuide/Textures/Buttons/Button-DoubleArrowRight-Normal.tga similarity index 100% rename from Textures/Buttons/Button-DoubleArrowRight-Normal.tga rename to VanillaGuide/Textures/Buttons/Button-DoubleArrowRight-Normal.tga diff --git a/Textures/Buttons/Button-DoubleArrowRight-Pushed.tga b/VanillaGuide/Textures/Buttons/Button-DoubleArrowRight-Pushed.tga similarity index 100% rename from Textures/Buttons/Button-DoubleArrowRight-Pushed.tga rename to VanillaGuide/Textures/Buttons/Button-DoubleArrowRight-Pushed.tga diff --git a/Textures/Buttons/Button-Flash-Highlight.tga b/VanillaGuide/Textures/Buttons/Button-Flash-Highlight.tga similarity index 100% rename from Textures/Buttons/Button-Flash-Highlight.tga rename to VanillaGuide/Textures/Buttons/Button-Flash-Highlight.tga diff --git a/Textures/Buttons/Button-Flash-Normal.tga b/VanillaGuide/Textures/Buttons/Button-Flash-Normal.tga similarity index 100% rename from Textures/Buttons/Button-Flash-Normal.tga rename to VanillaGuide/Textures/Buttons/Button-Flash-Normal.tga diff --git a/Textures/Buttons/Button-Flash-Pushed.tga b/VanillaGuide/Textures/Buttons/Button-Flash-Pushed.tga similarity index 100% rename from Textures/Buttons/Button-Flash-Pushed.tga rename to VanillaGuide/Textures/Buttons/Button-Flash-Pushed.tga diff --git a/Textures/Buttons/Button-Locked-Highlight.tga b/VanillaGuide/Textures/Buttons/Button-Locked-Highlight.tga similarity index 100% rename from Textures/Buttons/Button-Locked-Highlight.tga rename to VanillaGuide/Textures/Buttons/Button-Locked-Highlight.tga diff --git a/Textures/Buttons/Button-Locked-Normal.tga b/VanillaGuide/Textures/Buttons/Button-Locked-Normal.tga similarity index 100% rename from Textures/Buttons/Button-Locked-Normal.tga rename to VanillaGuide/Textures/Buttons/Button-Locked-Normal.tga diff --git a/Textures/Buttons/Button-Locked-Pushed.tga b/VanillaGuide/Textures/Buttons/Button-Locked-Pushed.tga similarity index 100% rename from Textures/Buttons/Button-Locked-Pushed.tga rename to VanillaGuide/Textures/Buttons/Button-Locked-Pushed.tga diff --git a/Textures/Buttons/Button-Option-Highlight.tga b/VanillaGuide/Textures/Buttons/Button-Option-Highlight.tga similarity index 100% rename from Textures/Buttons/Button-Option-Highlight.tga rename to VanillaGuide/Textures/Buttons/Button-Option-Highlight.tga diff --git a/Textures/Buttons/Button-Option-Normal.tga b/VanillaGuide/Textures/Buttons/Button-Option-Normal.tga similarity index 100% rename from Textures/Buttons/Button-Option-Normal.tga rename to VanillaGuide/Textures/Buttons/Button-Option-Normal.tga diff --git a/Textures/Buttons/Button-Option-Pushed.tga b/VanillaGuide/Textures/Buttons/Button-Option-Pushed.tga similarity index 100% rename from Textures/Buttons/Button-Option-Pushed.tga rename to VanillaGuide/Textures/Buttons/Button-Option-Pushed.tga diff --git a/Textures/Buttons/Button-Unlocked-Highlight.tga b/VanillaGuide/Textures/Buttons/Button-Unlocked-Highlight.tga similarity index 100% rename from Textures/Buttons/Button-Unlocked-Highlight.tga rename to VanillaGuide/Textures/Buttons/Button-Unlocked-Highlight.tga diff --git a/Textures/Buttons/Button-Unlocked-Normal.tga b/VanillaGuide/Textures/Buttons/Button-Unlocked-Normal.tga similarity index 100% rename from Textures/Buttons/Button-Unlocked-Normal.tga rename to VanillaGuide/Textures/Buttons/Button-Unlocked-Normal.tga diff --git a/Textures/Buttons/Button-Unlocked-Pushed.tga b/VanillaGuide/Textures/Buttons/Button-Unlocked-Pushed.tga similarity index 100% rename from Textures/Buttons/Button-Unlocked-Pushed.tga rename to VanillaGuide/Textures/Buttons/Button-Unlocked-Pushed.tga diff --git a/Textures/FuBar_Icon.tga b/VanillaGuide/Textures/FuBar_Icon.tga similarity index 100% rename from Textures/FuBar_Icon.tga rename to VanillaGuide/Textures/FuBar_Icon.tga diff --git a/UI.lua b/VanillaGuide/UI.lua similarity index 100% rename from UI.lua rename to VanillaGuide/UI.lua diff --git a/VGuideFu.lua b/VanillaGuide/VGuideFu.lua similarity index 100% rename from VGuideFu.lua rename to VanillaGuide/VGuideFu.lua diff --git a/VanillaGuide.toc b/VanillaGuide/VanillaGuide.toc similarity index 100% rename from VanillaGuide.toc rename to VanillaGuide/VanillaGuide.toc diff --git a/libs/AceAddon-2.0/AceAddon-2.0.lua b/VanillaGuide/libs/AceAddon-2.0/AceAddon-2.0.lua similarity index 100% rename from libs/AceAddon-2.0/AceAddon-2.0.lua rename to VanillaGuide/libs/AceAddon-2.0/AceAddon-2.0.lua diff --git a/libs/AceConsole-2.0/AceConsole-2.0.lua b/VanillaGuide/libs/AceConsole-2.0/AceConsole-2.0.lua similarity index 100% rename from libs/AceConsole-2.0/AceConsole-2.0.lua rename to VanillaGuide/libs/AceConsole-2.0/AceConsole-2.0.lua diff --git a/libs/AceDB-2.0/AceDB-2.0.lua b/VanillaGuide/libs/AceDB-2.0/AceDB-2.0.lua similarity index 100% rename from libs/AceDB-2.0/AceDB-2.0.lua rename to VanillaGuide/libs/AceDB-2.0/AceDB-2.0.lua diff --git a/libs/AceDebug-2.0/AceDebug-2.0.lua b/VanillaGuide/libs/AceDebug-2.0/AceDebug-2.0.lua similarity index 100% rename from libs/AceDebug-2.0/AceDebug-2.0.lua rename to VanillaGuide/libs/AceDebug-2.0/AceDebug-2.0.lua diff --git a/libs/AceEvent-2.0/AceEvent-2.0.lua b/VanillaGuide/libs/AceEvent-2.0/AceEvent-2.0.lua similarity index 100% rename from libs/AceEvent-2.0/AceEvent-2.0.lua rename to VanillaGuide/libs/AceEvent-2.0/AceEvent-2.0.lua diff --git a/libs/AceLibrary/AceLibrary.lua b/VanillaGuide/libs/AceLibrary/AceLibrary.lua similarity index 100% rename from libs/AceLibrary/AceLibrary.lua rename to VanillaGuide/libs/AceLibrary/AceLibrary.lua diff --git a/libs/AceOO-2.0/AceOO-2.0.lua b/VanillaGuide/libs/AceOO-2.0/AceOO-2.0.lua similarity index 100% rename from libs/AceOO-2.0/AceOO-2.0.lua rename to VanillaGuide/libs/AceOO-2.0/AceOO-2.0.lua diff --git a/libs/Dewdrop-2.0/Dewdrop-2.0.lua b/VanillaGuide/libs/Dewdrop-2.0/Dewdrop-2.0.lua similarity index 100% rename from libs/Dewdrop-2.0/Dewdrop-2.0.lua rename to VanillaGuide/libs/Dewdrop-2.0/Dewdrop-2.0.lua diff --git a/libs/FuBarPlugin-2.0/FuBarPlugin-2.0.lua b/VanillaGuide/libs/FuBarPlugin-2.0/FuBarPlugin-2.0.lua similarity index 100% rename from libs/FuBarPlugin-2.0/FuBarPlugin-2.0.lua rename to VanillaGuide/libs/FuBarPlugin-2.0/FuBarPlugin-2.0.lua diff --git a/libs/Tablet-2.0/Tablet-2.0.lua b/VanillaGuide/libs/Tablet-2.0/Tablet-2.0.lua similarity index 100% rename from libs/Tablet-2.0/Tablet-2.0.lua rename to VanillaGuide/libs/Tablet-2.0/Tablet-2.0.lua