WoWInterface SVN AutoReputationBar

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 3 to Rev 4
    Reverse comparison

Rev 3 → Rev 4

MoP/AutoReputationBar.lua
1,5 → 1,9
--[[
Changelog:
Version 2.0.1
Updated TOC Version for MoP
Added mini icon to addon name
 
Version 2.0.0
Updated TOC Version
Updated SilvanasAddonLib
22,16 → 26,15
First fully woking version
 
Known Bugs:
checkboxews are located in a wrong way so scaling the ui will case it tobe misplaced
 
Todo:
^^ fix that litle bug
 
--]]
 
--main global var
AutoReputationBar = {
["NAME"] = "|cFF3366FFAuto Reputation Bar|r",
["VERSION"] = "(|cFF9900001|cFFFFFFFF.|cFF9900001|cFFFFFFFF.|cFF9900000|cFFFFFFFF)|r",
["NAME"] = "|cFF3366FFAuto Reputation Bar|r",
["VERSION"] = "(|cFF9900002|cFFFFFFFF.|cFF9900000|cFFFFFFFF.|cFF9900001|cFFFFFFFF)|r",
}
--
 
59,7 → 62,7
--if the saved var didnt load then set it whit default setting esle we assume all setting to exist
if (not AutoReputationBar_SavedVars) or (not AutoReputationBar_SavedVars["VERSION"]) or (AutoReputationBar_SavedVars["VERSION"] ~= AutoReputationBar["VERSION"]) then
AutoReputationBar_SavedVars = {
["ACTIVEONLY"] = false,
["ACTIVEONLY"] = nil,
["VERSION"] = AutoReputationBar["VERSION"]
}
end
MoP/AutoReputationBar.toc
1,8 → 1,8
## Interface: 40300
## Interface: 50000
## Title: * |cFF3366FFAuto Reputation Bar|r
## Author: |cff993366Silvanas
## Version: 2.0.0
## Notes: |cff999999Automaticly switches the reputation bat to the last faction u got reputation for|n|cffffffffVersion: (|cFF9900002|cFFFFFFFF.|cFF9900000|cFFFFFFFF.|cFF9900000|cFFFFFFFF)|n|cFFFFFFFFAuthor: |cFF993366Silvanas|r
## Version: 2.0.1
## Notes: |cff999999Automaticly switches the reputation bat to the last faction u got reputation for|n|cffffffffVersion: (|cFF9900002|cFFFFFFFF.|cFF9900000|cFFFFFFFF.|cFF9900001|cFFFFFFFF)|n|cFFFFFFFFAuthor: |cFF993366Silvanas|r
## eMail: westhof99@zonnet.nl
## URL: http://www.google.com
## License: None
10,4 → 10,4
## DefaultState: Enabled
## LoadOnDemand: 0
## SavedVariablesPerCharacter: AutoReputationBar_SavedVars
AutoReputationBar.xml
AutoReputationBar.xml
\ No newline at end of file