Parrot-r42601-nolib

Details

  • Filename
    Parrot-r42601-nolib.zip
  • Uploaded by
  • Uploaded
    Jul 3, 2007
  • Size
    13.72 KB
  • Downloads
    79
  • MD5
    6799f957929e792004da1df9e67ca7dc

Supported WoW Retail Versions

  • 2.1.3

Changelog

------------------------------------------------------------------------
r42601 | ckknight | 2007-07-03 05:48:27 -0400 (Tue, 03 Jul 2007) | 1 line
Changed paths:
   M /trunk/Parrot/Events.lua

Parrot_Events - add Power Gain/Loss
------------------------------------------------------------------------
r42599 | ckknight | 2007-07-03 05:32:39 -0400 (Tue, 03 Jul 2007) | 1 line
Changed paths:
   M /trunk/Parrot/Events.lua

Parrot - add combo point events
------------------------------------------------------------------------
r42596 | ckknight | 2007-07-03 05:13:22 -0400 (Tue, 03 Jul 2007) | 1 line
Changed paths:
   M /trunk/Parrot/Events.lua

Parrot_Events - add pet outgoing events
------------------------------------------------------------------------
r42593 | ckknight | 2007-07-03 04:56:48 -0400 (Tue, 03 Jul 2007) | 1 line
Changed paths:
   M /trunk/Parrot/Events.lua

Parrot_Events - add a whole bunch of outgoing events, has everything that MSBT has except pet stuff for that.
------------------------------------------------------------------------
r42576 | ckknight | 2007-07-03 03:25:09 -0400 (Tue, 03 Jul 2007) | 1 line
Changed paths:
   M /trunk/Parrot/Events.lua

Parrot_Events - better handling of stuff like [[Name]], now it'll parse the inner one properly.
------------------------------------------------------------------------
r42575 | ckknight | 2007-07-03 03:16:16 -0400 (Tue, 03 Jul 2007) | 1 line
Changed paths:
   M /trunk/Parrot/Events.lua

Parrot_Events - add all the incoming events that MSBT has.
------------------------------------------------------------------------
r42570 | ckknight | 2007-07-03 01:46:44 -0400 (Tue, 03 Jul 2007) | 2 lines
Changed paths:
   M /trunk/Parrot/Events.lua
   M /trunk/Parrot/Parrot.lua

Parrot - add the incoming and outgoing scroll areas.
- change the way events are registered, so as to be more flexible
------------------------------------------------------------------------
r42560 | ckknight | 2007-07-02 23:44:17 -0400 (Mon, 02 Jul 2007) | 1 line
Changed paths:
   M /trunk/Parrot/Events.lua

Parrot_Events - add skill damage/dots
------------------------------------------------------------------------
r42489 | ckknight | 2007-07-02 07:58:26 -0400 (Mon, 02 Jul 2007) | 1 line
Changed paths:
   D /trunk/Parrot/Damage
   D /trunk/Parrot/EnterLeave
   A /trunk/Parrot/Events.lua
   M /trunk/Parrot/Parrot.lua
   M /trunk/Parrot/Parrot.toc

Parrot - events are now handled in Events.lua with a streamlined system instead of relying on separate modules (though that's still a possibility)
------------------------------------------------------------------------
r42467 | ckknight | 2007-07-02 02:07:04 -0400 (Mon, 02 Jul 2007) | 1 line
Changed paths:
   M /trunk/Parrot/Parrot.lua

Parrot - make a distinction between sticky and non-sticky messages.
------------------------------------------------------------------------
r42466 | ckknight | 2007-07-02 02:00:39 -0400 (Mon, 02 Jul 2007) | 1 line
Changed paths:
   M /trunk/Parrot/AnimationStyles.lua

Parrot - allow for reverse direction in the Pow animation style
------------------------------------------------------------------------
r42465 | ckknight | 2007-07-02 01:56:47 -0400 (Mon, 02 Jul 2007) | 1 line
Changed paths:
   M /trunk/Parrot/AnimationStyles.lua
   M /trunk/Parrot/Parrot.lua

Parrot - send the current number and max number of fontstrings using the same animation style on the same scroll area (so that the animation style can adjust to fit around each other)
------------------------------------------------------------------------
r42462 | ckknight | 2007-07-02 00:38:22 -0400 (Mon, 02 Jul 2007) | 1 line
Changed paths:
   A /trunk/Parrot/AnimationStyles.lua
   M /trunk/Parrot/Parrot.lua
   M /trunk/Parrot/Parrot.toc

Parrot - add a generic animation style system, add :RegisterAnimationStyle, to allow for 3rd party hacking. Default animations (in AnimationStyles.lua are Straight, Left parabola, and Right parabola.
------------------------------------------------------------------------
r42459 | ckknight | 2007-07-01 22:53:32 -0400 (Sun, 01 Jul 2007) | 2 lines
Changed paths:
   M /trunk/Parrot/Parrot.lua

Parrot - don't register /Cow, register /Par.
- fade out fontstrings at the end.
------------------------------------------------------------------------
r42458 | ckknight | 2007-07-01 22:46:50 -0400 (Sun, 01 Jul 2007) | 1 line
Changed paths:
   A /trunk/Parrot/Damage
   A /trunk/Parrot/Damage/Damage.lua
   M /trunk/Parrot/Parrot.toc

Parrot - add Damage module, very simplistic.
------------------------------------------------------------------------
r42454 | ckknight | 2007-07-01 21:52:40 -0400 (Sun, 01 Jul 2007) | 2 lines
Changed paths:
   A /trunk/Parrot/EnterLeave
   A /trunk/Parrot/EnterLeave/EnterLeave.lua
   M /trunk/Parrot/Parrot.lua
   M /trunk/Parrot/Parrot.toc

Parrot - add EnterLeave module.
No options yet, but it actually works :-P
------------------------------------------------------------------------
r42451 | ckknight | 2007-07-01 21:21:39 -0400 (Sun, 01 Jul 2007) | 1 line
Changed paths:
   M /trunk/Parrot/Parrot.lua

Parrot - added a simple way to show text, recycles frames et al, and makes em animated. Use Parrot:ShowMessage("text") to test. API will change.
------------------------------------------------------------------------
r42445 | ckknight | 2007-07-01 20:37:14 -0400 (Sun, 01 Jul 2007) | 2 lines
Changed paths:
   M /trunk/Parrot/Parrot.lua
   M /trunk/Parrot/embeds.xml
   M /trunk/Parrot/libs

Parrot - add AceModuleCore-2.0 to the list of libraries. Probably best to make this modular ASAP.

------------------------------------------------------------------------
r42436 | ckknight | 2007-07-01 18:32:47 -0400 (Sun, 01 Jul 2007) | 2 lines
Changed paths:
   M /trunk/Parrot/Parrot.toc
   M /trunk/Parrot/embeds.xml
   M /trunk/Parrot/libs

Parrot - add SharedMedia-1.0 to the list of libs, for fonts.

------------------------------------------------------------------------
r42434 | ckknight | 2007-07-01 18:23:39 -0400 (Sun, 01 Jul 2007) | 5 lines
Changed paths:
   A /trunk/Parrot
   A /trunk/Parrot/Parrot.lua
   A /trunk/Parrot/Parrot.toc
   A /trunk/Parrot/embeds.xml
   A /trunk/Parrot/libs

Parrot - initial commit
Floating Combat Text of awesomeness. Caw. It'll eat your crackers.

Doesn't do anything yet.

------------------------------------------------------------------------