r37-nolib

Details

  • Filename
    StrataFix-r37-nolib.zip
  • Uploaded by
  • Uploaded
    Mar 15, 2012
  • Size
    3.37 KB
  • Downloads
    73
  • MD5
    64ea90a5a32d0091a61c31188b576ae9

Supported WoW Retail Versions

  • 4.3.0

Changelog

------------------------------------------------------------------------
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

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