aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts
AgeCommit message (Expand)Author
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/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-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/Misc: std::string -> std::string_view in a bunch of places, notably chat...Treeston
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-04Scripts/Commands: Convert argument parsing of most list commands to new syste...Peter Keresztes Schmidt
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-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-02Scripts/Commands: Convert argument parsing of bf commands to new systemCarbenium
2022-02-02Core/ChatCommands: Move Trinity::ChatCommands::Variant from boost::variant to...Treeston
2022-02-02Core/Pets: Updated pet summoning for latest client version (5 Call Pet spells...Shauren
2022-01-31Core/Pets: Fixed automatic resurrecting pets on battleground graveyardsShauren
2022-01-31Core/Pets: Pet management refactoring (#25191)Shauren
2022-01-30Scripts/Spells: Moved Blessing of Faith script to spell_items (#27692)Teleqraph
2022-01-30Scripts/Spells: Fixed Holy Shock visualsShauren
2022-01-30Scripts/Spells: Updated Holy Shock spell script.Nyr
2022-01-30Scripts/Spells: Judgment (Holy) will now apply Rank 3 debuff if the paladin k...Teleqraph
2022-01-29Core/Objects: Cleanup SmoothPhasing code - move to separate files and better ...Shauren
2022-01-28Scripts/Spells: Fix shaman Lava Surge proc (#27667)Robingad
2022-01-27Scripts/Spells: Move shaman Lava Burst crit chance calculation to scripts and...Robingad
2022-01-27Scripts/Spells: Fix shaman Earthquake (#27620)Robingad
2022-01-26Scripts/Commands: Use enum type arg for HandleDebugAnimCommand (PR #25256)Peter Keresztes Schmidt
2022-01-26Core/ChatCommands: Add support for enum type arguments (PR #25242)Peter Keresztes Schmidt
2022-01-26Core/Unit: Make HandleEmoteCommand typesafe (#25249)Peter Keresztes Schmidt
2022-01-26Script/Quest: The Light of Dawn (#25243)Aokromes
2022-01-26Scripts/Naxxramas: Adjust Frogger event timer (#25214)Gildor
2022-01-26Script/Quest: fix (More) Torch Catching (#24907)Rothend
2022-01-26Core/Warden: Warden refactors (PR #25235)Treeston
2022-01-26Core/Misc: Code cleanupjackpoz