aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-02-26Scripts/Spells: Delete obsolete druid spell scripts (#27813)Aqua Deus
2022-02-26Scripts/Spells: Fixed Rapture (#27800)Teleqraph
Trigger PW:S after cast to move it after EFFECT_1 Co-authored-by: Shauren <shauren.trinity@gmail.com>
2022-02-26Core/Quests: Fixes response selection to use correct referenced identifier ↵ModoX
(#27808)
2022-02-26Core/Auras: Implement SPELL_AURA_FORCE_BREATH_BAR (#27790)Aqua Deus
Co-authored-by: Shauren <shauren.trinity@gmail.com>
2022-02-26Core/GameObjects: Implemented GAMEOBJECT_TYPE_CAPTURE_POINT (#27034)Jeremy
2022-02-26Core/Objects: Added helper structures to allow using customized updatefield ↵Shauren
sending packet functions with Trinity::MessageDistDeliverer
2022-02-26Core: Updated allowed build to 9.2.0.42488Shauren
2022-02-25Core/Objects: Add new 9.2 guid typesShauren
2022-02-25Core/PacketIO: Rename some new opcodesShauren
2022-02-25DB/Hotfixes: Update hotfixes to build 42423funjoker
2022-02-25Core/PacketIO: Fixed placeholders in DungeonScoreSeasonDataShauren
2022-02-25Core: Updated allowed build to 9.2.0.42423Shauren
2022-02-25Core/Auras: Implemented SPELL_AURA_DISABLE_INERTIA (506)Shauren
2022-02-25Core/Misc: Update various enums for 9.2Shauren
2022-02-25Core/DataStores: Updated db2 structures to 9.2.0Shauren
2022-02-24Core/PacketIO: Updated packet structures to 9.2.0Shauren
2022-02-22Core/Auras: Implemented PROC_FLAG_DEAL_HELPFUL_PERIODIC and ↵9.1.5/42010Shauren
PROC_FLAG_TAKE_HELPFUL_PERIODIC for periodic healing auras
2022-02-21Scripts/Antorus: updated Garothi Worldbreaker initialization for dynamic ↵Ovah
spawn handling (#27817)
2022-02-17DB/Creature: Add formations to Cenarion Hold Infantryoffl
Closes #25456 (cherry picked from commit 184174f1f0801a060820159322f406853b5d53da)
2022-02-17Core/Auras: Implement SPELL_AURA_IGNORE_DUAL_WIELD_HIT_PENALTY (#27786)Aqua Deus
2022-02-16Core/Maps: Add Map::DoOnPlayers helper function (#25233)Traesh
2022-02-16Core/Auras: Fix SPELL_AURA_MOD_DAMAGE_DONE_FOR_MECHANIC for effects ↵Aqua Deus
mechanics (#27783) Co-authored-by: Shauren <shauren.trinity@gmail.com>
2022-02-16Build: Partial support for clang-clShauren
2022-02-16Build: Never automatically link any boost library with a #pragma ↵Shauren
comment(linker) encountered in boost headers
2022-02-16DB/Creature: Added massparsed creature_equip_template data from patch 8.3.7 ↵ModoX
- 9.1.5
2022-02-16DB/Class: Added massparsed player_classlevelstats data for patch 9.0.2 - 9.1.5ModoX
* also added VerifiedBuild to player_classlevelstats
2022-02-16Core/Auras: Implement SPELL_AURA_MOD_ENVIRONMENTAL_DAMAGE_TAKEN (#27781)Aqua Deus
2022-02-15DB/Spells: Fix rune of power (#27759)Aqua Deus
2022-02-15 Scripts/Spells: Convert rogue spell scripts to new script registration ↵Aqua Deus
syntax (#27752)
2022-02-15Core/Spells: Implement spell attribute SPELL_ATTR3_NO_DURABILITY_LOSS (#27750)Aqua Deus
Co-authored-by: Shauren <shauren.trinity@gmail.com>
2022-02-15Core/Scripts: Fix Hotswap not reinitializing AIs after destroying them and ↵Seyden
then crashing due to AI being nullptr (#27744)
2022-02-15Scripts/Spells: updated Penance (#27737)Teleqraph
2022-02-15Core/Pets: Relax summoning pet assertion conditionShauren
Closes #27778
2022-02-14Scripts/Spells: Fix monk roll (#27736)Aqua Deus
Co-authored-by: Shauren <shauren.trinity@gmail.com>
2022-02-14DB/Spawns: Added more critter & passive creature spawns to Bastion intro areaNaddley
Closes #27774 Closes #27775 Closes #27777
2022-02-14Dep: Raise required boost versions to 1.73 on windows and 1.71 on linux and ↵Shauren
remove compatibility code for unsupported versions
2022-02-14Scripts/Spells: Fixed Cold Snap (#27734)Teleqraph
2022-02-14Core/Spells: Fixed spell Launch phase being handled at incorrect time for ↵Shauren
spells with LaunchDelay
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-13Core/Spells: Fix Presence of Mind proc (#27726)Aqua Deus
Co-authored-by: Shauren <shauren.trinity@gmail.com>
2022-02-13Core/BattlePets: Implemented CMSG_BATTLE_PET_UPDATE_NOTIFY (#27724)Meji
2022-02-13Scripts/Spells: Fixed Infusion of Light (#27723)Teleqraph
2022-02-13Core/Misc: Cleanup unused includesShauren
2022-02-13Debug build fixShauren
2022-02-13Core/Misc: Minor game include cleanupShauren
2022-02-12Core/Maps: Add missing MapManager::_freeInstanceIds initialization in ↵Shauren
665bab608c739764a2fe0b4e5ae1f7c37c5814a1
2022-02-12Core/Misc: Move (or delete) constructors and destructors to .cpp files ↵Shauren
(avoids compiling them in every file that includes them)
2022-02-12DB/Spawns: Added some critters and passive mobs in Bastion intro areaNaddley
Closes #27757
2022-02-12Core/Misc: Don't include CharacterPackets.h in SpellPackets.hShauren