index
:
mirror/TrinityCore.git
3.3.5
cata_classic
master
wotlk_classic
https://github.com/TrinityCore/TrinityCore.git @ 2025-12-25T17:01:01Z
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
server
/
game
/
Chat
/
ChatCommands
Age
Commit message (
Expand
)
Author
2025-10-11
Dep/fmt: Update to 12.0.0
Shauren
2025-06-05
Core/Chat: Remove fmt::sprintf from headers
Shauren
2025-05-18
Core/Commands: Modernize string parsing for EXACT_SEQUENCE command arguments
Shauren
2025-05-18
Core/Commands: Don't validate enum numeric values for flags
Shauren
2025-05-18
Core/Commands: Fixed parsing enum chat command arguments when they have a TIT...
Shauren
2025-05-07
Core/Misc: Minor compile time improving changes
Shauren
2025-04-10
Core/Commands: Allow non-const reference arguments in chat command handlers
Shauren
2023-10-06
Core/Objects: Treat areas that have ParentAreaID filled but dont have IsSubzo...
Shauren
2023-08-16
Core/Misc: Fixed minor formatting mistakes
Shauren
2023-04-28
Core/Chat: Implemented more chat link types
Shauren
2023-04-06
Core/Misc: Modernize code a bit by replacing std::tie with either structured ...
Shauren
2023-01-10
Core/Logging: Fixed remaining uses of STRING_VIEW_FMT in log statements
Shauren
2023-01-08
Dep/fmt: Upgrade to 9.1.0
Shauren
2023-01-08
Core/Logging: Switch from fmt::sprintf to fmt::format (c++20 standard compati...
Shauren
2023-01-07
Core/Misc: Replace enable_if overload selection with if constexpr
Shauren
2023-01-07
Core/Misc: Migrate our c++20 advstd to standard features
Shauren
2022-09-19
Core/Misc: Changed string formatting functions to accept std::string_view as ...
Shauren
2022-09-02
Core/Commands: Convert quest commands to new system
Shauren
2022-03-12
Core/ChatCommands: AccountIdentifier from current target
Carbenium
2022-03-09
Core/Commands: Fixed logging gm commands that accept hyperlink arguments and ...
Shauren
2022-03-05
Core: whitespace cleanup, reduce double blank line to single (#25795)
Kargatum
2022-02-28
CI/GitHub: Switch to GCC 8 (#25610)
Giacomo Pozzoni
2022-02-28
Core/ChatCommands: Fix a potential crash if a custom chat command does not ha...
Treeston
2022-02-27
Core/ChatCommand: Improve feedback for ambiguous commands
Treeston
2022-02-27
Core/ChatCommands: Add `trinity_string` support for chat command help
Treeston
2022-02-27
Scripts/ChatCommands: Constrain how char const* may be used as a command hand...
Treeston
2022-02-27
1eca51b 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-13
Core/Misc: Minor game include cleanup
Shauren
2022-02-11
Core/Misc: Explicitly include required headers instead of relying on them to ...
Shauren
2022-02-06
Core/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-05
Core/ChatCommands: make ExactSequence more readable
Treeston
2022-02-05
Core/ChatCommands: Drop PlayerIdentifier's cast operators which could return ...
Peter Keresztes Schmidt
2022-02-05
Chat/Commands: Eradicate ChatHandler::extractOptFirstArg
Treeston
2022-02-05
Scripts/Commands: .character command conversion
Treeston
2022-02-05
Core/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-05
Scripts/Commands: Convert argument parsing of .npc commands
Treeston
2022-02-05
Scripts/Commands: Convert argument parsing of gameobject commands
Treeston
2022-02-04
Common/Util: Trinity::StringTo<double> support (PR #25364)
Treeston
2022-02-04
Core/ChatCommands: C++17 cleanup (again) (PR #25323)
Treeston
2022-02-04
Common/Utilities: Centralize string -> T conversion in StringConvert.h (PR #2...
Treeston
2022-02-04
Core/ChatCommands: Do not try to consume integral types if the token is empty...
Peter Keresztes Schmidt
2022-02-04
Core/Misc: std::string -> std::string_view in a bunch of places, notably chat...
Treeston
2022-02-04
Core/ChatCommands: Add std::wstring argument type (#25302)
Peter Keresztes Schmidt
2022-02-03
Core/Commands: Exclude ambigious cast operator overloads from command Variant
Shauren
2022-02-03
Scripts/Commands: Convert argument parsing of event commands to new system (P...
Peter Keresztes Schmidt
2022-02-03
Core/ChatCommands: Check whether a passed numeric enum value is valid (#25285)
Peter Keresztes Schmidt
2022-02-02
Core/ChatCommands: Parse SpellInfo also from enchant, glyph, talent and trade...
Peter Keresztes Schmidt
[next]