------------------------------------------------------------------------
r1079 | sarf | 2005-06-02 18:53:34 +0200 (to, 02 jun 2005) | 1 line

ActionQueue - added info on ActionQueue_ShouldExecuteFunction_SpellCooldown to API.txt
------------------------------------------------------------------------
r1078 | sarf | 2005-06-02 18:44:21 +0200 (to, 02 jun 2005) | 3 lines

ActionQueue - added new should execute function:
ActionQueue_ShouldExecuteFunction_SpellCooldown
AQ_AutoReactiveClass - used new function in Interrupt code. Correction to previous log entry - time allotted is three (3) seconds
------------------------------------------------------------------------
r1076 | sarf | 2005-06-02 18:31:58 +0200 (to, 02 jun 2005) | 1 line

ActionQueue - fade in time now 0.1 seconds.
------------------------------------------------------------------------
r1075 | sarf | 2005-06-02 18:28:55 +0200 (to, 02 jun 2005) | 1 line

ActionQueue - final fix, will not update text if text is already present (and the thingy is shown).
------------------------------------------------------------------------
r1074 | sarf | 2005-06-02 18:21:10 +0200 (to, 02 jun 2005) | 1 line

ActionQueue - fix 1 increase size of message frame, fix 2 increase amount of time elapsed so that FadingFrame does not get "not a number" dividing 0 with 0.5. :/
------------------------------------------------------------------------
r1073 | sarf | 2005-06-02 18:12:33 +0200 (to, 02 jun 2005) | 1 line

ActionQueue - final fix for messages (only applied to messages that were the same as was already there).
------------------------------------------------------------------------
r1072 | sarf | 2005-06-02 18:07:49 +0200 (to, 02 jun 2005) | 1 line

ActionQueue - fix for fading... again.
------------------------------------------------------------------------
r1068 | sarf | 2005-06-02 17:44:21 +0200 (to, 02 jun 2005) | 1 line

ActionQueue - fixed issue when "spamming" the same message all the time.
------------------------------------------------------------------------
r1067 | sarf | 2005-06-02 17:41:16 +0200 (to, 02 jun 2005) | 1 line

ActionQueue - adjusted text size to 768 so it can cover most of the screen.
------------------------------------------------------------------------
r1066 | sarf | 2005-06-02 17:31:33 +0200 (to, 02 jun 2005) | 1 line

ActionQueue - fix for ActionQueue message frame.
------------------------------------------------------------------------
r1065 | sarf | 2005-06-02 16:15:11 +0200 (to, 02 jun 2005) | 1 line

ActionQueue - added ActionQueue_IsStealthed
------------------------------------------------------------------------
r1064 | sarf | 2005-06-02 15:40:31 +0200 (to, 02 jun 2005) | 1 line

ActionQueue_Range - added instance detection.
------------------------------------------------------------------------
r1031 | sarf | 2005-05-29 00:32:08 +0200 (s, 29 maj 2005) | 1 line

ActionQueue - fix so that AutoTravel does not trigger ActionQueue attempts.
------------------------------------------------------------------------
r1029 | sarf | 2005-05-28 19:16:22 +0200 (l, 28 maj 2005) | 1 line

ActionQueue - cheap range detection now used with new MapLibrary. Sorry for the bug. Thanks to Legorol for detecting bug and prodding me to fix it. :)
------------------------------------------------------------------------
r1028 | sarf | 2005-05-28 19:14:27 +0200 (l, 28 maj 2005) | 1 line

ActionQueue - fixed map re-evaluation (thanks Legorol!).
------------------------------------------------------------------------
r1024 | sarf | 2005-05-27 19:30:21 +0200 (fr, 27 maj 2005) | 1 line

ActionQueue - added overload capability so that other addons can (easily) prevent AQ from executing. Fixed range code errors (thanks Legorol!).
------------------------------------------------------------------------
r1022 | sarf | 2005-05-27 17:51:05 +0200 (fr, 27 maj 2005) | 1 line

ActionQueue - moved mount functionality to ActionQueue_Util.lua.
------------------------------------------------------------------------
r1021 | sarf | 2005-05-27 12:47:34 +0200 (fr, 27 maj 2005) | 1 line

ActionQueue_Range - fix for load error.
------------------------------------------------------------------------
r1020 | sarf | 2005-05-27 12:42:55 +0200 (fr, 27 maj 2005) | 1 line

ActionQueue - message update
------------------------------------------------------------------------
r1019 | sarf | 2005-05-27 11:13:26 +0200 (fr, 27 maj 2005) | 1 line

ActionQueue - added range functions to the API.txt
------------------------------------------------------------------------
r1018 | sarf | 2005-05-27 11:10:21 +0200 (fr, 27 maj 2005) | 1 line

ActionQueue - added Range functions to ActionQueue.
------------------------------------------------------------------------
r997 | sarf | 2005-05-25 02:24:42 +0200 (on, 25 maj 2005) | 1 line

ActionQueue - fix for global spell cooldown. Thanks to Legorol!
------------------------------------------------------------------------
r994 | sarf | 2005-05-24 17:48:49 +0200 (ti, 24 maj 2005) | 1 line

ActionQueue - added new function to ActionQueue_Util.lua, ActionQueue_IsGlobalSpellCooldown().
------------------------------------------------------------------------
r989 | sarf | 2005-05-23 23:23:34 +0200 (m, 23 maj 2005) | 1 line

ActionQueue - fix for time function
------------------------------------------------------------------------
r969 | sarf | 2005-05-20 13:57:18 +0200 (fr, 20 maj 2005) | 1 line

ActionQueue - updated API.txt to document new shapeshift variables. Those are used in AQ_AlwaysFind and AQ_BuffBot (soon to be in AlwaysBerserk).
------------------------------------------------------------------------
r968 | sarf | 2005-05-20 13:46:23 +0200 (fr, 20 maj 2005) | 1 line

ActionQueue - fix for shapeshifter detection.
------------------------------------------------------------------------
r966 | sarf | 2005-05-19 22:56:31 +0200 (to, 19 maj 2005) | 1 line

ActionQueue - added last executed time and used that as the #1 measure.
------------------------------------------------------------------------
r959 | sarf | 2005-05-19 20:59:44 +0200 (to, 19 maj 2005) | 1 line

ActionQueue - added support for shapeshift detection.
------------------------------------------------------------------------
r958 | sarf | 2005-05-19 18:06:04 +0200 (to, 19 maj 2005) | 1 line

ActionQueue - some nil-fixes.
------------------------------------------------------------------------
r928 | sarf | 2005-05-11 15:23:59 +0200 (on, 11 maj 2005) | 1 line

ActionQueue - oops, I inverted the priority sort! fixed.
------------------------------------------------------------------------
r927 | sarf | 2005-05-11 14:54:39 +0200 (on, 11 maj 2005) | 1 line

ActionQueue - fixed non-prioritized entries.
------------------------------------------------------------------------
r925 | sarf | 2005-05-10 05:17:09 +0200 (ti, 10 maj 2005) | 1 line

ActionQueue - now with more utility functions.
------------------------------------------------------------------------
r924 | sarf | 2005-05-10 03:02:20 +0200 (ti, 10 maj 2005) | 1 line

ActionQueue - updated the API.txt to correspond to the new, extra functions.
------------------------------------------------------------------------
r921 | sarf | 2005-05-09 16:35:47 +0200 (m, 09 maj 2005) | 1 line

ActionQueue - uhm... sorry about that last, Rebuff is something for the glue AddOn, not this addon. Anyhow! There's now an ActionQueue_QueueAction that is exactly the same as ActionQueue_QueueSpellAdvanced.
------------------------------------------------------------------------
r920 | sarf | 2005-05-09 16:26:03 +0200 (m, 09 maj 2005) | 1 line

ActionQueue - added code that will allow Rebuff to be used.
------------------------------------------------------------------------
r911 | sarf | 2005-05-08 18:40:13 +0200 (s, 08 maj 2005) | 1 line

ActionQueue - updated to remove last traces of SpellQueue, and added a button to press to generate "execute action" calls.
------------------------------------------------------------------------
r899 | sarf | 2005-05-05 09:36:21 +0200 (to, 05 maj 2005) | 1 line

ActionQueue - fixed prioritizing, will now default to normal priority if not set (normal priority is set to 0 currently).
------------------------------------------------------------------------
r897 | sarf | 2005-05-05 09:32:42 +0200 (to, 05 maj 2005) | 1 line

ActionQueue - fixed so that spell id retrieval retrieves the highest id, added ActionQueue_IsMounted which returns true if the player is mounted.
------------------------------------------------------------------------
r896 | sarf | 2005-05-04 16:34:31 +0200 (on, 04 maj 2005) | 1 line

ActionQueue - made it possible to influence the time before another action is executed.
------------------------------------------------------------------------
r893 | sarf | 2005-05-04 15:55:59 +0200 (on, 04 maj 2005) | 1 line

ActionQueue - inverted conditional, will now re-run its ActionQueue.
------------------------------------------------------------------------
r884 | sarf | 2005-05-04 14:14:57 +0200 (on, 04 maj 2005) | 1 line

ActionQueue - added lowest / highest priority and enforced it.
------------------------------------------------------------------------
r883 | sarf | 2005-05-04 13:55:46 +0200 (on, 04 maj 2005) | 1 line

ActionQueue - added French/German localization files (placeholders currently).
------------------------------------------------------------------------
r862 | sarf | 2005-05-03 11:01:20 +0200 (ti, 03 maj 2005) | 1 line

ActionQueue - added ActionQueue_IsQueued, which checks if there is a queued item with the specified identifier. This requires you to put in a param called "id" to your queued elements.
------------------------------------------------------------------------
r861 | sarf | 2005-05-03 10:53:02 +0200 (ti, 03 maj 2005) | 1 line

ActionQueue - made the maximum number of iterations be equal to the number of queued items.
------------------------------------------------------------------------
r857 | sarf | 2005-05-01 19:10:26 +0200 (s, 01 maj 2005) | 1 line

ActionQueue - prevented infinite iterations without anything in queue.
------------------------------------------------------------------------
r833 | sarf | 2005-04-28 16:12:16 +0200 (to, 28 apr 2005) | 1 line

ActionQueue - fixed the OnUpdate hang.
------------------------------------------------------------------------
r831 | sarf | 2005-04-28 15:49:13 +0200 (to, 28 apr 2005) | 1 line

ActionQueue - fixed so that it defaults to on
------------------------------------------------------------------------
r826 | sarf | 2005-04-27 12:22:56 +0200 (on, 27 apr 2005) | 1 line

ActionQueue - added check for return value of executeFunc - true == keypressed used up, false == we can still go on.
------------------------------------------------------------------------
r825 | sarf | 2005-04-27 12:18:01 +0200 (on, 27 apr 2005) | 1 line

ActionQueue - doing stuff on keypresses, generic addon.
------------------------------------------------------------------------
