aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Chat
AgeCommit message (Expand)Author
2022-02-12Core/Misc: Move (or delete) constructors and destructors to .cpp files (avoid...Shauren
2022-02-11Core/Misc: Optimize ChatCommand includes (include only where neccessary)Shauren
2022-02-11Core/Misc: Explicitly include required headers instead of relying on them to ...Shauren
2022-02-09Core/Utils: Extract template base class out of flag128Shauren
2022-02-06Core/ChatCommands: Fix an issue that caused trailing variant options to somet...Treeston
2022-02-05[3.3.5] Core/ChatCommands: Show error messages from argument parsers (PR #25443)Treeston
2022-02-05Core/ChatCommands: make ExactSequence more readableTreeston
2022-02-05Core/ChatCommands: Drop PlayerIdentifier's cast operators which could return ...Peter Keresztes Schmidt
2022-02-05Scripts/Commands: Convert remaining debug commands (PR #25429)Peter Keresztes Schmidt
2022-02-05Chat/Commands: Eradicate ChatHandler::extractOptFirstArgTreeston
2022-02-05Scripts/Commands: .character command conversionTreeston
2022-02-05Core/ChatCommands: Move ostream operator into Variant class so we don't pollu...Peter Keresztes Schmidt
2022-02-05[3.3.5] Scripts/Commands: .arena command conversion (PR #25407)Treeston
2022-02-05Scripts/Commands: Convert argument parsing of .npc commandsTreeston
2022-02-05Scripts/Commands: Convert argument parsing of gameobject commandsTreeston
2022-02-04Common/Util: Trinity::StringTo<double> support (PR #25364)Treeston
2022-02-04Core/Misc: Add support for custom link colors. Clean-up hyperlink validation,...Treeston
2022-02-04Core/Misc: DBC std::array refactors, and |Hachievement unit testsTreeston
2022-02-04UnitTests: Add a first set of item hyperlink testsTreeston
2022-02-04Core/Chat: Add missing initialization to chat link data structuresShauren
2022-02-04Core/Chat: Correct Hyperlink validation for incomplete achievements.Treeston
2022-02-04Scripts/Commands: Fix a crash in .help - closes #25360Treeston
2022-02-04Core/ChatCommands: C++17 cleanup (again) (PR #25323)Treeston
2022-02-04Core/Common: Tokenizer -> Trinity::Tokenize (PR: #25327)Treeston
2022-02-04Common/Utilities: Centralize string -> T conversion in StringConvert.h (PR #2...Treeston
2022-02-04Core/ChatCommands: Do not try to consume integral types if the token is empty...Peter Keresztes Schmidt
2022-02-04Core/Misc: std::string -> std::string_view in a bunch of places, notably chat...Treeston
2022-02-04Core/ChatCommands: Add std::wstring argument type (#25302)Peter Keresztes Schmidt
2022-02-03Core/Commands: Exclude ambigious cast operator overloads from command VariantShauren
2022-02-03Scripts/Commands: Convert argument parsing of event commands to new system (P...Peter Keresztes Schmidt
2022-02-03Core/ChatCommands: Check whether a passed numeric enum value is valid (#25285)Peter Keresztes Schmidt
2022-02-02Core/ChatCommands: Parse SpellInfo also from enchant, glyph, talent and trade...Peter Keresztes Schmidt
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-24Core/Commands: Initialize commands on startup instead of first useShauren
2022-01-23Core/Misc: Replace boost::optional with std::optional (#25047)Peter Keresztes Schmidt
2022-01-23Core/DataStores: Port refactors from Update DBC field names to generated ones...Peter Keresztes Schmidt
2022-01-01Core/Misc: Remove whitespace at the end of linesjackpoz
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-12-21Core/Items: implement some helper methods for easier readability (#24113)ForesterDev
2021-12-18Core/Misc: Fix static analysis issuesGiacomo Pozzoni
2021-12-18Core/Channels: Fix a bug that would cause channel settings to disappear in ce...Treeston