File Details
MoneyDisplay
- R
- Jun 16, 2015
- 5.99 KB
- 4.2K
- 6.1.0
- Retail
File Name
MoneyDisplay__6.1.0_.zip
Supported Versions
- 6.1.0
v6.1
A toc update.
v5.4
A toc update.
v5.3
A toc update.
v5.2
A toc update.
v5.0
A toc update for the Expansion.
Tweaked the logic a little to streamline the code. Call ResetVariables from SetVariables. (removed nine lines of duplicated code. :/
Off now means OFF for Cashflow. So to turn on you must use '/money cashflow'. So now
the mouse scroll will only work when Cashflow is turned on.
Removed the arg1 variable transfer to OnLoad(). Not needed.
v4.0.1
Blasted Functions and their arguments. Some have changed.
Removed the argument carryover from MD_OnUpdate(). As the Argument is not used, no point in transfering it. Changed the arg1 to delta in the MD_MouseWheel() function, due to the <OnMouseWheel> pulling in 'self' and 'delta'.
v4.0
Fixed for Cataclysm
Transfer self and Event to the required Functions.
Changed some this's to the Frame name.
<OnMouseUp> and <OnMouseDown> to use button instead of arg1 in the XML. fixed the <OnMouseDown> Middle Button to reset, only if Cashflow is on.
Now using PLAYER_LOGIN instead of VARIABLES_LOADED.
v2.2
Created a Lite version containing code to display only Fixed bug with cashflow not workin over multiple characters
Added coloration to red when cashflow shows a loss Fixed wrong positions of addon with new characters
Added MiddleMouse controls for CashFlow mode
v2.1
Fixed bug with /money doing nothing Added lock/unlock functionality
Added cashflow functionality Fixed proper help color
v2.0
Fixed code to work properly with wow patch 20108
None