r555

Details

  • Filename
    XPerl-r555.zip
  • Uploaded by
  • Uploaded
    Jul 27, 2011
  • Size
    700.70 KB
  • Downloads
    125
  • MD5
    1746945efa23df3d7c62b866b27083f3

Supported WoW Retail Versions

  • 4.2.0

Changelog

------------------------------------------------------------------------
r555 | mysticalos | 2011-07-27 08:00:37 +0000 (Wed, 27 Jul 2011) | 1 line
Changed paths:
   M /trunk/XPerl_Options/XPerl_FrameOptions.lua
   M /trunk/XPerl_Options/XPerl_FrameOptions.xml
   M /trunk/XPerl_Options/localization.lua
   M /trunk/XPerl_RaidFrames/XPerl_Raid.lua

can now control the raid frame manager and raid frames seperately in options. Improved description text to warn that hiding the blizz frames still taints cause blizz sucks. manager doesn't taint though, it's easier to secure hook without breakage.
------------------------------------------------------------------------
r554 | mysticalos | 2011-07-14 05:16:06 +0000 (Thu, 14 Jul 2011) | 1 line
Changed paths:
   M /trunk/XPerl_RaidFrames/XPerl_Raid.lua

Sigh, you can secure hook CompactUnitFrame_OnEvent to completely remove all taints with annoying CompactRaidFrameN:Show() but then it memory leaks and hangs itself after about 2-3 hours. i give up. people are just gonna have to ignore the very large taint logs until blizz stops protecting dumb things like hiding a non customizable frame :\
------------------------------------------------------------------------
r553 | mysticalos | 2011-07-11 05:09:51 +0000 (Mon, 11 Jul 2011) | 1 line
Changed paths:
   M /trunk/XPerl_RaidFrames/XPerl_Raid.lua

Comment out the part that still taints and only leave in the part that doesnt
------------------------------------------------------------------------
r552 | mysticalos | 2011-07-10 04:31:02 +0000 (Sun, 10 Jul 2011) | 1 line
Changed paths:
   M /trunk/XPerl_RaidFrames/XPerl_Raid.lua

Still taints, but not nearly as bad, still sucks, but better then nothing.
------------------------------------------------------------------------
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)
------------------------------------------------------------------------