//////////////////////////////////////////////////
//
// Author: Rendaylor (diskmaster@hotmail.com)
//
//////////////////////////////////////////////////
//
// This is an update to 
// http://ui.worldofwar.net/ui.php?id=1399
// which appears to have been abandonned.
//
// I thank the original author for their work, as
// I don't believe I could have written this from
// scratch.
//
//////////////////////////////////////////////////
// 
// Ok, I've given the code quite a bit of an
// overhaul. I had to rip out a bunch of old
// Titan 1 code and replace it with Titan 2 code,
// because it was seriously fouling things up.
// 
// I've optimized what I was able to, and added a
// new tracker for DPS within the current
// character level.
//
// I plan to do version updates to keep up with
// Titan Panel and WoW, but I cannot promise any
// feature updates or major revisions.
//
//////////////////////////////////////////////////

Known Bugs
[-] Localization had to be removed until
    assistance can be found for gathering the
    proper WoW client strings
    
Planned Features
[+] Track min/max damage for player and pet
[+] Split pet tracker to track pets individually,
    by name for Hunters, by pet type for Warlocks.

Patch Notes
-- v0.76.11000
[*] Updated TOC for new version.
[+] Added ability to show the combined DPS of
    player and pet.

-- v0.75.10900
[*] fixed ZIP packaging to include addon directory.
[*] fixed pet level resetting on player level.
[*] fixed errors occuring when pet was no out.

-- v0.74.10900
[*] a few more code optimizations, very minor
    tweaks is all.
[+] Added pet stats to both the button text and
    to the popup tooltip.
[-] Removed German and French localization until
    a new copy of the WoW client strings can be
    obtained.
    
-- v0.73.10900
Took over the dormant project at
http://ui.worldofwar.net/ui.php?id=1399

[*] stripped out Titan 1 variable management and
    replaced with Titan 2.
[*] misc tweaks and code cleanup for Titan 2 and
    WoW 1.9 compatibility.
[+] added tracking of DPS for the current
    character level.