mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-03-23 07:40:14 +00:00
- Parse SMSG_TRADE_STATUS for all 20+ status codes: incoming request, open/cancel/complete/accept notifications, error conditions (too far, wrong faction, stunned, dead, trial account, etc.) - SMSG_TRADE_STATUS_EXTENDED consumed via shared handler (no full item window yet; state tracking sufficient for accept/decline flow) - Add acceptTradeRequest() (CMSG_BEGIN_TRADE), declineTradeRequest(), acceptTrade() (CMSG_ACCEPT_TRADE), cancelTrade() (CMSG_CANCEL_TRADE) - Add BeginTradePacket, CancelTradePacket, AcceptTradePacket builders - Add renderTradeRequestPopup(): shows "X wants to trade" with Accept/Decline buttons when tradeStatus_ == PendingIncoming - TradeStatus enum tracks None/PendingIncoming/Open/Accepted/Complete |
||
|---|---|---|
| .. | ||
| audio | ||
| auth | ||
| core | ||
| game | ||
| network | ||
| pipeline | ||
| platform | ||
| rendering | ||
| third_party | ||
| ui | ||