Sunday, September 9, 2012

Mists of Pandaria Update

Hey, all.

I've been working on getting the UI (and all of the addons I've written) updated for Mists of Pandaria. It's going well, although as expected there have been a fair number of changes. I've also been working on cleaning up a fair amount of the code in my addons and in my kgPanels setup (there are scripts that run for those vehicle panels and stuff, and Blizzard screwed me on those bigtime). The UI should end up running a bit better. I've also fixed some of the graphics in the UI panels, specifically the bag and main menu panels. They added a bunch of main menu buttons and removed the keychain (I know, I know, a long time ago...) so I've fixed the graphics for that.

Some of my favorite addons haven't seen updates yet, so we'll see how that goes.

And having played a bit of the expansion, I'm pretty sure I'm not going to resubscribe. I hope you all dig it, but Kung Fu Panda? Well, it's just not doing it for me.

So anyway, I hope to have an update out this week. I'm moving coming up soon and starting a new job, so I'd bettter get this done quickly. ;)

Cheers,
Daed

Friday, July 27, 2012

Hi.

Well, I got a beta key for Mists of Pandaria, folks, as a WoWAce addon author. So I'll give it my best shot to have the UI working in Mists, if anybody's still using it that is. :)

I'm not playing WoW these days, or any other MMO actually, as my Ph.D. work has ramped up to Hardcore. Trying to finish and all that.

Just thought I'd let you guys know.

Tuesday, December 6, 2011

DaedhirUI 3.2 released.

Get it while it's hot, folks.

Here ya go.

As I mentioned in the last post, I may not be doing much updating of the UI in the future.  The Good News is that the Curse client seems to be working pretty well lately for this stuff.  There are only a few addons that give problems, mainly due to the way some authors do their profile configuration.

You know how some addons will have a separate profile for each toon, which takes its configuration from a default profile that you can't configure?  Yeah, I hate that.  Turns out it's an issue with AceDB, and one of the options for calling it.

For example, in my addon FreeYourResources, there's this line of code that sets up the configuration database:

   self.db = LibStub("AceDB-3.0"):New("FreeYourResourcesDB", defaults, true)

That last function argument, the "true" in the parentheses, tells AceDB to load the addon with the default profile.  This allows you to configure the default profile on one toon, and then it's loaded automatically for every other toon you load up.

Some authors leave off this "true" argument, and that makes it so that the addon author's defaults, not yours, are the ones that are loaded for each toon.  So you either have to copy a profile from a toon where you've configured it, or reconfigure the whole thing from scratch.  This is why I was using Reflux in previous versions, but now hopefully that step isn't necessary anymore.

So I've added that "true" argument to some of the addons to make it easier.  SexyMap, SCT, ClassTimer, and a few others.

So when the Curse updater tells you an addon's modified, that's why.

Well, I've also done some aesthetic stuff to Dominos.  I may ask Tuller if he'll merge my changes.  I like 'em. :)

Anyway, there it is.  Sorry it took so insanely long, but as I said, life has been pretty weird for me lately.

If anybody's interested in taking over maintenance of this beast, lemme know.  We can talk about it.

Thursday, December 1, 2011

Update on the way

Hi, all.

Sorry I've been absent for so long.  I've had some not so fun personal stuff going on, and have not been playing WoW much lately.  But I'm working on getting an update of the UI going so that I can get it to you guys.

I know that some of the addons have been updated so they don't work in the current version that's on WoWInterface.  But I have most of the UI working in 4.3, and I'm just waiting on an update for Auctioneer before I post the update.

I know many of you have probably given up on me, and I don't blame you.  But I will have a UI update posted within the next week.

FYI, I'm going to be playing The Old Republic when it comes out, so I don't know how much I'll be keeping up with the UI after this upcoming update.  I'm also trying to get my Ph.D. finished up this spring, which requires lots of time and work.  But I plan to keep raiding Wednesday nights with my guild, so I'll do what I can.

Tuesday, February 8, 2011

DaedhirUI 3.1 released

Hey, everybody.  With the new patch (4.0.6) I figured I should give you guys an update.  Usual caveats apply, back up your stuff, probably do a clean install, don't blame me if the light bulb in the lamp on your desk bursts into flames, etc.

Get it here.

I added some nice border textures for buttons and tooltips, and I moved the bag bar and menu buttons so that they don't clash with the Blizzard raid panel.  I lead some of my guild's raids, and I just found that the new Blizzard raid panel is good stuff, even with Grid.  I just hide the Blizzard raid frames but keep the panel with all of the world markers, role check button and that kinda stuff.

Enjoy, and let me know if something doesn't work.

Oh, and I do know that Round3DPortraits is throwing some taint errors.  It's on my todo list, but so is submitting my thesis proposal for my Ph.D.  You can guess which is the higher priority right now. :P

Tuesday, November 16, 2010

If your UI looks weird after patch 4.0.3...

Go into your video settings once you have loaded a character in game.  You will need to re-enable the UI scale feature by checking the box.  Hit Apply, and everything should be back where it was.  You may have to move DockingStation back to where it was.

Hope everybody's enjoying the new content in game.

Saturday, October 16, 2010

Update version 3.0.1 released

I've put another update on WoWInterface.  This one has some nice new bells and whistles, and I was able to incorporate some of the crucial addons that were missing.  We have our trade skill window back now, and I've included a new auction addon, Auctionator.  I like it so far.

I've also switched to Deus Vox Encounters after having it recommended to me by a few people.  I like it so far.  If you miss BigWigs, you can obviously download it from curse.

I've also written a new addon, just submitted to wowace, that is included with the new version.  If you're a Boomkin, Paladin, or Warlock you'll notice it right away. :)  I'll post links to my addons (I've written three now!) once this one's been approved.

You can find the new UI here, as usual.

Enjoy with your favorite frosty beverage.