r166

Details

  • Filename
    RaidChecklist-r166.zip
  • Uploaded by
  • Uploaded
    Sep 4, 2012
  • Size
    171.60 KB
  • Downloads
    70
  • MD5
    cf36b579a81305de7d14dfdadf0dcfc9

Supported WoW Retail Versions

  • 5.0.4

Changelog

------------------------------------------------------------------------
r166 | anyia3 | 2012-09-04 13:21:45 +0000 (Tue, 04 Sep 2012) | 3 lines
Changed paths:
   M /trunk/.pkgmeta

Fixed typo.

------------------------------------------------------------------------
r165 | anyia3 | 2012-09-04 13:06:01 +0000 (Tue, 04 Sep 2012) | 5 lines
Changed paths:
   M /trunk/locale_enUS.lua
   M /trunk/providers.lua

Updated to deal with new LibGroupInSpecT data format.

Minor update to locale key as a note to self.

------------------------------------------------------------------------
r164 | anyia3 | 2012-09-03 12:20:17 +0000 (Mon, 03 Sep 2012) | 6 lines
Changed paths:
   M /trunk/providers.lua

Updated to handle LibGroupInSpecT changes.

Also, pull more information from the table provided by LibGroupInSpecT rather
than look it up with an API call again.

------------------------------------------------------------------------
r163 | anyia3 | 2012-09-03 12:17:22 +0000 (Mon, 03 Sep 2012) | 5 lines
Changed paths:
   M /trunk/petproviders.lua

Fixed issue with pets not being removed when leaving the group.

Also, guard against "Unknown" and avoid string regex manipulation.

------------------------------------------------------------------------
r162 | anyia3 | 2012-09-02 13:55:40 +0000 (Sun, 02 Sep 2012) | 5 lines
Changed paths:
   M /trunk/petproviders.lua
   M /trunk/providers.lua

Fixed regression with not showing inspection progress.

Forcefully evicting pets whose owner is no longer in the group.

------------------------------------------------------------------------
r161 | anyia3 | 2012-09-02 12:09:50 +0000 (Sun, 02 Sep 2012) | 3 lines
Changed paths:
   M /trunk/petproviders.lua

Use correct group unit names.

------------------------------------------------------------------------
r160 | anyia3 | 2012-09-02 10:18:54 +0000 (Sun, 02 Sep 2012) | 3 lines
Changed paths:
   M /trunk/main.lua

Removed code which is now available from LibGroupInSpecT.

------------------------------------------------------------------------
r159 | anyia3 | 2012-09-02 10:05:05 +0000 (Sun, 02 Sep 2012) | 3 lines
Changed paths:
   M /trunk/providers.lua

Improved handling of yet-to-be-scanned GUIDs.

------------------------------------------------------------------------
r158 | anyia3 | 2012-09-02 10:00:59 +0000 (Sun, 02 Sep 2012) | 6 lines
Changed paths:
   M /trunk/data.lua
   M /trunk/lists.lua
   M /trunk/locale_enUS.lua

Major database update.

Split off Bloodlust/Mana-regen into a Support group, and also added combat
resurrection. This makes the Buffs group consistent with the Blizzard UI.

------------------------------------------------------------------------
r157 | anyia3 | 2012-09-02 09:09:08 +0000 (Sun, 02 Sep 2012) | 5 lines
Changed paths:
   M /trunk/locale_enUS.lua

And yet some more pet families that I'd missed.

This expansion should be called "Mists of Petopia"...

------------------------------------------------------------------------
r156 | anyia3 | 2012-09-02 08:55:56 +0000 (Sun, 02 Sep 2012) | 3 lines
Changed paths:
   M /trunk/locale_enUS.lua

Added a bunch of missing pet family names.

------------------------------------------------------------------------
r155 | anyia3 | 2012-09-02 08:52:51 +0000 (Sun, 02 Sep 2012) | 3 lines
Changed paths:
   M /trunk/stableproviders.lua

Prevent error on unknown pet family in the stable.

------------------------------------------------------------------------
r154 | anyia3 | 2012-09-02 01:21:53 +0000 (Sun, 02 Sep 2012) | 5 lines
Changed paths:
   M /trunk/providers.lua

Stopped assuming we can always get a unit from a guid.

At least in this one place...

------------------------------------------------------------------------
r153 | anyia3 | 2012-09-02 01:01:09 +0000 (Sun, 02 Sep 2012) | 6 lines
Changed paths:
   M /trunk
   M /trunk/.pkgmeta
   D /trunk/LocalLibs
   M /trunk/data.lua
   M /trunk/embeds.xml
   M /trunk/locale_enUS.lua
   M /trunk/main.lua
   M /trunk/petproviders.lua
   M /trunk/providers.lua

Switched to using external LibGroupInSpecT.

Partial database update. Death Knight abilities should now be up to date,
and most talents should be correct as well.

------------------------------------------------------------------------
r152 | Anyia3 | 2012-09-01 11:18:41 +0000 (Sat, 01 Sep 2012) | 14 lines
Changed paths:
   M /trunk
   A /trunk/LocalLibs
   A /trunk/LocalLibs/LibGroupInSpecT-0.1
   A /trunk/LocalLibs/LibGroupInSpecT-0.1/LibGroupInSpecT-0.1.lua
   A /trunk/LocalLibs/LibGroupInSpecT-0.1/lib.xml
   M /trunk/RaidChecklist.toc
   M /trunk/class_color.lua
   M /trunk/data.lua
   M /trunk/embeds.xml
   M /trunk/locale_enUS.lua
   M /trunk/petproviders.lua
   M /trunk/providers.lua

Major rewrite for MoP.

Replaced the old LibTalentQuery/LibGroupTalents libraries with freshly written
LibGroupInSpecT library (to be forked off into its own project).

Updated logic to deal with new information received from LibGroupInSpecT.

Lots of localization changes, specialization names are now automatically looked
up!

Database still needing lots of review/updates/fixes.

------------------------------------------------------------------------
r151 | Anyia3 | 2012-08-31 11:56:15 +0000 (Fri, 31 Aug 2012) | 11 lines
Changed paths:
   M /trunk/data.lua
   M /trunk/lists.lua
   M /trunk/locale_enUS.lua
   M /trunk/main.lua

First round of Pandamonium.

The Buffs & Debuffs sections of the database have been redone and should be
correct at this point. Other sections have only had a cursory review so far.

The advanced lists have been pruned and touched up to look decent with the
new buff/debuff category counts.

New pet family names have been added (enUS only so far).

------------------------------------------------------------------------