r509
Details
-
FilenameRaidBuffStatus-r509.zip
-
Uploaded by
-
UploadedMay 16, 2012
-
Size344.18 KB
-
Downloads841
-
MD56258af05167758bd6f056651de9e7e1b
Supported WoW Retail Versions
- 4.3.4
Changelog
------------------------------------------------------------------------
r509 | oscarucb | 2012-05-16 20:33:10 +0000 (Wed, 16 May 2012) | 4 lines
Changed paths:
M /trunk/Buffs.lua
M /trunk/ToolScanner.lua
fix rogue poison checking to auto-localize (was broken in spanish at least)
tweak RBSToolScanner to use fuzzy matching - ignore differences in case, spacing and punctuation
use fuzzier matching for well fed buffs (was broken in spanish)
------------------------------------------------------------------------
r508 | oscarucb | 2012-05-16 07:15:04 +0000 (Wed, 16 May 2012) | 2 lines
Changed paths:
M /trunk/Core.lua
always force a check update before whispering people
------------------------------------------------------------------------
r507 | oscarucb | 2012-05-15 18:43:41 +0000 (Tue, 15 May 2012) | 2 lines
Changed paths:
M /trunk/Buffs.lua
fix duplicate reports on cheetah/pack
------------------------------------------------------------------------
r506 | oscarucb | 2012-05-13 05:15:07 +0000 (Sun, 13 May 2012) | 2 lines
Changed paths:
M /trunk/Buffs.lua
don't scan for pets on units that are not visible, as they will appear to be missing
------------------------------------------------------------------------
r505 | oscarucb | 2012-05-05 17:45:42 +0000 (Sat, 05 May 2012) | 4 lines
Changed paths:
M /trunk/Buffs.lua
M /trunk/Core.lua
add some throttling to NotifyInspect calls in wepcheck
Previously we were flooding the inspect queue with 2*(S+R) requests per second (for S shaman and R rogues in raid), and this was breaking several addons including LibGroupTalents
Now we only Notify a given unit once every five minutes, or when the scan button is pressed
------------------------------------------------------------------------
r504 | oscarucb | 2012-03-25 05:37:03 +0000 (Sun, 25 Mar 2012) | 2 lines
Changed paths:
M /trunk/Buffs.lua
M /trunk/Core.lua
fix tickets 344, 351 taint of _
------------------------------------------------------------------------