------------------------------------------------------------------------
r527 | shadowed.wow | 2008-01-28 09:59:40 -0800 (Mon, 28 Jan 2008) | 2 lines

* Fixed typo "debff" as spell type in Feral Charge
* Fixed a bug where we aren't creating a table before copying things into the spell list
------------------------------------------------------------------------
r520 | shadowed.wow | 2008-01-24 13:55:27 -0800 (Thu, 24 Jan 2008) | 2 lines

* Removed the afflicted key, we now use spell, debuff or buff for spell types, simplifies logic needed in configuration
* Cleaned up anchor code so I can modify them easily or switch things around
------------------------------------------------------------------------
r516 | shadowed.wow | 2008-01-21 02:10:05 -0800 (Mon, 21 Jan 2008) | 1 line

* If a spell exists in Afflicted.spellList but not in Afflicted.db.profile.spells will copy the spellList data into the SV spells table (Fixes not being able to modify default timers)
------------------------------------------------------------------------
r512 | shadowed.wow | 2008-01-18 12:38:32 -0800 (Fri, 18 Jan 2008) | 2 lines

* Fixed spell list frame not hiding
* Fixed trigger limit not letting you put a float, and only a number
------------------------------------------------------------------------
r510 | shadowed.wow | 2008-01-17 16:03:27 -0800 (Thu, 17 Jan 2008) | 2 lines

* Timers are now cleared when changing zones
* Middle of screen now uses it's own custom frame which shows up to 2 things at a time, and fades after 2 seconds
------------------------------------------------------------------------
r508 | shadowed.wow | 2008-01-15 23:21:45 -0800 (Tue, 15 Jan 2008) | 3 lines

* Added a check to make sure we actually have limit set in spell data, it should always be at least 0 but this is mostly to be safe
* Fixed debuff not being selectable in configuration
* Fixed the spell list showing when you delete a spell, then edit another
------------------------------------------------------------------------
r504 | shadowed.wow | 2008-01-12 21:16:03 -0800 (Sat, 12 Jan 2008) | 2 lines

* Updated OptionHouse
* Added in the trigger limit feature, lets you set a spell to only be allowed to trigger after X seconds have passed, mainly needed for things like Psychic Scream or Howl of Terror where we can't get the "XX casts" or "XX hits you" messages but the "XX is afflicted by" message triggers for each person whos hit
------------------------------------------------------------------------
r503 | shadowed.wow | 2008-01-12 20:39:45 -0800 (Sat, 12 Jan 2008) | 1 line

* Added in a GUI for adding new spells/buffs/debuffs
------------------------------------------------------------------------
r501 | shadowed.wow | 2008-01-12 13:24:21 -0800 (Sat, 12 Jan 2008) | 7 lines

* Updated AceDB-3.0 and HousingAuthority
* Added option to output to raid warning frame instead of sending a raid warning to party + it showing up in frame
* Added a list of spells that are currently being used to the OH UI, modifying/removing them is coming later
* Added in a spell list variable so you can add your own custom spells without them being overwritten each time you update
* Fixed anchor code, it should now correctly show/hide all the time
* Removed usage of 5 concats per a spell fire, just using one with a variable set

------------------------------------------------------------------------
r499 | shadowed.wow | 2008-01-12 00:26:20 -0800 (Sat, 12 Jan 2008) | 1 line

* Added Pain Suppression (8 Seconds)
------------------------------------------------------------------------
r496 | shadowed.wow | 2008-01-10 22:35:07 -0800 (Thu, 10 Jan 2008) | 3 lines

* Fixed Earth Shock cooldown, supposed to be 5 was 12
* Fixed anchors not obeying the hide anchor option
* Fixed scaling for icons not being applied during a :Reload()
------------------------------------------------------------------------
r493 | shadowed.wow | 2008-01-06 15:27:15 -0800 (Sun, 06 Jan 2008) | 2 lines

* Fixed Priest Silence, Feral Charge and Spell Lock not being flagged as afflicted spells
* Added a type check on top of the id in AbilityEnded
------------------------------------------------------------------------
r489 | shadowed.wow | 2008-01-04 23:24:17 -0800 (Fri, 04 Jan 2008) | 1 line

* Fixed enable only in arenas option
------------------------------------------------------------------------
r488 | shadowed.wow | 2008-01-04 22:44:15 -0800 (Fri, 04 Jan 2008) | 2 lines

* Fixed duplicate spells showing up (Silencing Shot twice for example)
* Fixed timers not showing up along with anchors not auto hiding
------------------------------------------------------------------------
r487 | shadowed.wow | 2008-01-04 19:10:21 -0800 (Fri, 04 Jan 2008) | 4 lines

* Added the players name to the chat output if a target is available for spells
* Added support for melee based attacks, need to add spells like Earth Shock next
* Added support for Kick, Pummel and Shield Bash
* Fixed Blessing of Freedom being on a 16 second timer not a 14 second
------------------------------------------------------------------------
r485 | shadowed.wow | 2008-01-03 17:49:40 -0800 (Thu, 03 Jan 2008) | 1 line

* Fixed raid warning and party options not taking effect
------------------------------------------------------------------------
r483 | shadowed.wow | 2008-01-03 12:45:19 -0800 (Thu, 03 Jan 2008) | 10 lines

* With this release, it's "mostly stable-beta-ish"
* Fixed test timers, limited to 5 buffs/spells each now
* Fixed anchor visibility, if anchors are enabled will show them when the GUI is open, and hide them once you close it (if no active timers are running)
* Fixed a usage of ProcessAbility being used when we wanted AbilityEnded
* Added Raid Warning, Party and Combat Text options to output
* Added Shadow Priest Silence to spell list
* Cleaned up code and our API calls
* Changed formatting to "FADED <spell> (<name>)", "READY <spell>", "GAINED <spell> (<name>)", "USED <spell>"
* Performance tweaks to combat, will just do one string match and see if the variables aren't nil instead of one, then doing the variable checks
* Updated AceDB-3.0 and HousingAuthority
------------------------------------------------------------------------
r481 | shadowed.wow | 2008-01-02 22:54:36 -0800 (Wed, 02 Jan 2008) | 7 lines

* Fixed type being classified in the event itself, instead of by spell name
* Timers not show just how many seconds left is above 10, or ##.# if it's below 10 seconds left
* Changed moving to require ALT + Drag instead of just drag to move the anchor
* Added OH configuration
* Added option for which chat frame things should be sent to
* Added option to only enable in arenas (Untested, no un-rated games up)
* Changed to AceAddon-3.0/AceEvent-3.0 (restart required) for sanity
------------------------------------------------------------------------
r478 | shadowed.wow | 2008-01-02 17:34:15 -0800 (Wed, 02 Jan 2008) | 1 line


------------------------------------------------------------------------
r477 | shadowed.wow | 2008-01-02 17:10:56 -0800 (Wed, 02 Jan 2008) | 6 lines

* Initial Import, Afflicted.
* A "simple" PvP ability tracking mod, the goal is to not track every single ability but ones that actually matter.
* No configuration yet, modify the DB defaults
* Two anchors are used, buffs and spells.
* Spells: Silencing Shot, Feral Charge, Spell Lock, Counterspell - Silenced
* Buffs: Cloak of Shadows, Spell Reflection, Blessing of Sacrifice, Blessing of Freedom, Blessing of Protection, Ice Block and Divine Shield
------------------------------------------------------------------------
