mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-04-17 09:33:51 +00:00
feat: add /clear chat command and movement speed display in stats
- /clear slash command empties the chat history (was listed in autocomplete but never handled) - Stats panel shows run/flight/swim speed as percentage of base only when non-default (e.g. mounted or speed-buffed), under a new Movement section
This commit is contained in:
parent
01ec830555
commit
f5a834b543
3 changed files with 39 additions and 0 deletions
|
|
@ -283,6 +283,7 @@ public:
|
|||
* @return Vector of chat messages
|
||||
*/
|
||||
const std::deque<MessageChatData>& getChatHistory() const { return chatHistory; }
|
||||
void clearChatHistory() { chatHistory.clear(); }
|
||||
|
||||
/**
|
||||
* Add a locally-generated chat message (e.g., emote feedback)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue