r98
Details
-
FilenameOuro_Loot-r98.zip
-
Uploaded by
-
UploadedMay 31, 2012
-
Size197.75 KB
-
Downloads75
-
MD546ed513b7fffecc86214218eab9e499f
Supported WoW Retail Versions
- 4.3.4
Changelog
------------------------------------------------------------------------
r98 | farmbuyer | 2012-06-01 02:17:57 +0000 (Fri, 01 Jun 2012) | 1 line
Changed paths:
M /trunk/gui.lua
StaticPopupDialog + Slider = controllable threshold for how far back to preserve events when preening history tables. (Updated preen routine written but not with this commit.)
------------------------------------------------------------------------
r97 | farmbuyer | 2012-05-31 00:06:20 +0000 (Thu, 31 May 2012) | 1 line
Changed paths:
M /trunk/gui.lua
Replace kludgey debug tooltip toggle with a dropdown, workable at runtime.
------------------------------------------------------------------------
r96 | farmbuyer | 2012-05-29 22:50:09 +0000 (Tue, 29 May 2012) | 15 lines
Changed paths:
M /trunk/LibFarmbuyer.lua
M /trunk/core.lua
M /trunk/gui.lua
M /trunk/verbage.lua
- This code is not quite ready for prime time. Do not run it yet.
- Loot events have associated unique IDs, enabling some new actions over
the network. These IDs are preserved as part of realm history. As a
result, the stored history format has completely changed (and requires
less memory as a bonus).
- "Prescan for faster handling" option, default off.
- "Mark as <x>" now broadcast to other trackers. Older versions can't
receive the message, of course. Future: Broadcast reassigning loot.
- New options controlling whether (and where) to print a message when
another player broadcasts those kinds of changes to existing loot.
- Names colored by class when that data is available; CUSTOM_CLASS_COLORS
supported.
- Metric boatloads of minor tweaks and optimizations throughout.
------------------------------------------------------------------------
r95 | farmbuyer | 2012-05-12 11:08:23 +0000 (Sat, 12 May 2012) | 1 line
Changed paths:
M /trunk/gui.lua
Add a tooltip for debugging g_loot contents; toggle from the advanced debug options. (Font is ginormous, why?)
------------------------------------------------------------------------
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.
------------------------------------------------------------------------