aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2022-02-27Scripts/ICC: update Gunship Battle scripts to new model (#25438)ForesterDev
(cherry picked from commit 2e1a6aefd0e1cb62dfbe63ae3accc312c2afd519)
2022-02-27Script/Commands: Add ".pdump copy" command (#25455)Giacomo Pozzoni
* Script/Commands: Add ".pdump copy" command Syntax: .pdump copy $playerNameOrGUID $account [$newname] [$newguid] Copy character with name/guid $playerNameOrGUID into character list of $account with $newname, with first free or $newguid guid. * Add missing return * Restore eof check * Fix sql * Use forward declaration header Co-authored-by: Shauren <shauren.trinity@gmail.com> * Remove buffer when reading a line * Rename sql files Co-authored-by: Shauren <shauren.trinity@gmail.com> (cherry picked from commit 6215da0d640bd86a7c2bc144859c1542f09fc1a6)
2022-02-26Core/Quests: Do not tell the client to request questgiver details for the ↵Ovah
next quest in chain on quest reward if the player cannot accept it yet (#27816) This fixes an issue that was causing the gossip UI to get stuck when the client tried to request questgiver details that it wasnt allowed to retrieve yet
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-25Core/Objects: Add new 9.2 guid typesShauren
2022-02-25Core/PacketIO: Rename some new opcodesShauren
2022-02-25Core/PacketIO: Fixed placeholders in DungeonScoreSeasonDataShauren
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-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-16Core/Auras: Implement SPELL_AURA_MOD_ENVIRONMENTAL_DAMAGE_TAKEN (#27781)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-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/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-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-12Core/Misc: Don't include CharacterPackets.h in SpellPackets.hShauren
2022-02-12Core/Misc: script PCH tuningShauren
2022-02-11Core/Misc: database PCH tuningShauren
2022-02-11Core/Misc: common PCH tuningShauren
2022-02-11Core/Misc: proto PCH tuningShauren
2022-02-11Core/Misc: game PCH tuningShauren
2022-02-11Core/Utils: Corrected included files in Containers.hShauren
2022-02-11Core/Guilds: Forward declare GuildAchievementMgrShauren
2022-02-11Dep/g3d: Purge Windows.h includes from headers we includeShauren
2022-02-11Core/Misc: Cleanup MapManager includes (boost::dynamic_bitset)Shauren