aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Chat
AgeCommit message (Expand)Author
2020-08-20Core/ChatCommands: Check whether a passed numeric enum value is valid (#25285)Peter Keresztes Schmidt
2020-08-17Core/ChatCommands: Parse SpellInfo also from enchant, glyph, talent and trade...Peter Keresztes Schmidt
2020-08-17Core/ChatCommands: Add Variant.get<typename> overload (PR #25267)Peter Keresztes Schmidt
2020-08-17make compilers happyTreeston
2020-08-17Core/ChatCommands: Move Trinity::ChatCommands::Variant from boost::variant to...Treeston
2020-08-17revert 1aeb7a0 and f9e7dbd until I can work around GCC being sillyTreeston
2020-08-17How did this even build in VS???? (don't kill me shauren) (f9e7dbd follow-up)Treeston
2020-08-17Core/ChatCommands: Move Trinity::ChatCommands::Variant from boost::variant to...Treeston
2020-08-17Core/ChatCommands: Add support for std::array-type arguments (#25261)Peter Keresztes Schmidt
2020-08-16Core/ChatCommands: Do not parse partial strings for numeric paramters (PR #25...Peter Keresztes Schmidt
2020-08-16Core/ChatCommands: Honor exact matches during enum arg parsing (PR #25255)Peter Keresztes Schmidt
2020-08-16Core/ChatCommands: Add support for enum type arguments (PR #25242)Peter Keresztes Schmidt
2020-07-30Core/Commands: Initialize commands on startup instead of first useShauren
2020-07-15Core/Misc: Replace boost::optional with std::optional (#25047)Peter Keresztes Schmidt
2020-07-12Core/DataStores: Update DBC field names to generated ones (#24999)Peter Keresztes Schmidt
2020-04-05Core/Misc: Remove whitespace at the end of linesjackpoz
2020-03-31Core/DBLayer: Prevent committing transactions started on a different databaseShauren
2020-03-31Core/DBLayer: Prevent using prepared statements on wrong databaseShauren
2020-03-19nopch fixShauren
2020-03-19Core/Misc: C++17 cleanups, commit 3, the header commitTreeston
2020-03-19Core/Misc: C++17 cleanups, commit 2, the advstd commitTreeston
2020-03-19Core/Misc: C++17 cleanups, commit 1Treeston
2020-03-19Core/Chat: Add SpellInfo const* handler for command args. Use it to update .c...Treeston
2020-01-02New yearAokromes
2019-09-27Core/Misc: Fix static analysis issuesGiacomo Pozzoni
2019-08-09Core/Channels: Fix a bug that would cause channel settings to disappear in ce...Treeston
2019-08-04Core/Chat: Always save channel info to database on shutdown if persistence is...Treeston
2019-08-02Core/Misc: Fix build warningGiacomo Pozzoni
2019-08-01Core/Chat: Custom channel preservation rewrite. Channel data is now loaded at...Treeston
2019-07-16Core/Misc: Fix no-pch buildjackpoz
2019-07-16Core/Chat: Properly reload saved channel settings from DB after 8c16f31.Treeston
2019-07-13Core/Chat: Rewrite some custom channel handling. Channel creation now properl...Treeston
2019-07-08Core/Misc: More coding standards (#23519)Aokromes
2019-02-16Refactor SendSysMessage, SendGlobalSysMessage, SendGlobalGMSysMessage (#23029)Heaven31415
2019-01-01Happy New Year, folks. It's 2019!Treeston
2018-10-19Core/Chat: Some fixes to talent hyperlink verification. Closes #22685.Treeston
2018-09-18Core/Chat: Some hyperlink follow-ups:Treeston
2018-09-17Core/Chat: Fix validation of tradeskill recipes that belong to multiple skill...Treeston
2018-09-17Core/Chat: Fix tradeskill hyperlinks - embedded GUID is now properly read as ...Treeston
2018-09-17Core/Chat: Add a missing terminator checkTreeston
2018-09-15Nopch fix (#22437)Gildor
2018-09-13Fix gcc warningsShauren
2018-09-13gcc build fixTreeston
2018-09-13[3.3.5] Core/Chat: Unify chat hyperlink parsing (PR #22417)Treeston
2018-09-09Core/ChatCommands: Implement achievement link parsingTreeston
2018-09-08build fix for pedantic compilersTreeston
2018-09-08Build fix2Shauren
2018-09-08Build fixShauren
2018-09-08Core/ChatCommands: Properly handle single-argument handlers (argument string ...Treeston
2018-09-07Scripts/Commands: New argument parsing methodology (PR #22363)Treeston