From 21004a61cd75f6befeaaea6c923d384f3b245e73 Mon Sep 17 00:00:00 2001 From: ckaotik Date: Sat, 16 Jan 2010 19:54:56 +0100 Subject: [PATCH] Testing new list approach, added readme --- Broker_Garbage.toc | 4 +- Libs/CallbackHandler-1.0.lua | 2 +- Libs/LibDataBroker-1.1.lua | 2 +- Libs/LibQTip-1.0.lua | 2 +- Libs/LibStub.lua | 2 +- Libs/tekKonfig/tekKonfig.xml | 2 +- Libs/tekKonfig/tekKonfigAboutPanel.lua | 2 +- Libs/tekKonfig/tekKonfigButton.lua | 2 +- Libs/tekKonfig/tekKonfigCheckbox.lua | 2 +- Libs/tekKonfig/tekKonfigHeading.lua | 2 +- Libs/tekKonfig/tekKonfigSlider.lua | 2 +- core.lua | 185 +++++++++++++++++++++--------- deDE.lua | 89 +++++++-------- enUS.lua | 19 ++-- options.lua | 194 ++++++++++++++++++++------------ readme.txt | 69 ++++++++++++ 16 files changed, 393 insertions(+), 187 deletions(-) create mode 100644 readme.txt diff --git a/Broker_Garbage.toc b/Broker_Garbage.toc index e6dab94..58d716a 100644 --- a/Broker_Garbage.toc +++ b/Broker_Garbage.toc @@ -2,13 +2,13 @@ ## Dependencies: ## OptionalDeps: Auctionator, AuctionLite, Auctioneer ## SavedVariables: BG_GlobalDB -## SavedVariablesPerCharacter: +## SavedVariablesPerCharacter: BG_LocalDB ## Title: Broker_Garbage ## Notes: Full bags no more! Find your least valuable item .. and destroy it! ## Notes-deDE: Endlich wieder Platz! Finde dein billigstes Item ... und zerstöre es. ## Author: ckaotik -## Version: 3.3v8 +## Version: 3.3v9 ## X-Category: Inventory ## X-Credits: GarbageFu, Tekkub diff --git a/Libs/CallbackHandler-1.0.lua b/Libs/CallbackHandler-1.0.lua index 5ad658f..fbf93cf 100644 --- a/Libs/CallbackHandler-1.0.lua +++ b/Libs/CallbackHandler-1.0.lua @@ -1,4 +1,4 @@ ---[[ $Id: CallbackHandler-1.0.lua 60548 2008-02-07 11:04:06Z nevcairiel $ ]] +--[[ $Id: CallbackHandler-1.0.lua 60548 2008-02-07 11:04:06Z nevcairiel $ ]] local MAJOR, MINOR = "CallbackHandler-1.0", 3 local CallbackHandler = LibStub:NewLibrary(MAJOR, MINOR) diff --git a/Libs/LibDataBroker-1.1.lua b/Libs/LibDataBroker-1.1.lua index 6b10124..7382a8d 100644 --- a/Libs/LibDataBroker-1.1.lua +++ b/Libs/LibDataBroker-1.1.lua @@ -1,4 +1,4 @@ - + assert(LibStub, "LibDataBroker-1.1 requires LibStub") assert(LibStub:GetLibrary("CallbackHandler-1.0", true), "LibDataBroker-1.1 requires CallbackHandler-1.0") diff --git a/Libs/LibQTip-1.0.lua b/Libs/LibQTip-1.0.lua index ed1ad56..aeae958 100644 --- a/Libs/LibQTip-1.0.lua +++ b/Libs/LibQTip-1.0.lua @@ -1,4 +1,4 @@ -local MAJOR = "LibQTip-1.0" +local MAJOR = "LibQTip-1.0" local MINOR = 29 -- Should be manually increased assert(LibStub, MAJOR.." requires LibStub") diff --git a/Libs/LibStub.lua b/Libs/LibStub.lua index 0a41ac0..3c48e5e 100644 --- a/Libs/LibStub.lua +++ b/Libs/LibStub.lua @@ -1,4 +1,4 @@ --- LibStub is a simple versioning stub meant for use in Libraries. http://www.wowace.com/wiki/LibStub for more info +-- LibStub is a simple versioning stub meant for use in Libraries. http://www.wowace.com/wiki/LibStub for more info -- LibStub is hereby placed in the Public Domain Credits: Kaelten, Cladhaire, ckknight, Mikk, Ammo, Nevcairiel, joshborke local LIBSTUB_MAJOR, LIBSTUB_MINOR = "LibStub", 2 -- NEVER MAKE THIS AN SVN REVISION! IT NEEDS TO BE USABLE IN ALL REPOS! local LibStub = _G[LIBSTUB_MAJOR] diff --git a/Libs/tekKonfig/tekKonfig.xml b/Libs/tekKonfig/tekKonfig.xml index 0f5bfe2..313c6d6 100644 --- a/Libs/tekKonfig/tekKonfig.xml +++ b/Libs/tekKonfig/tekKonfig.xml @@ -1,4 +1,4 @@ - +