r121
Details
-
FilenameOuro_Loot-r121.zip
-
Uploaded by
-
UploadedJul 26, 2012
-
Size256.58 KB
-
Downloads105
-
MD51abab107cf5eeadab92e28e36aa61c6b
Supported WoW Retail Versions
- 4.3.4
Changelog
------------------------------------------------------------------------
r121 | farmbuyer | 2012-07-26 20:46:00 +0000 (Thu, 26 Jul 2012) | 1 line
Changed paths:
M /trunk/Ouro_Loot.toc
M /trunk/core.lua
M /trunk/gui.lua
A /trunk/options.lua
M /trunk/verbage.lua
Break the options panel out of gui.lua into new options.lua default item lists from verbage.lua there also. Redo options panel as a tree instead of a massive scrolling thing, and prepare data structures to let plugins/etc add their own options code.
------------------------------------------------------------------------
r120 | farmbuyer | 2012-07-26 03:34:56 +0000 (Thu, 26 Jul 2012) | 1 line
Changed paths:
M /trunk/LibFarmbuyer.lua
M /trunk/Ouro_Loot.toc
M /trunk/core.lua
M /trunk/gui.lua
M /trunk/verbage.lua
Move generation of the Help tab to the same file as the help text. Allow registration of arbitrary tab controls, not just text generation. Move some shared data out of the addon table into a 'gui' state table in preparation for more of the same. Clean some cruft out of the default itemfilter list.
------------------------------------------------------------------------
r119 | farmbuyer | 2012-07-24 23:04:51 +0000 (Tue, 24 Jul 2012) | 1 line
Changed paths:
M /trunk/core.lua
M /trunk/gui.lua
Do not register '/loot' as a synonym any longer, as it becomes a builtin command in MoP.
------------------------------------------------------------------------
r118 | farmbuyer | 2012-07-18 07:42:16 +0000 (Wed, 18 Jul 2012) | 1 line
Changed paths:
M /trunk/core.lua
M /trunk/gui.lua
More tweaks in preparation for MoP.
------------------------------------------------------------------------
r116 | farmbuyer | 2012-07-17 03:24:36 +0000 (Tue, 17 Jul 2012) | 1 line
Changed paths:
M /trunk/.pkgmeta
M /trunk/LibFarmbuyer.lua
M /trunk/core.lua
M /trunk/gui.lua
Last bits of cleanup and testing.
------------------------------------------------------------------------
r115 | farmbuyer | 2012-07-02 23:49:11 +0000 (Mon, 02 Jul 2012) | 1 line
Changed paths:
M /trunk/gui.lua
Add noob_tips entry for Help tab.
------------------------------------------------------------------------
r114 | farmbuyer | 2012-07-01 17:16:42 +0000 (Sun, 01 Jul 2012) | 1 line
Changed paths:
M /trunk/core.lua
M /trunk/gui.lua
Some initial prep for MoP API transition. (Some of this can be removed post-MoP-release, but fewer changes will need to be made the day of.)
------------------------------------------------------------------------
r113 | farmbuyer | 2012-06-28 19:44:53 +0000 (Thu, 28 Jun 2012) | 6 lines
Changed paths:
M /trunk/core.lua
M /trunk/gui.lua
- Also include revision numbers when sending/displaying version data.
- Do a tweaked variant of the "ensure useful unique tags" code in _addLootEntry.
- When debugging comms, send to raid *and* guild instead of either.
- Remove flaky optimization in fixup_unique_replacements. Thanks to Hyndron
for helping me test this with genuine non-contrived data.
------------------------------------------------------------------------