r36

Details

  • Filename
    EN_UnitFrames-r36.zip
  • Uploaded by
  • Uploaded
    Dec 10, 2014
  • Size
    189.89 KB
  • Downloads
    660
  • MD5
    87cd865756271a082ac3b58af0c65b03

Supported WoW Retail Versions

  • 6.0.3

Changelog

------------------------------------------------------------------------
r36 | yukinoba | 2014-12-10 23:31:13 +0000 (Wed, 10 Dec 2014) | 2 lines
Changed paths:
   M /trunk/EN_3DPortrait.lua
   M /trunk/EN_ClassIcon.lua
   M /trunk/EN_FocusFrame.lua
   M /trunk/EN_HpMpXp.lua
   M /trunk/EN_PartyCastBar.lua
   M /trunk/EN_PartyIcon.lua
   M /trunk/EN_PartyInfo.lua
   M /trunk/EN_TargetInfo.lua
   M /trunk/EN_UnitFrames.lua
   M /trunk/EN_UnitFrames.toc

r36 Changes
1. Improve: performance improved, less event.
------------------------------------------------------------------------
r35 | yukinoba | 2014-11-19 10:45:51 +0000 (Wed, 19 Nov 2014) | 2 lines
Changed paths:
   M /trunk/EN_PartyInfo.lua
   M /trunk/EN_UnitFrames.lua
   M /trunk/EN_UnitFrames.toc

r35 minor Fix:
1. Fix: add nil check before set CompactUnitFrameProfilesRaidStylePartyFrames.
------------------------------------------------------------------------
r34 | yukinoba | 2014-11-17 13:28:37 +0000 (Mon, 17 Nov 2014) | 2 lines
Changed paths:
   M /trunk/EN_UnitFrames.lua
   M /trunk/EN_UnitFrames.toc

r34 minnor Fix
1. Fix: make function call InterfaceOptionsPanel_CheckButton_OnClick on update taregtStatusText and partyStatusText options.
------------------------------------------------------------------------
r33 | yukinoba | 2014-11-16 08:46:31 +0000 (Sun, 16 Nov 2014) | 4 lines
Changed paths:
   M /trunk/EN_FocusFrame.xml
   M /trunk/EN_HpMpXp.lua
   M /trunk/EN_Options.lua
   M /trunk/EN_PartyInfo.lua
   M /trunk/EN_UnitFrames.lua
   M /trunk/EN_UnitFrames.toc

r33 Bug Fix
1. Fix: fix HP, MP brief number display problem with other UI addons.
2. Fix: avoid and disable possible warning message in battle.
3. Fix: apply font style option to target and party frames.
------------------------------------------------------------------------
r32 | yukinoba | 2014-10-29 11:59:29 +0000 (Wed, 29 Oct 2014) | 5 lines
Changed paths:
   M /trunk/EN_FocusFrame.lua
   M /trunk/EN_HpMpXp.lua
   M /trunk/EN_Options.lua
   M /trunk/EN_PartyInfo.lua
   M /trunk/EN_TargetInfo.lua
   M /trunk/EN_UnitFrames.lua
   M /trunk/EN_UnitFrames.toc
   M /trunk/EN_UnitFramesLocal.lua

r32 changes:
1. Fixed: fix target info class name, use locale class name instead of original english version
2. Modified: lower Hp/Mp simplified threshold from 1,000,000 to 100,000 and make number/string convert
3. Modified: modify hint text of Text Size slider options to Text Style(Size)
4. Fixed: now allow Blizzard built-in Raid Style Party Frame as an option for users, and will forcibly disable/enable it when user sets Classic Party Frame option in EUF settings
------------------------------------------------------------------------