aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Chat
AgeCommit message (Expand)Author
2021-08-29Core/Spells: Spell effect info access refactoring part 2 - passing SpellEffec...Shauren
2021-08-14Core/ChatCommands: AccountIdentifier from current targetCarbenium
2021-04-25Core/Commands: Fixed logging gm commands that accept hyperlink arguments and ...Shauren
2021-01-03Core: whitespace cleanup, reduce double blank line to single (#25795)Kargatum
2020-12-10Game/ChatCommands: Make sure ChatHandler::extractPlayerTarget populates the s...Treeston
2020-10-30Core/Commands: Exclude ambigious cast operator overloads from command VariantShauren
2020-10-25CI/GitHub: Switch to GCC 8 (#25610)Giacomo Pozzoni
2020-10-08Core/ChatCommands: Fix a potential crash if a custom chat command does not ha...Treeston
2020-09-23Core/ChatCommand: Improve feedback for ambiguous commandsTreeston
2020-09-21Core/ChatCommands: Add `trinity_string` support for chat command helpTreeston
2020-09-20Scripts/ChatCommands: Constrain how char const* may be used as a command hand...Treeston
2020-09-201eca51b follow-up, nuke `command`.`permission` from orbit; it was only duplic...Treeston
2020-09-20[3.3.5] ChatCommands, the other half: chat command resolution refactor (PR #2...Treeston
2020-09-13Core/ChatCommands: Fix an issue that caused trailing variant options to somet...Treeston
2020-09-12Core/Chat: Fix hyperlink validation for inspected item links, for real this t...Treeston
2020-09-12[3.3.5] Core/ChatCommands: Show error messages from argument parsers (PR #25443)Treeston
2020-09-12Core/PacketIO: Fixed SMSG_INSPECT for items with random suffixShauren
2020-09-12Core/Chat: Fixed validating item links with random propertiesShauren
2020-09-10Core/ChatCommands: make ExactSequence more readableTreeston
2020-09-10Core/Chat: Permissible quest level for hyperlinks, [-1, 127] -> [-1, 32767]. ...Treeston
2020-09-10Core/ChatCommands: Drop PlayerIdentifier's cast operators which could return ...Peter Keresztes Schmidt
2020-09-10Core/Chat: Fix quest hyperlinks for quest level -1. Closes #25432.Treeston
2020-09-10Scripts/Commands: Convert remaining debug commands (PR #25429)Peter Keresztes Schmidt
2020-09-09Chat/Commands: Eradicate ChatHandler::extractOptFirstArgTreeston
2020-09-07Scripts/Commands: .character command conversionTreeston
2020-09-07Core/ChatCommands: Move ostream operator into Variant class so we don't pollu...Peter Keresztes Schmidt
2020-09-06[3.3.5] Scripts/Commands: .arena command conversion (PR #25407)Treeston
2020-09-04Scripts/Commands: Convert argument parsing of .npc commandsTreeston
2020-09-03Scripts/Commands: Convert argument parsing of gameobject commandsTreeston
2020-09-02Common/Util: Trinity::StringTo<double> support (PR #25364)Treeston
2020-09-02Core/Misc: Add support for custom link colors. Clean-up hyperlink validation,...Treeston
2020-09-02UnitTests: |Hspell and |Htalent unit testingTreeston
2020-09-01Core/Misc: More DBC std::array refactors, stricter |Hitem checks, and more hy...Treeston
2020-09-01Core/Misc: DBC std::array refactors, and |Hachievement unit testsTreeston
2020-08-31UnitTests: Add a first set of item hyperlink testsTreeston
2020-08-31Core/Chat: Fix achievement and enchant link validationShauren
2020-08-30Core/Chat: Correct Hyperlink validation for incomplete achievements.Treeston
2020-08-30Scripts/Commands: Fix a crash in .help - closes #25360Treeston
2020-08-30Core/ChatCommands: C++17 cleanup (again) (PR #25323)Treeston
2020-08-28Core/Common: Tokenizer -> Trinity::Tokenize (PR: #25327)Treeston
2020-08-26Common/Utilities: Centralize string -> T conversion in StringConvert.h (PR #2...Treeston
2020-08-24Revert "[3.3.5] Core/ChatCommands: C++17 cleanup (if constexpr + std::string_...Treeston
2020-08-24[3.3.5] Core/ChatCommands: C++17 cleanup (if constexpr + std::string_view)Treeston
2020-08-23Core/ChatCommands: Do not try to consume integral types if the token is empty...Peter Keresztes Schmidt
2020-08-23Core/Misc: std::string -> std::string_view in a bunch of places, notably chat...Treeston
2020-08-22Core/ChatCommands: Add std::wstring argument type (#25302)Peter Keresztes Schmidt
2020-08-20Scripts/Commands: Convert argument parsing of event commands to new system (P...Peter Keresztes Schmidt
2020-08-20Core/ChatCommands: Check whether a passed numeric enum value is valid (#25285)Peter Keresztes Schmidt
2020-08-17Core/ChatCommands: Parse SpellInfo also from enchant, glyph, talent and trade...Peter Keresztes Schmidt
2020-08-17Core/ChatCommands: Add Variant.get<typename> overload (PR #25267)Peter Keresztes Schmidt