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:
Kelsi 2026-03-13 09:38:39 -07:00
parent 01ec830555
commit f5a834b543
3 changed files with 39 additions and 0 deletions

View file

@ -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)