4.0.4beta1

Details

  • Filename
    RaidChecklist-4.0.4beta1.zip
  • Uploaded by
  • Uploaded
    Nov 23, 2010
  • Size
    147.61 KB
  • Downloads
    165
  • MD5
    05c59e9a87c2d6b56ae0c7ff268d26a9

Supported WoW Retail Versions

  • 4.0.3a

Changelog

------------------------------------------------------------------------
r86 | anyia3 | 2010-11-23 11:03:32 +0000 (Tue, 23 Nov 2010) | 1 line
Changed paths:
   A /tags/4.0.4beta1 (from /trunk:85)

Tagging as 4.0.4beta1
------------------------------------------------------------------------
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.

------------------------------------------------------------------------
r60 | Anyia3 | 2010-11-04 09:39:40 +0000 (Thu, 04 Nov 2010) | 15 lines
Changed paths:
   M /trunk/RaidChecklist.toc
   M /trunk/locale_enUS.lua
   M /trunk/main.lua
   M /trunk/providers.lua

* Updated from Malazee's Nov 04 changes.

  Feral druids are no longer assumed to be willing to constantly shapeshift out
  to cure/decurse/root/hibernate. This is similar to how Shadow priests are
  not expected to drop form to cure. There may be times when such things are
  the right thing to do, but both Malazee and I would rather have that be
  as a result of dialogue between the player and raid leader, than just
  "because the RaidChecklist said you can".
  Really good players might be able to handle the extra work load, and good on
  them if so!

  The "mortal strike" debuff has been updated to reflect the new status of
  only reducing healing by 10%.

------------------------------------------------------------------------
r58 | Anyia3 | 2010-11-01 05:00:48 +0000 (Mon, 01 Nov 2010) | 3 lines
Changed paths:
   M /trunk/config.lua
   M /trunk/main.lua

* Added bulletproofing of config db variable.

------------------------------------------------------------------------
r56 | Anyia3 | 2010-11-01 00:11:11 +0000 (Mon, 01 Nov 2010) | 3 lines
Changed paths:
   M /trunk
   M /trunk/.pkgmeta
   M /trunk/embeds.xml

* Fixed missing dependencies, and loading order.

------------------------------------------------------------------------
r54 | Anyia3 | 2010-10-31 06:14:43 +0000 (Sun, 31 Oct 2010) | 4 lines
Changed paths:
   M /trunk/main.lua
   M /trunk/petproviders.lua
   M /trunk/providers.lua

* Internal changes to make it obvious if I mistype any ability keywords.
  This should remove one source of bugs at least.

------------------------------------------------------------------------
r53 | Anyia3 | 2010-10-31 05:49:29 +0000 (Sun, 31 Oct 2010) | 16 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

* Completely reworked the crowd control section.
  Now based off Malazee's huge cc/pvp ability spreadsheet.

  The organization of abilities in RaidChecklist differs quite a bit from the
  spreadsheet though. The intent here is to make it as easy as possible to see
  the status of PvE-useful abilities, rather than a complete ability list.
  Stuns, roots, etc with long cooldowns which prevents them from being
  chain-castable for example are NOT included in RaidChecklist, as they would
  not be of use to take a mob out of action for a controlled amount of time.
  Along the same lines, hunters Freezing Traps are listed as "unreliable" as
  their cooldown is longer than their effect, making it a challenge to
  chain-trap mobs to keep them out of the fight. Old-school hunters will no
  doubt be able to pull out the old Scatter shot for chain-trapping, but it
  seemed prudent to list traps as less reliable than say Polymorph.

------------------------------------------------------------------------
r51 | Anyia3 | 2010-10-31 01:04:47 +0000 (Sun, 31 Oct 2010) | 5 lines
Changed paths:
   M /trunk/main.lua

* Fix for ticket #9.
  The not-yet-inspected sub-window now gets attached at the top if the fold-out
  direction is set to "up", so it no longer obscures the anchor button.

------------------------------------------------------------------------
r50 | Anyia3 | 2010-10-31 00:49:34 +0000 (Sun, 31 Oct 2010) | 6 lines
Changed paths:
   M /trunk/main.lua

* Fix for ticket #7.
  Apparently GetNumPartyMembers() is exluding the player, whereas
  GetNumRaidMembers() is inclusive. I fail to see the sense in this.
  "Hi guys, come over for a party, but don't mind me, I won't be there"...

------------------------------------------------------------------------
r49 | Anyia3 | 2010-10-31 00:00:54 +0000 (Sun, 31 Oct 2010) | 3 lines
Changed paths:
   M /trunk/config.lua

* Fix for ticket #8.
  Proper initialization of the saved options on the first run.

------------------------------------------------------------------------
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.

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