r20
Details
-
FilenameEN_UnitFrames-r20.zip
-
Uploaded by
-
UploadedSep 16, 2012
-
Size116.83 KB
-
Downloads239
-
MD5b48be37319e21d278ffd0ce0a29fe0dc
Supported WoW Retail Versions
- 5.0.5
Changelog
------------------------------------------------------------------------
r20 | yukinoba | 2012-09-16 10:30:00 +0000 (Sun, 16 Sep 2012) | 5 lines
Changed paths:
M /trunk/EN_ClassIcon.blp
M /trunk/EN_ClassIcon.lua
M /trunk/EN_HpMpXp.lua
M /trunk/EN_Options.lua
M /trunk/EN_Options.xml
M /trunk/EN_TargetInfo.lua
M /trunk/EN_UnitFrames.lua
M /trunk/EN_UnitFrames.toc
M /trunk/EN_UnitFramesLocal.lua
A /trunk/UI-TargetingFrameMoP.tga
update:
1. GetNumRaidMembers >> GetNumGroupMembers
2. Add Mists of Pandaria theme style player frame
3. Replace Slider option UI to DropDownMenu UI for the player frame style selection
4. Add monk class icon in EN_ClassIcon.blp
------------------------------------------------------------------------
r19 | yukinoba | 2012-09-05 10:40:48 +0000 (Wed, 05 Sep 2012) | 2 lines
Changed paths:
M /trunk/EN_3DPortrait.lua
update:
1. fix 2D to 3D portrait problem when enter party
------------------------------------------------------------------------
r18 | yukinoba | 2012-09-05 10:18:19 +0000 (Wed, 05 Sep 2012) | 5 lines
Changed paths:
M /trunk/EN_3DPortrait.lua
M /trunk/EN_Options.lua
M /trunk/EN_Options.xml
M /trunk/EN_PartyInfo.lua
M /trunk/EN_PartyTarget.lua
M /trunk/EN_UnitFrames.lua
M /trunk/EN_UnitFrames.toc
M /trunk/EN_UnitFramesLocal.lua
update:
1. PARTYHIDE >> PARTYSHOW, and check this option to show old-fashioned party frame, vice versa.
2. uncheck and disable EUF party frame if user choose to enable official "Use Raid Style Party Frame"
3. add profile check when portrait range checker decides to show 3D or 2D portraits
4. local _, i = frame:GetID() >> local i = frame:GetID()
------------------------------------------------------------------------
r17 | yukinoba | 2012-09-04 23:47:33 +0000 (Tue, 04 Sep 2012) | 4 lines
Changed paths:
M /trunk/EN_3DPortrait.lua
M /trunk/EN_3DPortrait.xml
M /trunk/EN_PartyInfo.lua
M /trunk/EN_UnitFrames.lua
M /trunk/EN_UnitFrames.toc
update:
1. replace type(getglobal(UNIT_MODELS[unit]):GetModels()) to UnitIsVisible(unit) for the detection function of the visibility of an unit
2. add target and focus to the FrameMeshChecker for update between 3D and 2D portraits if unit is not visible
3. TODO: need to add a detection of "Using Raid Style Party Frame"
------------------------------------------------------------------------
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
------------------------------------------------------------------------