added libRaidStatus
This commit is contained in:
+6
-1
@@ -153,6 +153,10 @@ function Details.packFunctions.PackCombatData(combatObject, flags)
|
||||
|
||||
--if true then return exportedString end
|
||||
|
||||
if (isDebugging) then
|
||||
print(exportedString)
|
||||
end
|
||||
|
||||
--compress
|
||||
local LibDeflate = _G.LibStub:GetLibrary("LibDeflate")
|
||||
local dataCompressed = LibDeflate:CompressDeflate(exportedString, {level = 9})
|
||||
@@ -1010,7 +1014,8 @@ function Details.packFunctions.UnpackTable(table, index, isPair, valueAsTable, a
|
||||
return result
|
||||
end
|
||||
|
||||
--what this function receives?
|
||||
--DEPRECATED
|
||||
--what this function receives:
|
||||
--@packedCombatData: packed combat, ready to be unpacked
|
||||
function Details.packFunctions.UnPackCombatData(packedCombatData)
|
||||
|
||||
|
||||
+11
-11
@@ -835,6 +835,17 @@ local default_profile = {
|
||||
},
|
||||
},
|
||||
|
||||
--> ocd tracker test
|
||||
ocd_tracker = {
|
||||
enabled = false,
|
||||
cooldowns = {},
|
||||
pos = {},
|
||||
show_conditions = {
|
||||
only_in_group = true,
|
||||
only_inside_instance = true,
|
||||
}
|
||||
},
|
||||
|
||||
--> minimap
|
||||
minimap = {hide = false, radius = 160, minimapPos = 220, onclick_what_todo = 1, text_type = 1, text_format = 3},
|
||||
data_broker_text = "",
|
||||
@@ -1104,17 +1115,6 @@ local default_player_data = {
|
||||
enabled = false,
|
||||
},
|
||||
|
||||
--> cd tracker
|
||||
cd_tracker = {
|
||||
pos = {},
|
||||
enabled = false,
|
||||
cds_enabled = {},
|
||||
show_conditions = {
|
||||
only_in_group = true,
|
||||
only_inside_instance = true,
|
||||
}
|
||||
},
|
||||
|
||||
--> force all fonts to have this outline
|
||||
force_font_outline = "",
|
||||
|
||||
|
||||
Reference in New Issue
Block a user