File Details
v0.5.1
- R
- Apr 22, 2026
- 312.58 KB
- 28
- 12.0.5+2
- Retail
File Name
PiratesPlunder-v0.5.1.zip
Supported Versions
- 12.0.5
- 12.0.1
- 12.0.0
Changelog
[0.5.0] - 2026-04-22
Added
- Reliable broadcast (
BroadcastCritical): initial RAID/PARTY broadcast + per-member whisper retry for critical messages (LOOT_POST, LOOT_AWARD, LOOT_CANCEL, SESSION_CREATE, SESSION_CLOSE, SESSION_DELETE, ROSTER_DELTA, GROUP_SCORE). Retries 3× with 4s delay before giving up. - ACK message type: receivers echo back a roster hash so the sender can detect divergence and trigger a delta or full sync.
- Roster delta sync (
ROSTER_DELTA/BroadcastRosterDelta): sends only changed/removed entries instead of the full roster on every update. - Group score sync (
GROUP_SCORE/GROUP_SCORE_ACK): dedicated round-trip for boss-kill point awards with per-member acknowledgement. - Message priority system: LOOT, SESSION, and SYNC messages sent at ALERT priority; bulk sync at BULK priority.
- Handshake on group join: automatically requests a version check from all online members.
- Full sync throttle: additional full syncs are suppressed within a 10-second cooldown.
ComputeRosterHash: deterministic roster hash used to detect drift without exchanging the full payload./pp debugcommand: toggles sync debug output to chat (replaces/pp bagdebug)./pp minimapcommand: toggles minimap icon visibility.- Minimap visibility checkbox in the Settings tab.
ShowMinimapIcon()/HideMinimapIcon()methods with persistence across reloads.- Default session names auto-increment within a day (
Session YYYY-MM-DD,Session YYYY-MM-DD #2, …). _ppUsersruntime table: tracks which group members have the addon loaded.
Changed
- All slash-command handlers consolidated into
Commands/Commands.lua(was split acrossDevCommands.lua,RosterCommands.lua,SessionCommands.lua). SendFullSyncno longer accepts atargetparameter — full syncs always broadcast to the group.- Loot key format changed to
itemLink:timestamp:indexfor stable chronological sort across reloads. - Loot master window width increased to 850.
- Tooltip overlay frames reused instead of recreated on each draw.
Fixed
- Loot master window sort order: entries now sort chronologically by timestamp, with index as tiebreaker within the same second.
- Whisper reflection attack vector: the addon no longer echoes whisper-delivered messages back to the sender.
- Potential duplicate ACK keys replaced with a time-based GUID.
[0.4.0] - 2026-03-22
Added
- Minimap icon with LibDBIcon-1.0: left-click toggles main window, right-click opens loot master window
- Pending loot bars UI: visual progress bars for active loot postings
Fixed
- Leader change stale raid: session now correctly reactivates on rejoin after leader swap
- Sync gating to prevent unintentional guild entry creation
[0.3.2] - 2026-03-21
Changed
- Clarified
GetDatavsEnsureDataAPI inPP.Repo.Roster:EnsureDataauto-creates the guild entry if missing;GetDatareturns nil for absent entries
Fixed
- Added nil-guards after
GetData()calls in Sync.lua, LootService, SessionService, and main.lua to prevent crashes when guild data is absent
[0.3.1] - 2026-03-21
Changed
- Sync improvements for roster and session state propagation
- Session renamed to use more descriptive identifiers
Fixed
- Prevent auto-pass triggering when not in an active raid
- Scroll position preserved on UI redraw
[0.3.0] - 2026-03-21
Changed
- Refactored data access into Repository layer (PP.Repo.Roster, PP.Repo.Loot)
- Refactored business logic into Service layer (PP.Session, PP.Roster, PP.Loot)
- Session teardown consolidated into single PP.Session:End() path
- Pending trades now persist across UI reloads
Fixed
- Spurious client-side session ends on disconnect/reconnect (disconnect recovery window)
- LEADER_LEFT session end now deferred 5 seconds to survive leader promotion windows
- CheckActiveRaid moved to fire after world load so IsInGroup() is accurate on reload
- Auto-pass epic+ setting now included in full sync payload (resilient to race with loot rolls)
- Cancel and Award loot actions now gated by CanPostLoot() permission check
[0.2.2]
Fixed
- Session window reopening on UI redraw
- Sync improvements for roster version propagation
[0.2.1]
Added
- Initial guild roster and session sync via AceComm
- Loot response system (NEED / MINOR / TRANSMOG / PASS)
- Auto-trade window population for pending deliveries
[0.2.0]
Added
- Initial public release
- Guild-based loot distribution with score tracking
- Sandbox mode for in-game testing

