annotate embeds.xml @ 30:8177b5bcb883

Added tag ?NYI? to the ?Alert when below minimum? option. Added ?Don't queue when below threshold? option. This isn?t functional yet, just a place holder to indicate it will be implemented at a later time. Added initial functionality for ?virtual? groups (feel free to suggest a better name :P), with these groups you can override the defaults for multiple groups. By default, settings will be retrieved as CURRENT_GROUP -> DEFAULTS, with this it can become CURRENT_GROUP -> VIRTUAL_GROUP -> DEFAULTS. This will come in handy when managing a lot of groups. Full functionality is not yet implemented, it is just a placeholder to indicate it will be added. Reduced the softmax for the restock target option from 1000 to 100 to make the slider actually useful. You can still enter a value of upto 100.000 in the edit box below.
author Zerotorescue
date Fri, 29 Oct 2010 13:43:41 +0200
parents c6ff7ba0e8f6
children 58fb38f0b447
rev   line source
Zerotorescue@0 1 <Ui xsi:schemaLocation="http://www.blizzard.com/wow/ui/ ..\FrameXML\UI.xsd">
Zerotorescue@0 2 <!-- Libraries -->
Zerotorescue@0 3 <Script file="Libs\LibStub\LibStub.lua"/>
Zerotorescue@0 4 <Include file="Libs\CallbackHandler-1.0\CallbackHandler-1.0.xml"/>
Zerotorescue@0 5 <Include file="Libs\AceAddon-3.0\AceAddon-3.0.xml"/>
Zerotorescue@0 6 <Include file="Libs\AceDB-3.0\AceDB-3.0.xml"/>
Zerotorescue@0 7 <Include file="Libs\AceDBOptions-3.0\AceDBOptions-3.0.xml"/>
Zerotorescue@0 8 <Include file="Libs\AceGUI-3.0\AceGUI-3.0.xml"/>
Zerotorescue@0 9 <Include file="Libs\AceLocale-3.0\AceLocale-3.0.xml"/>
Zerotorescue@0 10 <Include file="Libs\AceHook-3.0\AceHook-3.0.xml"/>
Zerotorescue@0 11 <Include file="Libs\AceConfig-3.0\AceConfig-3.0.xml"/>
Zerotorescue@0 12 <Include file="Libs\AceEvent-3.0\AceEvent-3.0.xml"/>
Zerotorescue@0 13 <Include file="Libs\AceSerializer-3.0\AceSerializer-3.0.xml"/>
Zerotorescue@0 14 <Include file="Libs\AceTimer-3.0\AceTimer-3.0.xml"/>
Zerotorescue@0 15 <Include file="Libs\LibSharedMedia-3.0\lib.xml"/>
Zerotorescue@0 16 <Include file="Libs\AceGUI-3.0-SharedMediaWidgets\widget.xml"/>
Zerotorescue@0 17 </Ui>