r59

Details

  • Filename
    Utopia-r59.zip
  • Uploaded by
  • Uploaded
    May 5, 2009
  • Size
    188.46 KB
  • Downloads
    50
  • MD5
    20d5a513b2ed6aca721f34d16bc9bbe9

Supported WoW Retail Versions

  • 3.1.0

Changelog

------------------------------------------------------------------------
r59 | Zeksie | 2009-05-05 19:21:17 +0000 (Tue, 05 May 2009) | 1 line
Changed paths:
   M /trunk/Utopia.lua

Utopia: oop. talent fix for self.
------------------------------------------------------------------------
r58 | Zeksie | 2009-05-05 18:58:42 +0000 (Tue, 05 May 2009) | 1 line
Changed paths:
   M /trunk/Locales/localization.lua
   M /trunk/Utopia.lua
   M /trunk/data.lua
   M /trunk/details.lua

Utopia: Fixed reading in wrong talent page occasionally. Some validation on received talents, to cope with occasional bad input from Libs. And a button to toggle automatic mode.
------------------------------------------------------------------------
r57 | Zeksie | 2009-05-03 20:29:01 +0000 (Sun, 03 May 2009) | 1 line
Changed paths:
   M /trunk/Utopia.lua
   M /trunk/data.lua
   M /trunk/details.lua

Utopia: Added Improved Moonkin Form trigger for Moonkin Aura, and fixed a problem with details viewing on some spells.
------------------------------------------------------------------------
r55 | Zeksie | 2009-05-03 15:03:09 +0000 (Sun, 03 May 2009) | 1 line
Changed paths:
   M /trunk/Locales/localization.lua
   M /trunk/Utopia.lua

Utopia: Added setting for part active colour.
------------------------------------------------------------------------
r54 | Zeksie | 2009-05-02 18:21:14 +0000 (Sat, 02 May 2009) | 1 line
Changed paths:
   M /trunk/Locales/localization.lua
   M /trunk/Utopia.lua

Utopia: Added auto mode switching option (debuffs in combat, buffs ooc), and tweaked the Bloodlust cooldown display.
------------------------------------------------------------------------
r53 | Zeksie | 2009-04-27 12:25:10 +0000 (Mon, 27 Apr 2009) | 1 line
Changed paths:
   M /trunk/Utopia.lua
   M /trunk/data.lua
   M /trunk/funcs.lua

Utopia: Some sanity checking for talents, re-fetching if invalid. Shouldn't now prompt wrong person to debuff a missing thing (a curse if warlocks have other active curses etc.). Bloodlust Icon will show earliest available cooldown (If it's detectable, from when someone last cast it. We can't tell what happens out of sight), Will show greater value of Sated or minimum cooldown. Fixed icon selection options.
------------------------------------------------------------------------
r52 | Zeksie | 2009-04-23 10:29:14 +0000 (Thu, 23 Apr 2009) | 1 line
Changed paths:
   M /trunk/data.lua

Utopia: Corrected Improved Shadow Bolt to Shadow Mastery.
------------------------------------------------------------------------
r51 | Zeksie | 2009-04-23 10:24:33 +0000 (Thu, 23 Apr 2009) | 2 lines
Changed paths:
   M /trunk/Locales/localization.lua
   M /trunk/Utopia.lua
   M /trunk/data.lua

Utopia: Initial coding done for buff request whispering. Right click on a red icon to whisper an appropriate player to buff/debuff that slot. Currently it does not take into account exclusive buffs such as Warlock curses, so currently if a warlock has a curse, it may well ask them to debuff another curse. This will be addressed soon.
Mousing over Bloodlust icon will show the cooldown (or Ready), whichever is the greater of Sated or BL cooldowns.
------------------------------------------------------------------------
r50 | Zeksie | 2009-04-22 13:54:02 +0000 (Wed, 22 Apr 2009) | 1 line
Changed paths:
   M /trunk/Utopia.lua

Utopia: Fixed a memory usage issue, was updating roster forever, doh. Changed the fading in/out hover button to the new animation system. It's got a glitch the first time you hover over Utopia's frame and I'm not sure yet whether that's a bug with wow or me. I'm putting my money on WoW though. If you want to look at it, the groups are created at line 1093 onwards. The fadeout works fine, but the fade in doesn't fade the first time, just pops on. And, I had to add a manual OnUpdate to get it to actually change the region alpha.
------------------------------------------------------------------------
r49 | Zeksie | 2009-04-22 13:00:03 +0000 (Wed, 22 Apr 2009) | 1 line
Changed paths:
   M /trunk/Locales/localization.lua
   M /trunk/Utopia.lua
   M /trunk/Utopia.toc
   M /trunk/data.lua
   M /trunk/details.lua
   D /trunk/engine.lua

Utopia: Removed pre-3.1 compatibility code. Basic options to select which icons to show, plus an automatic mode which shows what is probably of interest to your class and role (More and better config for this to come). Fixed a couple of talent triggers.
------------------------------------------------------------------------
r48 | Zeksie | 2009-04-18 15:59:09 +0000 (Sat, 18 Apr 2009) | 1 line
Changed paths:
   M /trunk/Utopia.lua

Utopia: Fix spell source not showing up in mouseover tooltips for buffs with alternate names (Blessing vs Greater Blessings for example).
------------------------------------------------------------------------
r47 | durcyn | 2009-04-17 02:33:38 +0000 (Fri, 17 Apr 2009) | 1 line
Changed paths:
   M /trunk/data.lua

fix spell crit chance taken and spell damage taken debuffs for 3.1 changes
------------------------------------------------------------------------
r46 | Zeksie | 2009-04-15 18:34:05 +0000 (Wed, 15 Apr 2009) | 1 line
Changed paths:
   M /trunk/Utopia.lua

Utopia: Fix talent switch detect. (really).
------------------------------------------------------------------------
r45 | Zeksie | 2009-04-15 17:52:32 +0000 (Wed, 15 Apr 2009) | 1 line
Changed paths:
   M /trunk/Utopia.lua

Utopia: Fix talent switch detect.
------------------------------------------------------------------------
r44 | Zeksie | 2009-04-15 17:07:20 +0000 (Wed, 15 Apr 2009) | 1 line
Changed paths:
   M /trunk/Utopia.lua
   M /trunk/Utopia.toc
   M /trunk/data.lua
   M /trunk/engine.lua
   M /trunk/funcs.lua

Utopia: TOC Bump.
------------------------------------------------------------------------
r43 | Zeksie | 2009-03-26 16:03:27 +0000 (Thu, 26 Mar 2009) | 1 line
Changed paths:
   M /trunk/Utopia.lua
   M /trunk/data.lua
   M /trunk/details.lua
   M /trunk/engine.lua

Utopia: PTR fixes. For 3.1 I've done away with engine.lua and can now directly (and more reliably) check unit auras directly now that the source caster unitid is included. Mappings for special spells also now work correctly (ie: Devotion Aura -> Improved Devotion Aura). This is only fixed for 3.1, not live.
------------------------------------------------------------------------

Additional Files

Type Name Size Uploaded Game Version Downloads
42.55 KB May 5, 2009 3.1.0 17