r32

Details

  • Filename
    LibMouseGestures-1.0-r32.zip
  • Uploaded by
  • Uploaded
    Aug 7, 2011
  • Size
    8.72 KB
  • Downloads
    200
  • MD5
    c6e8a533e521a03a3100b6fd9ded295f

Supported WoW Retail Versions

  • 4.0.6
  • 3.3.5

Changelog

------------------------------------------------------------------------
r32 | starlon | 2011-08-07 11:30:41 +0000 (Sun, 07 Aug 2011) | 2 lines
Changed paths:
   M /trunk/LibMouseGestures-1.0.lua

Add a function to Stop a capture dead in its tracks. Pesky varmints.

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

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