WoWInterface SVN SimpleAssist

Compare Revisions

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

Rev 7 → Rev 8

trunk/Readme.txt
1,4 → 1,4
SimpleAssist v2.7
SimpleAssist v2.8
 
 
Description
16,7 → 16,7
 
Features
========
* Compatibility with World of Warcraft v4.0
* Compatibility with World of Warcraft v4.1x
* Low memory usage (~0.1MB)
 
* Key bind to set the assist
39,6 → 39,9
 
Versions
========
2.8 - Apr 29, 2011
* Updated TOC and version for WoW client 4.1x
 
2.7 - Oct 29, 2010
* TOC update for WoW client 4.0.
* Fixed a number of problems with passing object references.
trunk/SimpleAssist.lua
14,7 → 14,7
-- =======
 
local MYADDON_NAME = "SimpleAssist";
local MYADDON_VERSION = "2.7";
local MYADDON_VERSION = "2.8";
local MYADDON_AUTHOR = "Schnoggo";
local MYADDON_EMAIL = "schnoggo@gmail.com";
local MYADDON_WEBSITE = "http://schnoggo.com";
trunk/SimpleAssist.toc
1,7 → 1,7
## Interface: 40000
## Interface: 40100
## Title: SimpleAssist
## Notes: Replace the common /assist macro
## Version: 2.7
## Version: 2.8
## Author: Schnoggo
## Dependencies:
## SavedVariables: SimpleAssistSavedVars
trunk/localization.lua
1,4 → 1,4
SASSTEXT_TITLE="Schnoggo's Simple Assist Ver. 2.7";
SASSTEXT_TITLE="Schnoggo's Simple Assist Ver. 2.8";
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.7 Loaded. Type /sass to change settings.",
WELCOME="SimpleAssist 2.8 Loaded. Type /sass to change settings.",
ASSISTING="Assisting",
CLEARED="Assist Cleared",
ASSIST_SET="Assist set",