WoWInterface SVN SimpleGold

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk
    from Rev 14 to Rev 15
    Reverse comparison

Rev 14 → Rev 15

localization.lua
1,4 → 1,4
SASSTEXT_TITLE="Schnoggo's Simple Gold Ver. 5.4.0";
SASSTEXT_TITLE="Schnoggo's Simple Gold Ver. 5.4.1";
SGOLDTEXT = {
WELCOME="SimpleGold Loaded. Type /simplegold for more information. ",
HELP="Drag the window to move it. Shift-click the window to change the background. Commands:",
Readme.txt
1,4 → 1,4
SimpleGold v5.4.0
SimpleGold v5.4.1
 
 
Description
24,7 → 24,7
 
Features
========
* Compatibility with World of Warcraft 5.4
* Compatibility with World of Warcraft 5.4.1
* Low memory usage (~0.1MB)
 
 
45,6 → 45,9
 
Versions
========
5.4.1 - Nov 7, 2013
* 5.4.1 client dropped GetCVar("realmName") switching to GetRealmName().
 
5.4.0 - Sep 10, 2013
* Updated TOC for WoW client 5.4.
* New version numbering: first two digits are WoW client version, then release number for that version.
SimpleGold.xml
1,4 → 1,4
<!-- SimpleGold 5.4.0 -->
<!-- SimpleGold 5.4.1 -->
 
 
<Ui xmlns="http://www.blizzard.com/wow/ui/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.blizzard.com/wow/ui/
SimpleGold.lua
13,7 → 13,7
 
 
 
local myPlayerRealm=GetCVar("realmName");
local myPlayerRealm=GetRealmName();
local myPlayerName=UnitName("player");
local myPlayerID=myPlayerName.."**"..myPlayerRealm;
local myPlayerClassText, myPlayerClassType = UnitClass("player");
SimpleGold.toc
1,7 → 1,7
## Interface: 50400
## Title: SimpleGold
## Notes: Creates draggable money window
## Version: 5.4.0
## Version: 5.4.1
## Author: Schnoggo
## Dependencies:
## SavedVariables: SimpleGoldGlobals