r119-nolib

Details

  • Filename
    Ailo-r119-nolib.zip
  • Uploaded by
  • Uploaded
    Apr 14, 2010
  • Size
    18.90 KB
  • Downloads
    52
  • MD5
    d92a1ee133a6f696efee7421a9cd0728

Supported WoW Retail Versions

  • 3.3.3

Changelog

------------------------------------------------------------------------
r119 | Starfox | 2010-04-14 17:33:11 +0000 (Wed, 14 Apr 2010) | 1 line
Changed paths:
   M /trunk/Ailo.lua

Account for the new chars[realm][charname] db format in all functions
------------------------------------------------------------------------
r118 | Starfox | 2010-04-14 17:18:33 +0000 (Wed, 14 Apr 2010) | 1 line
Changed paths:
   M /trunk/Ailo.lua

Save a last time before commiting :c
------------------------------------------------------------------------
r117 | Starfox | 2010-04-14 17:18:07 +0000 (Wed, 14 Apr 2010) | 1 line
Changed paths:
   M /trunk/Ailo.lua

Fix ticket #17
------------------------------------------------------------------------
r115 | Starfox | 2010-04-13 07:10:14 +0000 (Tue, 13 Apr 2010) | 1 line
Changed paths:
   M /trunk/Ailo.lua

Fix ticket16
------------------------------------------------------------------------
r114 | Starfox | 2010-04-09 05:26:50 +0000 (Fri, 09 Apr 2010) | 1 line
Changed paths:
   M /trunk/Ailo.lua

Fix bug where realm header rows wouldn't span the whole tooltip
------------------------------------------------------------------------
r112 | Starfox | 2010-04-06 09:15:05 +0000 (Tue, 06 Apr 2010) | 1 line
Changed paths:
   M /trunk/Ailo.lua

Fix classcoloring of names in the tooltip
------------------------------------------------------------------------
r110 | Starfox | 2010-04-01 16:20:04 +0000 (Thu, 01 Apr 2010) | 1 line
Changed paths:
   M /trunk/Ailo.lua

Cleanup options table a bit
------------------------------------------------------------------------
r109 | Starfox | 2010-04-01 16:05:05 +0000 (Thu, 01 Apr 2010) | 1 line
Changed paths:
   M /trunk/Ailo.lua

Instances which abbreviations are empty are no longer shown in the tooltip, so you can ingore certain instances to keep the tooltip smaller
------------------------------------------------------------------------
r108 | Starfox | 2010-03-31 18:06:49 +0000 (Wed, 31 Mar 2010) | 1 line
Changed paths:
   M /trunk/Ailo.lua

Add an option to show the realmname in a seperate line above all chars of that realm in the tooltip
------------------------------------------------------------------------
r107 | Starfox | 2010-03-31 17:39:07 +0000 (Wed, 31 Mar 2010) | 1 line
Changed paths:
   M /trunk/Ailo.lua

Damn you options table order
------------------------------------------------------------------------
r106 | Starfox | 2010-03-31 17:28:32 +0000 (Wed, 31 Mar 2010) | 3 lines
Changed paths:
   M /trunk/Ailo.lua

Restructure the character db a bit: chardb.realmX.charY
This change allows the chars in the tooltip to be sorted, first by realm, then by charname
This update will reset the current db, so the addon will have to rescan each character for saved instances/weeklies/dailies
------------------------------------------------------------------------
r105 | Starfox | 2010-03-31 16:45:23 +0000 (Wed, 31 Mar 2010) | 2 lines
Changed paths:
   M /trunk/Ailo.lua

Fix a bug which added characters below maxlevel to the db
Add option to show all characters regardless of saved instances
------------------------------------------------------------------------
r103 | Starfox | 2010-03-30 15:14:13 +0000 (Tue, 30 Mar 2010) | 1 line
Changed paths:
   M /trunk/Ailo.lua

Fix for europe servers, where weekly quests reset on tuesday, but raidinstances on wednesday
------------------------------------------------------------------------
r101 | Starfox | 2010-03-16 19:54:16 +0000 (Tue, 16 Mar 2010) | 1 line
Changed paths:
   M /trunk/Ailo.lua

Pass the right variable to GetQuestsCompleted()
------------------------------------------------------------------------
r100 | Starfox | 2010-03-16 19:41:34 +0000 (Tue, 16 Mar 2010) | 2 lines
Changed paths:
   M /trunk/Ailo.lua

Daily Heroic Done indicator is not a Emblem of Frost in front of the name anymore.
Daily Heroic/Raid Weekly are now columns in the tooltip, alway the left most ones.
------------------------------------------------------------------------
r99 | Starfox | 2010-03-16 19:14:19 +0000 (Tue, 16 Mar 2010) | 2 lines
Changed paths:
   M /trunk/Ailo.lua

Add an option to track if chars compelted Raid Weekly
Just abuse QueryQuestsCompleted() to get the list of completed quests and check all the ID's of the those weekly quests
------------------------------------------------------------------------