------------------------------------------------------------------------
r998 | elsia | 2009-03-06 03:14:04 +0000 (Fri, 06 Mar 2009) | 3 lines
Changed paths:
   M /trunk/GUI_Main.lua
   M /trunk/LazySync.lua
   M /trunk/Recount.lua
   M /trunk/Recount_Modes.lua
   M /trunk/Tracker.lua

- Upvalue of frequently used static table lookups across module. Should help performance a little bit.
- Reworked AddDamageData to use flag based retention to decide when to add a combatant. This should be more temporary memory friendly and use less cycles due to the ditching of retention checks. Currently this breaks boss retentions though as flags do not identify bosses. Boss handling to be added. Also similar treatment for other data recordings pending. This is definitely alpha.
- Some minor optimizations (removal of some redundant or idle code).
------------------------------------------------------------------------
r997 | elsia | 2009-03-05 21:32:46 +0000 (Thu, 05 Mar 2009) | 3 lines
Changed paths:
   M /trunk/deletion.lua

- Fixed bug which prevented instance based deletion from working as intended.
- Added check if data collection is active for party/raid based deletion.

------------------------------------------------------------------------
r996 | elsia | 2009-03-03 13:40:12 +0000 (Tue, 03 Mar 2009) | 3 lines
Changed paths:
   M /trunk/GUI_Graph.lua
   M /trunk/GUI_Main.lua
   M /trunk/Recount.lua

- Fixed bug in reports that have pets without owners.
- Fixed bug if a class got deleted from graph view still trying to retrieve that classes color.
- Added legacy handling for guardians, which should prevent mostly DK guardian bugs of people still having old data around after updating Recount.
------------------------------------------------------------------------
r995 | elsia | 2009-03-03 00:53:03 +0000 (Tue, 03 Mar 2009) | 1 line
Changed paths:
   M /trunk/GUI_Main.lua

- Added function to retrieve mode index from module name. Helps modules find themselves to set themselves if they want (like the threat module).
------------------------------------------------------------------------
r993 | elsia | 2009-02-22 12:41:11 +0000 (Sun, 22 Feb 2009) | 1 line
Changed paths:
   M /trunk/Tracker.lua

- Recognize the SPELL_BUILDING_HEAL event.
------------------------------------------------------------------------
r992 | kunda | 2009-02-21 13:02:14 +0000 (Sat, 21 Feb 2009) | 1 line
Changed paths:
   M /trunk/locales/Recount-deDE.lua

deDE update
------------------------------------------------------------------------
r991 | 7destiny | 2009-02-17 08:25:30 +0000 (Tue, 17 Feb 2009) | 1 line
Changed paths:
   M /trunk/locales/Recount-koKR.lua

- koKR Update
------------------------------------------------------------------------
r990 | ananhaid | 2009-02-17 02:05:28 +0000 (Tue, 17 Feb 2009) | 2 lines
Changed paths:
   M /trunk/locales/Recount-zhCN.lua
   M /trunk/locales/Recount-zhTW.lua

Recount:
- zhCN/zhTW update.
------------------------------------------------------------------------
r989 | elsia | 2009-02-16 23:27:19 +0000 (Mon, 16 Feb 2009) | 2 lines
Changed paths:
   M /trunk/Recount.lua
   M /trunk/WindowOrder.lua
   M /trunk/locales/Recount-enUS.lua

- Added options to blizz UI config for strata and clamptoscreen (mostly plagerized from Omen). Defaults for strata is whatever it was before, default for clamptoscreen is false to not mess up existing layouts that may not clamp.

------------------------------------------------------------------------
r988 | elsia | 2009-02-14 10:47:47 +0000 (Sat, 14 Feb 2009) | 1 line
Changed paths:
   M /trunk/Recount.toc

- Added !ClassColors to OptDeps.
------------------------------------------------------------------------
r987 | elsia | 2009-02-13 23:42:43 +0000 (Fri, 13 Feb 2009) | 2 lines
Changed paths:
   M /trunk/GUI_Config.lua
   M /trunk/colors.lua

- Added CUSTOM_CLASS_COLORS support.

------------------------------------------------------------------------
r986 | 7destiny | 2009-02-09 20:10:02 +0000 (Mon, 09 Feb 2009) | 1 line
Changed paths:
   M /trunk/locales/Recount-koKR.lua

- koKR Update
------------------------------------------------------------------------
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
------------------------------------------------------------------------
