------------------------------------------------------------------------
r45 | lombra | 2011-10-03 22:54:10 +0000 (Mon, 03 Oct 2011) | 5 lines
Changed paths:
   M /trunk/core.lua
   M /trunk/filtersCore.lua
   M /trunk/filtersGUI.lua
   M /trunk/locales/deDE.lua
   M /trunk/locales/esES.lua
   M /trunk/locales/ruRU.lua
   M /trunk/locales/zhTW.lua

- Added tooltip exception for Flame Orb.
- Added Bethekk's Blessing and Concentration (heroic Staghelm) to aura filter.
- Revert change that enabled periodic effects on vulnerable targets that were applied before the vulnerability to be registered. (too unreliable)
- Made the filter type dropdown reappear.
- Use repository keywords for locale files.
------------------------------------------------------------------------
r44 | lombra | 2011-09-18 03:19:35 +0000 (Sun, 18 Sep 2011) | 2 lines
Changed paths:
   M /trunk/Critline.toc
   D /trunk/filters.lua
   A /trunk/filtersCore.lua
   A /trunk/filtersGUI.lua
   M /trunk/reset.lua
   M /trunk/templates.lua

- Split filter engine and GUI into two different files. They remain dependent of each other.
- Resetting spells should now be reflected in the filter list.
------------------------------------------------------------------------
r43 | lombra | 2011-08-31 03:27:37 +0000 (Wed, 31 Aug 2011) | 11 lines
Changed paths:
   M /trunk/core.lua
   M /trunk/display.lua
   M /trunk/filters.lua
   M /trunk/locales/enUS.lua
   M /trunk/minimap.lua

- Merge spell ID mapping into a single table where all spell effect IDs are mapped to its corresponding tooltip ID. All spells are now registered using their tooltip ID.
- Register Bladestorm Whirlwind attacks as "Bladestorm".
- Use more appropriate global strings to find the target's level. Should now work on all locales.
- Add option to set the opacity of the display backdrop.
- Add Erudax back into the mob filter. Shadow Gale cannot be tracked.
- Add Empowered Blood, Empowering Twilight, Flames of the Firehawk, Vulnerable and Burnout to aura filters.
- Move Imprinted from target auras to player auras.
- Stacking periodic effects can now properly be filtered by filtered auras and mobs.
- The "player spells only" option should now work with more (hopefully all) player spells.
- Add exceptions for certain spells, such as off hand damage caused by abilities striking with both weapons, to be recognised as player spells.
- Give the minimap button a name to work better with certain third party addons.
------------------------------------------------------------------------
