aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Chat/ChatCommands/ChatCommand.cpp
AgeCommit message (Expand)Author
2023-10-06Core/Objects: Treat areas that have ParentAreaID filled but dont have IsSubzo...Shauren
2023-08-16Core/Misc: Fixed minor formatting mistakesShauren
2023-04-06Core/Misc: Modernize code a bit by replacing std::tie with either structured ...Shauren
2023-01-10Core/Logging: Fixed remaining uses of STRING_VIEW_FMT in log statementsShauren
2023-01-08Core/Logging: Switch from fmt::sprintf to fmt::format (c++20 standard compati...Shauren
2022-09-19Core/Misc: Changed string formatting functions to accept std::string_view as ...Shauren
2022-03-05Core: whitespace cleanup, reduce double blank line to single (#25795)Kargatum
2022-02-28Core/ChatCommands: Fix a potential crash if a custom chat command does not ha...Treeston
2022-02-27Core/ChatCommand: Improve feedback for ambiguous commandsTreeston
2022-02-27Core/ChatCommands: Add `trinity_string` support for chat command helpTreeston
2022-02-271eca51b follow-up, nuke `command`.`permission` from orbit; it was only duplic...Treeston
2022-02-27[3.3.5] ChatCommands, the other half: chat command resolution refactor (PR #2...Treeston