changeset 83:6b60f7a1410c

Disabled a bunch of probably unused libraries, will have to verify if Inventorium still runs without any other addon. Updated todo list. Probably nolib-creation support.
author Zerotorescue
date Thu, 06 Jan 2011 11:04:55 +0100
parents f885805da5d6
children 3bec0ea44607
files .pkgmeta Inventorium.toc Todo.txt embeds.xml
diffstat 4 files changed, 23 insertions(+), 18 deletions(-) [+]
line wrap: on
line diff
--- a/.pkgmeta	Thu Jan 06 10:48:56 2011 +0100
+++ b/.pkgmeta	Thu Jan 06 11:04:55 2011 +0100
@@ -45,7 +45,7 @@
         url: http://hg.curseforge.net/wow/chathyperlinks/mainline
         tag: latest
 
-enable-nolib-creation: no
+#enable-nolib-creation: no
 
 manual-changelog: Changelog.txt
 
--- a/Inventorium.toc	Thu Jan 06 10:48:56 2011 +0100
+++ b/Inventorium.toc	Thu Jan 06 11:04:55 2011 +0100
@@ -4,10 +4,12 @@
 ## Author: Zerotorescue (at EU - Al'Akir)
 ## Version: @project-version@
 ## SavedVariables: InventoriumDB
-## OptionalDeps: Altoholic, ItemCount, Auc-Advanced, Auc-ScanData, AdvancedTradeSkillWindow, Skillet, GnomeWorks, Auctionator
+## OptionalDeps: Auctionator, Auc-Advanced, Auc-ScanData, AuctionLite, AuctionMaster, AuctionProfitMaster, ZeroAuctions, AdvancedTradeSkillWindow, Cauldron, GnomeWorks, Skillet, Altoholic, DataStore, ItemCount, Ace3, ChatHyperlinks
 
 # Libraries
+#@no-lib-strip@
 embeds.xml
+#@end-no-lib-strip@
 
 # Main
 Core.lua
--- a/Todo.txt	Thu Jan 06 10:48:56 2011 +0100
+++ b/Todo.txt	Thu Jan 06 11:04:55 2011 +0100
@@ -3,9 +3,10 @@
 		Might also need an undo button
 	- Advanced implementation: record queueing with exact time and date and show a nice linechart for each item. Probably would have to write a new lib for the symbols. (low)
  * Restock from vendor (similar to ATSW reagent buying) (medium)
- * Automatic refill from the bank
+ * Show a window displaying the possible moves when automatically refilling from the (guild) bank
  * Window containing a list of items that were unqueueable when a group is queued (low)
  * Enchanting -> scroll self-learning (low)
  * Local item count display (bags or AH), thresholds and alerts (high)
 	- Simple implementation: add a column displaying this, settings to specify how much should be local and an alert box
- * Verify AuctionLite support
\ No newline at end of file
+ * Verify AuctionLite support
+ * Check which libraries are really used, delete others
\ No newline at end of file
--- a/embeds.xml	Thu Jan 06 10:48:56 2011 +0100
+++ b/embeds.xml	Thu Jan 06 11:04:55 2011 +0100
@@ -1,18 +1,20 @@
 <Ui xsi:schemaLocation="http://www.blizzard.com/wow/ui/ ..\FrameXML\UI.xsd">
   <!-- Libraries -->
-  <Script file="Libs\LibStub\LibStub.lua"/>
-  <Include file="Libs\CallbackHandler-1.0\CallbackHandler-1.0.xml"/>
-  <Include file="Libs\AceAddon-3.0\AceAddon-3.0.xml"/>
-  <Include file="Libs\AceDB-3.0\AceDB-3.0.xml"/>
-  <Include file="Libs\AceDBOptions-3.0\AceDBOptions-3.0.xml"/>
-  <Include file="Libs\AceGUI-3.0\AceGUI-3.0.xml"/>
-  <Include file="Libs\AceLocale-3.0\AceLocale-3.0.xml"/>
-  <Include file="Libs\AceHook-3.0\AceHook-3.0.xml"/>
-  <Include file="Libs\AceConfig-3.0\AceConfig-3.0.xml"/>
-  <Include file="Libs\AceEvent-3.0\AceEvent-3.0.xml"/>
-  <Include file="Libs\AceSerializer-3.0\AceSerializer-3.0.xml"/>
-  <Include file="Libs\AceTimer-3.0\AceTimer-3.0.xml"/>
-  <Include file="Libs\LibSharedMedia-3.0\lib.xml"/>
-  <Include file="Libs\AceGUI-3.0-SharedMediaWidgets\widget.xml"/>
+  <!-- Ace 3 -->
+	  <Script file="Libs\LibStub\LibStub.lua"/>
+	  <Include file="Libs\CallbackHandler-1.0\CallbackHandler-1.0.xml"/>
+	  <Include file="Libs\AceAddon-3.0\AceAddon-3.0.xml"/>
+	  <Include file="Libs\AceDB-3.0\AceDB-3.0.xml"/>
+	  <!--<Include file="Libs\AceDBOptions-3.0\AceDBOptions-3.0.xml"/>-->
+	  <Include file="Libs\AceGUI-3.0\AceGUI-3.0.xml"/>
+	  <!--<Include file="Libs\AceLocale-3.0\AceLocale-3.0.xml"/>-->
+	  <!--<Include file="Libs\AceHook-3.0\AceHook-3.0.xml"/>-->
+	  <Include file="Libs\AceConfig-3.0\AceConfig-3.0.xml"/>
+	  <Include file="Libs\AceEvent-3.0\AceEvent-3.0.xml"/>
+	  <!--<Include file="Libs\AceSerializer-3.0\AceSerializer-3.0.xml"/>-->
+	  <Include file="Libs\AceTimer-3.0\AceTimer-3.0.xml"/>
+  <!-- end Ace 3 -->
+  <!--<Include file="Libs\LibSharedMedia-3.0\lib.xml"/>-->
+  <!--<Include file="Libs\AceGUI-3.0-SharedMediaWidgets\widget.xml"/>-->
   <Include file="Libs\ChatHyperlinks\ChatHyperlinks.lua"/>
 </Ui>