Files
pfUI/init/modules.xml
T
Brues fb5230828c Add Loot History module
A pfUI-native group-loot roll history window built on ClassicAPI's
C_LootHistory backport, adapted from the anniversary Blizzard reference.

- Movable/scrollable window (ESC-closable, Clear button) listing rolled
  items; each row expands to per-player rolls.
- Item icon/name/quality rendered via the !!!ClassicAPI Item mixin
  (Item:CreateFromItemLink + ContinueOnItemLoad), so uncached items load
  asynchronously and repaint their row.
- Winner shown on the collapsed row (name/roll/roll-type) and marked in the
  expanded list with a checkmark left of the name (matches the reference).
- Expansion state keys on the stable rollID; events (FULL_UPDATE /
  ROLL_CHANGED / ROLL_COMPLETE) drive a rebuild while shown, and re-attach
  the scroll child so a growing list scrolls without a /reload.
- Toggle via /loothistory or /lh; optional auto-show on new rolls behind
  loothistory.autoshow (default off).
2026-07-11 00:02:31 -05:00

82 lines
3.5 KiB
XML

<Ui xmlns="http://www.blizzard.com/wow/ui/">
<Include file="..\modules\gui.lua"/>
<Include file="..\modules\unlock.lua"/>
<Include file="..\modules\hoverbind.lua"/>
<Include file="..\modules\updatenotify.lua"/>
<Include file="..\modules\actionbar.lua"/>
<Include file="..\modules\gryphons.lua"/>
<Include file="..\modules\hunterbar.lua"/>
<Include file="..\modules\chat.lua"/>
<Include file="..\modules\whisperproxy.lua"/>
<Include file="..\modules\chatcopy.lua"/>
<Include file="..\modules\bubbles.lua"/>
<Include file="..\modules\addons.lua"/>
<Include file="..\modules\minimap.lua"/>
<Include file="..\modules\panel.lua"/>
<Include file="..\modules\player.lua"/>
<Include file="..\modules\focus.lua"/>
<Include file="..\modules\target.lua"/>
<Include file="..\modules\combopoints.lua"/>
<Include file="..\modules\swingtimer.lua"/>
<Include file="..\modules\marktracking.lua"/>
<Include file="..\modules\targettarget.lua"/>
<Include file="..\modules\targettargettarget.lua"/>
<Include file="..\modules\pet.lua"/>
<Include file="..\modules\group.lua"/>
<Include file="..\modules\raid.lua"/>
<Include file="..\modules\mouseover.lua"/>
<Include file="..\modules\castbar.lua"/>
<Include file="..\modules\skin.lua"/>
<Include file="..\modules\xpbar.lua"/>
<Include file="..\modules\autoshift.lua"/>
<Include file="..\modules\autovendor.lua"/>
<Include file="..\modules\bags.lua"/>
<Include file="..\modules\itemclick.lua"/>
<Include file="..\modules\cooldown.lua"/>
<Include file="..\modules\tooltip.lua"/>
<Include file="..\modules\questitem.lua"/>
<Include file="..\modules\thirdparty.lua"/>
<Include file="..\modules\thirdparty-vanilla.lua"/>
<Include file="..\modules\buff.lua"/>
<Include file="..\modules\buffwatch.lua"/>
<Include file="..\modules\nameplates.lua"/>
<Include file="..\modules\loot.lua"/>
<Include file="..\modules\roll.lua"/>
<Include file="..\modules\infight.lua"/>
<Include file="..\modules\sellvalue.lua"/>
<Include file="..\modules\itemcount.lua"/>
<Include file="..\modules\eqcompare.lua"/>
<Include file="..\modules\map.lua"/>
<Include file="..\modules\mapcolors.lua"/>
<Include file="..\modules\uf_tukui.lua"/>
<Include file="..\modules\custom.lua"/>
<Include file="..\modules\gm.lua"/>
<Include file="..\modules\mirrortimers.lua"/>
<Include file="..\modules\feigndeath.lua"/>
<Include file="..\modules\pixelperfect.lua"/>
<Include file="..\modules\hdgraphic.lua"/>
<Include file="..\modules\share.lua"/>
<Include file="..\modules\tracking.lua"/>
<Include file="..\modules\easteregg.lua"/>
<Include file="..\modules\farmmode.lua"/>
<Include file="..\modules\pettarget.lua"/>
<Include file="..\modules\mapreveal.lua"/>
<Include file="..\modules\unusable.lua"/>
<Include file="..\modules\socialmod.lua"/>
<Include file="..\modules\firstrun.lua"/>
<Include file="..\modules\addonbuttons.lua"/>
<Include file="..\modules\afkcam.lua"/>
<Include file="..\modules\screenshot.lua"/>
<Include file="..\modules\addoncompat.lua"/>
<Include file="..\modules\energytick.lua"/>
<Include file="..\modules\totems.lua"/>
<Include file="..\modules\macrotweak.lua"/>
<Include file="..\modules\turtle-wow.lua"/>
<Include file="..\modules\superwow.lua"/>
<Include file="..\modules\innervatecall.lua"/>
<Include file="..\modules\nampower.lua"/>
<Include file="..\modules\unitxp.lua"/>
<Include file="..\modules\bgscore.lua"/>
<Include file="..\modules\equipmentmanager.lua"/>
<Include file="..\modules\loothistory.lua"/>
</Ui>