------------------------------------------------------------------------
r1051 | elsia | 2009-04-15 19:59:39 +0000 (Wed, 15 Apr 2009) | 1 line
Changed paths:
   M /trunk/Recount.toc

- fixed toc
------------------------------------------------------------------------
r1049 | elsia | 2009-04-15 16:32:21 +0000 (Wed, 15 Apr 2009) | 1 line
Changed paths:
   M /trunk/Recount.toc

- tocity grind
------------------------------------------------------------------------
r1048 | elsia | 2009-04-05 20:30:00 +0000 (Sun, 05 Apr 2009) | 1 line
Changed paths:
   M /trunk/Tracker.lua

- Fixed typo that prevented tooltip and details for damaged by who (damage taken) to work.
------------------------------------------------------------------------
r1047 | elsia | 2009-04-05 10:55:27 +0000 (Sun, 05 Apr 2009) | 2 lines
Changed paths:
   M /trunk/Tracker.lua

- Don't track last ability for death reasons if it didn't cause any damage.

------------------------------------------------------------------------
r1046 | elsia | 2009-04-04 19:44:54 +0000 (Sat, 04 Apr 2009) | 1 line
Changed paths:
   M /trunk/Tracker.lua

- Changed source/target order for leech events.
------------------------------------------------------------------------
r1045 | elsia | 2009-04-03 18:21:11 +0000 (Fri, 03 Apr 2009) | 1 line
Changed paths:
   M /trunk/Recount_Modes.lua

- Fixed a bug for merged pet tooltips when last pet hasn't yet seen combat.
------------------------------------------------------------------------
r1044 | elsia | 2009-04-03 18:16:02 +0000 (Fri, 03 Apr 2009) | 1 line
Changed paths:
   M /trunk/Tracker.lua

- Remove leech events from quickexits.
------------------------------------------------------------------------
r1043 | elsia | 2009-04-03 16:47:16 +0000 (Fri, 03 Apr 2009) | 3 lines
Changed paths:
   M /trunk/Recount_Modes.lua

- Added last pet entry to healing tooltip if merged.
- Damage and healing merged pet tooltips now show last pet that actually did damage or healed some rather than the last pet summoned regardless.

------------------------------------------------------------------------
r1042 | elsia | 2009-04-02 22:16:19 +0000 (Thu, 02 Apr 2009) | 1 line
Changed paths:
   M /trunk/Recount_Modes.lua

- Fixed that the wrong merge function was called for healing. Should now actually return healing and not damage.
------------------------------------------------------------------------
r1041 | elsia | 2009-04-02 20:25:04 +0000 (Thu, 02 Apr 2009) | 1 line
Changed paths:
   M /trunk/Recount_Modes.lua

- Healing of pets will now merge with owners if set to do so.
------------------------------------------------------------------------
r1040 | elsia | 2009-04-01 10:31:31 +0000 (Wed, 01 Apr 2009) | 2 lines
Changed paths:
   M /trunk/Tracker.lua

- Add leeched power gains to the Gain stat. (apparently this is effecting in 3.1/PTR)

------------------------------------------------------------------------
r1039 | elsia | 2009-03-30 21:20:20 +0000 (Mon, 30 Mar 2009) | 2 lines
Changed paths:
   M /trunk/GUI_Detail.lua

- Fixed that Detail views which didn't contain a count field would not show any data (affected DamageTaken and HealingTaken for example).

------------------------------------------------------------------------
r1038 | elsia | 2009-03-24 00:44:05 +0000 (Tue, 24 Mar 2009) | 1 line
Changed paths:
   M /trunk/GUI_Detail.lua
   M /trunk/Recount.lua
   M /trunk/Tracker.lua

- Fix detailed table reuse (hopefully for good). This reverts the 0->nil change for number types but now 0 counts won't be added to details instead.
------------------------------------------------------------------------
r1037 | elsia | 2009-03-24 00:03:34 +0000 (Tue, 24 Mar 2009) | 1 line
Changed paths:
   M /trunk/Tracker.lua

- Fixing error from nil details.
------------------------------------------------------------------------
r1036 | elsia | 2009-03-23 22:15:51 +0000 (Mon, 23 Mar 2009) | 1 line
Changed paths:
   M /trunk/Recount.lua

- Fixed cleanup of details when reseting fight data.
------------------------------------------------------------------------
r1035 | elsia | 2009-03-23 19:53:10 +0000 (Mon, 23 Mar 2009) | 1 line
Changed paths:
   M /trunk/Tracker.lua

- Possible fallback for guardian detection if their combat log flags are screwy.
------------------------------------------------------------------------
r1034 | elsia | 2009-03-19 20:58:06 +0000 (Thu, 19 Mar 2009) | 1 line
Changed paths:
   M /trunk/GUI_Main.lua

- Fixed weird class color bug when reporting main window content.
------------------------------------------------------------------------
r1033 | elsia | 2009-03-17 08:57:22 +0000 (Tue, 17 Mar 2009) | 1 line
Changed paths:
   M /trunk/Recount_Modes.lua

- Fixed missing upvalue declaration.
------------------------------------------------------------------------
r1032 | elsia | 2009-03-17 00:08:26 +0000 (Tue, 17 Mar 2009) | 4 lines
Changed paths:
   M /trunk/GUI_Config.lua
   M /trunk/GUI_Detail.lua
   M /trunk/GUI_Graph.lua
   M /trunk/GUI_Main.lua
   M /trunk/GUI_Realtime.lua
   M /trunk/GUI_Report.lua
   M /trunk/GUI_Reset.lua
   M /trunk/LazySync.lua
   M /trunk/Recount.lua
   M /trunk/Recount_Modes.lua
   M /trunk/Tracker.lua
   M /trunk/Widgets.lua
   M /trunk/colors.lua
   M /trunk/deletion.lua
   M /trunk/zonefilters.lua

- Loads of small performance optimizations by making more function calls local
- More "this" cleanup
- Some minor bug fixes.

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