r94

Details

  • Filename
    Ouro_Loot-r94.zip
  • Uploaded by
  • Uploaded
    May 12, 2012
  • Size
    187.33 KB
  • Downloads
    51
  • MD5
    d41f1f01a3ed2f5977ae4ae6c6855332

Supported WoW Retail Versions

  • 4.3.4

Changelog

------------------------------------------------------------------------
r94 | farmbuyer | 2012-05-12 07:17:55 +0000 (Sat, 12 May 2012) | 1 line
Changed paths:
   M /trunk/core.lua
   M /trunk/gui.lua

Add a unique field to loot (extracted from uniqueID field when possible, randomly generated when not) and include it in broadcasts.  Use this as a history identifier for future loot.  Will need to tweak using this in signatures (and finally avoid problems looting multiples of an item to a single person).
------------------------------------------------------------------------
r93 | farmbuyer | 2012-05-11 03:56:21 +0000 (Fri, 11 May 2012) | 1 line
Changed paths:
   M /trunk/core.lua
   M /trunk/gui.lua
   M /trunk/verbage.lua

Implement a list of items to be automatically marked as sent to the guild vault.  List controlled on the Options tab like the existing filter.  Default list is Cataclysm crafting material drops.
------------------------------------------------------------------------
r92 | farmbuyer | 2012-05-11 03:08:12 +0000 (Fri, 11 May 2012) | 8 lines
Changed paths:
   M /trunk/LibFarmbuyer.lua
   M /trunk/core.lua
   M /trunk/gui.lua
   M /trunk/text_tabs.lua
   M /trunk/verbage.lua

- Make sure popup dialogs are on top of Ace3's widgets.
- Minor code reorganization.  Safety hook for future boss-entry code.
- Avoid same bug from a couple revs ago when adding manual boss kills.    
- Ask players about snapshot data when manually entering boss kills.
- Blizzard rearranged the button order in 3-entry popups some time ago
  and I failed to adapt the code until now.

------------------------------------------------------------------------
r91 | farmbuyer | 2012-05-09 09:38:14 +0000 (Wed, 09 May 2012) | 1 line
Changed paths:
   M /trunk/core.lua
   M /trunk/text_tabs.lua

Make sure subgroup field is always set to non-nil.  ("Belt *and* suspenders."  Handle a previously-set nil field during text creation.)
------------------------------------------------------------------------
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.
------------------------------------------------------------------------

Additional Files

Type Name Size Uploaded Game Version Downloads
88.75 KB May 12, 2012 4.3.4 39