WoWInterface SVN AKA

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 4 to Rev 3
    Reverse comparison

Rev 4 → Rev 3

trunk/calendar.lua File deleted \ No newline at end of file
trunk/localization.lua
1,4 → 1,4
AKA_TITLE="A.K.A. Version 2.3b";
AKA_TITLE="A.K.A. Version 2.2";
 
 
AKA_TEXT = {};
trunk/Readme.txt
1,4 → 1,4
AKA v2.3b
AKA v2.2
 
Description
===========
69,11 → 69,7
 
Version History
========
Oct 4, 2008 (version 2.3b)
* Calendar support. Now shows nickname of event creator on calendar.
*NOTE* files have changes from 2.2x versions - you will need to exit WoW for this update.
 
 
 
Sep 21, 2008 (version 2.2b)
* first build for WoW 3.0 client
 
trunk/aka.lua
6,13 → 6,12
-- ========
-- AKASavedVars = {};
 
AKA_Version=2.3;
AKA_Version=2.2;
AKA_HighestSeenVersion=0;
AKA_FormatVersion=1.1;
AKA_variablesLoaded = false;
 
 
 
local VISIBLE_MAX=17; -- for scrolling menu
AKA_DEBUG=false;
AKA_TRAFFICMONITOR=false;
172,14 → 171,10
local secondsSinceLastScreenDraw = 0;
local needHello=true;
local hasHookedChat=false;
local hasHookedCalendar=false;
local original_CalendarDayButton_OnEnter = nil;
local originalChatFrame_OnEvent = nil;
local hasHookedGatherer=false;
local originalGathererChat=nil;
 
 
 
-- gatherer chat function is Gatherer.Util.ChatPrint in GatherUtil.lua
 
 
203,7 → 198,6
local k,v;
 
 
 
-- My local functions:
-- ====================
 
1232,22 → 1226,10
end
 
 
-- test to see if we have hooked the calendar yet.
 
 
if (hasHookedCalendar == false) then
if (IsAddOnLoaded("Blizzard_Calendar")) then
if (CalendarDayButton_OnEnter ~= AKA_CalendarDayButton_OnEnter) then
original_CalendarDayButton_OnEnter = CalendarDayButton_OnEnter; --hooked
CalendarDayButton_OnEnter=AKA_CalendarDayButton_OnEnter;
DEFAULT_CHAT_FRAME:AddMessage("calendar hooked", 1.0, 0.5, 0.25)
end
hasHookedCalendar=true;
end
 
end
 
 
 
-- check if we need to whisper anyone
-- AKA_SessionList[arg2]['status']='unknown';
local now = GetTime();
1958,11 → 1940,8
-- record that we have been loaded
AKA_variablesLoaded = true;
eventHandled = true;
 
 
 
 
 
 
end -- ( event == "VARIABLES_LOADED" )
 
 
2220,15 → 2199,3
DEFAULT_CHAT_FRAME:AddMessage(GetNickname(whatname));
 
end
function AKA_GetNickname(visibleName, noColor)
--global form for other addons
return GetNickname(visibleName, noColor)
end
 
 
function AKA_ExpandNickname(visibleName, noColor)
--global form for other addons
 
return visibleName..' '..GetNickname(visibleName, noColor);
 
end
\ No newline at end of file
trunk/aka.toc
1,11 → 1,10
## Interface: 30000
## Title: AKA
## Notes: Publishes player alts to guild members
## Version: 2.3
## Version: 2.2
## Author: Schnoggo
## OptionalDeps: CleanChat,Gatherer,GuildEventManager2
## SavedVariables: AKA_SavedVars, AKA_USERID, AKA_DEBUG, AKA_TRAFFICMONITOR
localization.lua
calendar.lua
AKA.lua
aka.lua
aka.xml