WoWInterface SVN SimpleAssist

Compare Revisions

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

Rev 3 → Rev 4

SimpleAssist.toc
1,7 → 1,7
## Interface: 30000
## Interface: 30100
## Title: SimpleAssist
## Notes: Replace the common /assist macro
## Version: 2.61
## Version: 2.62
## Author: Schnoggo
## Dependencies:
## SavedVariables: SimpleAssistSavedVars
localization.lua
1,4 → 1,4
SASSTEXT_TITLE="Schnoggo's Simple Assist Ver. 2.61";
SASSTEXT_TITLE="Schnoggo's Simple Assist Ver. 2.62";
SASSTEXT_OPTIONSPACING=-60; -- vertical distance between each TITLE below:
SASSTEXT_SUMMARY="Use the Key Bindings (Main Menu:Key Binding) panel to set up your keys.";
SASSTEXT_BINDING_SET_TITLE="Set Player to Assist";
48,7 → 48,7
BINDING_NAME_SASS_ASK = "Request Assistance";
 
SASSTEXT = {
WELCOME="SimpleAssist 2.6 Loaded. Type /sass to change settings.",
WELCOME="SimpleAssist 2.62 Loaded. Type /sass to change settings.",
ASSISTING="Assisting",
CLEARED="Assist Cleared",
ASSIST_SET="Assist set",
Readme.txt
1,4 → 1,4
SimpleAssist v2.6
SimpleAssist v2.62
 
 
Description
16,7 → 16,7
 
Features
========
* Compatibility with World of Warcraft v3.0
* Compatibility with World of Warcraft v3.1
* Low memory usage (~0.1MB)
 
* Key bind to set the assist
39,6 → 39,11
 
Versions
========
 
2.62 - May 6, 2009
* TOC update for WoW client 3.1.
 
 
2.61 - Oct 14, 2008
* Fixed zip packaging at wowinterface.
 
SimpleAssist.lua
14,7 → 14,7
-- =======
 
local MYADDON_NAME = "SimpleAssist";
local MYADDON_VERSION = "2.61";
local MYADDON_VERSION = "2.62";
local MYADDON_AUTHOR = "Schnoggo";
local MYADDON_EMAIL = "schnoggo@gmail.com";
local MYADDON_WEBSITE = "http://schnoggo.com";