As you may or may not know (Probably the latter :P), I have been working on a set of utility libraries that will provide handly functions.
It's split into 7 parts: Cash, Item, Maths, Misc, String, Table and Unit.
Currently, I'm only requesting comments on the Maths module because that's where the work is being done right now, and I haven't really thought about the other modules yet.
Information about the maths module can be found here on the Wiki.
Neronix, while I can't comment on the math functions yet, I'm very interested in your unit plans. Will you only provide basic stuff like UnitDamage(unit) and UnitPct(unit), or are you also planning to add some roster features?
I've spent days on the code for always having a complete roster table by name, including pets, and I assume lots of mods need such information (basically any unit frame mod does, plus probably a bunch of others). So in case you're interested to add some roster features, you might want to take a look at /trunk/Squishy/roster.lua - I'd also opt in to help converting these functions to a library.
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
As you may or may not know (Probably the latter :P), I have been working on a set of utility libraries that will provide handly functions.
It's split into 7 parts: Cash, Item, Maths, Misc, String, Table and Unit.
Currently, I'm only requesting comments on the Maths module because that's where the work is being done right now, and I haven't really thought about the other modules yet.
Information about the maths module can be found here on the Wiki.
All feedback appreciated.
I've spent days on the code for always having a complete roster table by name, including pets, and I assume lots of mods need such information (basically any unit frame mod does, plus probably a bunch of others). So in case you're interested to add some roster features, you might want to take a look at /trunk/Squishy/roster.lua - I'd also opt in to help converting these functions to a library.