r84-nolib
Details
-
FilenameOuro_Loot-r84-nolib.zip
-
Uploaded by
-
UploadedApr 19, 2012
-
Size84.39 KB
-
Downloads28
-
MD521fa69690b3a4cb24c4b88e8551e1c75
Supported WoW Retail Versions
- 4.3.4
Changelog
------------------------------------------------------------------------
r84 | farmbuyer | 2012-04-20 04:14:36 +0000 (Fri, 20 Apr 2012) | 1 line
Changed paths:
M /trunk/core.lua
Initial support for modules checking minimum requirements.
------------------------------------------------------------------------
r82 | farmbuyer | 2012-04-20 03:29:24 +0000 (Fri, 20 Apr 2012) | 1 line
Changed paths:
M /trunk/core.lua
Be smarter about revision checking. ALL the revision checking.
------------------------------------------------------------------------
r80 | farmbuyer | 2012-04-19 00:52:37 +0000 (Thu, 19 Apr 2012) | 1 line
Changed paths:
M /trunk/core.lua
M /trunk/text_tabs.lua
Fix major breakage in attendance snapshotting.
------------------------------------------------------------------------
r78 | farmbuyer | 2012-04-17 20:51:36 +0000 (Tue, 17 Apr 2012) | 1 line
Changed paths:
M /trunk/text_tabs.lua
Wowstead forums cannot handle [text in square brackets] if it isn't a markup tag, even when in plaintext mode.
------------------------------------------------------------------------
r77 | farmbuyer | 2012-04-17 08:40:34 +0000 (Tue, 17 Apr 2012) | 1 line
Changed paths:
M /trunk/gui.lua
Make debug note more visible here.
------------------------------------------------------------------------
r76 | farmbuyer | 2012-04-17 06:26:11 +0000 (Tue, 17 Apr 2012) | 1 line
Changed paths:
M /trunk/core.lua
M /trunk/gui.lua
Consolidate some common code out of modules.
------------------------------------------------------------------------
r75 | farmbuyer | 2012-04-17 04:57:06 +0000 (Tue, 17 Apr 2012) | 1 line
Changed paths:
M /trunk/LibFarmbuyer.lua
M /trunk/core.lua
M /trunk/gui.lua
Fix some sloppy indentation. Correct handling of delayed-load plugins registering multiple tabs in arbitrary order. Add option to not display tabs for disabled plugins (would normally allow enabling of them).
------------------------------------------------------------------------
r74 | farmbuyer | 2012-04-13 04:28:46 +0000 (Fri, 13 Apr 2012) | 10 lines
Changed paths:
M /trunk/LibFarmbuyer.lua
M /trunk/bossmods.lua
M /trunk/core.lua
M /trunk/gui.lua
M /trunk/text_tabs.lua
M /trunk/verbage.lua
- instance_tag() also returns max instance size as a plain number, adjust
call sites
- clean up .raiders table, add some new fields, use copies of this instead
of a single string
- make sure datarev field is properly updated when it's already present
- avoid multiple GetRaidRosterInfo loops scattered throughout the addon,
instead just traverse the .raiders list, regularly updated
- make the 'loot' and 'boss' broadcasts versioned. Handle receiving older.
- new format for plaintext attendance output
------------------------------------------------------------------------
r73 | farmbuyer | 2012-04-07 05:40:20 +0000 (Sat, 07 Apr 2012) | 1 line
Changed paths:
M /trunk/core.lua
M /trunk/gui.lua
M /trunk/text_tabs.lua
More people going to be looking at g_loot entries, so start cleaning up older fields a bit, and handle loading older data.
------------------------------------------------------------------------
r72 | farmbuyer | 2012-04-07 04:59:27 +0000 (Sat, 07 Apr 2012) | 1 line
Changed paths:
M /trunk/AceGUIWidget-DoTimerEditBoxDropDown.lua
M /trunk/core.lua
M /trunk/gui.lua
DoTimerEditBoxDropDown widget to ver 5, warn (once) about missing item cache entries in the filter list dropdown.
------------------------------------------------------------------------
r71 | farmbuyer | 2012-04-06 18:23:22 +0000 (Fri, 06 Apr 2012) | 1 line
Changed paths:
M /trunk/LibFarmbuyer.lua
M /trunk/core.lua
M /trunk/gui.lua
Don't collapse wipes into kills across normal/heroic boundaries. Apply preferredIndex change to popup dialogs to avoid memory tainting.
------------------------------------------------------------------------