WoWInterface SVN AKA

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 8 to Rev 9
    Reverse comparison

Rev 8 → Rev 9

trunk/devnotes.txt
1,29 → 1,23
To Do:
Change character menu to faux scroller
Test integration with WotLK versions of other addons
Show nicknames in Guild tab of Social panel
 
Limit visible info to this realm
support guild info panels
add (!) tab and display
Show AKA notes in guild notes
show guild notes in AKA tooltip if available
 
Make player ID visible so multi-boxers can sync
Madatory sync if a certain period has passed with no sync requests
Fix the "aging" test to discard old entries
Add the "is this still true?" query to handle name changes
 
 
* Remove ALL debugging tracers :)
* Make load-on-demand
* Make load-on-demand - on hold for patch 3.0.3
* Make /aka {toonName} command line
* Add command line options to turn on/off
* Add Actual Help. :)
* Localizations
* Need to double-check default channel options
* Convert Tooltip and PLAYERS to group players by ID, not Nickname. (Current version is backwards compatible, so I'm waiting for a forced upgrade)
* Compress faction information
* Add player notes
* Make a "map button"
* Warn about too many channels
* Automatically update the player ID if you log in from more than one computer
* Option to show only online players
*
 
trunk/localization.lua
1,4 → 1,4
AKA_TITLE="A.K.A. Version 2.6b";
AKA_TITLE="A.K.A. Version 2.6";
 
 
AKA_TEXT = {};
8,7 → 8,7
AKA_TEXT["CHANNEL_HEAD_OTHER"]="Currently using channel";
AKA_TEXT["CHANNEL_BLOCK"]="Channel ";
AKA_TEXT["VERSION_UPDATE"]="A new version of AKA is available. http://www.wowinterface.com/downloads/info7813-AKA.html";
AKA_TEXT["VERSION_NOTES"]="This is a recommended upgrade. Fixed a number of synchronization bugs.";
AKA_TEXT["VERSION_NOTES"]="This is a required upgrade for WoW client 3.x.";
 
AKA_ProfessionList={};
AKA_ProfessionList["1"]="Alchemy";
trunk/Readme.txt
1,4 → 1,4
AKA v2.5b
AKA v2.6
 
Description
===========
69,6 → 69,17
 
Version History
========
Oct 14, 2008 (2.6)
* Removed beta designation
Changes since last release verion:
* Fixed preference checkboxes and radio buttons. These were not properly displaying their current state
* Scrolling toon list now uses "faux" scrolling fames. More attractive and much faster
* Calendar support. Now shows nickname of event creator on calendar
* Updated event handliung to be 3.x-compatible
* Lots of code clean-up
* Updated to-do list
* Updated TOC version
 
Oct 13, 2008 (version 2.6b)
* More code clean up
* Changed event handling from 'this' to passing 'self'