aboutsummaryrefslogtreecommitdiff
path: root/src/server
AgeCommit message (Expand)Author
2022-02-04Core/Misc: DBC std::array refactors, and |Hachievement unit testsTreeston
2022-02-04UnitTests: Add a first set of item hyperlink testsTreeston
2022-02-04Core/Chat: Add missing initialization to chat link data structuresShauren
2022-02-04Core/Chat: Correct Hyperlink validation for incomplete achievements.Treeston
2022-02-04Scripts/Commands: Fix a crash in .help - closes #25360Treeston
2022-02-04Core/ChatCommands: C++17 cleanup (again) (PR #25323)Treeston
2022-02-04Core/AI: SortByDistance will now sort the referenced list instead of a copy o...Ovahlord
2022-02-04Core/Config: Restore ability to load additional config files for custom scriptsShauren
2022-02-04Core/Misc: Update Worldserver.conf for AhBot Pricing -make things more clear ...Jinnaix
2022-02-04Core/Spell: Fix name clashing between local variables and class member fields...Giacomo Pozzoni
2022-02-04Core/Unit: send npcs home after fear runs out (#25347)Jinnaix
2022-02-04Core/AHBot: Warn about different AHBot behavior when AllowTwoSide.Interaction...jackpoz
2022-02-04Core/Misc: Fix issues reported by static analysis (#25351)Giacomo Pozzoni
2022-02-04Scripts: Minor loop refactors (#25325)Maks Szokalski
2022-02-04Scripts/InstanceScript: Fix an issue where LoadAllGrids would load creatures ...kvipka
2022-02-04Script/Azuremyst_isle: Remove useless logAokromes
2022-02-04Warning fixShauren
2022-02-04Core/Common: Tokenizer -> Trinity::Tokenize (PR: #25327)Treeston
2022-02-04Common/Utilities: Centralize string -> T conversion in StringConvert.h (PR #2...Treeston
2022-02-04Core/Warden: Ensure Warden packets do not exceed 512 bytes. This should recti...Treeston
2022-02-04Core/SAI: Implement SMART_TARGET_ACTION_INVOKER in SMART_EVENT_FRIENDLY_HEALT...Giacomo Pozzoni
2022-02-04Core/Warden: Fix warden timeout ticking twice as fast as it shouldShauren
2022-02-04Core/ChatCommands: Do not try to consume integral types if the token is empty...Peter Keresztes Schmidt
2022-02-04Core/Movement: Fix RandomMovementGenerator for swimming creaturesjackpoz
2022-02-04Common/Utilities: Move EnumUtils' implementation struct from Trinity::Impl to...Treeston
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-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/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