1.0.20

Details

  • Filename
    Ailo-1.0.20.zip
  • Uploaded by
  • Uploaded
    Nov 20, 2009
  • Size
    138.52 KB
  • Downloads
    286
  • MD5
    89f7ea1df177da2f3c1f73462bd4c39e

Supported WoW Retail Versions

  • 3.2.0

Changelog

------------------------------------------------------------------------
r77 | starfox | 2009-11-20 08:44:55 +0000 (Fri, 20 Nov 2009) | 1 line
Changed paths:
   A /tags/1.0.20 (from /trunk:76)

Tagging as 1.0.20 now with zhCN localisation. Thanks to ananhaid
------------------------------------------------------------------------
r75 | Starfox | 2009-11-09 22:25:06 +0000 (Mon, 09 Nov 2009) | 1 line
Changed paths:
   M /trunk/Ailo.lua

Remove even more unused locals
------------------------------------------------------------------------
r74 | Starfox | 2009-11-09 22:22:49 +0000 (Mon, 09 Nov 2009) | 1 line
Changed paths:
   M /trunk/Ailo.lua

Remove unused locals
------------------------------------------------------------------------
r73 | Starfox | 2009-11-09 22:19:14 +0000 (Mon, 09 Nov 2009) | 1 line
Changed paths:
   M /trunk/Ailo.lua

Use Default profile, not character specific ones on default
------------------------------------------------------------------------
r72 | Starfox | 2009-11-02 23:51:06 +0000 (Mon, 02 Nov 2009) | 1 line
Changed paths:
   M /trunk/Ailo.toc

toc cleanup
------------------------------------------------------------------------
r70 | Starfox | 2009-10-30 03:48:45 +0000 (Fri, 30 Oct 2009) | 1 line
Changed paths:
   M /trunk/Ailo.lua
   M /trunk/Ailo.toc

If !ClassColors is found show an option to use those classcolors instead
------------------------------------------------------------------------
r69 | Starfox | 2009-10-30 02:55:20 +0000 (Fri, 30 Oct 2009) | 1 line
Changed paths:
   M /trunk/Ailo.lua

The tooltip should display the abbreviated instancenames ( if the current profiles lacks them, go with the '1.char-of-words'-type)
------------------------------------------------------------------------
r67 | Starfox | 2009-10-30 02:15:07 +0000 (Fri, 30 Oct 2009) | 1 line
Changed paths:
   M /trunk/Ailo.lua

A table should be a table, not nil :C
------------------------------------------------------------------------
r65 | Starfox | 2009-10-29 23:05:36 +0000 (Thu, 29 Oct 2009) | 1 line
Changed paths:
   M /trunk/Ailo.lua

Use the right localization string
------------------------------------------------------------------------
r64 | Starfox | 2009-10-29 23:03:30 +0000 (Thu, 29 Oct 2009) | 1 line
Changed paths:
   M /trunk/Ailo.lua

Fix instance-to-column mapping in the tooltip creation
------------------------------------------------------------------------
r63 | Starfox | 2009-10-29 22:30:47 +0000 (Thu, 29 Oct 2009) | 2 lines
Changed paths:
   M /trunk/Ailo.lua

Also track 5man instances.
Option to show them in the tooltip (default: off)
------------------------------------------------------------------------
r61 | Starfox | 2009-10-28 23:44:29 +0000 (Wed, 28 Oct 2009) | 1 line
Changed paths:
   M /trunk/Ailo.lua

Fix CHAT_MSG_SYSTEM handling
------------------------------------------------------------------------
r59 | Starfox | 2009-10-28 13:51:42 +0000 (Wed, 28 Oct 2009) | 1 line
Changed paths:
   M /trunk/Ailo.lua

Use info[#info] in the options table
------------------------------------------------------------------------
r58 | Starfox | 2009-10-28 13:36:12 +0000 (Wed, 28 Oct 2009) | 1 line
Changed paths:
   M /trunk/Ailo.lua

Add option to color names by class
------------------------------------------------------------------------
r57 | Starfox | 2009-10-28 11:24:46 +0000 (Wed, 28 Oct 2009) | 2 lines
Changed paths:
   M /trunk/Ailo.lua

Register CHAT_MSG_SYSTEM: INSTANCE_SAVED => RequestRaidInfo()
Also RequestRaidInfo() in OnInit
------------------------------------------------------------------------
r56 | Starfox | 2009-10-28 10:41:29 +0000 (Wed, 28 Oct 2009) | 1 line
Changed paths:
   M /trunk/Ailo.lua

Make use of AceEvent
------------------------------------------------------------------------
r54 | Starfox | 2009-10-27 20:04:36 +0000 (Tue, 27 Oct 2009) | 1 line
Changed paths:
   M /trunk/Ailo.lua

You can now setup your own abbreviations for instance names, it will try to pre-fill it with "first char of every word"-type (but the patter probably won't work that well in locales like zhTW etc.).
------------------------------------------------------------------------
r53 | Starfox | 2009-10-27 19:12:24 +0000 (Tue, 27 Oct 2009) | 1 line
Changed paths:
   M /trunk/Ailo.lua

Use AceEvent for eventhandling
------------------------------------------------------------------------
r52 | Starfox | 2009-10-27 19:12:03 +0000 (Tue, 27 Oct 2009) | 1 line
Changed paths:
   M /trunk/.pkgmeta
   M /trunk/Ailo.toc

+AceEvent-3.0
------------------------------------------------------------------------
r51 | Starfox | 2009-10-27 18:46:33 +0000 (Tue, 27 Oct 2009) | 1 line
Changed paths:
   M /trunk/Ailo.lua

Be more verbose about what it does
------------------------------------------------------------------------
r49 | Starfox | 2009-10-27 00:49:53 +0000 (Tue, 27 Oct 2009) | 1 line
Changed paths:
   M /trunk/Ailo.lua

Version number for the db structure, WipeDB() if the version is increased.
------------------------------------------------------------------------
r48 | Starfox | 2009-10-27 00:11:22 +0000 (Tue, 27 Oct 2009) | 1 line
Changed paths:
   M /trunk/.pkgmeta
   M /trunk/Ailo.lua
   M /trunk/Ailo.toc

+AceConsole-3.0
------------------------------------------------------------------------
r47 | Starfox | 2009-10-26 22:35:36 +0000 (Mon, 26 Oct 2009) | 1 line
Changed paths:
   M /trunk/Ailo.lua

Change pattern used to abbreviate instancenames.
------------------------------------------------------------------------
r46 | Starfox | 2009-10-26 22:14:02 +0000 (Mon, 26 Oct 2009) | 2 lines
Changed paths:
   M /trunk/Ailo.lua

Get rid of old raidID's when we met the timestamp of the earliest reset.
Get the new timestamp after those raidID's were removed
------------------------------------------------------------------------
r45 | Starfox | 2009-10-26 21:54:02 +0000 (Mon, 26 Oct 2009) | 1 line
Changed paths:
   M /trunk/Ailo.lua

Config; Add button to wipe the db
------------------------------------------------------------------------
r42 | Starfox | 2009-10-26 01:27:15 +0000 (Mon, 26 Oct 2009) | 1 line
Changed paths:
   M /trunk/Ailo.lua

Even better way of saving raids, makes the strings used in the tooltip customizable
------------------------------------------------------------------------
r41 | Starfox | 2009-10-25 03:42:30 +0000 (Sun, 25 Oct 2009) | 1 line
Changed paths:
   M /trunk/Ailo.lua

Add option to change the way the difficulties are abbreviated in the tooltip
------------------------------------------------------------------------
r38 | Starfox | 2009-10-24 15:48:01 +0000 (Sat, 24 Oct 2009) | 1 line
Changed paths:
   M /trunk/Ailo.toc

LibDBIcon, I hate you
------------------------------------------------------------------------
r36 | Starfox | 2009-10-24 05:14:44 +0000 (Sat, 24 Oct 2009) | 1 line
Changed paths:
   M /trunk/Ailo.lua

Slightly change how raids are saved.
------------------------------------------------------------------------
r34 | Starfox | 2009-10-22 22:54:22 +0000 (Thu, 22 Oct 2009) | 1 line
Changed paths:
   M /trunk/Ailo.lua

Remove unused function
------------------------------------------------------------------------
r32 | Starfox | 2009-10-22 20:23:05 +0000 (Thu, 22 Oct 2009) | 1 line
Changed paths:
   M /trunk/.pkgmeta
   M /trunk/Ailo.toc

Apparently AceConfig needs AceGUI, and AceGUI needs to be loaded first.
------------------------------------------------------------------------
r30 | Starfox | 2009-10-22 19:47:56 +0000 (Thu, 22 Oct 2009) | 1 line
Changed paths:
   M /trunk/Ailo.lua
   M /trunk/Localization/enUS.lua

Debug flag on enUS locale ;O
------------------------------------------------------------------------
r29 | Starfox | 2009-10-22 12:03:28 +0000 (Thu, 22 Oct 2009) | 2 lines
Changed paths:
   M /trunk/.pkgmeta
   M /trunk/Ailo.lua
   M /trunk/Ailo.toc
   A /trunk/Localization
   A /trunk/Localization/deDE.lua
   A /trunk/Localization/enUS.lua
   A /trunk/Localization/esES.lua
   A /trunk/Localization/frFR.lua
   A /trunk/Localization/koKR.lua
   A /trunk/Localization/ruRU.lua
   A /trunk/Localization/zhCN.lua
   A /trunk/Localization/zhTW.lua

+AceLocale-3.0
Add localization files
------------------------------------------------------------------------
r28 | Starfox | 2009-10-21 20:03:16 +0000 (Wed, 21 Oct 2009) | 1 line
Changed paths:
   M /trunk/.pkgmeta

Update .pkgmeta
------------------------------------------------------------------------
r27 | Starfox | 2009-10-21 19:47:36 +0000 (Wed, 21 Oct 2009) | 1 line
Changed paths:
   M /trunk/Ailo.lua

Add option to hide/show the LDBIcon
------------------------------------------------------------------------
r26 | Starfox | 2009-10-21 19:00:45 +0000 (Wed, 21 Oct 2009) | 1 line
Changed paths:
   M /trunk/Ailo.lua

Remove unused method
------------------------------------------------------------------------
r24 | Starfox | 2009-10-21 15:33:17 +0000 (Wed, 21 Oct 2009) | 2 lines
Changed paths:
   M /trunk/.pkgmeta
   M /trunk/Ailo.lua
   M /trunk/Ailo.toc

+AceDBOptions-3.0, +AceConfig-3.0
You can now choose the colors which the tooltip uses to show you which of your chars is locked out on which raid instance
------------------------------------------------------------------------
r23 | Starfox | 2009-10-21 14:15:25 +0000 (Wed, 21 Oct 2009) | 1 line
Changed paths:
   M /trunk/Ailo.lua

Fix output to chat
------------------------------------------------------------------------
r21 | Starfox | 2009-10-21 09:33:20 +0000 (Wed, 21 Oct 2009) | 2 lines
Changed paths:
   M /trunk/Ailo.lua

Reset the saved raids in the DB, not the local var
ManualPlayerUpdate now also tries to find outdated raids and purges them
------------------------------------------------------------------------
r19 | Starfox | 2009-10-20 14:28:05 +0000 (Tue, 20 Oct 2009) | 1 line
Changed paths:
   M /trunk/Ailo.toc

LDBIcon has to go after LDB in the loading order.
------------------------------------------------------------------------
r18 | Starfox | 2009-10-20 14:16:35 +0000 (Tue, 20 Oct 2009) | 1 line
Changed paths:
   M /trunk/.pkgmeta
   M /trunk/Ailo.toc

Fix library paths
------------------------------------------------------------------------

Additional Files

Type Name Size Uploaded Game Version Downloads
14.88 KB Nov 20, 2009 3.2.0 41