r391
Details
-
FilenameRaidBuffStatus-r391.zip
-
Uploaded by
-
UploadedOct 11, 2010
-
Size311.35 KB
-
Downloads420
-
MD5e663434c632a24c026b6df17b8440ec5
Supported WoW Retail Versions
- 4.0.1
Changelog
------------------------------------------------------------------------
r391 | oscarucb | 2010-10-11 05:43:07 +0000 (Mon, 11 Oct 2010) | 15 lines
Changed paths:
M /trunk/Buffs.lua
M /trunk/Core.lua
M /trunk/RaidBuffStatus.toc
Initial 4.0 version - basic functionality working on the PTR with no known lua errors
Change Summary:
***************
Remove checks for many "improved X" talents that no longer exist
Remove greater/reagent versions of buffs that no longer exist
Remove buffs that no longer exist: spirit, amp magic, wisdom, sanctuary, drums of wild, ammo
Update many spellIDs for removal of ranks
Updated/removed pally auras, pally seals, pally blessings, hunter aspects, shaman shield
Updated feral and DK tank talent detection
Added Cata consumables
Update mouse handlers for 4.0 handler changes
Update TOC
------------------------------------------------------------------------
r389 | oscarucb | 2010-10-08 02:11:20 +0000 (Fri, 08 Oct 2010) | 2 lines
Changed paths:
M /trunk/Core.lua
minor fix to last - make version check more robust
------------------------------------------------------------------------
r388 | oscarucb | 2010-10-08 00:08:29 +0000 (Fri, 08 Oct 2010) | 3 lines
Changed paths:
M /trunk/Buffs.lua
M /trunk/Config.lua
M /trunk/Core.lua
M /trunk/MiniMap.lua
M /trunk/RaidBuffStatus.toc
M /trunk/ToolScanner.lua
M /trunk/oRAEvent.lua
add more inteeligent and automatic project versioning
so the version stamp is always correct, even on an svn dev copy
------------------------------------------------------------------------
r387 | oscarucb | 2010-10-05 20:39:37 +0000 (Tue, 05 Oct 2010) | 2 lines
Changed paths:
M /trunk/RaidBuffStatus.toc
M /trunk/ReadMe.txt
update readme and toc
------------------------------------------------------------------------
r386 | oscarucb | 2010-10-05 08:10:18 +0000 (Tue, 05 Oct 2010) | 2 lines
Changed paths:
M /trunk/Buffs.lua
M /trunk/Core.lua
Add right-click self buffing for missing temporary weapon enchants (shaman, warlock, rogue)
------------------------------------------------------------------------
r385 | danielbarron | 2010-10-04 14:33:17 +0000 (Mon, 04 Oct 2010) | 2 lines
Changed paths:
M /trunk/RaidBuffStatus.toc
M /trunk/ReadMe.txt
RaidBuffStatus:
- Updated toc and ReadMe.txt
------------------------------------------------------------------------
r383 | oscarucb | 2010-09-19 00:29:03 +0000 (Sun, 19 Sep 2010) | 6 lines
Changed paths:
M /trunk/Buffs.lua
M /trunk/Core.lua
Add detection of missing pets for hunters, warlocks, and appropriately-specced DKs and mages
This check is mainly complicated by the fact that pets don't exist while a unit is mounted, so
the check conservatively assumes the pet is present if the unit is mounted and we can't tell for sure.
Right-click summons the missing pet
------------------------------------------------------------------------
r381 | danielbarron | 2010-09-12 13:03:55 +0000 (Sun, 12 Sep 2010) | 4 lines
Changed paths:
M /trunk/Buffs.lua
M /trunk/Core.lua
M /trunk/RaidBuffStatus.toc
M /trunk/ReadMe.txt
RaidBuffStatus:
- Fixed buff/rez sorting routine finally I think.
- Fixed right-click buffing for Focus Magic.
- Fixed whispers for Amplify Magic.
------------------------------------------------------------------------
r380 | danielbarron | 2010-09-06 21:50:11 +0000 (Mon, 06 Sep 2010) | 4 lines
Changed paths:
M /trunk/Core.lua
M /trunk/RaidBuffStatus.toc
M /trunk/ReadMe.txt
RaidBuffStatus:
- Gave Shadow Priests priority over other rezers due to their instant mana regeneration.
- Fixed rezing I think.
- Fiddled with Death Knight taunt detection.
------------------------------------------------------------------------