r41

Details

  • Filename
    StrataFix-r41.zip
  • Uploaded by
  • Uploaded
    Mar 16, 2012
  • Size
    5.43 KB
  • Downloads
    76
  • MD5
    c27a11be81f37f4dfef2bb459a6877c6

Supported WoW Retail Versions

  • 4.3.0

Changelog

------------------------------------------------------------------------
r41 | oscarucb | 2012-03-16 20:59:37 +0000 (Fri, 16 Mar 2012) | 2 lines
Changed paths:
   M /trunk/.pkgmeta
   M /trunk/StrataFix.lua
   M /trunk/StrataFix.toc

remove LibStub dependency from StrataFix

------------------------------------------------------------------------
r38 | oscarucb | 2012-03-15 15:14:48 +0000 (Thu, 15 Mar 2012) | 2 lines
Changed paths:
   M /trunk/.pkgmeta

tweak to last

------------------------------------------------------------------------
r37 | oscarucb | 2012-03-15 15:11:20 +0000 (Thu, 15 Mar 2012) | 2 lines
Changed paths:
   M /trunk
   M /trunk/.pkgmeta
   M /trunk/StrataFix.lua
   M /trunk/StrataFix.toc

code rearrangement - main fixing code now lives in LibStrataFix

------------------------------------------------------------------------
r35 | oscarucb | 2012-03-12 08:15:41 +0000 (Mon, 12 Mar 2012) | 2 lines
Changed paths:
   M /trunk/StrataFix.lua

handle the named argument form of Frame:SetParent

------------------------------------------------------------------------
r33 | oscarucb | 2012-03-11 04:58:08 +0000 (Sun, 11 Mar 2012) | 3 lines
Changed paths:
   M /trunk/StrataFix.lua

be slightly less aggressive on CreateFrame
fixes some false positives during load time

------------------------------------------------------------------------
r30 | oscarucb | 2012-03-07 10:07:18 +0000 (Wed, 07 Mar 2012) | 5 lines
Changed paths:
   M /trunk/StrataFix.lua

major rewrite of the default fixing code
frames are now fixed only upon creation or SetParent()
this focuses the fix directly on the blizzard bug and obviates the need for blacklisting
the old fix code is still available for manual use from the command line

------------------------------------------------------------------------