------------------------------------------------------------------------
r984 | elsia | 2009-02-09 16:23:04 +0000 (Mon, 09 Feb 2009) | 1 line
Changed paths:
   M /trunk/Tracker.lua

- Fixed a debug string.
------------------------------------------------------------------------
r982 | elsia | 2009-02-09 16:13:38 +0000 (Mon, 09 Feb 2009) | 2 lines
Changed paths:
   M /trunk/Tracker.lua

- Fixed extra attack proccing (hopefully for good now). These will still be reported as "Proccing ability (Proc spell)" e.g. if your eviscerate procs sword specialization you will see "Eviscerate (Sword Specialization)". This is to allow people to see the proc rate of specials, even though the extra swing is white. I.e. only procs caused by white damage will show as "Melee (Sword Specialization)".

------------------------------------------------------------------------
r981 | 7destiny | 2009-02-02 07:53:34 +0000 (Mon, 02 Feb 2009) | 1 line
Changed paths:
   M /trunk/locales/Recount-koKR.lua

- koKR Update
------------------------------------------------------------------------
r980 | elsia | 2009-01-31 11:27:46 +0000 (Sat, 31 Jan 2009) | 5 lines
Changed paths:
   M /trunk
   M /trunk/Tracker.lua
   M /trunk/zonefilters.lua

- Added Spirit of Redemption (hopy priest) and Shadow of Death (unholy DK) handling. These will only be counted once to deaths now, but will still show in time tracks, but marked with the effect causing the death. e.g. X dies. (Spirit of Redemption). Thanks to the good people of wowace, acheron and expiration for providing clues how to implement this.
- Minor optimization to death handling
- Some debug messages removed
- Deaths are now recorded out of combat.

------------------------------------------------------------------------
r979 | elsia | 2009-01-30 15:05:59 +0000 (Fri, 30 Jan 2009) | 4 lines
Changed paths:
   M /trunk/Tracker.lua
   M /trunk/zonefilters.lua

Recount:
- Fixed bug of main window visibility changes when GlobalDataCollect is off.
- Added fast rejection of combat log events that are of no interest. This should reject all aura events and hopefully help under severly bursty CL situations from aura changes.

------------------------------------------------------------------------
r977 | elsia | 2009-01-28 10:28:14 +0000 (Wed, 28 Jan 2009) | 3 lines
Changed paths:
   M /trunk/Recount.lua

Recount:
- Changed startup delays for group checks to a lower value and adjusted collection filter delay accordingly.

------------------------------------------------------------------------
r975 | elsia | 2009-01-26 20:25:04 +0000 (Mon, 26 Jan 2009) | 6 lines
Changed paths:
   M /trunk/Recount.lua
   M /trunk/Tracker.lua

Recount:
- Friendly damage to pets is now correctly reported as friendly fire rather than damage done.
- Reversed "localizations" of strings that should not be localized that broke certain functionalities. Added big warning labels so translators don't touch those strings again (I'm pretty sure I reverted some of these before :P). This was responsible for a range of odd behaviors, including the summary view broken in all but the enUS locale, hit/crit/tick attribution odd or broken etc.
- Reduced the number of concurrent guardians to 12 from 20 for performance reasons.
- Removed some debug prints.

------------------------------------------------------------------------
r974 | elsia | 2009-01-20 23:01:00 +0000 (Tue, 20 Jan 2009) | 3 lines
Changed paths:
   M /trunk/GUI_Detail.lua
   M /trunk/GUI_Main.lua
   M /trunk/LazySync.lua
   M /trunk/Recount.lua

Recount:
- Removed sync code debugging. This could improve performance for some folks.
- Removed debug statements throughout.
------------------------------------------------------------------------
r972 | StingerSoft | 2009-01-15 00:33:16 +0000 (Thu, 15 Jan 2009) | 2 lines
Changed paths:
   M /trunk/locales/Recount-ruRU.lua

Recount:
- ruRU update
------------------------------------------------------------------------
r971 | elsia | 2009-01-14 19:51:11 +0000 (Wed, 14 Jan 2009) | 3 lines
Changed paths:
   M /trunk/Tracker.lua

Recount:
- Remove FD debug message. This and last version fix the problem that FD is reported as real deaths for group members (not self though).

------------------------------------------------------------------------
r970 | elsia | 2009-01-14 02:39:06 +0000 (Wed, 14 Jan 2009) | 2 lines
Changed paths:
   M /trunk/Tracker.lua

Recount:
- Added debug message if a unit_died event is triggered for a party hunter who is feigning death. This is for alpha only. Please report if you observe a related debug message in chat.
------------------------------------------------------------------------
r969 | elsia | 2009-01-03 23:05:02 +0000 (Sat, 03 Jan 2009) | 3 lines
Changed paths:
   M /trunk/Recount.lua
   M /trunk/deletion.lua
   M /trunk/zonefilters.lua

Recount:
- Various fixes and optimizations to group based collection/visibility code. Should fix the bug of window not showing/hiding when joining groups under certain circumstances.

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