Releases: skyler-code/SimpleCalc
Releases · skyler-code/SimpleCalc
SimpleCalc v1.4
Optimized how variables are declared and accessed
Addon is now properly initialized the "Blizzard way"
SimpleCalc v1.3.2
Added apleft variable. It's simply apmax - ap
Updated to 8.3
SimpleCalc v1.3.1
Bumped toc to 8.2
SimpleCalc v1.3
Added a running total mechanism. This means you now can do something like...
/calc 1+1
[SimpleCalc]: 1+1 = 2
/calc +1
[SimpleCalc]: 2+1 = 3
There is also a "last" variable so you can do...
/calc 3*last
[SimpleCalc]: 3*3 = 9
Bumped toc to 8.1
SimpleCalc v1.2
Better parsing of input
Optimized backend
Added more currencies
SimpleCalc v1.1
addVar now supports expressions
/calc addVar test = 1+1+1
[SimpleCalc] Set test to 3
SimpleCalc v1.0
SimpleCalc now supports multiple variables.
/calc 555*(5^2)
[SimpleCalc] 555*(5^2) = 312
SimpleCalc v0.8a
Return zero if player doesn't have an equipped artifact
SimpleCalc v1.0.alpha1
asd asd