view Ouro_Loot.toc @ 146:543fcf15add7

Handle new itemstring format for item variants. Heroic, warforged, etc, are now additional fields in the itemstring rather than separate item IDs as in the last few expansions. This fixes the tooltip displays for such items; there's nothing yet in place for determining the exact variations (need to finish the list of bonus codes). Some minor efficiency tweaks.
author Farmbuyer of US-Kilrogg <farmbuyer@gmail.com>
date Tue, 30 Dec 2014 17:52:30 -0500
parents 375059a11c1d
children
line wrap: on
line source
## Interface: 60000
## Title: Ouro Loot
## Version: @project-version@
## Notes: Raid loot tracking and text generation
## Author: Farmbuyer of US-Kilrogg
## SavedVariables: OuroLootSV, OuroLootSV_saved, OuroLootOptsDB, OuroLootSV_hist, OuroLootSV_log
## OptionalDeps: Ace3, DBM-Core, lib-st, LibFarmbuyer, tekDebug
## LoadManagers: AddonLoader
## X-LoadOn-Slash: /ouroloot, /ol
## X-LoadOn-InterfaceOptions: Ouro Loot
## X-LoadOn-Raid: true
## X-LoadOn-Events: LFG_PROPOSAL_SHOW
## X-LoadOn-LFG_PROPOSAL_SHOW: AddonLoader:LoadAddOn('Ouro_Loot')

#@no-lib-strip@
libs\LibStub\LibStub.lua
libs\CallbackHandler-1.0\CallbackHandler-1.0.xml
libs\AceAddon-3.0\AceAddon-3.0.xml
libs\AceEvent-3.0\AceEvent-3.0.xml
libs\AceTimer-3.0\AceTimer-3.0.xml
libs\AceConsole-3.0\AceConsole-3.0.xml
libs\AceGUI-3.0\AceGUI-3.0.xml
libs\AceComm-3.0\AceComm-3.0.xml
libs\AceConfig-3.0\AceConfig-3.0.xml
libs\AceDB-3.0\AceDB-3.0.xml
libs\AceDBOptions-3.0\AceDBOptions-3.0.xml
libs\lib-st\lib-st.xml
#@end-no-lib-strip@

# extra bits
LibFarmbuyer.lua
AceGUIWidget-Spacer.lua
AceGUIWidget-lib-st.lua
AceGUIWidget-DoTimerEditBoxDropDown.lua
#AceGUIWidget-CheckBoxSmallLabel.lua

#locale-enUS.lua
#locale-deDE.lua
#locale-esES.lua
#locale-esMX.lua
#locale-frFR.lua
#locale-koKR.lua
#locale-ruRU.lua
#locale-zhCN.lua
#locale-zhTW.lua

core.lua
gui.lua
verbage.lua
options.lua
text_tabs.lua
bossmods.lua
abbreviations.lua