r20100403074151

Details

  • Filename
    LibShefkiTimer-1.0-r20100403074151.zip
  • Uploaded by
  • Uploaded
    Apr 3, 2010
  • Size
    5.82 KB
  • Downloads
    60
  • MD5
    5a4fe80a9d12fdaba505ef3f420f3859

Supported WoW Retail Versions

  • 3.3.3

Changelog

Shefki:
    - Add throttling for repeating timers.
    When the client is busy the animation system will still call the
    OnFinished function the same number of times as though it had a delay.
    This is different behavior from AceTimer where if more time has elapsed
    than should have since the last fire only one fire will happen.
    - Add tconcat upvalue I missed putting in when I put safecall in.
    - Add .docmeta file.
    - Initial commit