aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts
AgeCommit message (Collapse)Author
2022-02-21Scripts/Antorus: updated Garothi Worldbreaker initialization for dynamic ↵Ovah
spawn handling (#27817)
2022-02-16Core/Maps: Add Map::DoOnPlayers helper function (#25233)Traesh
2022-02-15 Scripts/Spells: Convert rogue spell scripts to new script registration ↵Aqua Deus
syntax (#27752)
2022-02-15Scripts/Spells: updated Penance (#27737)Teleqraph
2022-02-14Scripts/Spells: Fix monk roll (#27736)Aqua Deus
Co-authored-by: Shauren <shauren.trinity@gmail.com>
2022-02-14Scripts/Spells: Fixed Cold Snap (#27734)Teleqraph
2022-02-14Scripts/Spells: Fix priest talent Power Word: Solace (#27732)Aqua Deus
2022-02-13Scripts/Spells: Fix priest talent Twist of Fate (#27730)Aqua Deus
Co-authored-by: Shauren <shauren.trinity@gmail.com>
2022-02-13Scripts/Spells: Fixed Infusion of Light (#27723)Teleqraph
2022-02-13Core/Misc: Cleanup unused includesShauren
2022-02-13Core/Misc: Minor game include cleanupShauren
2022-02-12Core/Misc: script PCH tuningShauren
2022-02-11Core/Misc: Optimize ChatCommand includes (include only where neccessary)Shauren
2022-02-11Core/Misc: Explicitly include required headers instead of relying on them to ↵Shauren
be included by other headers
2022-02-11Scripts/Spells: Fixed mage Blizzard (#27722)Teleqraph
* we do not have a dummy periodic aura to obtain our period, so we're setting 1s as it always ticks once per second. * haste doesn't affect Blizzard: https://us.forums.blizzard.com/en/wow/t/starfall-damage-doesn%E2%80%99t-scale-with-haste-why/854619
2022-02-10Scripts/Spells: Fixed Power Word: Shield (#27721)Teleqraph
2022-02-10Scripts/Spells: Fixed holy paladin talent AwakeningShauren
2022-02-10Core/Auras: Proc flag updatesShauren
* Rename to official names * Corrected logic selecting flags for each spell cast - determine them by attributes instead of DmgClass * Implemented new proc flags (PROC_FLAG_CAST_ENDED, PROC_FLAG_LOOTED)
2022-02-10Scripts/Spells: Fixed Divine Purpose (#27719)Teleqraph
Co-authored-by: Shauren <shauren.trinity@gmail.com>
2022-02-10Core/Spells: Add type safety to proc related functions - using enum ↵Shauren
arguments instead of plain integers
2022-02-08Core/Scripts: Added script hook to execute actions after completing an ↵Meji
achievement (#27718)
2022-02-08Core/Spells: Pass cast item level to triggered spellsShauren
* Fixes value on trinkets like Ignition Mage's Fuse
2022-02-08Core/Objects: Use player as summoner for personal clones (#27716)Seyden
* This allows clones to properly inherit phases
2022-02-07Scripts/Spells: Fixed Art of War (#27712)Teleqraph
2022-02-07Scripts/Spells: Fix mage Comet Storm (#27710)Aqua Deus
2022-02-07Scripts/Spells: Fixed Icefury talent proc and frost shock energize (#27699)Aqua Deus
2022-02-07Scripts/Spells: Fix shaman Undulation talent (#27695)Aqua Deus
Co-authored-by: Modox <moardox@gmail.com> Co-authored-by: Shauren <shauren.trinity@gmail.com>
2022-02-06Scripts/Spells: Fixed paladin's Light's Hammer (#27693)Teleqraph
Co-authored-by: Shauren <shauren.trinity@gmail.com>
2022-02-06Scripts/Spells: Implemented Ashen Hallow script (#27682)Teleqraph
2022-02-06Scripts/Commands: Correct some unexpected behavior in .levelTreeston
(cherry picked from commit d2f51569d12f3cb72e53351914d2535eb6ef2dbe)
2022-02-06Scripts/ICC: update Deathbringer Saurfang scripts to new model (#25435)ForesterDev
(cherry picked from commit d52acf1b72c702637d10cce19e121435308e8410)
2022-02-06Scripts/Trial of the Champion: "Refactor" encounter state management to use ↵Shauren
InstanceScript::Get/SetBossState so people attempting to fix this instance don't feel compelled to change EVERY SINGLE BOSS FILE when fixing one of them (cherry picked from commit d704b89163267cb7b3fe6769acebfab3de762c6d)
2022-02-06DB/Quest: Convert & update support for 'A Slow Death' to SAIoffl
Closes #25399 Based on dr-j's script (cherry picked from commit 29b39ae6063f69e185b26712079c5b77000027b5)
2022-02-05DB/Quest: Convert & update support for 'Escape from Firewing Point!' to SAIoffl
Closes #25358 Based on dr-j's script (cherry picked from commit 2ff8da2acd5f336e92c07a3e1165c35e20400027)
2022-02-05DB/Quest: Convert & update support for 'The Caverns of Time' to SAIoffl
(cherry picked from commit d89c84263dac334e336002629e47239489546063)
2022-02-05DB/Quest: Convert & update Homing Robot chickens to SAIoffl
Closes #25239 (cherry picked from commit 8c303e4f979cff5c34f228054cea4e81bb70c11c)
2022-02-05[3.3.5] Core/ChatCommands: Show error messages from argument parsers (PR #25443)Treeston
(cherry picked from commit 75f9e7396e35360f3016cc0cb21e72e20f5d96d5)
2022-02-05Core/Misc: Fix some static analysis warnings exposed after 6b8f3d0.Treeston
(cherry picked from commit 59be657ca267667b3cbeb1f34d47df0382e97f53)
2022-02-05Core/LFG: Restore ".lfg queue" command argument handlingjackpoz
(cherry picked from commit a46c835ed1b498d4670c149a9f3ca31ea44eb35f)
2022-02-05Scripts/ICC: update Deathbringer Lord Marrowgar scripts to new model (#25436)ForesterDev
(cherry picked from commit 1c41c5285a89d7a4038f71c0f5c40dbc1009b3c1)
2022-02-05Scripts/ICC: update Blood Queen Lana'thel scripts to new model (#25434)ForesterDev
(cherry picked from commit def58965e8516978594a5d960c603932d34b7b2d)
2022-02-05Add "On" to some gossip methods in AI (#25415)Maks Szokalski
* Add "On" to some methods * Update npc_innkeeper.cpp * Update zone_borean_tundra.cpp (cherry picked from commit 41188eb535e445b73909659980257da2939e4be4)
2022-02-05Core/ChatCommands: make ExactSequence more readableTreeston
(cherry picked from commit feaaa595cae735bb6093b24a88562c27b2723cfe)
2022-02-05Core/ChatCommands: Drop PlayerIdentifier's cast operators which could return ↵Peter Keresztes Schmidt
nullptr (PR #25431) (cherry picked from commit 8985fc4046e9a9b43d873e4d7b89a71afb910517)
2022-02-05Scripts/Commands: Convert argument parsing of lfg commands to new system (PR ↵Peter Keresztes Schmidt
#25430) (cherry picked from commit 0769d7726975a2fc848972a53f71efc4b6463e72)
2022-02-05Scripts/Commands: Convert remaining debug commands (PR #25429)Peter Keresztes Schmidt
(cherry picked from commit 062c55f1ab9c84396ce5b054945f5a908e3a354f)
2022-02-05Chat/Commands: Eradicate ChatHandler::extractOptFirstArgTreeston
(cherry picked from commit 4f636b80e4942c4c9c4811496d1c1b77f767378d)
2022-02-05DB/Misc: Move & update some VoA scripts to SAI, add waypoints (#25419)Houston
Co-authored-by: Houston <houston@gmail.com> Co-authored-by: offl <11556157+offl@users.noreply.github.com> (cherry picked from commit ca9c7467673505663135ade6c33bf92a6f90534a)
2022-02-05Scripts/Icecrown: Small event of the down Nerub'ar Broodkeep (#25410)Houston
Updates #25193 Co-authored-by: Keader Co-authored-by: Ovahlord (sucker) (cherry picked from commit f8db738e8da008ccb48f79f5dd10ebbd81750f5f)
2022-02-05Core/Movement: Corrected Animation Tier handling (PR #24875)NoName
Co-authored-by: Warpten <vertozor@gmail.com> Co-authored-by: Ovahlord <dreadkiller@gmx.de> Co-authored-by: Carbenium <carbenium@outlook.com> (cherry picked from commit dad187615df603ad8614531a0ec84c1a5e136838)