Thread Tools Display Modes
08-04-14, 08:01 PM   #1
Cybeloras
A Fallenroot Satyr
 
Cybeloras's Avatar
AddOn Author - Click to view addons
Join Date: Dec 2009
Posts: 28
Build 18663 changes

Things that changed:
- Custom textures and sounds are back. Rejoice!
- Broken SV number serializer is fixed (http://www.wowinterface.com/forums/s...d.php?p=294745)
- NUM_WORLD_RAID_MARKERS = 8; (use to be 5)
- Cooldown:SetSwipeColor(r, g, b) is a new function.

Things that DIDN'T change:
- GetSpellInfo still returns blank strings, and cost and powerType returns are still gone.
- GameTooltip:SetFrameStack() still throws `invalid key to "next" <in C code>` sometimes. I figured it out finally: http://us.battle.net/wow/en/forum/topic/13733673310#1
- GetInventoryItemsForSlot is still wildly broken (always populates the table with a seemingly random number of items when transmogging).

Last edited by Cybeloras : 08-06-14 at 01:18 PM.
 
08-04-14, 10:15 PM   #2
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2006
Posts: 5,617
Oh, nice timing, my account finally got flagged, and the worst bugs got fixed. I guess I know what I'll be doing at work tomorrow!
__________________
Retired author of too many addons.
Message me if you're interested in taking over one of my addons.
Don’t message me about addon bugs or programming questions.
 
08-04-14, 10:50 PM   #3
Torhal
A Pyroguard Emberseer
 
Torhal's Avatar
AddOn Author - Click to view addons
Join Date: Aug 2008
Posts: 1,196
...working?
__________________
Whenever someone says "pls" because it's shorter than "please", I say "no" because it's shorter than "yes".

Author of NPCScan and many other AddOns.
 
08-05-14, 05:32 PM   #4
Cybeloras
A Fallenroot Satyr
 
Cybeloras's Avatar
AddOn Author - Click to view addons
Join Date: Dec 2009
Posts: 28
GetInventoryItemsForSlot is still broken, too.

For anyone who really, really wants to use transmog, here's a bandaid fix:

Lua Code:
  1. local e,n,c,a,o=next,"GetInventoryItemsForSlot",0,{}o=_G[n]_G[n]=function(s,b,t)o(s,b,t)if t=="transmogrify"then c=0 for _ in e,b do c=c+1 end if not a[s]or a[s][1]<c then a[s]={c,CopyTable(b)}else wipe(b)for k,v in e,a[s][2]do b[k]=v end end end end

Obfuscated to be short enough to fit in a single /run chat command (perfectly - not a single char to spare). It works by caching the longest list of items found for a given slot. If your list of items changes, you will need to reload your UI and re-run the fix in order to transmog those items.
 
08-05-14, 08:53 PM   #5
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2006
Posts: 5,617
Originally Posted by Torhal View Post
...working?
Don't be ridiculous!
__________________
Retired author of too many addons.
Message me if you're interested in taking over one of my addons.
Don’t message me about addon bugs or programming questions.
 
08-06-14, 05:31 AM   #6
eiszeit
A Chromatic Dragonspawn
 
eiszeit's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2007
Posts: 154
Originally Posted by Phanx View Post
Don't be ridiculous!
Wish I had WoW at work, so I could finally finish my oUF layout.
__________________
Lyn • I'm a mess of unfinished thoughts
 
08-06-14, 05:33 AM   #7
Resike
A Pyroguard Emberseer
AddOn Author - Click to view addons
Join Date: Mar 2010
Posts: 1,290
Originally Posted by Phanx View Post
Don't be ridiculous!
Phanx is a professional cat, means that she's sleeping in the couch whole day.

Anyway: good news, it's time to make beta compatibile addons.
 
08-06-14, 06:43 AM   #8
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2006
Posts: 5,617
Originally Posted by Resike View Post
Phanx is a professional cat, means that she's sleeping in the couch whole day.
God, I wish someone would pay me to sleep on the couch (or anywhere) all day. Anyone?
__________________
Retired author of too many addons.
Message me if you're interested in taking over one of my addons.
Don’t message me about addon bugs or programming questions.
 
08-06-14, 07:00 AM   #9
Resike
A Pyroguard Emberseer
AddOn Author - Click to view addons
Join Date: Mar 2010
Posts: 1,290
Things i noticed:

- The animationgroup system seems much more smoother, still a bit choppy under 60fps, or with v-sync enabled.

- They finally (after 1 year) fixed the slider issues!

I made a little comparison video for thoose who think i was delusional about this:

http://www.youtube.com/watch?v=_BJVv...ature=youtu.be
 
 

WoWInterface » Site Forums » Archived Beta Forums » WoD Beta archived threads » Build 18663 changes

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