r551

Details

  • Filename
    XPerl-r551.zip
  • Uploaded by
  • Uploaded
    Jul 7, 2011
  • Size
    700.34 KB
  • Downloads
    13,091
  • MD5
    847a740bf9066dd5c137d988a451d0d7

Supported WoW Retail Versions

  • 4.2.0

Changelog

------------------------------------------------------------------------
r551 | mysticalos | 2011-07-07 17:25:38 +0000 (Thu, 07 Jul 2011) | 1 line
Changed paths:
   M /trunk/XPerl_RaidFrames/XPerl_Raid.lua

completely disable hiding the blizz raid frames, my taint log from last night is 300M from a 3 hour raid. that's how many taints this code causes. It's a pile of crap.
------------------------------------------------------------------------
r550 | mysticalos | 2011-07-06 17:06:08 +0000 (Wed, 06 Jul 2011) | 1 line
Changed paths:
   M /trunk/XPerl_Player/XPerl_Player.lua
   M /trunk/XPerl_RaidFrames/XPerl_Raid.lua

No one likes the dumb unit power bar in xperl player header, why that was added who knows, it's not useful at all, most of hte time the unit power has nothing to even do with the player
------------------------------------------------------------------------
r549 | playerlin | 2011-07-06 11:37:06 +0000 (Wed, 06 Jul 2011) | 2 lines
Changed paths:
   M /trunk/XPerl.lua
   M /trunk/XPerl_Options/localization.lua
   M /trunk/XPerl_Options/localization.zhTW.lua

Update zhTW string for r547 fix.
Added enUS string about XPERL_CONF_RAID_BLIZZ_RAIDPULLOUT_DESC and updated XPERL_CONF_RAID_BLIZZ_RAIDPULLOUT. It's weird no one and me ever noticed this option doesn't has any description on it since this option added, and I only tested zhTW and needed adding other locales.
------------------------------------------------------------------------
r548 | mysticalos | 2011-07-04 23:47:03 +0000 (Mon, 04 Jul 2011) | 1 line
Changed paths:
   M /trunk/XPerl_RaidFrames/XPerl_Raid.lua

missed a couple lines
------------------------------------------------------------------------
r547 | mysticalos | 2011-07-04 19:08:52 +0000 (Mon, 04 Jul 2011) | 1 line
Changed paths:
   M /trunk/XPerl_Options/localization.lua
   M /trunk/XPerl_RaidFrames/XPerl_Raid.lua

Disable and unregister blizz's dumb raid frame on login and be done with it, aggressively hiding it and tainting UI a few hundred times a night is dumb. For what, so users can turn it back on without reloading ui? pssht. Now changing option requires reloadui and all the silly hide calls being done all over the place are removed to avoid the taints
------------------------------------------------------------------------
r546 | mysticalos | 2011-07-03 21:31:47 +0000 (Sun, 03 Jul 2011) | 1 line
Changed paths:
   M /trunk/XPerl_RaidFrames/XPerl_Raid.lua

add a couple InCombatLockdown checks oto maybe now xperl will stop tainting the UI in combat. The compact raid manager code is terrible.
------------------------------------------------------------------------
r545 | mysticalos | 2011-07-03 21:18:26 +0000 (Sun, 03 Jul 2011) | 1 line
Changed paths:
   M /trunk/XPerl_RaidFrames/XPerl_Raid.lua

stop trying to hide raid frame container if option is turned off
------------------------------------------------------------------------
r543 | mysticalos | 2011-06-28 09:40:29 +0000 (Tue, 28 Jun 2011) | 1 line
Changed paths:
   M /trunk/XPerl.toc
   M /trunk/XPerl_ArcaneBar/XPerl_ArcaneBar.toc
   M /trunk/XPerl_CustomHighlight/XPerl_CustomHighlight.toc
   M /trunk/XPerl_Highlight.lua
   M /trunk/XPerl_Options/XPerl_Options.toc
   M /trunk/XPerl_Party/XPerl_Party.toc
   M /trunk/XPerl_PartyPet/XPerl_PartyPet.toc
   M /trunk/XPerl_Player/XPerl_Player.toc
   M /trunk/XPerl_PlayerBuffs/XPerl_PlayerBuffs.toc
   M /trunk/XPerl_PlayerPet/XPerl_PlayerPet.toc
   M /trunk/XPerl_RaidAdmin/XPerl_RaidAdmin.toc
   M /trunk/XPerl_RaidFrames/XPerl_RaidFrames.toc
   M /trunk/XPerl_RaidHelper/XPerl_RaidHelper.toc
   M /trunk/XPerl_RaidMonitor/XPerl_RaidMonitor.toc
   M /trunk/XPerl_RaidPets/XPerl_RaidPets.toc
   M /trunk/XPerl_Target/XPerl_Target.lua
   M /trunk/XPerl_Target/XPerl_Target.toc
   M /trunk/XPerl_TargetTarget/XPerl_TargetTarget.toc
   M /trunk/changelog.txt

bump toc, remove compatiblity code for 4.1, CLEU is now 4.2+
------------------------------------------------------------------------
r542 | mysticalos | 2011-06-19 21:15:44 +0000 (Sun, 19 Jun 2011) | 1 line
Changed paths:
   M /trunk/localization.deDE.lua
   M /trunk/localization.esES.lua
   M /trunk/localization.frFR.lua
   M /trunk/localization.koKR.lua
   M /trunk/localization.ruRU.lua
   M /trunk/localization.zhCN.lua
   M /trunk/localization.zhTW.lua

fix it in all other locals too actually. (why there are actual redundant functions duplicated in all the local files is beyond me, bad zek)
------------------------------------------------------------------------
r541 | mysticalos | 2011-06-19 21:14:12 +0000 (Sun, 19 Jun 2011) | 1 line
Changed paths:
   M /trunk/localization.lua

fix spellid for warlock underwater breathing
------------------------------------------------------------------------
r540 | mysticalos | 2011-06-13 22:26:38 +0000 (Mon, 13 Jun 2011) | 1 line
Changed paths:
   M /trunk/XPerl.lua
   M /trunk/XPerl.toc
   M /trunk/localization.lua

bump version, will wait for 4.2 for toc and tagging though.
------------------------------------------------------------------------
r539 | mysticalos | 2011-06-13 22:18:44 +0000 (Mon, 13 Jun 2011) | 3 lines
Changed paths:
   M /trunk/XPerl_CustomHighlight/XPerl_CustomHighlight.lua
   M /trunk/XPerl_Options/XPerl_FrameOptions.lua
   M /trunk/XPerl_Options/XPerl_FrameOptions.xml
   M /trunk/XPerl_Player/XPerl_Player.lua
   M /trunk/XPerl_PlayerPet/XPerl_Player_Pet.lua

removed some useless stuff from custom highlights and added low health
Removed pet experience
Remove old obsolete 5 second rule
------------------------------------------------------------------------
r538 | mysticalos | 2011-06-07 18:41:36 +0000 (Tue, 07 Jun 2011) | 1 line
Changed paths:
   M /trunk/XPerl_Highlight.lua
   M /trunk/XPerl_Target/XPerl_Target.lua

Combat log is forward compatible iwth 4.2, but still compatible with 4.1 live. Cleaned up CLEU code somewhat too
------------------------------------------------------------------------