WoWInterface

WoWInterface (https://www.wowinterface.com/forums/index.php)
-   Released AddOns (https://www.wowinterface.com/forums/forumdisplay.php?f=9)
-   -   New Addon - SyLevel! Item levels on your slots! (https://www.wowinterface.com/forums/showthread.php?t=47587)

suicidalkatt 08-10-13 04:42 AM

New Addon - SyLevel! Item levels on your slots!
 
Just released !SyLevels after a few weeks of rewriting a lot of the framework of oGlow ( with permission ).

Check it out!

http://www.wowinterface.com/download...o.php?id=22452

!SyLevel
Is a lightweight addon which displays item level text on your item slots. It offers support for addon authors wanting to include functionality in their addons.
Features:
  • Customizable display locations (listed below)
  • Customizable filter to limit display on item levels below a level you set.
  • Chose from one of four possible coloring options.
  • Embedded LibItemUpgradeInfo-1.0 to ensure accurate item levels are displayed.
  • Expandable to your addon (aimed at addon authors if you are one).

Display Locations:
  • Bags
  • Bank Window
  • Character
  • Character Equipment Flyout
  • Guild Bank Window
  • Inspect Window
  • Loot Window
  • Mail Window
  • Merchant Window
  • Profession Window
  • Trade Window
  • Void Storage Window

This is an initial version so please feel free to leave any feedback in the comments and I'll be sure to respond!

A special thanks to haste for allowing me to use the framework of his addon oGlow

humfras 08-10-13 07:14 AM

Nicely done as you promised in the pm ;)
I've changed the InventoryItemLevel page accordingly.

ToDo:
Custom point/anchors
Custom scaling/fontsize (maybe individually per location)

suicidalkatt 08-10-13 07:29 AM

Quote:

Originally Posted by humfras (Post 282852)
Nicely done as you promised in the pm ;)
I've changed the InventoryItemLevel page accordingly.

ToDo:
Custom point/anchors
Custom scaling/fontsize (maybe individually per location)

Yea I'll probably be doing that sooner or later.

You can always edit it personally in the 'displays/text.lua' file.

Some of the major changes I made to the framework was the pipe for Bags and the option ordering since it wasn't alphabetized (kinda bothered me with oGlow).

I think it's come out pretty sharp. I really need to update the coloring methods and some of the instrumentation.

Edit: lol... pipe for bags.. bag pipe.

humfras 08-10-13 07:49 AM

Quote:

Originally Posted by suicidalkatt (Post 282854)
Yea I'll probably be doing that sooner or later.

You can always edit it personally in the 'displays/text.lua' file.

Some of the major changes I made to the framework was the pipe for Bags and the option ordering since it wasn't alphabetized (kinda bothered me with oGlow).

I think it's come out pretty sharp. I really need to update the coloring methods and some of the instrumentation.

I was talking about enhancing the ingame options ;) Editing the source files isn't a problem for me but it would be a great comfortable functionality for less advanced users. No need to rush!
Regarding coloring, I was testing an "if ilvl is equal or above this number, color with..." functionality on IIL, which I thought would be a good option for custom coloring.


Quote:

Originally Posted by suicidalkatt (Post 282854)
[...]Edit: lol... pipe for bags.. bag pipe.

piob mhor
This made me listen to my 'Best of Scottish Pipes and Drums' CD again :rolleyes:

suicidalkatt 08-10-13 08:14 AM

Quote:

Originally Posted by humfras (Post 282855)
I was talking about enhancing the ingame options ;) Editing the source files isn't a problem for me but it would be a great comfortable functionality for less advanced users. No need to rush!
Regarding coloring, I was testing an "if ilvl is equal or above this number, color with..." functionality on IIL, which I thought would be a good option for custom coloring.

I'll probably end up doing something to that end. I'll have dropdowns a set of editboxes / dropdowns with perhaps an amount of steps you'd like to define.

Phanx 08-10-13 09:02 PM

Code:

## Title: !Sy|cff5CB3FFLevel|r
Can you please not use random symbols and color codes in your TOC title? It's extremely annoying to have an addon list that looks like unicorn vomit and has half the addons in completely random order because symbols and color codes are ruining the alphabetical ordering.

suicidalkatt 08-11-13 04:31 AM

Quote:

Originally Posted by Phanx (Post 282870)
Code:

## Title: !Sy|cff5CB3FFLevel|r
Can you please not use random symbols and color codes in your TOC title? It's extremely annoying to have an addon list that looks like unicorn vomit and has half the addons in completely random order because symbols and color codes are ruining the alphabetical ordering.

I prefer to have my own personal addons at the top of my list. No law against how AddOns are titled :U

Phanx 08-11-13 08:01 PM

There's a reason lists are sorted alphabetically -- it's so people can quickly and easily find things in the list, without having to read every item individually. If I want to disable an addon called "SyLevel", I expect to find it near the end of the "S" section of the addon list -- not at the very top before the "A" section because you put a random symbol in front of its name, or at the very end after the "Z" section because you wrapped the whole name in a color code. Maybe you expect your "own personal addons" to be at the top of your list, but the people who download your addon and use it alongside addons written by dozens of other people who are just as (un)important as you expect it to be alphabetzied like all those other addons.

Plus, if every addon author decides they need to fluff their e-peen by prefixing their TOC titles with random symbols to force their addons to the top of the list, then there is no order at all -- nothing is at the top, and nobody wins. You're not more important than other addon authors, and you're not more important than your users. If you want your addons to be at the top of the list, give them names that start with the letter "A".

Seerah 08-11-13 08:27 PM

#1. http://www.wowinterface.com/forums/s...84&postcount=2

You don't have to use the addon. If you're offering constructive criticism, then follow the DBAD rule for life. Or the Golden Rule. Whichever makes you feel warm and fluffy inside.

suicidalkatt 08-15-13 07:23 PM

Now available for Tukui and ElvUI:

zork 08-16-13 02:11 AM

I'm using the addon and I like it. One suggestion though since you are running a GUI already.

Can you bring the font values from "display/text.lua" to the GUI? I had to change font family and font size manually via lua editing.

@Seerah
Thanks.

suicidalkatt 08-16-13 03:53 AM

Quote:

Originally Posted by zork (Post 283136)
I'm using the addon and I like it. One suggestion though since you are running a GUI already.

Can you bring the font values from "display/text.lua" to the GUI? I had to change font family and font size manually via lua editing.

@Seerah
Thanks.

I already have some accommodations coming soon. I'm just looking for the proper way to make a nested drop down menu for large font lists from shared media. Don't want lists running off of the screen.

I've done a bit of optimizing as well.

suicidalkatt 08-18-13 08:13 AM

Now available for Bagnon users!

Additional thanks to ckaotik for his/her original code.

pelf 08-18-13 05:45 PM

Quote:

Originally Posted by Phanx (Post 282870)
Can you please not use random symbols and color codes in your TOC title?

I've always looked at this as a issue with the sorting rather than an issue with using colors in the names. I like the use of colors to emphasize portions of addon names. The markup should just be stripped for the sort.

suicidalkatt 08-19-13 04:12 AM

Quote:

Originally Posted by pelf (Post 283227)
I've always looked at this as a issue with the sorting rather than an issue with using colors in the names. I like the use of colors to emphasize portions of addon names. The markup should just be stripped for the sort.

The fact that I incorporate the '!' is the only reason why my addon comes up at the top, coloring doesn't even come into play since I don't color the first characters.

The addon list is alphabetical yet still based on something similar to the ASCII ordering: http://www.asciitable.com/

Just so happens that "!" is the first 'alphabetically'.


All times are GMT -6. The time now is 12:58 AM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2004 - 2022 MMOUI