aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Chat/ChatCommands
AgeCommit message (Expand)Author
2022-02-02Core/ChatCommands: Add Variant.get<typename> overload (PR #25267)Peter Keresztes Schmidt
2022-02-02Core/ChatCommands: Move Trinity::ChatCommands::Variant from boost::variant to...Treeston
2022-02-02Core/ChatCommands: Add support for std::array-type arguments (#25261)Peter Keresztes Schmidt
2022-01-26Core/ChatCommands: Do not parse partial strings for numeric paramters (PR #25...Peter Keresztes Schmidt
2022-01-26Core/ChatCommands: Honor exact matches during enum arg parsing (PR #25255)Peter Keresztes Schmidt
2022-01-26Core/ChatCommands: Add support for enum type arguments (PR #25242)Peter Keresztes Schmidt
2022-01-23Core/Misc: Replace boost::optional with std::optional (#25047)Peter Keresztes Schmidt
2021-12-26Core/Misc: Fixed outdated cherry-picked file headersShauren
2021-12-24Core/Misc: C++17 cleanups, commit 3, the header commitTreeston
2021-12-24Core/Misc: C++17 cleanups, commit 2, the advstd commitTreeston
2021-12-24Core/Misc: C++17 cleanups, commit 1Treeston
2021-12-24Core/Chat: Add SpellInfo const* handler for command args. Use it to update .c...Treeston
2021-10-31Core/Chat: Implement hyperlink validation for new link typesShauren
2021-10-31Core/Chat: Unify chat hyperlink parsing (PR #22417)Treeston
2021-10-30Core/Commands: Parse character guid in achievement hyperlinks to ObjectGuidShauren
2021-10-25Core/ChatCommands: Implement achievement link parsingTreeston
2021-10-25Core/ChatCommands: Properly handle single-argument handlers (argument string ...Treeston
2021-10-25Scripts/Commands: New argument parsing methodology (PR #22363)Treeston