view .pkgmeta @ 114:67bf97136273

- Start paying attention to cross-realm names. New 'fname' and 'realm' keys in snapshot (now indexed by name only), 'person_realm' key in loot entries. Realm data not stored if it's the same as the player's realm. Manual rebroadcasting does not include realm data (do we care?). - New history_suppress_LFR and history_ignore_xrealm options. - This implementation depends on no two cross-realm players sharing the same player name. Is that guaranteed by Blizzard, or merely "unlikely"? - Gather history suppression knobs into a single function. - If restoring loot data, make sure the item cache has their values; fix up any missing data on load. - Memory tweaks for player history sorting. - Handle some long-standing FIXME's: reassigning loot to the same player, using expunge() for history, no partial duplication of effort for addHistoryEntry. - Try to be more graceful when discovering messed up history during column 3 display loops. Don't leave History tab in player-focused mode when all that player's data have been removed elsewhere.
author Farmbuyer of US-Kilrogg <farmbuyer@gmail.com>
date Mon, 13 Aug 2012 21:49:08 -0400
parents ba5ff82dcf19
children
line wrap: on
line source
package-as: Ouro_Loot

externals:
  libs/LibStub:
    url: svn://svn.wowace.com/wow/libstub/mainline/trunk
    tag: latest
  libs/CallbackHandler-1.0:
    url: svn://svn.wowace.com/wow/callbackhandler/mainline/trunk/CallbackHandler-1.0
    tag: latest
  # for Ace3 stuff, it's usually better to grab the alphas (they get tested)
  # than waiting for bugfixes to get tagged
  libs/AceAddon-3.0:
    url: svn://svn.wowace.com/wow/ace3/mainline/trunk/AceAddon-3.0
  libs/AceConfig-3.0:
    url: svn://svn.wowace.com/wow/ace3/mainline/trunk/AceConfig-3.0
  libs/AceDBOptions-3.0:
    url: svn://svn.wowace.com/wow/ace3/mainline/trunk/AceDBOptions-3.0
  libs/AceDB-3.0:
    url: svn://svn.wowace.com/wow/ace3/mainline/trunk/AceDB-3.0
  libs/AceConsole-3.0:
    url: svn://svn.wowace.com/wow/ace3/mainline/trunk/AceConsole-3.0
  libs/AceEvent-3.0:
    url: svn://svn.wowace.com/wow/ace3/mainline/trunk/AceEvent-3.0
  libs/AceTimer-3.0:
    url: svn://svn.wowace.com/wow/ace3/mainline/trunk/AceTimer-3.0
  libs/AceLocale-3.0:
    url: svn://svn.wowace.com/wow/ace3/mainline/trunk/AceLocale-3.0
  libs/AceGUI-3.0:
    url: svn://svn.wowace.com/wow/ace3/mainline/trunk/AceGUI-3.0
  libs/AceComm-3.0:
    url: svn://svn.wowace.com/wow/ace3/mainline/trunk/AceComm-3.0
  libs/lib-st:
    url: svn://svn.wowace.com/wow/lib-st/mainline/trunk
    tag: latest

# vim: et