r1079

Details

  • Filename
    Ace3-r1079.zip
  • Uploaded by
  • Uploaded
    Feb 17, 2013
  • Size
    155.19 KB
  • Downloads
    9,710
  • MD5
    2d7aab39af98449de99f1fc26bad5806

Supported WoW Retail Versions

  • 5.1.0

Changelog

------------------------------------------------------------------------
r1079 | funkydude | 2013-02-17 19:56:06 +0000 (Sun, 17 Feb 2013) | 1 line
Changed paths:
   M /trunk/AceTimer-3.0/AceTimer-3.0.lua

Manually set the arg count passed to unpack to fix an issue sending multiple args with nil values in-between, then ending with nil.
------------------------------------------------------------------------
r1077 | nevcairiel | 2013-02-10 14:32:49 +0000 (Sun, 10 Feb 2013) | 1 line
Changed paths:
   M /trunk/changelog.txt

Update changelog
------------------------------------------------------------------------
r1076 | funkydude | 2013-01-21 14:31:01 +0000 (Mon, 21 Jan 2013) | 1 line
Changed paths:
   M /trunk/AceTimer-3.0/AceTimer-3.0.lua

AceTimer-3.0: Add an extra id check in our OnFinished handler to compensate for repeating timers being cancelled and starting new timers before the OnFinished function ends. Also remove a nil check for .args as it being nil was a direct result of the issue we just resolved.
------------------------------------------------------------------------
r1075 | nevcairiel | 2013-01-18 15:32:52 +0000 (Fri, 18 Jan 2013) | 1 line
Changed paths:
   M /trunk/AceTimer-3.0/AceTimer-3.0.lua

AceTimer-3.0: Update Comments and LuaDoc
------------------------------------------------------------------------
r1074 | nevcairiel | 2013-01-18 15:26:42 +0000 (Fri, 18 Jan 2013) | 1 line
Changed paths:
   M /trunk/AceTimer-3.0/AceTimer-3.0.lua

AceTimer-3.0: Change how ids are generated to ensure no duplicate ids exist
------------------------------------------------------------------------
r1073 | nevcairiel | 2013-01-18 15:24:59 +0000 (Fri, 18 Jan 2013) | 3 lines
Changed paths:
   M /trunk/AceTimer-3.0/AceTimer-3.0.lua

AceTimer-3.0: Simplify upgrade path from pre-animation timers.

Keep all compat code in a single upgrade block, and avoid scattering compat code throughout the other functions.
------------------------------------------------------------------------
r1072 | nevcairiel | 2013-01-14 21:14:00 +0000 (Mon, 14 Jan 2013) | 1 line
Changed paths:
   M /trunk/AceTimer-3.0/AceTimer-3.0.lua

AceTimer-3.0: Trim trailing whitespace
------------------------------------------------------------------------