WoWInterface SVN SimpleGold

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk
    from Rev 28 to Rev 29
    Reverse comparison

Rev 28 → Rev 29

SimpleGold.xml
1,4 → 1,4
<!-- SimpleGold 5.8.0 -->
<!-- SimpleGold 5.8.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/
6,7 → 6,7
 
 
 
<Frame
<Frame
name="SimpleGold"
>
<Size>
19,7 → 19,7
</Offset>
</Anchor>
</Anchors>
 
 
<Scripts>
<OnLoad>
SimpleGold_OnLoad(self);
34,10 → 34,10
 
 
 
<Frame name="SimpleGoldDisplayFrame"
toplevel="true"
parent="UIParent"
movable="true"
<Frame name="SimpleGoldDisplayFrame"
toplevel="true"
parent="UIParent"
movable="true"
hidden="true"
frameStrata="HIGH" >
<Size x="170" y="18"/>
48,13 → 48,13
</Anchors>
<Frames>
<Frame name="SimpleGoldBack" setAllPoints="true" hidden="false">
 
 
<Layers>
<Layer level="BACKGROUND">
<Texture name="SimpleGold_BackgroundTexture" setAllPoints="true">
<Color r="1.0" g="1.0" b="1.0" a="1.0" />
</Texture>
</Layer>
</Layer>
</Layers>
<Frames>
<Frame name="SimpleGoldMoney" inherits="SmallMoneyFrameTemplate" hidden="false">
65,19 → 65,19
</Anchor>
</Anchors>
<Scripts>
 
 
 
<OnLoad>
SmallMoneyFrame_OnLoad(self);
self.staticMoney = 0;
MoneyFrame_SetType(self,"STATIC");
</OnLoad>
 
 
</Scripts>
</Frame>
</Frames>
<Scripts>
 
 
</Scripts>
</Frame>
</Frames>
89,7 → 89,7
SimpleGold_HideTooltip();
</OnLeave>
<OnMouseDown>
if ( IsShiftKeyDown() ) then
if ( IsShiftKeyDown() ) then
SimpleGold_StepBackground();
else
if (SimpleGoldSavedVars["locked"] == false) then
106,17 → 106,17
self.isMoving = false;
SimpleGoldSaveLastPosition();
end
 
 
 
 
</OnMouseUp>
<OnShow>
SimpleGoldPrefsFrameOnShow();
</OnShow>
<OnHide>
 
 
</OnHide>
 
 
 
</Scripts>
</Frame>
 
SimpleGold.toc
1,7 → 1,7
## Interface: 80200
## Interface: 80205
## Title: SimpleGold
## Notes: Creates draggable money window for all your characters
## Version: 5.8.0
## Version: 5.8.1
## Author: Schnoggo
## Dependencies:
## SavedVariables: SimpleGoldGlobals
9,7 → 9,3
localization.lua
SimpleGold.lua
SimpleGold.xml
 
 
 
 
localization.lua
1,4 → 1,4
SASSTEXT_TITLE="Schnoggo's Simple Gold Ver. 5.8";
SASSTEXT_TITLE="Schnoggo's Simple Gold Ver. 5.8.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:",
14,7 → 14,7
DELETE_DESCRIPTION="removes the character from the cumulative values on this server. (Use after transferring or deleting a character.)",
CENTER="center",
CENTER_DESCRIPTION="center and unlock the money display. (Use if it goes offscreen for some reason.)",
 
 
CONFIRM_LOCKED="Simplegold money window now locked in position.",
CONFIRM_UNLOCKED="Simplegold money window now free to move.",
CONFIRM_HIDING="Simplegold money is now hidden.",
24,4 → 24,3
NOTOON="Character _CHARNAME_ not found."
 
};
 
\ No newline at end of file
Readme.txt
1,4 → 1,4
SimpleGold v5.8
SimpleGold v5.8.1
 
Description
===========
45,7 → 45,10
 
Versions
========
5.8.0 - June 30, 2011
5.8.1 - October 2, 2019
* Updated TOC for WoW client 8.2.5
 
5.8.0 - June 30, 2019
* Updated TOC for WoW client 8.2
 
5.6.0 - July 17, 2018