r563
Details
-
FilenameXPerl-r563.zip
-
Uploaded by
-
UploadedJul 30, 2011
-
Size701.16 KB
-
Downloads29,458
-
MD5e4cb48e5b448baa32f039a485b2c04f7
Supported WoW Retail Versions
- 4.2.0
Changelog
------------------------------------------------------------------------
r563 | playerlin | 2011-07-30 16:26:01 +0000 (Sat, 30 Jul 2011) | 1 line
Changed paths:
M /trunk/XPerl.lua
M /trunk/XPerl_Options/localization.lua
M /trunk/XPerl_Options/localization.zhTW.lua
Added more warning messages for the Hide default raid manager string and zhTW update for r560/561 commit. The XPerl.lua modified for correctly revision display but may not needed. I had bad feel about the raidframe hiding changes but...
------------------------------------------------------------------------
r562 | mysticalos | 2011-07-29 21:06:12 +0000 (Fri, 29 Jul 2011) | 1 line
Changed paths:
M /trunk/XPerl_RaidFrames/XPerl_Raid.lua
missed a couple comment cleanups
------------------------------------------------------------------------
r561 | mysticalos | 2011-07-29 21:03:04 +0000 (Fri, 29 Jul 2011) | 1 line
Changed paths:
M /trunk/XPerl_Options/localization.lua
So apparently if you leave the raidframemanager the hell alone, the raidframecontainer doesn't taint at all. if you mess with raidframecontainer, even just the out of combat hook, it makes compactunitframe and raidframecontainer taint randomly after onupdate events when TryUpdate or UpdateAll events fire. good to know. Option wording updated to still offer hiding frame manager but not recommending it. hide container alone has gone two raids without tainting anything :)
------------------------------------------------------------------------
r560 | mysticalos | 2011-07-28 22:42:12 +0000 (Thu, 28 Jul 2011) | 1 line
Changed paths:
M /trunk/XPerl_Options/XPerl_FrameOptions.lua
M /trunk/XPerl_RaidFrames/XPerl_Raid.lua
hiding raid frame manager off by default.
------------------------------------------------------------------------
r559 | playerlin | 2011-07-28 17:05:45 +0000 (Thu, 28 Jul 2011) | 1 line
Changed paths:
M /trunk/XPerl.lua
M /trunk/XPerl_Options/localization.zhTW.lua
zhTW update for the recent updates, what a mess...
------------------------------------------------------------------------
r558 | mysticalos | 2011-07-27 22:44:13 +0000 (Wed, 27 Jul 2011) | 1 line
Changed paths:
M /trunk/XPerl_Options/XPerl_FrameOptions.xml
M /trunk/XPerl_Options/localization.lua
better options and sorting
------------------------------------------------------------------------
r557 | mysticalos | 2011-07-27 08:26:43 +0000 (Wed, 27 Jul 2011) | 1 line
Changed paths:
M /trunk/XPerl_Options/localization.lua
More clarifications.
------------------------------------------------------------------------
r556 | mysticalos | 2011-07-27 08:05:21 +0000 (Wed, 27 Jul 2011) | 1 line
Changed paths:
M /trunk/XPerl_RaidFrames/XPerl_Raid.lua
also add fix for missing defaults too
------------------------------------------------------------------------
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
------------------------------------------------------------------------