WoWInterface SVN UltimateWarcraftBattlecryGenerator

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk
    from Rev 47 to Rev 48
    Reverse comparison

Rev 47 → Rev 48

BattleCryGenOptionsFrame.xml File deleted \ No newline at end of file
BattleCryGenOptions.lua File deleted \ No newline at end of file
Readme.txt
1,10 → 1,10
The Ultimate Warcraft Battlecry Generator
====================================================
Version : 0.44
Version : 0.50
Author : Nuchaleft (NytewolfAU2k7 on Curse)
Email : nwcreations@gmail.com
Create Date : 10/07/2008 01:11 PM WAST (GMT+8:00)
Update : 26/04/2009 12:55 PM WAST (GMT+8:00)
Update : 18/07/2010 03:42 PM WAST (GMT+8:00)
====================================================
 
INTRODUCTION:
BattleCryGen.lua
13,6 → 13,7
local s_bcgsay1 = ""; --ally say var
local s_bcgsay2 = ""; --pond scum say var
local s_final = "";
local s_bcgevilsay = ""; --evil say var
local s_channel = ""; --Channel Name
 
UWBG_Prefs = {defchannel = "Say",
60,6 → 61,7
end;
 
 
-- BEGIN SUFFIXES LISTINGS
 
 
-- Possible Suffixes (Alliance)
232,6 → 234,10
"Fel Horde",
}
 
 
-- END SUFFIXES LISTINGS
 
 
function Show_Msg(msg)
if( DEFAULT_CHAT_FRAME ) then
DEFAULT_CHAT_FRAME:AddMessage(msg);
CHANGELOG.txt
1,10 → 1,10
The Ultimate Warcraft Battlecry Generator
====================================================
Version : 0.44
Version : 0.50
Author : Nuchaleft (NytewolfAU2k7 on Curse)
Email : nwcreations@gmail.com
Create Date : 10/07/2008 01:11:43 PM WAST (GMT+8:00)
Update : 26/04/2009 12:38:11 PM WAST (GMT+8:00)
Update : 18/07/2010 03:42 PM WAST (GMT+8:00)
====================================================
 
CHANGELOG:
BattleCryGen.toc
1,14 → 1,14
## Interface: 30200
## Interface: 30300
## Title: Ultimate Warcraft Battlecry Generator
## Author: Nuchaleft (NytewolfAU2k7 on Curse)
## Version: v00.00.44
## Version: v00.00.50
## Notes: As the title suggests, this addon can generate over 100 hilarious and random battlecries to put fear into your enemies, and to inspire courage in your allies.
## Notes-enGB: As the title suggests, this addon can generate over 100 hilarious and random battlecries to put fear into your enemies, and to inspire courage in your allies.
## eMail: nwcreations@gmail.com
## URL: http://nytesgames.webs.com/
## X-Category: Other
## X-License: GPL v2
## X-Curse-Packaged-Version: v00.00.44
## X-Curse-Packaged-Version: v00.00.50
## X-Curse-Project-Name: Ultimate Warcraft Battlecry Generator
## X-Curse-Project-ID: uwbcg
## DefaultState: Enabled
17,5 → 17,3
## SavedVariablesPerCharacter: UWBG_CharPrefs
BattleCryGen.lua
BattleCryGenFrame.xml
BattleCryGenOptions.lua
BattleCryGenOptionsFrame.xml