r100
Details
-
FilenameOuro_Loot-r100.zip
-
Uploaded by
-
UploadedJun 11, 2012
-
Size249.37 KB
-
Downloads72
-
MD5dd1f7f6d9f6f391575f0bb1e4b14e0e1
Supported WoW Retail Versions
- 4.3.4
Changelog
------------------------------------------------------------------------
r100 | farmbuyer | 2012-06-11 21:03:16 +0000 (Mon, 11 Jun 2012) | 1 line
Changed paths:
M /trunk/core.lua
M /trunk/gui.lua
Formalize the code handling unique ID collisions that turn out to not be avoidable with improv numbers. Turn on debug.comm and debug.loot with @debug@ markers.
------------------------------------------------------------------------
r99 | farmbuyer | 2012-06-08 08:05:37 +0000 (Fri, 08 Jun 2012) | 9 lines
Changed paths:
M /trunk/core.lua
M /trunk/gui.lua
A /trunk/sfrr.ogg
M /trunk/verbage.lua
- Some more debugging aids (logging error/assert, auto-enable of testing
panel, reminder of GOP history mode)
- Move (finally!) hypertext handling code out to each call site.
- Fix some bugs in previous alpha code.
- Initial-but-mostly-tested code to handle items that have a "unique" field
which are in fact always the same (for example, elementium gem cluster).
Still need to test the case in which a remote tracker sees them first.
- The rest of the variable-cutoff history cleanup.
------------------------------------------------------------------------
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.)
------------------------------------------------------------------------