| Age | Commit message (Collapse) | 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 ↵ | Shauren | |
| TITLE comment | |||
| 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 ↵ | Shauren | |
| IsSubzone flag as zones instead of areas | |||
| 2023-08-16 | Core/Misc: Fixed minor formatting mistakes | Shauren | |
| 2023-04-28 | Core/Chat: Implemented more chat link types | Shauren | |
| Closes #28946 | |||
| 2023-04-06 | Core/Misc: Modernize code a bit by replacing std::tie with either structured ↵ | Shauren | |
| bindings or operator<=> | |||
| 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 ↵ | Shauren | |
| compatible api) | |||
| 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 | |
| format argument instead being templated on it to slightly improve compile times and reduce executable size | |||
| 2022-09-02 | Core/Commands: Convert quest commands to new system | Shauren | |
| 2022-03-12 | Core/ChatCommands: AccountIdentifier from current target | Carbenium | |
| (cherry picked from commit 8ee92147a5435600992d7269b98edd5d36cd8924) | |||
| 2022-03-09 | Core/Commands: Fixed logging gm commands that accept hyperlink arguments and ↵ | Shauren | |
| use legacy handlers Closes #26462 (cherry picked from commit ab1a5b7fc8fca3b6540a49c39fc00cb63f16dc6a) | |||
| 2022-03-05 | Core: whitespace cleanup, reduce double blank line to single (#25795) | Kargatum | |
| * Core/Misc: fix double empty line * worldserver.conf (cherry picked from commit a32b6b8ac4c81128a56b282f20837fb085bdd9e7) | |||
| 2022-02-28 | CI/GitHub: Switch to GCC 8 (#25610) | Giacomo Pozzoni | |
| * CI/GitHub: Switch to GCC 8 Build on GitHub Actions using GCC 8 as it's the oldest supported GCC * Core/Misc: Attempt to fix GCC 8 build (cherry picked from commit d7459cccedc7ca9ba85e209dfeef61969fc78d9a) | |||
| 2022-02-28 | Core/ChatCommands: Fix a potential crash if a custom chat command does not ↵ | Treeston | |
| have a specified help string (cherry picked from commit 3ec98bf2410bb8fa73fe6b386a6e766bef575e97) | |||
| 2022-02-27 | Core/ChatCommand: Improve feedback for ambiguous commands | Treeston | |
| (cherry picked from commit a6d8a7ad1e5e507aacc90546982a7590b62d2d78) | |||
| 2022-02-27 | Core/ChatCommands: Add `trinity_string` support for chat command help | Treeston | |
| (cherry picked from commit 26c510775c6a1995d81b16ad7459227381801dcc) | |||
| 2022-02-27 | Scripts/ChatCommands: Constrain how char const* may be used as a command ↵ | Treeston | |
| handler parameter. It may now only be used in the legacy configuration, as the only argument. (cherry picked from commit 9fda67d016798260dcab4b2110c00ab85e1fff2f) | |||
| 2022-02-27 | 1eca51b follow-up, nuke `command`.`permission` from orbit; it was only ↵ | Treeston | |
| duplicating data already stored in the core. (cherry picked from commit 991dc8e050777b5e33ff22b008ab2125bae22437) | |||
| 2022-02-27 | [3.3.5] ChatCommands, the other half: chat command resolution refactor (PR ↵ | Treeston | |
| #25463) (cherry picked from commit 1eca51b417678b9a48b28552925d5694105f82bb) | |||
| 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 | |
| be included by other headers | |||
| 2022-02-06 | Core/ChatCommands: Fix an issue that caused trailing variant options to ↵ | Treeston | |
| sometimes not be selected (cherry picked from commit 14fa6c3a725f617e02af74eea95f5074b9095704) | |||
| 2022-02-05 | [3.3.5] Core/ChatCommands: Show error messages from argument parsers (PR #25443) | Treeston | |
| (cherry picked from commit 75f9e7396e35360f3016cc0cb21e72e20f5d96d5) | |||
| 2022-02-05 | Core/ChatCommands: make ExactSequence more readable | Treeston | |
| (cherry picked from commit feaaa595cae735bb6093b24a88562c27b2723cfe) | |||
| 2022-02-05 | Core/ChatCommands: Drop PlayerIdentifier's cast operators which could return ↵ | Peter Keresztes Schmidt | |
| nullptr (PR #25431) (cherry picked from commit 8985fc4046e9a9b43d873e4d7b89a71afb910517) | |||
| 2022-02-05 | Chat/Commands: Eradicate ChatHandler::extractOptFirstArg | Treeston | |
| (cherry picked from commit 4f636b80e4942c4c9c4811496d1c1b77f767378d) | |||
| 2022-02-05 | Scripts/Commands: .character command conversion | Treeston | |
| (cherry picked from commit 00dd337b5d2c91907424828d7eebe3191931b036) | |||
| 2022-02-05 | Core/ChatCommands: Move ostream operator into Variant class so we don't ↵ | Peter Keresztes Schmidt | |
| pollute std:: (PR #25413) (cherry picked from commit 68a4085427a898046b4afb73f6c369640418b848) | |||
| 2022-02-05 | [3.3.5] Scripts/Commands: .arena command conversion (PR #25407) | Treeston | |
| (cherry picked from commit b63d655e20a0facf14fc77798c52ea67d8551fa7) | |||
| 2022-02-05 | Scripts/Commands: Convert argument parsing of .npc commands | Treeston | |
| (And I snuck some chat command cleanup in there, more de-cluttering!) (cherry picked from commit 88d446dadf65bf47c72d3042834281233b1174ac) | |||
| 2022-02-05 | Scripts/Commands: Convert argument parsing of gameobject commands | Treeston | |
| (cherry picked from commit 35b3ba90b03143f2dc700cc4baeb88a58089c102) | |||
| 2022-02-04 | Common/Util: Trinity::StringTo<double> support (PR #25364) | Treeston | |
| (cherry picked from commit f45aa5cac1579e87cbc599ffb58e10e662066792) | |||
| 2022-02-04 | Core/ChatCommands: C++17 cleanup (again) (PR #25323) | Treeston | |
| (cherry picked from commit 2f7d2ef3e979ecd0536f3a3713e56c8e59652a47) | |||
| 2022-02-04 | Common/Utilities: Centralize string -> T conversion in StringConvert.h (PR ↵ | Treeston | |
| #25335) (cherry picked from commit cd30e0b86ce6ee88386a91cebdf353fc55805c57) | |||
| 2022-02-04 | Core/ChatCommands: Do not try to consume integral types if the token is ↵ | Peter Keresztes Schmidt | |
| empty (PR #25320) (cherry picked from commit 6079bc7f34250e65efa3dcbe5471382b217ebf24) | |||
| 2022-02-04 | Core/Misc: std::string -> std::string_view in a bunch of places, notably ↵ | Treeston | |
| chat commands and Util.h (cherry picked from commit a41bbd9ad9adedb15c7133bdef1575a6ec0eb1ab) | |||
| 2022-02-04 | Core/ChatCommands: Add std::wstring argument type (#25302) | Peter Keresztes Schmidt | |
| (cherry picked from commit 617a769d6f8dc51d049296fbccca724713916ed4) | |||
| 2022-02-03 | Core/Commands: Exclude ambigious cast operator overloads from command Variant | Shauren | |
| Closes #25618 (cherry picked from commit b57530ebb143965863b0974adfc95fb8a4e365ee) | |||
| 2022-02-03 | Scripts/Commands: Convert argument parsing of event commands to new system ↵ | Peter Keresztes Schmidt | |
| (PR #25275) (cherry picked from commit 7bfeb03c136f18fda73474054c837f4fe8f11136) | |||
| 2022-02-03 | Core/ChatCommands: Check whether a passed numeric enum value is valid (#25285) | Peter Keresztes Schmidt | |
| (cherry picked from commit 4286e7aa02e777268b25d8a5bcc1ee87f7b16c4d) | |||
| 2022-02-02 | Core/ChatCommands: Parse SpellInfo also from enchant, glyph, talent and ↵ | Peter Keresztes Schmidt | |
| trade links (PR #25270) (cherry picked from commit 9df61fd111a39983d751ac0bed767137b330c547) | |||
