4.0.5

Details

  • Filename
    RaidChecklist-4.0.5.zip
  • Uploaded by
  • Uploaded
    Dec 6, 2010
  • Size
    146.60 KB
  • Downloads
    201
  • MD5
    efc267569f0f73380a6d6dbc09373506

Supported WoW Retail Versions

  • 4.0.3a

Changelog

------------------------------------------------------------------------
r93 | anyia3 | 2010-12-06 11:08:18 +0000 (Mon, 06 Dec 2010) | 1 line
Changed paths:
   A /tags/4.0.5 (from /trunk:92)

Tagging as 4.0.5
------------------------------------------------------------------------
r92 | Anyia3 | 2010-12-06 11:07:16 +0000 (Mon, 06 Dec 2010) | 3 lines
Changed paths:
   M /trunk/locale_koKR.lua

* Imported updated Korean translations.

------------------------------------------------------------------------
r90 | Anyia3 | 2010-12-06 00:41:43 +0000 (Mon, 06 Dec 2010) | 4 lines
Changed paths:
   M /trunk/data.lua

* Fixed the poison-curing entry. Shamans can't cleanse, but paladins can.
  This resolves ticket #17.

------------------------------------------------------------------------
r88 | Anyia3 | 2010-12-03 08:32:27 +0000 (Fri, 03 Dec 2010) | 4 lines
Changed paths:
   M /trunk/locale_enUS.lua

* Made note of the fact that hunter traps are now more potent and should no
  longer be considered unreliable.

------------------------------------------------------------------------
r87 | Anyia3 | 2010-12-03 08:31:53 +0000 (Fri, 03 Dec 2010) | 3 lines
Changed paths:
   M /trunk/locale_deDE.lua

* Imported updated translations from Morrtin.

------------------------------------------------------------------------
r85 | Anyia3 | 2010-11-23 10:56:18 +0000 (Tue, 23 Nov 2010) | 4 lines
Changed paths:
   M /trunk/config.lua
   M /trunk/locale_enUS.lua
   M /trunk/main.lua

* Added a config option to choose which side of the checklist the detailed
  information panel is attached to.

------------------------------------------------------------------------
r84 | Anyia3 | 2010-11-23 10:42:22 +0000 (Tue, 23 Nov 2010) | 3 lines
Changed paths:
   M /trunk/main.lua

* Minor corrections to the display of the details window.

------------------------------------------------------------------------
r83 | Anyia3 | 2010-11-23 10:35:18 +0000 (Tue, 23 Nov 2010) | 3 lines
Changed paths:
   M /trunk/data.lua

* Imported the data for the AoE snare entry.

------------------------------------------------------------------------
r82 | Anyia3 | 2010-11-23 10:14:36 +0000 (Tue, 23 Nov 2010) | 5 lines
Changed paths:
   M /trunk/data.lua
   M /trunk/locale_enUS.lua
   M /trunk/main.lua

* Added elemental resistance buffs.

* Added placeholder entry for AoE-snare.

------------------------------------------------------------------------
r81 | Anyia3 | 2010-11-23 09:57:36 +0000 (Tue, 23 Nov 2010) | 3 lines
Changed paths:
   M /trunk/data.lua

* Added missing Demoralizing Screech entry.

------------------------------------------------------------------------
r80 | Anyia3 | 2010-11-23 09:52:57 +0000 (Tue, 23 Nov 2010) | 10 lines
Changed paths:
   M /trunk/data.lua
   M /trunk/locale_deDE.lua
   M /trunk/locale_enUS.lua
   M /trunk/locale_koKR.lua
   M /trunk/main.lua

* Imported the spell/ability IDs from Malazee's latest data drop.

* Added links to the detailed information window.
  Now all spells/abilities/poisons that RaidChecklist checks for are listed,
  together with a note on what the source is (talent, trained, specialization,
  or pet).

* Added the spell/skill icon for each entry to the detailed information window.

------------------------------------------------------------------------
r79 | Anyia3 | 2010-11-23 08:24:16 +0000 (Tue, 23 Nov 2010) | 8 lines
Changed paths:
   M /trunk/locale_enUS.lua
   M /trunk/main.lua

* Added a detailed information window to display the specific talents and
  abilities RaidChecklist is actually checking for. Simply clicking an entry
  in the list toggles the detailed information window.

  Currently it is only aware of talents and levels. More to come once I've
  imported the latest data drop from Malazee.

------------------------------------------------------------------------
r78 | Anyia3 | 2010-11-21 14:38:30 +0000 (Sun, 21 Nov 2010) | 14 lines
Changed paths:
   M /trunk/data.lua
   M /trunk/providers.lua

* Switched the talent checking over to use the new data table.
  This means that all data is now centralized, so what is shown in the
  tooltips is what is really being checked for.

* Added level checking to only flag abilities which can be trained at the
  current level. E.g. Bloodlust/Heroism will not show up for a mage until
  said mage is level 85 (the level where Time Warp becomes trainable).

* Added checking for individual talents rather than just talent trees.
  This greatly improves the accuracy of the reporting in the checklist.
  Abilities provided by talents which are obtainable by more than one spec
  are denoted with an asterisk (*) in the tooltip.

------------------------------------------------------------------------
r77 | Anyia3 | 2010-11-21 13:17:28 +0000 (Sun, 21 Nov 2010) | 13 lines
Changed paths:
   M /trunk/main.lua
   M /trunk/petproviders.lua
   M /trunk/providers.lua

* Switched the tooltips "available from" text over to use the new data table as
  the source rather than having its own idea of what is provided by whom.
  This will both reduce maintenance/change times and the risk of having
  RaidChecklist be internally inconsistent about what abilities come from where.

  As a result of this change, the order which classes/specs/pets are presented
  in the tooltip has changed. I might revisit that to make it neater once I
  have gotten the main ability/talent detection code to use the new data table.

* Removed the duplicated category lists and made everything use the categories
  provided by the new data table.

------------------------------------------------------------------------
r76 | Anyia3 | 2010-11-21 13:04:58 +0000 (Sun, 21 Nov 2010) | 7 lines
Changed paths:
   M /trunk/RaidChecklist.toc
   M /trunk/petproviders.lua

* Switched the pet detection over to use the new data table for looking up
  what abilities the pet brings.

  This also fixes the issue of the Warlock Imp pet not being detected as
  providing the Stamina buff.

------------------------------------------------------------------------
r75 | Anyia3 | 2010-11-21 12:59:39 +0000 (Sun, 21 Nov 2010) | 5 lines
Changed paths:
   A /trunk/data.lua

* Imported/transcribed the latest data drop from Malazee. This is the first
  step towards doing fine-grained checks for individual talents rather than
  just the main talent tree.

------------------------------------------------------------------------
r74 | Anyia3 | 2010-11-21 12:54:16 +0000 (Sun, 21 Nov 2010) | 3 lines
Changed paths:
   M /trunk/locale_frFR.lua

* Fixed Core Hound typo in the French locale (ticket 15).

------------------------------------------------------------------------
r72 | Anyia3 | 2010-11-19 02:35:06 +0000 (Fri, 19 Nov 2010) | 3 lines
Changed paths:
   M /trunk/main.lua

* Added /rcl and /raidchecklist chat commands to toggle the checklist with.

------------------------------------------------------------------------
r71 | Anyia3 | 2010-11-18 09:00:08 +0000 (Thu, 18 Nov 2010) | 3 lines
Changed paths:
   M /trunk/locale_koKR.lua

* Additional Korean translations.

------------------------------------------------------------------------
r69 | Anyia3 | 2010-11-17 07:51:44 +0000 (Wed, 17 Nov 2010) | 3 lines
Changed paths:
   M /trunk/RaidChecklist.toc
   M /trunk/config.lua
   A /trunk/locale_koKR.lua

* Added Korean locale support, from 'cherry55' - thank you!

------------------------------------------------------------------------
r68 | Anyia3 | 2010-11-17 07:50:29 +0000 (Wed, 17 Nov 2010) | 3 lines
Changed paths:
   M /trunk/main.lua

* Minor adjustment to calculating text width for when using Small font.

------------------------------------------------------------------------
r67 | Anyia3 | 2010-11-15 08:23:17 +0000 (Mon, 15 Nov 2010) | 3 lines
Changed paths:
   M /trunk/locale_deDE.lua

* Fixed typo for Krokilisk family.

------------------------------------------------------------------------
r65 | Anyia3 | 2010-11-14 07:13:50 +0000 (Sun, 14 Nov 2010) | 3 lines
Changed paths:
   M /trunk/config.lua
   M /trunk/locale_enUS.lua
   M /trunk/main.lua

* Added option to use a smaller font size for the checklist.

------------------------------------------------------------------------
r64 | Anyia3 | 2010-11-14 05:46:10 +0000 (Sun, 14 Nov 2010) | 3 lines
Changed paths:
   M /trunk/main.lua
   M /trunk/providers.lua

* Updated as per Malazee's fixes from Nov 8 and 13.

------------------------------------------------------------------------
r62 | Anyia3 | 2010-11-10 10:51:19 +0000 (Wed, 10 Nov 2010) | 5 lines
Changed paths:
   M /trunk/main.lua

* Disabled the flashing of the now-inspecting light, as it was apparently
  causing taint issues. I'll work on a proper fix for it when I get a bit
  of time.

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