index
:
mirror/TrinityCore.git
3.3.5
cata_classic
master
wotlk_classic
https://github.com/TrinityCore/TrinityCore.git @ 2025-12-26T22: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
2024-03-20
Core/Commands: Fixed crash in all commands expecting SpellInfo* arguments if ...
Shauren
2023-08-17
Core/Logging: Fixed a few missed log format statements
Shauren
2023-08-15
Core/Misc: Replace string to int conversion functions from Common.h with c++1...
Shauren
2023-08-15
Core/Logging: Switch from fmt::sprintf to fmt::format (c++20 standard compati...
Shauren
2023-08-12
Core/Misc: Replace enable_if overload selection with if constexpr
Shauren
2023-08-12
Core/Misc: Migrate our c++20 advstd to standard features
Shauren
2021-08-14
Core/ChatCommands: AccountIdentifier from current target
Carbenium
2021-04-25
Core/Commands: Fixed logging gm commands that accept hyperlink arguments and ...
Shauren
2021-01-03
Core: whitespace cleanup, reduce double blank line to single (#25795)
Kargatum
2020-10-30
Core/Commands: Exclude ambigious cast operator overloads from command Variant
Shauren
2020-10-25
CI/GitHub: Switch to GCC 8 (#25610)
Giacomo Pozzoni
2020-10-08
Core/ChatCommands: Fix a potential crash if a custom chat command does not ha...
Treeston
2020-09-23
Core/ChatCommand: Improve feedback for ambiguous commands
Treeston
2020-09-21
Core/ChatCommands: Add `trinity_string` support for chat command help
Treeston
2020-09-20
Scripts/ChatCommands: Constrain how char const* may be used as a command hand...
Treeston
2020-09-20
1eca51b 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-13
Core/ChatCommands: Fix an issue that caused trailing variant options to somet...
Treeston
2020-09-12
[3.3.5] Core/ChatCommands: Show error messages from argument parsers (PR #25443)
Treeston
2020-09-10
Core/ChatCommands: make ExactSequence more readable
Treeston
2020-09-10
Core/ChatCommands: Drop PlayerIdentifier's cast operators which could return ...
Peter Keresztes Schmidt
2020-09-09
Chat/Commands: Eradicate ChatHandler::extractOptFirstArg
Treeston
2020-09-07
Scripts/Commands: .character command conversion
Treeston
2020-09-07
Core/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-04
Scripts/Commands: Convert argument parsing of .npc commands
Treeston
2020-09-03
Scripts/Commands: Convert argument parsing of gameobject commands
Treeston
2020-09-02
Common/Util: Trinity::StringTo<double> support (PR #25364)
Treeston
2020-08-30
Core/ChatCommands: C++17 cleanup (again) (PR #25323)
Treeston
2020-08-26
Common/Utilities: Centralize string -> T conversion in StringConvert.h (PR #2...
Treeston
2020-08-24
Revert "[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-23
Core/ChatCommands: Do not try to consume integral types if the token is empty...
Peter Keresztes Schmidt
2020-08-23
Core/Misc: std::string -> std::string_view in a bunch of places, notably chat...
Treeston
2020-08-22
Core/ChatCommands: Add std::wstring argument type (#25302)
Peter Keresztes Schmidt
2020-08-20
Scripts/Commands: Convert argument parsing of event commands to new system (P...
Peter Keresztes Schmidt
2020-08-20
Core/ChatCommands: Check whether a passed numeric enum value is valid (#25285)
Peter Keresztes Schmidt
2020-08-17
Core/ChatCommands: Parse SpellInfo also from enchant, glyph, talent and trade...
Peter Keresztes Schmidt
2020-08-17
Core/ChatCommands: Add Variant.get<typename> overload (PR #25267)
Peter Keresztes Schmidt
2020-08-17
make compilers happy
Treeston
2020-08-17
Core/ChatCommands: Move Trinity::ChatCommands::Variant from boost::variant to...
Treeston
2020-08-17
revert 1aeb7a0 and f9e7dbd until I can work around GCC being silly
Treeston
2020-08-17
How did this even build in VS???? (don't kill me shauren) (f9e7dbd follow-up)
Treeston
2020-08-17
Core/ChatCommands: Move Trinity::ChatCommands::Variant from boost::variant to...
Treeston
2020-08-17
Core/ChatCommands: Add support for std::array-type arguments (#25261)
Peter Keresztes Schmidt
2020-08-16
Core/ChatCommands: Do not parse partial strings for numeric paramters (PR #25...
Peter Keresztes Schmidt
2020-08-16
Core/ChatCommands: Honor exact matches during enum arg parsing (PR #25255)
Peter Keresztes Schmidt
2020-08-16
Core/ChatCommands: Add support for enum type arguments (PR #25242)
Peter Keresztes Schmidt
2020-07-15
Core/Misc: Replace boost::optional with std::optional (#25047)
Peter Keresztes Schmidt
2020-03-19
nopch fix
Shauren
[next]