r31

Details

  • Filename
    LibMouseGestures-1.0-r31.zip
  • Uploaded by
  • Uploaded
    Aug 1, 2011
  • Size
    8.70 KB
  • Downloads
    69
  • MD5
    ddc0d565a997d9f879c16878f3eb2e32

Supported WoW Retail Versions

  • 4.0.6
  • 3.3.5

Changelog

------------------------------------------------------------------------
r31 | starlon | 2011-08-01 11:52:40 +0000 (Mon, 01 Aug 2011) | 2 lines
Changed paths:
   M /trunk/LibMouseGestures-1.0.lua

Use a static table instead of recycling the same data over and over.

------------------------------------------------------------------------
r30 | starlon | 2011-07-03 01:52:02 +0000 (Sun, 03 Jul 2011) | 5 lines
Changed paths:
   M /trunk/LibMouseGestures-1.0.lua

* Do recycling on tables and frames.
* :GetGist() takes an optional table the programmer can provide, which will be wiped clean and returned populated with gist data.
* :New() provides an extra optional parameter. Here you can pass an old MG recorder object previously returned by :New().
* This way the programmer has a way to manage memory consumption, and bloat is kept at a minimum.

------------------------------------------------------------------------
r29 | starlon | 2011-03-20 21:49:53 +0000 (Sun, 20 Mar 2011) | 1 line
Changed paths:
   M /trunk/LibMouseGestures-1.0.toc

Add 'X-Category: Library' to toc so other addons (Such as ACP) know how to categorize LMG.
------------------------------------------------------------------------