r115

Details

  • Filename
    Ouro_Loot-r115.zip
  • Uploaded by
  • Uploaded
    Jul 2, 2012
  • Size
    254.67 KB
  • Downloads
    66
  • MD5
    a8f1f6509a5da81bebec49f49c54ab90

Supported WoW Retail Versions

  • 4.3.4

Changelog

------------------------------------------------------------------------
r115 | farmbuyer | 2012-07-02 23:49:11 +0000 (Mon, 02 Jul 2012) | 1 line
Changed paths:
   M /trunk/gui.lua

Add noob_tips entry for Help tab.
------------------------------------------------------------------------
r114 | farmbuyer | 2012-07-01 17:16:42 +0000 (Sun, 01 Jul 2012) | 1 line
Changed paths:
   M /trunk/core.lua
   M /trunk/gui.lua

Some initial prep for MoP API transition.  (Some of this can be removed post-MoP-release, but fewer changes will need to be made the day of.)
------------------------------------------------------------------------
r113 | farmbuyer | 2012-06-28 19:44:53 +0000 (Thu, 28 Jun 2012) | 6 lines
Changed paths:
   M /trunk/core.lua
   M /trunk/gui.lua

- Also include revision numbers when sending/displaying version data.
- Do a tweaked variant of the "ensure useful unique tags" code in _addLootEntry.
- When debugging comms, send to raid *and* guild instead of either.
- Remove flaky optimization in fixup_unique_replacements.  Thanks to Hyndron
  for helping me test this with genuine non-contrived data.

------------------------------------------------------------------------
r111 | farmbuyer | 2012-06-22 02:39:22 +0000 (Fri, 22 Jun 2012) | 1 line
Changed paths:
   M /trunk/core.lua
   M /trunk/gui.lua
   M /trunk/verbage.lua

Update the TODO text.  Handle additional slash arg to the tab-opening routine and dispatch accordingly (History done, EOI remains).
------------------------------------------------------------------------
r110 | farmbuyer | 2012-06-22 00:58:59 +0000 (Fri, 22 Jun 2012) | 1 line
Changed paths:
   M /trunk/core.lua
   M /trunk/gui.lua

If deleting a history entry results in an empty player table, remove that as well.  Change g_uniques to store player's name rather than index as the history field, and indirect through the byname table.
------------------------------------------------------------------------
r109 | farmbuyer | 2012-06-21 21:14:24 +0000 (Thu, 21 Jun 2012) | 1 line
Changed paths:
   M /trunk/core.lua
   M /trunk/gui.lua

Proper class coloring in one place.
------------------------------------------------------------------------
r108 | farmbuyer | 2012-06-21 19:38:54 +0000 (Thu, 21 Jun 2012) | 1 line
Changed paths:
   M /trunk/core.lua

Revert the change using seconds in the fallback timestamp.  OF COURSE that won't work.  Drink more coffee next time.
------------------------------------------------------------------------
r107 | farmbuyer | 2012-06-21 02:17:26 +0000 (Thu, 21 Jun 2012) | 1 line
Changed paths:
   M /trunk/core.lua
   M /trunk/gui.lua

Properly handle dropdown menus for the History tab now, initially with delete-item and delete-player entries.  Some code cleanup and notes for future work.
------------------------------------------------------------------------
r106 | farmbuyer | 2012-06-18 03:02:10 +0000 (Mon, 18 Jun 2012) | 4 lines
Changed paths:
   M /trunk/abbreviations.lua
   M /trunk/core.lua
   M /trunk/gui.lua
   M /trunk/verbage.lua

- More cosmetic cleanup.
- Implement "GUI noob" option.  Basic entries for Loot and History tabs.
- Disable wipe->kill toggling once the entry is actually a kill.  Duh.

------------------------------------------------------------------------
r105 | farmbuyer | 2012-06-17 20:55:11 +0000 (Sun, 17 Jun 2012) | 1 line
Changed paths:
   M /trunk/core.lua

Cosmetic cleanup.  Minor tweaks to fixup_unique_replacements to aid in debugging.
------------------------------------------------------------------------
r104 | farmbuyer | 2012-06-15 20:04:05 +0000 (Fri, 15 Jun 2012) | 1 line
Changed paths:
   M /trunk/core.lua
   M /trunk/gui.lua

Initial version of reassign_loot that handles remote broadcasting, tested in sandbox.  Catch tab generation errors at a higher level and take apart the window (including STs) rather than propagating Lua errors upwards.
------------------------------------------------------------------------
r103 | farmbuyer | 2012-06-14 04:48:13 +0000 (Thu, 14 Jun 2012) | 1 line
Changed paths:
   M /trunk/core.lua

First combat after a boss kill clears the "latest boss name", so that subsequent trash loot gets a forced "trash" kill entry.  (This may need to have a timer inserted.)
------------------------------------------------------------------------
r102 | farmbuyer | 2012-06-12 17:33:38 +0000 (Tue, 12 Jun 2012) | 1 line
Changed paths:
   M /trunk/core.lua
   M /trunk/gui.lua

Tweak the manual entry hyperlink handling to use unique tags instead.
------------------------------------------------------------------------
r101 | farmbuyer | 2012-06-12 03:46:00 +0000 (Tue, 12 Jun 2012) | 1 line
Changed paths:
   M /trunk/core.lua
   M /trunk/gui.lua

Manually inserting loot entries now (1) uses autocomplete dropdowns for the recipient name (raid members if in a raid, online guild members otherwise), and (2) adds a rebroadcasting hyperlink to the text response.  Clicking the link rebroadcasts just like the context menu.
------------------------------------------------------------------------
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.
------------------------------------------------------------------------

Additional Files

Type Name Size Uploaded Game Version Downloads
156.03 KB Jul 2, 2012 4.3.4 19