r538-nolib
Details
-
FilenameSkada-r538-nolib.zip
-
Uploaded by
-
UploadedMay 17, 2014
-
Size357.44 KB
-
Downloads146
-
MD5e5e208f6b2132db246bbc79bda919864
Supported WoW Retail Versions
- 5.4.7
Changelog
------------------------------------------------------------------------
r538 | oscarucb | 2014-05-17 23:56:56 +0000 (Sat, 17 May 2014) | 2 lines
Changed paths:
M /trunk/modules/Debuffs.lua
fix ticket 307: Some weapon enchant buffs missing from buff uptime tracker
------------------------------------------------------------------------
r537 | oscarucb | 2014-05-17 21:53:10 +0000 (Sat, 17 May 2014) | 6 lines
Changed paths:
M /trunk/modules/Healing.lua
Fix HealingTaken for cross-realm players
Previously, cross-realm targets were never shown under HealingTaken
Re-key the player.healed table by dstGUID to ensure correct and unique lookup
Replace the O(player^3) algorithm in healingtaken:Update() with a O(player^2) one, for better performance in large raids
------------------------------------------------------------------------
r536 | oscarucb | 2014-05-17 21:52:29 +0000 (Sat, 17 May 2014) | 4 lines
Changed paths:
M /trunk/Skada.lua
Tune the SPELL_SUMMON handler for pets[]
Replacing a pointless O(pets) table scan with an equivalent O(1) lookup, for better performance in large raid long sessions which may accumulate a large number of temporary pets.
It appears the check in question may now be superfluous (due to Blizzard spell changes), but leave it for now just in case.
------------------------------------------------------------------------
r535 | oscarucb | 2014-05-17 21:51:37 +0000 (Sat, 17 May 2014) | 4 lines
Changed paths:
M /trunk/Skada.lua
Fix Skada:FixMyPets() for pets with the same name as other players
This bug was fixed awhile ago in Skada:FixPets(), but this function was still incorrect.
The only built-in module still using this code path is Enemy Damage Taken, which now works correctly when pets are named after other players in the raid.
------------------------------------------------------------------------
r534 | oscarucb | 2014-05-17 21:47:58 +0000 (Sat, 17 May 2014) | 3 lines
Changed paths:
M /trunk/modules/Deaths.lua
Remove superfluous calls to Skada:FixMyPets() in Deaths module
Our deathlog events are already filtered dst_is_interesting_nopets, so Skada:FixMyPets(dstGUID, dstName) is always a no-op
------------------------------------------------------------------------
r533 | oscarucb | 2014-05-17 03:25:03 +0000 (Sat, 17 May 2014) | 2 lines
Changed paths:
M /trunk/Skada.lua
minor fix to last
------------------------------------------------------------------------
r532 | oscarucb | 2014-05-16 06:39:14 +0000 (Fri, 16 May 2014) | 2 lines
Changed paths:
M /trunk/BarDisplay.lua
M /trunk/Skada.lua
better version of r531
------------------------------------------------------------------------
r531 | oscarucb | 2014-05-15 21:59:46 +0000 (Thu, 15 May 2014) | 2 lines
Changed paths:
M /trunk/BarDisplay.lua
use a nicer icon for the total bar with classicons
------------------------------------------------------------------------
r530 | oscarucb | 2014-05-15 16:37:39 +0000 (Thu, 15 May 2014) | 2 lines
Changed paths:
M /trunk/Menus.lua
fix a couple old and obscure lua errors in the dropdown menu
------------------------------------------------------------------------
r529 | oscarucb | 2014-05-15 16:16:01 +0000 (Thu, 15 May 2014) | 2 lines
Changed paths:
M /trunk/Skada.toc
add LibDualSpec-1.0 to OptionalDeps
------------------------------------------------------------------------
r528 | oscarucb | 2014-05-15 12:12:33 +0000 (Thu, 15 May 2014) | 5 lines
Changed paths:
M /trunk/.pkgmeta
M /trunk/Skada.lua
M /trunk/embeds.xml
better fix to ticket 359
parse the /skada report command without AceConsole
Also upgrade the command to allow specifying a set and do instance chat output
------------------------------------------------------------------------
r526 | zarnivoop | 2014-05-15 11:51:40 +0000 (Thu, 15 May 2014) | 1 line
Changed paths:
M /trunk/.pkgmeta
fix that .pkgmeta
------------------------------------------------------------------------
r525 | zarnivoop | 2014-05-15 11:43:20 +0000 (Thu, 15 May 2014) | 1 line
Changed paths:
M /trunk/.pkgmeta
M /trunk/Skada.lua
M /trunk/embeds.xml
undo removal of AceConsole (#469), which broke the report command
------------------------------------------------------------------------
r523 | oscarucb | 2014-05-11 20:36:35 +0000 (Sun, 11 May 2014) | 3 lines
Changed paths:
M /trunk/modules/Deaths.lua
Add absorb display to Death log
New absorb column shows when a damage event was reduced by a heal absorb
------------------------------------------------------------------------
r522 | oscarucb | 2014-05-08 10:37:39 +0000 (Thu, 08 May 2014) | 2 lines
Changed paths:
M /trunk/modules/Deaths.lua
fix an intermittent display glitch introduced in r521
------------------------------------------------------------------------
r521 | oscarucb | 2014-05-08 00:19:05 +0000 (Thu, 08 May 2014) | 5 lines
Changed paths:
M /trunk/modules/Deaths.lua
Improve the Deaths summary display
For regular fight sets, sort by initial death time (previously last death)
For total set sort by number of deaths
Bar length for both now graphs the number of deaths for the set (previously unused)
------------------------------------------------------------------------
r520 | znuff | 2014-05-04 22:56:05 +0000 (Sun, 04 May 2014) | 1 line
Changed paths:
M /trunk/Skada.toc
Added LibBossIDs-1.0 as an optional dependency.
------------------------------------------------------------------------
r519 | oscarucb | 2014-05-04 12:55:04 +0000 (Sun, 04 May 2014) | 2 lines
Changed paths:
M /trunk/Skada.lua
minor tweak to r517
------------------------------------------------------------------------
r518 | oscarucb | 2014-05-04 11:14:36 +0000 (Sun, 04 May 2014) | 4 lines
Changed paths:
M /trunk/.pkgmeta
M /trunk/Skada.lua
M /trunk/embeds.xml
fix ticket 352: roll back r481
LibBossIds is still needed for world bosses and other non-raid-instance bosses,
especially with the "Only keep boss fights" option enabled.
------------------------------------------------------------------------
r517 | oscarucb | 2014-05-04 10:50:57 +0000 (Sun, 04 May 2014) | 3 lines
Changed paths:
M /trunk/Skada.lua
tweak Reset and DeleteSegment so we don't leave windows pointing to deleted sets
Fix a related lua error for deleting the last set
------------------------------------------------------------------------
r516 | oscarucb | 2014-03-14 13:57:19 +0000 (Fri, 14 Mar 2014) | 3 lines
Changed paths:
M /trunk/modules/Deaths.lua
Further improvements to Spirit of Redemption support
Work harder to capture the actual killing blow, which often appears in the combat log after the SoR buff is applied.
------------------------------------------------------------------------