major visual upgrade of buy tab, cleaned up xml files a bit, better reporting functionality for the buy tab, handled more corner cases in buy tab

This commit is contained in:
Manuel Simon Hirsig
2015-09-09 17:19:40 +02:00
parent 9a7d70a4fc
commit 99d184bfaa
8 changed files with 227 additions and 102 deletions
+4 -1
View File
@@ -1,3 +1,6 @@
AuctionatorVersion = "1.2.0-Vanilla"
AuctionatorAuthor = "Zirco; Backport by Nimeral; Reworked by Simon Hirsig"
AuctionatorLoaded = false
local val2gsc
@@ -52,7 +55,7 @@ end
-----------------------------------------
function Auctionator_OnLoad()
Auctionator_Log("[Auctionator] Loaded")
Auctionator_Log("Auctionator v"..AuctionatorVersion.." loaded")
AuctionatorLoaded = true
end