r16

Details

  • Filename
    EN_UnitFrames-r16.zip
  • Uploaded by
  • Uploaded
    Sep 4, 2012
  • Size
    82.71 KB
  • Downloads
    382
  • MD5
    a6c05aa4c4181bba454c86d3c5886cf6

Supported WoW Retail Versions

  • 5.0.4

Changelog

------------------------------------------------------------------------
r16 | seigi | 2012-09-04 09:03:23 +0000 (Tue, 04 Sep 2012) | 2 lines
Changed paths:
   M /trunk/EN_3DPortrait.lua
   M /trunk/EN_Buff.lua
   M /trunk/EN_Options.lua
   M /trunk/EN_PartyTarget.lua
   M /trunk/EN_TargetInfo.lua
   M /trunk/EN_UnitFramesLocal.lua

1. Bug fixed: [ADDON_ACTION_FORBIDDEN] AddOn tried to call the protected function "CastGlyph()"
2. Localization updated
------------------------------------------------------------------------
r15 | yukinoba | 2012-09-02 03:08:04 +0000 (Sun, 02 Sep 2012) | 3 lines
Changed paths:
   M /trunk/EN_3DPortrait.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. VARIABLE_LOADED >> ADDON_LOADED and name/arg1 == "EN_UnitFrames"
2. fix portrait problem when user change setting from Show3D to Hide3D and shows Blizzard portrait texture correctly in Target and Focus frames.
------------------------------------------------------------------------
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
------------------------------------------------------------------------