r17
Details
-
FilenameEN_UnitFrames-r17.zip
-
Uploaded by
-
UploadedSep 4, 2012
-
Size83.01 KB
-
Downloads339
-
MD576d4f2cf2062d21f00ed661e1811ee04
Supported WoW Retail Versions
- 5.0.4
Changelog
------------------------------------------------------------------------
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
------------------------------------------------------------------------