Thread Tools Display Modes
06-27-05, 11:59 AM   #1
Quu
An Aku'mai Servant
 
Quu's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2005
Posts: 36
Decursive

Now hosting Decursive here
http://www.wowinterface.com/download...fo.php?id=4039
As well as here
http://www.curse-gaming.com/mod.php?addid=643

Up coming features include a "Priority List". Basically a set of names that will be scanned before the party. You can add to the end of the list, clear the list, or remove an element from the list.

Names = { "Quarte", "Grabew", "Scoo"}

it will then (at the press of the decursive button) scan and clean in the following order
Target, Player, Names, Party 1-4, Raid 1-40, Pet, Party Pet 1-4, Raid Pet 1-40
  Reply With Quote
06-28-05, 02:30 PM   #2
Quu
An Aku'mai Servant
 
Quu's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2005
Posts: 36
Quick Question

I have more than a few mods, alot of them use similar functions.

If I created a QuuLibrary mod... but bundled it with the .zip file , would that be a detriment?

also... what if I used Sea and Chronos instead of coding all that internally... would using those two external addon libraries be a detriment?
  Reply With Quote
06-28-05, 04:10 PM   #3
Kaelten
Jack's raging bile duct
 
Kaelten's Avatar
Featured
Join Date: May 2005
Posts: 782
I consider creating a external library of functions yourself to be just fine, or even a preferred methods.

Now personally I don't like sea and chronos due to the fact that if I use those then I have to carry ALOT of other things that I don't nessecarly want to use.

One thing that may be of intreset toy ou is the Ace project. it takes care of alot of default functionality while being very lightweight. Also I wrote a scheduling app for use with ace thats extremely lightweight as well.

Just my 2 cents and maybe not worth the time it took me to write them but who knows you might find it useful.

btw, ace is availble in the beta section
__________________
WowAce.com & CurseForge.com Adminstrator
Developer of Ace3, OneBag3, and many other addons and libraries
Project lead and Mac developer for the Curse Client

Anyone that needs what they want
And doesn't want what they need
I want nothing to do with
  Reply With Quote
06-28-05, 04:27 PM   #4
Quu
An Aku'mai Servant
 
Quu's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2005
Posts: 36
Sea is an endpoint library... it relies on nothing else
basically it handles the println functionality... and some basic data functionality

Chronos requires Sea ... and does not require anything else
  Reply With Quote
06-28-05, 06:14 PM   #5
Kaelten
Jack's raging bile duct
 
Kaelten's Avatar
Featured
Join Date: May 2005
Posts: 782
this is true but with sea you also have alot of functionality in there that most addons don't need. print functionality is fairly easy to accomplish, if thats all you need than writing a simple MyAddon_Print() should be fairly easy.

the big thing that I see is that if you only use one or two functions from a library like sea then port those over to your addon, if you use the majority of a library like sea then just depend on it. But having an extra 100kb of code so you can use 2kb is a little extreme for my taste.
__________________
WowAce.com & CurseForge.com Adminstrator
Developer of Ace3, OneBag3, and many other addons and libraries
Project lead and Mac developer for the Curse Client

Anyone that needs what they want
And doesn't want what they need
I want nothing to do with

Last edited by Kaelten : 06-28-05 at 06:16 PM.
  Reply With Quote
06-28-05, 07:26 PM   #6
Quu
An Aku'mai Servant
 
Quu's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2005
Posts: 36
that is what I had done... just ported over the printing portion (and the timing from chronos)

now that I am reaching 10 mods... it does not seam like such great savings ^_^
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » Released AddOns » Decursive

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off