﻿
  Recap 4.62

Copyright 2006, 2007, 2008, 2009, 2010 by Hawksy, distributed under the terms of the GNU General Public License version 3, 2007-June-29, which is included by reference.


This AddOn will track and summarise the damage and healing dealt and received by every participant in fights around the user; as well as most other combat-related events.  Recap tracks buffs, debuffs, and the use of abilities.
Recap was originally developed by Gello, and Gello's original code is used by permission.  Recap is currently being maintained by Hawksy.

German translation by Dhana.
Simplified Chinese translation by Ariestk.
Traditional Chinese translation by Ariestk.
Editing assistance by TextWrangler, a great freeware program text editor for the Macintosh from Bare Bones Software, Inc.

**QUICK START GUIDE:**  If you are new to Recap, or wish a quick overview, check out Recap_Quick_Start.rtf.  This file is inside the Docs folder inside the Recap folder.

**FREQUENTLY ASKED QUESTIONS:**  If you wish more detailed information, check out readme_FAQ.txt for all of the features I have added or modified.  For answers about earlier (and possibly obsolete) features of Recap prior to version 3.50, check out readme_332_FAQ.txt by Gello.  These files are inside the Docs folder inside the Recap folder.

**REPORTING A BUG:**  Contact me either via the wow.curse.com comments section for the addon; via private message on www.curse.com; or e-mail me at hawksy@telus.net.  Please mention the version number, and double-check it by looking at the bottom of the Recap Options panel.

**MAKING A SUGGESTION:**  Contact me in the same way as for reporting a bug.


__ New in 4.62 __
* Note that combat log events do not give much help for attributing damage done by Shadowy Apparitions to the proper shadow priest.
* Bug fixes.
* Six modules from Ace3 (r981) included.

__ New in 4.61 __
* Bug fixes.
* Six modules from Ace3 (r971) included.

__ New in 4.60 __
* Updated for patch 4.0.1.
* Bug fixes.
* New code for shields, removes existing special case code and uses Blizzard's new "shield remaining" numbers.
* Six modules from Ace3 (r960) included.


Revision history:

4.62, 2010-11-29 - Fixed incorrect code for interrupted spells; added code to
	store dispelled auras as Other Data; added Attribute to output from Other
	Data tab; fixed an error at RecapCombat 725; fixed several deprecated items
	that somehow escaped my attention two years ago, plus some similar updates;
	fixed a minor problem with Recap code for the Blizzard Interface AddOns
	panel; added "/rl" command to reload UI; archived older release notes to
	readme_455.txt; removed limit on size of posting to Clipboard since it
	seems that an EditBox is no longer limited to about 32000 letters; removed
	ChatThrottleLib from dumps to WoWChatLog.txt; removed ChatThrottleStats
	code (see 4.61).

4.61, 2010-10-19 - Fix WoW version number to 40000; fixed RecapCombat line 3231
	error (reported by Chasim); various adjustments and fixes to the shield
	absorption code; added code from ChatThrottleStats to help tell when log
	dumps via ChatThrottleLib have completed; modified shield code to support
	Anti-Magic Shell.

4.60, 2010-10-12 - Modifications for Cataclysm Beta and patch 4.0.1; added new
    resource names (PowerName); removed special case shield code, added new code
    to use SPELL_AURA_REFRESH and SPELL_AURA_REMOVED events to credit absorption
    by shields to the shielder (there are still many anomalies in the combat log
	events, but on average the shielding numbers should be more accurate); added
	code to reconcile Blizzard's timestamps with the times returned by GetTime();
	removed special case code for Improved Leader of the Pack.


The revision information for 3.50 through 4.55 are in readme_455.txt.

The revisions for 3.32 and earlier are by Gello (see readme_332.txt).
