From a3a72f8d7fef1ac0726e2f95d8258896b6d707dd Mon Sep 17 00:00:00 2001 From: Tercio Jose Date: Tue, 8 Dec 2020 18:36:14 -0300 Subject: [PATCH] More progress on OCD tracker --- Libs/DF/fw.lua | 3 +- Libs/DF/load.xml | 1 + Libs/DF/timebar.lua | 350 +++++++++++++++++++++++++++ Libs/LibRaidStatus/LibRaidStatus.lua | 45 ++-- frames/window_cdtracker.lua | 59 ++--- 5 files changed, 410 insertions(+), 48 deletions(-) create mode 100644 Libs/DF/timebar.lua diff --git a/Libs/DF/fw.lua b/Libs/DF/fw.lua index 7bd6f4b5..f44023c4 100644 --- a/Libs/DF/fw.lua +++ b/Libs/DF/fw.lua @@ -1,6 +1,6 @@ -local dversion = 221 +local dversion = 222 local major, minor = "DetailsFramework-1.0", dversion local DF, oldminor = LibStub:NewLibrary (major, minor) @@ -2374,6 +2374,7 @@ DF.GlobalWidgetControlNames = { split_bar = "DF_SplitBarMetaFunctions", aura_tracker = "DF_AuraTracker", healthBar = "DF_healthBarMetaFunctions", + timebar = "DF_TimeBarMetaFunctions", } function DF:AddMemberForWidget (widgetName, memberType, memberName, func) diff --git a/Libs/DF/load.xml b/Libs/DF/load.xml index f3cb53be..0097e76d 100644 --- a/Libs/DF/load.xml +++ b/Libs/DF/load.xml @@ -12,6 +12,7 @@