aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2022-02-04Core/Misc: std::string -> std::string_view in a bunch of places, notably chat...Treeston
2022-02-04Core/Unit: Fixed race condition when loot recipient is in different map (#25312)robinsch
2022-02-04Core/SAI: Remove completed timed action lists even while evadingjackpoz
2022-02-04Scripts/Commands: Convert argument parsing of some misc commands to new syste...Peter Keresztes Schmidt
2022-02-04Scripts/Commands: Convert argument parsing of cast commands to new system (#2...Peter Keresztes Schmidt
2022-02-04Scripts/Commands: Fix two unreachable code issues found by PVS-studio (#25311)Peter Keresztes Schmidt
2022-02-04DB/Quest: Convert & update support for 'Ebon Blade Prisoners' to SAIoffl
2022-02-04DB/Quest: Convert & update support for Borean Tundra escort quests to SAIoffl
2022-02-04Scripts/Commands: Convert argument parsing of message commands to new system ...Peter Keresztes Schmidt
2022-02-04Core/ChatCommands: Add std::wstring argument type (#25302)Peter Keresztes Schmidt
2022-02-04Scripts/Commands: Convert argument parsing of most list commands to new syste...Peter Keresztes Schmidt
2022-02-04Core/Misc: Update worldserver.conf.dist to match actual defaults.Treeston
2022-02-04Core/Warden: Add Lua checks to Warden (PR #25286)Treeston
2022-02-04Core/Gossip: Add new helper method to ScriptedGossip for resolving menuId -> ...Maks Szokalski
2022-02-04Core/Warden: Ignore the `length` value in the database for MEM_CHECK checks. ...Treeston
2022-02-04Core/Warden: More refactors lifted from #25286.Treeston
2022-02-04Core/Warden: Some Warden refactors lifted from #25286.Treeston
2022-02-04Core/Networking: Initialize MPSCQueueIntrusive dummy node without undefined b...Shauren
2022-02-04Scripts/Spells: Replace RegisterAuraScript with RegisterSpellScript and remov...Shauren
2022-02-04Scripts/Spells: Convert remaining spell_generic scripts to simplified script ...Shauren
2022-02-03Core/Scripts: Unify RegisterSpellScript and RegisterAuraScript macros to do t...Shauren
2022-02-03Core/Util: Added another template utility - find_type_ifShauren
2022-02-03Core/Util: Added new utilitiesShauren
2022-02-03Core/Commands: Exclude ambigious cast operator overloads from command VariantShauren
2022-02-03Scripts/Commands: Convert argument parsing of event commands to new system (P...Peter Keresztes Schmidt
2022-02-03Core/ChatCommands: Check whether a passed numeric enum value is valid (#25285)Peter Keresztes Schmidt
2022-02-03Scripts/Commands: Convert argument parsing of gm commands to new system (#25279)Peter Keresztes Schmidt
2022-02-03Scripts/Commands: Convert argument parsing of remaining go command to new sys...Peter Keresztes Schmidt
2022-02-02Scripts/Commands: Convert argument parsing of honor commands to new systemCarbenium
2022-02-02Core/Warden: Add .debug warden force, allowing you to force specific warden c...Treeston
2022-02-02Scripts/Commands: Convert argument parsing of deserter commands to new system...Peter Keresztes Schmidt
2022-02-02Scripts/Commands: Convert argument parsing of cheat commands to new system (P...Peter Keresztes Schmidt
2022-02-02Scripts/Commands: Convert argument parsing of most debug commands to new syst...Peter Keresztes Schmidt
2022-02-02Scripts/Commands: Move .debug asan command bodies inside #ifdef ASANTreeston
2022-02-02Scripts/Commands: Convert argument parsing of ahbot commands (PR #25264)Peter Keresztes Schmidt
2022-02-02Core/ChatCommands: Parse SpellInfo also from enchant, glyph, talent and trade...Peter Keresztes Schmidt
2022-02-02Scripts/Commands: Convert argument parsing of bf commands to new systemCarbenium
2022-02-02Core/ChatCommands: Add Variant.get<typename> overload (PR #25267)Peter Keresztes Schmidt
2022-02-02Core/ChatCommands: Move Trinity::ChatCommands::Variant from boost::variant to...Treeston
2022-02-02Core/ChatCommands: Add support for std::array-type arguments (#25261)Peter Keresztes Schmidt
2022-02-02Core/Spells: Implement SPELL_EFFECT_TRIGGER_SPELL delay (stored in MiscValue)Shauren
2022-02-02Core/Spells: Correct implementation of SPELL_ATTR2_TRIGGERED_CAN_TRIGGER_PROC...Shauren
2022-02-02Warning fixesShauren
2022-02-02Core/Pets: Updated pet summoning for latest client version (5 Call Pet spells...Shauren
2022-02-01Core/Misc: GCC build fixShauren
2022-01-31Core/Pets: Adjust pet slot saving logic after constant changes in 22e823b5f96...Shauren
2022-01-31Core/Pets: Change PET_SAVE_NOT_IN_SLOT constant from 100 to -1 to truly avoid...Shauren
2022-01-31Core/Pets: Save last summoned pet number in characters tableShauren
2022-01-31Core/Pets: Removed deprecated enumShauren
2022-01-31Core/Pets: Removed storing stable slot count in dbShauren