r14

Details

  • Filename
    EN_UnitFrames-r14.zip
  • Uploaded by
  • Uploaded
    Sep 1, 2012
  • Size
    81.79 KB
  • Downloads
    300
  • MD5
    255ac8400af236f40e3b867dbc50b024

Supported WoW Retail Versions

  • 5.0.4

Changelog

------------------------------------------------------------------------
r14 | yukinoba | 2012-09-01 14:22:30 +0000 (Sat, 01 Sep 2012) | 3 lines
Changed paths:
   M /trunk/EN_HpMpXp.lua
   M /trunk/EN_Options.xml
   M /trunk/EN_UnitFrames.lua
   M /trunk/EN_UnitFrames.toc
   M /trunk/EN_UnitFramesLocal.lua

update:
1. hide EUF target HpMp text if user decides to use in-game status text (check GetCVar("targetStatusText") == "1")
2. add a slider bar in EUF option frame to tune all the related interface text size in one time with 4 levels: NumberFontNormalSmall, NumberFontNormal, NumberFontNormalLarge and NumberFontNormalHuge
------------------------------------------------------------------------
r13 | yukinoba | 2012-08-31 14:32:19 +0000 (Fri, 31 Aug 2012) | 4 lines
Changed paths:
   M /trunk/EN_3DPortrait.lua
   M /trunk/EN_Buff.lua
   M /trunk/EN_ClassIcon.lua
   M /trunk/EN_FocusFrame.lua
   M /trunk/EN_HpMpXp.lua
   M /trunk/EN_PartyInfo.lua
   M /trunk/EN_TargetInfo.lua
   M /trunk/EN_UnitFrames.lua
   M /trunk/EN_UnitFrames.toc

update:
1. GetNumPartyMembers >> GetNumSubgroupMembers
2. GetPartyMember(i) >> UnitExists("party"..i)
3. update API version to 50001
------------------------------------------------------------------------