E:Print(L["Battleground datatexts will now show again if you are inside a battleground."])
...
...
@@ -73,23 +73,27 @@ function E:DelayScriptCall(msg)
end
end
-- make this a locale later?
localMassKickMessage="Guild Cleanup Results: Removed all guild members below rank %s, that have a minimal level of %s, and have not been online for at least: %s days."
SendChatMessage("Guild Cleanup Results: Removed all guild members below rank "..GuildControlGetRankName(minRankIndex)..", that have a minimal level of "..minLevel..", and have not been online for at least: "..minDays.." days.","GUILD")
@@ -118,26 +123,28 @@ local f = CreateFrame("Frame")
f:Hide()
f:SetScript("OnUpdate",OnUpdate)
localtoggleMode,debugTimer=false,0;
localtoggleMode,debugTimer,cpuImpactMessage=false,0,"Consumed %sms per frame. Each frame took %sms to render."
functionE:GetCPUImpact()
ifnotGetCVarBool("scriptProfile")then
E:Print("For `/cpuimpact` to work, you need to enable script profiling via: `/console scriptProfile 1` then reload. Disable after testing by setting it back to 0.")
self:Print("Consumed "..(perandper>0andformat("%.3f",per)or0).."ms per frame. Each frame took "..(passedandpassed>0andformat("%.3f",passed)or0).."ms to render.");
text=L["Detected that your ElvUI Config addon is out of date. This may be a result of your Tukui Client being out of date. Please visit our download page and update your Tukui Client, then reinstall ElvUI. Not having your ElvUI Config addon up to date will result in missing options."],
text=L["Detected that your ElvUI OptionsUI addon is out of date. This may be a result of your Tukui Client being out of date. Please visit our download page and update your Tukui Client, then reinstall ElvUI. Not having your ElvUI OptionsUI addon up to date will result in missing options."],
button1=OKAY,
OnAccept=E.noop,
showAlert=1,
}
E.PopupDialogs.CLIQUE_ADVERT={
text=L["Using the healer layout it is highly recommended you download the addon Clique if you wish to have the click-to-heal function."],
text=L["You have changed the Thin Border Theme option. You will have to complete the installation process to remove any graphical bugs."],
button1=ACCEPT,
OnAccept=E.noop,
whileDead=1,
hideOnEscape=false,
}
E.PopupDialogs.CONFIGAURA_SET={
text=L["Because of the mass confusion caused by the new aura system I've implemented a new step to the installation process. This is optional. If you like how your auras are setup go to the last step and click finished to not be prompted again. If for some reason you are prompted repeatedly please restart your game."],
button1=ACCEPT,
OnAccept=E.noop,
whileDead=1,
hideOnEscape=false,
}
E.PopupDialogs.FAILED_UISCALE={
text=L["You have changed your UIScale, however you still have the AutoScale option enabled in ElvUI. Press accept if you would like to disable the Auto Scale option."],
text=L["Hover your mouse over any actionbutton or spellbook button to bind it. Press the escape key or right click to clear the current actionbutton's keybinding."],
text=L["This release of ElvUI contains changes to how we handle UI scale. See changelog for specifics. We need to set your UI scale again in order to use a new system. It appears your old UI scale was %s.\n\nYou can either apply this value, or use the 'Auto Scale' function to apply the UI scale that is considered the most optimal for your resolution.\n\nYou also have the option of choosing your own UI scale in the General section of the ElvUI config. In theory ElvUI should be able to look pixel perfect with any UI scale now but there may be a few issues with the ingame config."],