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