r90-nolib
Details
-
FilenameOuro_Loot-r90-nolib.zip
-
Uploaded by
-
UploadedMay 7, 2012
-
Size86.47 KB
-
Downloads23
-
MD566acf38133b5c62c0b2b59d7292c9846
Supported WoW Retail Versions
- 4.3.4
Changelog
------------------------------------------------------------------------
r90 | farmbuyer | 2012-05-08 02:41:23 +0000 (Tue, 08 May 2012) | 1 line
Changed paths:
M /trunk/Ouro_Loot.toc
M /trunk/abbreviations.lua
M /trunk/bossmods.lua
M /trunk/core.lua
M /trunk/gui.lua
M /trunk/text_tabs.lua
M /trunk/verbage.lua
Do not use UnitName on other people during RAID_ROSTER_UPDATE, as they may be a weed (thank you Calvieri for unknowingly eating a lifegiving seed and exposing this bug). Be more informative to the user about errors during load. Do not try to run other files if a load-time error happens, as it only generates cascading noise.
------------------------------------------------------------------------
r88 | farmbuyer | 2012-04-27 10:11:56 +0000 (Fri, 27 Apr 2012) | 1 line
Changed paths:
M /trunk/core.lua
M /trunk/text_tabs.lua
Detect LFR loot as best we can, and bundle it into the same warning given for heroic loot formatted by name only. Less tedious method of bumping data revisions.
------------------------------------------------------------------------
r87 | farmbuyer | 2012-04-27 09:12:45 +0000 (Fri, 27 Apr 2012) | 1 line
Changed paths:
M /trunk/core.lua
M /trunk/gui.lua
M /trunk/text_tabs.lua
Add display_bcast_from option.
------------------------------------------------------------------------
r85 | farmbuyer | 2012-04-20 04:41:10 +0000 (Fri, 20 Apr 2012) | 1 line
Changed paths:
M /trunk/core.lua
How did I ever earn a CS degree?
------------------------------------------------------------------------
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.
------------------------------------------------------------------------