4.0.0beta14

Details

  • Filename
    RaidChecklist-4.0.0beta14.zip
  • Uploaded by
  • Uploaded
    Oct 30, 2010
  • Size
    85.74 KB
  • Downloads
    116
  • MD5
    58c8e0205a83177068ce3d39c0e03595

Supported WoW Retail Versions

  • 4.0.1

Changelog

------------------------------------------------------------------------
r48 | anyia3 | 2010-10-30 10:51:30 +0000 (Sat, 30 Oct 2010) | 1 line
Changed paths:
   A /tags/4.0.0beta14 (from /trunk:47)

Tagging as 4.0.0beta14, now with inspection indicator light as intended.
------------------------------------------------------------------------
r47 | Anyia3 | 2010-10-30 10:50:35 +0000 (Sat, 30 Oct 2010) | 3 lines
Changed paths:
   A /trunk/Textures/light.tga

* Adding obligatory missing file. Sigh.

------------------------------------------------------------------------
r45 | Anyia3 | 2010-10-30 07:18:25 +0000 (Sat, 30 Oct 2010) | 8 lines
Changed paths:
   M /trunk/locale_enUS.lua
   M /trunk/main.lua

* Better visibility of the inspection process. Now has a small blinking light
  while someone is being inspected (i.e. the inspection request has been sent,
  now waiting for the response).
  Also improved the tooltip for the missing-talents-for window - it now shows
  the name of the unit being inspected, if there is an outstanding inspection
  request.

------------------------------------------------------------------------
r44 | Anyia3 | 2010-10-30 03:46:49 +0000 (Sat, 30 Oct 2010) | 4 lines
Changed paths:
   M /trunk/config.lua
   M /trunk/locale_enUS.lua
   M /trunk/main.lua

* Added ability to filter based on raid group. Abilities only provided by
  raid members from a filtered group show in blue rather than green.

------------------------------------------------------------------------
r43 | Anyia3 | 2010-10-30 02:46:49 +0000 (Sat, 30 Oct 2010) | 3 lines
Changed paths:
   M /trunk/main.lua

* Undo search-n-replace damage that got committed by mistake.

------------------------------------------------------------------------
r42 | Anyia3 | 2010-10-30 02:39:17 +0000 (Sat, 30 Oct 2010) | 4 lines
Changed paths:
   M /trunk/locale_enUS.lua
   M /trunk/main.lua

* Now also tracking and showing offline people, and marking abilities provided
  only by offline people as red.

------------------------------------------------------------------------
r41 | Anyia3 | 2010-10-29 23:53:13 +0000 (Fri, 29 Oct 2010) | 3 lines
Changed paths:
   M /trunk/providers.lua

* Fix for ticket #6, Prot Warrior not recognized.

------------------------------------------------------------------------
r39 | Anyia3 | 2010-10-26 00:17:05 +0000 (Tue, 26 Oct 2010) | 3 lines
Changed paths:
   M /trunk/locale_deDE.lua

* Fixed Ghoul->Ghul in the German locale.

------------------------------------------------------------------------
r37 | Anyia3 | 2010-10-24 11:51:20 +0000 (Sun, 24 Oct 2010) | 4 lines
Changed paths:
   M /trunk/locale_deDE.lua
   M /trunk/locale_enUS.lua
   M /trunk/main.lua
   M /trunk/petproviders.lua
   M /trunk/providers.lua

* Updated non-cc abilities from Malazee's latest updates.
  CC/PvP abilities still being discussed how to best group and display them.

------------------------------------------------------------------------
r36 | Anyia3 | 2010-10-24 11:21:08 +0000 (Sun, 24 Oct 2010) | 3 lines
Changed paths:
   M /trunk/locale_deDE.lua

* Typo fix.

------------------------------------------------------------------------
r34 | Anyia3 | 2010-10-24 11:16:15 +0000 (Sun, 24 Oct 2010) | 6 lines
Changed paths:
   M /trunk/petproviders.lua

* Filter out units whose pets we don't care about (i.e. everything except the
  player, party members and raid members). This should hopefully take care of
  the situation where "unknown" units are listed a providing a particular
  ability.

------------------------------------------------------------------------
r33 | Anyia3 | 2010-10-24 11:06:36 +0000 (Sun, 24 Oct 2010) | 3 lines
Changed paths:
   M /trunk/config.lua
   M /trunk/locale_deDE.lua

* Merged in German translations provided by Morrtin.

------------------------------------------------------------------------
r32 | Anyia3 | 2010-10-22 09:01:54 +0000 (Fri, 22 Oct 2010) | 4 lines
Changed paths:
   M /trunk/main.lua
   M /trunk/providers.lua

* Listed innervate as only balance/resto druid, since feral innervate is mostly
  useless these days.

------------------------------------------------------------------------
r30 | Anyia3 | 2010-10-22 08:18:32 +0000 (Fri, 22 Oct 2010) | 10 lines
Changed paths:
   M /trunk/config.lua
   M /trunk/ldb.lua
   M /trunk/locale_deDE.lua
   M /trunk/locale_enUS.lua
   M /trunk/locale_esES.lua
   M /trunk/locale_frFR.lua
   M /trunk/locale_ruRU.lua
   M /trunk/main.lua
   M /trunk/petproviders.lua
   M /trunk/providers.lua

* Redid the way strings for locales are handled.
  Hopefully this should stop it from throwing errors because something hasn't
  yet been localized.

* If we're being run in a locale we know nothing about, print a warning about
  it and then exit gracefully rather than crash and burn.

* Monkey love.

------------------------------------------------------------------------
r29 | Anyia3 | 2010-10-22 07:24:47 +0000 (Fri, 22 Oct 2010) | 4 lines
Changed paths:
   M /trunk/locale_frFR.lua

* Fix metatable fallback bug.
  I should have learned to not check stuff in too late at night...

------------------------------------------------------------------------
r27 | Anyia3 | 2010-10-21 15:06:49 +0000 (Thu, 21 Oct 2010) | 3 lines
Changed paths:
   M /trunk/locale_frFR.lua

* Corrected one entry in the pet families for the frFR locale.

------------------------------------------------------------------------
r26 | Anyia3 | 2010-10-21 08:19:41 +0000 (Thu, 21 Oct 2010) | 3 lines
Changed paths:
   M /trunk/RaidChecklist.toc
   M /trunk/config.lua
   A /trunk/locale_frFR.lua

* First pass of a French translation, provided by Threepwoood.

------------------------------------------------------------------------
r25 | Anyia3 | 2010-10-21 08:18:44 +0000 (Thu, 21 Oct 2010) | 6 lines
Changed paths:
   M /trunk/main.lua

* Don't fail horribly if the name for a guid isn't available.
  It seems there might be a race between petproviders and providers somehow,
  which might go back to the whole mess with Inspection not working at the
  moment.

------------------------------------------------------------------------
r23 | Anyia3 | 2010-10-20 10:09:58 +0000 (Wed, 20 Oct 2010) | 5 lines
Changed paths:
   M /trunk/locale_enUS.lua
   M /trunk/main.lua
   M /trunk/petproviders.lua
   M /trunk/providers.lua

* Corrections merged from Malazee's spreadsheet update 20-Oct-2010.

* Added dispels/cures, from Malazee's update.

------------------------------------------------------------------------
r22 | Anyia3 | 2010-10-20 09:14:39 +0000 (Wed, 20 Oct 2010) | 3 lines
Changed paths:
   M /trunk/main.lua

* Fix leakage of L/P variables into global.

------------------------------------------------------------------------
r20 | Anyia3 | 2010-10-18 12:26:30 +0000 (Mon, 18 Oct 2010) | 20 lines
Changed paths:
   M /trunk
   M /trunk/.pkgmeta
   M /trunk/RaidChecklist.toc
   A /trunk/Textures
   A /trunk/Textures/button.tga
   A /trunk/bindings.xml
   A /trunk/config.lua
   M /trunk/embeds.xml
   A /trunk/ldb.lua
   M /trunk/locale_enUS.lua
   M /trunk/main.lua
   M /trunk/petproviders.lua

* Custom button graphics.

* DataBroker integration.

* Configuration support via right-click, or the usual Esc->Interface->AddOns.
  Options:
  - Lock the anchor button so it doesn't get moved by accident.
  - Hide the anchor button altogether (handy together with DataBroker).
  - Direction to open the checklist in, relative to the anchor button.
    It is now possible to e.g. have the anchor along the bottom right of the
    screen, hidden, and have the raid checklist pop up in the bottom right
    corner.
    If you prefer, you can also move the button up to your minimap and lock it
    there.

* Keybinding to toggle the raid checklist. Available from the usual place.

* Bugfix for German locale. Should hopefully fix ticket #1.

------------------------------------------------------------------------
r18 | Anyia3 | 2010-10-16 12:09:51 +0000 (Sat, 16 Oct 2010) | 9 lines
Changed paths:
   M /trunk/RaidChecklist.toc
   A /trunk/locale_deDE.lua
   M /trunk/locale_enUS.lua
   A /trunk/locale_esES.lua
   A /trunk/locale_ruRU.lua
   M /trunk/petproviders.lua

* Tentative support for German, Spanish and Russian clients.
  As suggested by 'cremor' from the WowAce forums, I grabbed the translations
  for the pet families from Wowhead. I had to make some guesses as the
  database wasn't complete however.

  Please report any "RaidChecklist: missing family 'blah'" you see, so that I
  can correct any mistakes (and I'll be surprised if there aren't any).

------------------------------------------------------------------------
r16 | Anyia3 | 2010-10-15 13:02:58 +0000 (Fri, 15 Oct 2010) | 3 lines
Changed paths:
   M /trunk/locale_enUS.lua
   M /trunk/petproviders.lua

* Found the (or at least 'a') missing pet family (Water Elemental).

------------------------------------------------------------------------
r15 | Anyia3 | 2010-10-15 12:08:21 +0000 (Fri, 15 Oct 2010) | 3 lines
Changed paths:
   M /trunk/main.lua

* Fixed duplicate "disarm" entry.

------------------------------------------------------------------------
r13 | Anyia3 | 2010-10-15 12:03:27 +0000 (Fri, 15 Oct 2010) | 4 lines
Changed paths:
   M /trunk/providers.lua

* Gah, managed to leave a half-commented out debug entry in there when I
  was cleaning up for a beta release.

------------------------------------------------------------------------
r11 | Anyia3 | 2010-10-15 11:30:07 +0000 (Fri, 15 Oct 2010) | 3 lines
Changed paths:
   M /trunk/.pkgmeta

* Disabled nolib creation.

------------------------------------------------------------------------
r10 | Anyia3 | 2010-10-15 11:28:17 +0000 (Fri, 15 Oct 2010) | 6 lines
Changed paths:
   M /trunk/locale_enUS.lua
   M /trunk/main.lua
   M /trunk/petproviders.lua
   M /trunk/providers.lua

* Added the PvP / Crowd control section from Malazee's spreadsheet.
  Needs to be augmented with traps/poly/banish/etc.

* Fixed minor alignment issues with the list frames.

------------------------------------------------------------------------
r8 | Anyia3 | 2010-10-14 14:23:50 +0000 (Thu, 14 Oct 2010) | 8 lines
Changed paths:
   M /trunk/locale_enUS.lua
   M /trunk/main.lua
   M /trunk/petproviders.lua
   M /trunk/providers.lua

* Added a small frame below the main lists to show which players still need
  to be inspected to receive talent information. This frame doesn't auto-grow,
  but if "moused over" will show a tooltip with all the player names.

* Encountered what seemed to be an unknown pet family, but couldn't reproduce
  it. Now have a debug print in there to nail it if I run into it again.

------------------------------------------------------------------------
r6 | Anyia3 | 2010-10-14 07:42:31 +0000 (Thu, 14 Oct 2010) | 3 lines
Changed paths:
   M /trunk/.pkgmeta

* Added missing libs for the packaging.

------------------------------------------------------------------------
r4 | Anyia3 | 2010-10-12 12:12:23 +0000 (Tue, 12 Oct 2010) | 7 lines
Changed paths:
   M /trunk/providers.lua

* Update the display as soon as we become aware of a new player/unit.
  Even though we don't get the talent tree information until within inspect
  range (or via the addon comms), we can at least update the status of
  (de)buffs that are provided by that class.
  This makes the addon feel a lot more responsive.

------------------------------------------------------------------------
r3 | Anyia3 | 2010-10-12 11:54:14 +0000 (Tue, 12 Oct 2010) | 11 lines
Changed paths:
   M /trunk/RaidChecklist.toc
   A /trunk/class_color.lua
   M /trunk/locale.lua
   M /trunk/locale_enUS.lua
   M /trunk/main.lua
   A /trunk/petproviders.lua
   M /trunk/providers.lua

* Tentative pet detection support. Needs testing in group/raid, but the
  battlegrounds are down on the PTR, and all the main realms are down for
  maintenance - argh.

  Properly detects and maps (de)buffs for player pet at least. :)

* Massive code cleanup, including some refactoring.

* String localization neatened up considerably.

------------------------------------------------------------------------
r2 | Anyia3 | 2010-10-12 08:35:37 +0000 (Tue, 12 Oct 2010) | 6 lines
Changed paths:
   M /trunk
   A /trunk/.pkgmeta
   A /trunk/RaidChecklist.toc
   A /trunk/embeds.xml
   A /trunk/locale.lua
   A /trunk/locale_enUS.lua
   A /trunk/main.lua
   A /trunk/providers.lua

* Importing work-in-progress copy of RaidChecklist.

  Spec-based detection of (de)buffs seems to mostly work.
  Pet-provided (de)buffs not yet supported.

------------------------------------------------------------------------
r1 | root | 2010-10-12 08:02:49 +0000 (Tue, 12 Oct 2010) | 1 line
Changed paths:
   A /branches
   A /tags
   A /trunk

"raid_checklist/mainline: Initial Import"
------------------------------------------------------------------------