Quantcast

Lots of Updates

Author Xruptor <xruptor@manaflux.com>
Author date 2016-08-26 22:32:56
Author local date 2016-08-26 18:32:56 -0400
Committer Xruptor <xruptor@manaflux.com>
Committer date 2016-08-26 22:32:56
Committer local date 2016-08-26 18:32:56 -0400
Commit 3a10289a3625a007a70971138986f1184df92fc0
Tree 9f1cc9d35588c35e397b6001790a1a70e0e1cbe7
Parent 6add2f539bfe079a98ddb4f961e1918d3fbcdc43
Lots of Updates
-Using a new Database for Professions and Currency.  Removing old CRAFT and TOKENS db.
-Added Slash commands using Ace3
-Implemented a new way for Currencies to be saved.  The old format was just too cumbersome, especially consider the other database formats BagSync uses.
-Modified FilterDB so I can use other databases with it.  Hurray!
-Completely redid how Profession recipes are saved.  BagSync used to have a feature that allowed users to link their professions from other characters.  Blizzard pretty much broke that ability and you could only see links that were provided to you from another player.  That's because blizzard made tradeskills temporary on the server.  You couldn't just save it and then use it again in the future.  It was limited to I think to the session.  Once you logged off it became invalid.  SOOOO instead I'm saving the RecipeID of every recipe the user knows in table and using that instead.  Works pretty good! :)
-Redid the Professions window to the new Ace3 format.
-Fixed a few issues with the new config window.