aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Chat
AgeCommit message (Expand)Author
2024-03-24Core/Players: Slightly improve neutral player faction supportShauren
2023-10-07Core/Chat: Corrected chat channel flag implementationsShauren
2023-10-06Core/Objects: Treat areas that have ParentAreaID filled but dont have IsSubzo...Shauren
2023-08-24Core/Misc: Modernize comparison operatorsShauren
2023-08-16Core/Misc: Fixed minor formatting mistakesShauren
2023-06-17Core/Items: Item bonus generation improvementsShauren
2023-05-13Core/Misc: Replace string to int conversion functions from Common.h with c++1...Shauren
2023-04-28Core/Chat: Implemented more chat link typesShauren
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-08Dep/fmt: Upgrade to 9.1.0Shauren
2023-01-08Core/Logging: Switch from fmt::sprintf to fmt::format (c++20 standard compati...Shauren
2023-01-07Core/Misc: Include cleanup, 2023 editionShauren
2023-01-07Core/Misc: Replace enable_if overload selection with if constexprShauren
2023-01-07Core/Misc: Migrate our c++20 advstd to standard featuresShauren
2022-09-19Core/Misc: Changed string formatting functions to accept std::string_view as ...Shauren
2022-09-02Core/Commands: Convert quest commands to new systemShauren
2022-04-24Core/Spells: Rename SpellAttr0 to use official attribute namesShauren
2022-03-12Core/ChatCommands: AccountIdentifier from current targetCarbenium
2022-03-09Core/Commands: Fixed logging gm commands that accept hyperlink arguments and ...Shauren
2022-03-05Core: whitespace cleanup, reduce double blank line to single (#25795)Kargatum
2022-03-05Game/ChatCommands: Make sure ChatHandler::extractPlayerTarget populates the s...Treeston
2022-02-28CI/GitHub: Switch to GCC 8 (#25610)Giacomo Pozzoni
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-27Scripts/ChatCommands: Constrain how char const* may be used as a command hand...Treeston
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
2022-02-24Core/PacketIO: Updated packet structures to 9.2.0Shauren
2022-02-13Core/Misc: Minor game include cleanupShauren
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