From 7069ffa9045e6e6b5c4cec78354caa3be820c549 Mon Sep 17 00:00:00 2001 From: Safturento Date: Mon, 26 Dec 2011 10:59:45 -0600 Subject: [PATCH] A few additions/changes in this one: - Added datatext for experience/reputation - Moved the map datatext points to align with the info left and info right panels - Removed a few functions that were aparently implemented into default Tukui - Added a 2 second delay on setting up chat to fix the issue where it would sometimes not reposition the frames Hope you guys have a happy holiday! --- SaftUI/SaftUI.toc | 2 +- SaftUI/SaftUI.xml | 1 + SaftUI/config/config.lua | 6 ++- SaftUI/core/functions.lua | 25 +-------- SaftUI/frames/datatext.lua | 25 +++++++-- SaftUI/frames/killframes.lua | 2 - SaftUI/frames/moveframes.lua | 2 + SaftUI/modules/addonskins/skada.lua | 11 ++++ SaftUI/modules/chat.lua | 28 +++++++++-- SaftUI/modules/datatext/experience.lua | 78 +++++++++++++++++++++++++++++ SaftUI/modules/unitframes/groups/raid.lua | 38 -------------- 11 files changed, 146 insertions(+), 72 deletions(-) create mode 100644 SaftUI/core/customconfig.lua create mode 100644 SaftUI/modules/addonskins/skada.lua create mode 100644 SaftUI/modules/datatext/experience.lua delete mode 100644 SaftUI/modules/unitframes/groups/raid.lua delete mode 100644 SaftUI/modules/unitframes/units/raid.lua diff --git a/SaftUI/SaftUI.toc b/SaftUI/SaftUI.toc index 32a2718..3e2b76c 100644 --- a/SaftUI/SaftUI.toc +++ b/SaftUI/SaftUI.toc @@ -1,6 +1,6 @@ ## Interface: 40300 ## Author: Safturento -## Version: 0.1 +## Version: @project-version@ ## Title: |cff00aaffSaftUI|r ## Notes: Saft's custom edit of Tukui ## RequiredDeps: Tukui diff --git a/SaftUI/SaftUI.xml b/SaftUI/SaftUI.xml index 072e89f..042a4c2 100644 --- a/SaftUI/SaftUI.xml +++ b/SaftUI/SaftUI.xml @@ -7,6 +7,7 @@