- Fixed a problem with auto hide feature not hiding plugins hosted by the window.

- Fixed an issue with stretch feature when the anchor button was anchored at the bottom side of the window.
- Small interface tweaks on tooltips, bookmark and player detail window.
- Custom display 'My Spells' now also show amount of casts and uptime.
- Added an extra tooltip for the class icon at the player's bar.
- Activity time now has only 3 seconds inactivity tolerance on battlegrounds and arenas.
- Effective time will automatically be used when inside a battleground and using sync from the score board.
- Added 'hide all' option on the minimap menu.
- Added support for battlegrounds.
- Added option for disable showing battleground enemies when the window is in group mode.
- Added option to disable the sync from battleground score board.
- Enemies from a battleground match segment won't be erased when the player logout.
This commit is contained in:
Tercio
2015-06-09 18:21:29 -03:00
parent 29e772ab92
commit dda71808d0
5 changed files with 35 additions and 8 deletions
+8 -1
View File
@@ -149,12 +149,19 @@
_detalhes.string = {}
--> replacing data
--> replacing data for custom texts
local left_side_func
local right_side_func
local args
local replace_arg = function (i)
return args [tonumber(i)]
end
local run_function = function (str)
--str = [[local player, combat = ...;]] .. str
local okey, value = _pcall (loadstring (str), args[4], args[5])
if (not okey) then
_detalhes:Msg ("|cFFFF9900error on custom text function|r:", value)