r49

Details

  • Filename
    LibToast-1.0-r49.zip
  • Uploaded by
  • Uploaded
    Aug 8, 2015
  • Size
    13.50 KB
  • Downloads
    167
  • MD5
    f49adc1e3fef194143eca82696b2769e

Supported WoW Retail Versions

  • 6.2.0

Changelog

2015-08-08  James D. Callahan III  <jcallahan@curse.com>

[becbfb1994ec] [tip]
* .hgtags:

Added tag 6.2.0.3 for changeset ecd323b5d12f

[ecd323b5d12f] [6.2.0.3]
* LibToast-1.0.lua

Toasts spawned while there are 10 active toasts will now be queued to spawn as the actives expire.

2015-08-06  James D. Callahan III  <jcallahan@curse.com>

[3aa4ef1fd84c]
* .hgtags:

Added tag 6.2.0.2 for changeset 1131b0d4847b

[1131b0d4847b] [6.2.0.2]
* LibToast-1.0.lua

Allow Toaster to specify Duration, Opacity, Floating Icon, and Icon Size for individual toasts based on their source AddOn.

2015-06-23  James D. Callahan III  <jcallahan@curse.com>

[17bd83c8efae]
* .hgtags:

Added tag 6.2.0.1 for changeset 49d411b8238b

[49d411b8238b] [6.2.0.1]
* LibToast-1.0.toc

Update ToC Interface to 60200.

2015-03-02  James D. Callahan III  <jcallahan@curse.com>

[b44198494ba0]
* .hgtags:

Added tag 6.1.0.2 for changeset 72934a0f6d67

[72934a0f6d67] [6.1.0.2]
* LibToast-1.0.lua

Added support for the "icon" parameter to LibSink-2.0's Pour() method. Note: The r, g, b, font, size, outline, sticky, and location parameters are still unsupported but must be passed since they are required by LibSink-2.0.

2015-02-24  James D. Callahan III  <jcallahan@curse.com>

[6406bb78c54d]
* .hgtags:

Added tag 6.1.0.1 for changeset a008981d7d04

[a008981d7d04] [6.1.0.1]
* LibToast-1.0.toc

Updated ToC Interface to 60100

2014-11-23  James D. Callahan III  <jcallahan@curse.com>

[c6fcd5106dfe]
* .hgtags:

Added tag 6.0.3.3 for changeset e387f4254fb9

[e387f4254fb9] [6.0.3.3]
* LibToast-1.0.lua

Replaced usage of the UIFrameFade system with the Animation system. Toasts will also now flash on spawn and not fade while being moused over.

2014-11-22  James D. Callahan III  <jcallahan@curse.com>

[ce96cfe20aa4]
* .hgtags:

Added tag 6.0.3.2 for changeset f729f438bcbf

[f729f438bcbf] [6.0.3.2]
* LibToast-1.0.lua

Added support for user-defined spawn points when using Toaster.

2014-11-21  James D. Callahan III  <jcallahan@curse.com>

[0c99816f2274]
* LibToast-1.0.lua

Cleanup.

[0d0bd67affcf]
* .hgtags:

Added tag 6.0.3.1 for changeset c7398e6d141f

[c7398e6d141f] [6.0.3.1]
* LibToast-1.0.lua

Fixed erroneous setting of addon_names for the calling object to the LibSink toast's display_name - now actually use the addon_name. Fixes issue where Toaster would, for example, show "Rare seen!" under AddOns instead of SilverDragon. Bumped MINOR to 9.

2014-10-14  James D. Callahan III  <jcallahan@curse.com>

[53163fce43ef]
* .hgtags:

Added tag 6.0.2.1 for changeset b4ca24897079

[b4ca24897079] [6.0.2.1]
* LibToast-1.0.lua

Added :SetIconAtlas() and bumped MINOR to 8.

[9eae789b7aea]
* LibToast-1.0.toc

Updated ToC Interface to 60000.

2014-10-12  James D. Callahan III  <jcallahan@curse.com>

[d5302cfaf8e2]
* LibToast-1.0.lua

Set default spawn point to TOPRIGHT if IsMacClient() is true.

[755ce2c93c69]
* LibToast-1.0.lua

Changed backdrop bgFile from CHATFRAMEBACKGROUND to UI-Toast-Background

2013-06-12  James D. Callahan III  <jcallahan@curse.com>

[07a5a13eea64]
* .hgtags:

Added tag r27-release for changeset 71437f934f89

[71437f934f89] [r27-release]
* LibToast-1.0.toc

Bump ToC version to 50300.

2013-03-05  James D. Callahan III  <jcallahan@curse.com>

[1d9baa1ecfff]
* .hgtags:

Added tag r25-release for changeset e7c32e0729f9

[e7c32e0729f9] [r25-release]
* LibToast-1.0.toc

Update ToC Interface version to 50200.

2012-09-14  James D. Callahan III  <jcallahan@curse.com>

[e2d766076d96]
* .hgtags:

Added tag r21-release for changeset 4739967426c8

[4739967426c8] [r21-release]
* LibToast-1.0.lua

To provide greater flexibility, allow display_name and texture_path for :DefineSinkToast() to be a function that returns a string.

[fdc85f198449]
* .hgtags:

Added tag r20-release for changeset 9900a86ed81c

[9900a86ed81c] [r20-release]
* LibToast-1.0.lua

Added the ability to embed the library in an AddOn object. Added :DefineSink() (or :DefineSinkToast() when embedding) - allows for using LibSink:Pour() on toast objects.