r757-nolib
Details
- 
                        FilenamesRaidFrames-r757-nolib.zip
 - 
                        Uploaded by
 -  
                        UploadedOct 15, 2012
 -  
                        Size98.05 KB
 - 
                            Downloads79
 - 
                        MD55706e4f8d2d0dddb009f169288ca4578
 
Supported WoW Retail Versions
- 5.0.5
 
Changelog
------------------------------------------------------------------------
r757 | dridzt | 2012-10-15 19:14:22 +0000 (Mon, 15 Oct 2012) | 5 lines
Changed paths:
   M /trunk/sRaidFrames.lua
- Updated self.cleanseTypes (who can dispel/cure which debuff)
-- another pass will be needed because these are not static per class but a function of class,level,spec 
(in any case better than before and comments in the code for anyone that wants to make it exact)
- Pick up updated LibResInfo-1.0.
-- adds Eternal Guardian (hunter pet quilien) and Rebirth (holy/prot paladin with Symbiosis) to resurrection spells.
------------------------------------------------------------------------
r756 | dridzt | 2012-10-13 01:45:43 +0000 (Sat, 13 Oct 2012) | 1 line
Changed paths:
   M /trunk/.pkgmeta
- Tweak .pkgmeta for LibResInfo-1.0
------------------------------------------------------------------------
r755 | dridzt | 2012-10-13 01:38:55 +0000 (Sat, 13 Oct 2012) | 34 lines
Changed paths:
   M /trunk/.pkgmeta
   M /trunk/sRaidFrames.lua
   M /trunk/sRaidFrames.toc
   M /trunk/sRaidFramesGroupFilter.lua
   M /trunk/sRaidFramesOptions.lua
Full exit of the game client needed for ugrade, as files have been added/removed.
API updates:
- IsRaidLeader, IsRaidOfficer
+ UnitIsGroupLeader, UnitIsGroupAssistant, UnitIsRaidOfficer, IsEveryoneAssistant
- GetNumTalentTabs, GetTalentTabInfo (not used anywhere)
+ UnitGUID, UnitInRaid, IsInRaid
- UnitMana, UnitManaMax
+ UnitPower, UnitPowerMax
Event updates:
- RAID_ROSTER_UPDATE
+ GROUP_ROSTER_UPDATE
Library updates:
- LibGroupTalents-1.0, LibTalentQuery-1.0, LibResComm-1.0
+ LibGroupInSpecT-1.0, LibResInfo-1.0
Cleanup:
- "AceEvent-2.0" check for old 'who looted' event (not used anywhere)
Miscellaneous fixes:
Detecting combat status during load/reload.
Add Monk to "by class" filters, update "by role" class defaults according to CLASS_SORT_ORDER
Add Hunter Focus to primary resources.
Fix "Hide Blizzard" option so it works on a /reload when in a raid.
Localize a couple unintended globals.
Done but Not Tested:
Resurrection status.
Not Done:
Static data updates (spellIDs, raid cooldowns etc that might have changed in MoP)
Overall status: Working.
------------------------------------------------------------------------
r754 | shuntaec | 2012-10-12 07:11:17 +0000 (Fri, 12 Oct 2012) | 1 line
Changed paths:
   M /trunk/sRaidFrames.toc
Dummy checkin to get the mod to rebuild with the new updated versions of underlying libraries.
------------------------------------------------------------------------
r753 | tomsommer | 2012-09-06 08:10:37 +0000 (Thu, 06 Sep 2012) | 1 line
Changed paths:
   M /trunk/sRaidFrames.lua
Attempt to fix some wierd change to GetSpellInfo
------------------------------------------------------------------------