23f8ca025e
- Plugin 'Tiny Threat': fixed player name where it was showing the realm name too. - Plugin 'Vanguard': fixed frame details (clicking on a bar) shown behind the Vanguard panel. - Plugin 'Vanguard': fixed a problem when clicking with right button wasn't opening the bookmark panel. - Plugin 'Vanguard': incoming heals now count shield amount on the player too. - Plugin 'Vanguard' Known Bug: incoming damage and melee vs avoidance seems to be inaccurate by now, we need more time to study and fix it. - Plugin 'Raid Check': now has an options panel. - Added Twins Ogron's Charge as custom spells, one for the charge by him self and other for the copies (mythic only). - Added key bindings for open a window, close a window, select a bookmark. - Added 'CTRL + RightClick' closes a window. - Fixed wallpaper transparency after releasing the window from a stretch. - Fixed few issues when using class text colors. - Fixed characters name outside instances, now it replaces the realm name with a * and show the complete name on tooltip. - Fixed damage mitigation on damage taken, this affects only specific classes like monk tank. - Fixed auto erase poping up when the player enters on its garrison. - Fixed segments tooltip showing trash cleanup segments inside garrisons. - Fixed command /details disable, wasn't disabling the capture of cooldowns. - Fixed a problem with fast dps/hps when the window is in a empty segment. - Fixed an issue using bookmark panel where it wasn't changing the display when the window is in a plugin mode.
113 lines
2.4 KiB
TeX
113 lines
2.4 KiB
TeX
## Interface: 60000
|
|
## Title: Details
|
|
## Notes: Computes detailed infos about combats.
|
|
## SavedVariables: _detalhes_global
|
|
## SavedVariablesPerCharacter: _detalhes_database
|
|
|
|
#@no-lib-strip@
|
|
Libs\libs.xml
|
|
#@end-no-lib-strip@
|
|
|
|
locales\Details-enUS.lua
|
|
locales\Details-ptBR.lua
|
|
locales\Details-esES.lua
|
|
locales\Details-esMX.lua
|
|
locales\Details-deDE.lua
|
|
locales\Details-frFR.lua
|
|
locales\Details-koKR.lua
|
|
locales\Details-ruRU.lua
|
|
|
|
boot.lua
|
|
indent.lua
|
|
core\util.lua
|
|
|
|
functions\profiles.lua
|
|
functions\hooks.lua
|
|
functions\skins.lua
|
|
functions\boss.lua
|
|
functions\spells.lua
|
|
functions\events.lua
|
|
functions\classes.lua
|
|
functions\buff.lua
|
|
functions\link.lua
|
|
functions\spellcache.lua
|
|
functions\attributes.lua
|
|
functions\savedata.lua
|
|
functions\slash.lua
|
|
functions\playerclass.lua
|
|
functions\timedata.lua
|
|
functions\report.lua
|
|
functions\rowanimation.lua
|
|
|
|
core\timemachine.lua
|
|
|
|
framework\framework.lua
|
|
framework\colors.lua
|
|
framework\label.lua
|
|
framework\slider.lua
|
|
framework\itscroll.xml
|
|
framework\picture.lua
|
|
framework\help.lua
|
|
framework\cooltip.xml
|
|
framework\textentry.xml
|
|
framework\panel.xml
|
|
framework\normal_bar.xml
|
|
framework\split_bar.xml
|
|
framework\button.xml
|
|
framework\dropdown.xml
|
|
framework\pictureedit.lua
|
|
|
|
gumps\anime.lua
|
|
gumps\anime.xml
|
|
gumps\janela_copy.lua
|
|
gumps\janela_options.lua
|
|
gumps\janela_info.lua
|
|
gumps\janela_report.lua
|
|
gumps\janela_principal.lua
|
|
gumps\janela_custom.lua
|
|
gumps\janela_welcome.lua
|
|
gumps\janela_news.lua
|
|
gumps\fw_mods.lua
|
|
gumps\switch.lua
|
|
gumps\toolbar_button.xml
|
|
|
|
classes\classe_error.lua
|
|
classes\classe_combate.lua
|
|
classes\classe_damage.lua
|
|
classes\classe_damage_habilidade.lua
|
|
classes\classe_heal.lua
|
|
classes\classe_heal_habilidade.lua
|
|
classes\classe_energy.lua
|
|
classes\classe_energy_habilidade.lua
|
|
classes\classe_others.lua
|
|
classes\classe_others_habilidade.lua
|
|
classes\classe_instancia_include.lua
|
|
classes\classe_instancia.lua
|
|
classes\classe_target.lua
|
|
|
|
classes\classe_custom.lua
|
|
classes\custom_damage_done.lua
|
|
classes\custom_healing_done.lua
|
|
|
|
core\control.lua
|
|
|
|
classes\container_combatentes.lua
|
|
classes\container_habilidades.lua
|
|
classes\container_historico.lua
|
|
classes\container_pets.lua
|
|
|
|
core\plugins.lua
|
|
core\plugins_toolbar.lua
|
|
core\plugins_statusbar.lua
|
|
core\plugins_raid.lua
|
|
core\plugins_solo.lua
|
|
core\gears.lua
|
|
core\windows.lua
|
|
core\meta.lua
|
|
core\network.lua
|
|
|
|
core\parser.lua
|
|
|
|
functions\loaddata.lua
|
|
|
|
startup.lua |