r90
Details
-
FilenameLibFail-2.0-r90.zip
-
Uploaded by
-
UploadedSep 21, 2011
-
Size50.80 KB
-
Downloads119
-
MD5f3d0e873f2aeccb36a4bc38374c9ef2f
Supported WoW Retail Versions
- 4.2.0
Changelog
------------------------------------------------------------------------
r90 | oscarucb | 2011-09-21 19:40:52 +0000 (Wed, 21 Sep 2011) | 2 lines
Changed paths:
M /trunk/LibFail-2.0.lua
add spellIds for Brushfire
------------------------------------------------------------------------
r89 | Maat | 2011-09-12 16:23:54 +0000 (Mon, 12 Sep 2011) | 1 line
Changed paths:
M /trunk/LibFail-2.0.lua
add missing localization
------------------------------------------------------------------------
r87 | oscarucb | 2011-09-08 06:30:45 +0000 (Thu, 08 Sep 2011) | 2 lines
Changed paths:
M /trunk/LibFail-2.0.lua
add ZG voodoo spirits
------------------------------------------------------------------------
r86 | oscarucb | 2011-09-08 04:45:54 +0000 (Thu, 08 Sep 2011) | 2 lines
Changed paths:
M /trunk/LibFail-2.0.lua
fix a BRC spell id
------------------------------------------------------------------------
r85 | oscarucb | 2011-09-04 04:01:32 +0000 (Sun, 04 Sep 2011) | 2 lines
Changed paths:
M /trunk/LibFail-2.0.lua
add fails for Hex Lord Malacrass aoe abilities
------------------------------------------------------------------------
r84 | Maat | 2011-09-03 08:28:04 +0000 (Sat, 03 Sep 2011) | 1 line
Changed paths:
M /trunk/LibFail-2.0.lua
fix wrath of ragnaros
------------------------------------------------------------------------
r83 | oscarucb | 2011-08-28 04:17:58 +0000 (Sun, 28 Aug 2011) | 2 lines
Changed paths:
M /trunk/LibFail-2.0.lua
add a missing ZA spell ID
------------------------------------------------------------------------
r82 | oscarucb | 2011-08-27 03:51:46 +0000 (Sat, 27 Aug 2011) | 2 lines
Changed paths:
M /trunk/LibFail-2.0.lua
fix dispell fail reporting
------------------------------------------------------------------------
r81 | oscarucb | 2011-08-26 00:12:43 +0000 (Fri, 26 Aug 2011) | 2 lines
Changed paths:
M /trunk/LibFail-2.0.lua
third times a charm
------------------------------------------------------------------------
r80 | oscarucb | 2011-08-26 00:08:48 +0000 (Fri, 26 Aug 2011) | 2 lines
Changed paths:
M /trunk/LibFail-2.0.lua
more comment updates
------------------------------------------------------------------------
r79 | oscarucb | 2011-08-25 23:35:49 +0000 (Thu, 25 Aug 2011) | 2 lines
Changed paths:
M /trunk/LibFail-2.0.lua
docucomment updates
------------------------------------------------------------------------
r78 | oscarucb | 2011-08-25 06:02:38 +0000 (Thu, 25 Aug 2011) | 6 lines
Changed paths:
M /trunk/LibFail-2.0.lua
Internally give every event in failEvents an Overkill Only setting: true / false = user-settable with that default, nil = disabled
Add user-tweakable Overkill Only options to all events that were previously overkill only - default behavior remains the same.
Add fail events for all the Cata 4.0 5-man dungeons and heroics
A few minor fixes to ZA/ZG fails
Remove a duplicate copy of lib:SPELL_AURA_REMOVED()
------------------------------------------------------------------------
r77 | Maat | 2011-08-21 19:18:03 +0000 (Sun, 21 Aug 2011) | 1 line
Changed paths:
M /trunk/LibFail-2.0.lua
add wrath of ragnaros
------------------------------------------------------------------------
r76 | oscarucb | 2011-08-21 04:46:50 +0000 (Sun, 21 Aug 2011) | 9 lines
Changed paths:
M /trunk/LibFail-2.0.lua
Add support for fail reporting in 5-man instances
Add fails for Zul'Aman and Zul'Gurub
Add fails for Baradin Hold
Rewrite a number of library query functions, removing unnecessary loops for improved performance
Fix the docucomments on the arguments to GetLocalizedZone and GetLocalizedBoss to match the behavior they've always had
Add spam throttling to GeneralDamageFail
Fix a typo in GeneralDamageFail introduced in r75 that caused spurious reports for Council_Thundershock, Council_Quake, Ragnaros_Molten Seed without overkill
Upgrade library auto-activation/deactivation so we only activate in supported zones
------------------------------------------------------------------------
r75 | oscarucb | 2011-08-08 18:21:54 +0000 (Mon, 08 Aug 2011) | 4 lines
Changed paths:
M /trunk/LibFail-2.0.lua
performance optimizations!
optimize the performance of lib:SpellIdCheck using an index table to provide constant-time performance in the common case
factor duplicate calls to lib:SpellIdCheck to reduce overhead
------------------------------------------------------------------------