aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2022-02-27Scripts/Commands: Fix a potential crash in cs_account.cppTreeston
(cherry picked from commit 7bf9a0640e57f4e44a80b6fd91e8f46fd7fb9c72)
2022-02-27Core/Spells: SPELL_AURA_MOD_HEALING_PCT should be negative if TargetType is ↵Gildor
enemy or BasePoints are negative (#25490) (cherry picked from commit a770ad0476a32007a356c3539309f7a111893145)
2022-02-27Scripts/ChatCommands: Rename 'lookup itemset' to 'lookup item set' to remove ↵Treeston
ambiguity. (cherry picked from commit f45600fb2e6bbd4870a74e0bcb359984d3007c22)
2022-02-27Core/Creature: Ignore combat reach when looking for assisting creaturesjackpoz
Fixes #25487 (cherry picked from commit 24018b7a74ec8e68e43895e0e57f6397f59ea890)
2022-02-27Core/ChatCommand: Improve feedback for ambiguous commandsTreeston
(cherry picked from commit a6d8a7ad1e5e507aacc90546982a7590b62d2d78)
2022-02-27Core/Pet: Fix GetDebugInfo() outputjackpoz
(cherry picked from commit 16292f9d94ebbc69ccfff547cb14f78d4deb4423)
2022-02-27Scripts/Commands: Move .account to `trinity_string`Treeston
(cherry picked from commit 899932a2753d6a1522c8ae49a21361bba6a9a438)
2022-02-27Core/Quest: Fix wrong feedback sent to the quest sharing sender with ↵Giacomo Pozzoni
auto-accept quests. (PR #25477) Closes #25474. Co-authored-by: Treeston <treeston.mmoc@gmail.com> (cherry picked from commit e2d643f5518d256e17851243896985b2773db281)
2022-02-27Core/ChatCommands: Add `trinity_string` support for chat command helpTreeston
(cherry picked from commit 26c510775c6a1995d81b16ad7459227381801dcc)
2022-02-27Scripts/Commands: Rename .additemset to .additem set to avoid ambiguityTreeston
(cherry picked from commit e11b466897752eb400428eafd05c7dbf08c562bf)
2022-02-27Scripts/ChatCommands: Constrain how char const* may be used as a command ↵Treeston
handler parameter. It may now only be used in the legacy configuration, as the only argument. (cherry picked from commit 9fda67d016798260dcab4b2110c00ab85e1fff2f)
2022-02-271eca51b follow-up, nuke `command`.`permission` from orbit; it was only ↵Treeston
duplicating data already stored in the core. (cherry picked from commit 991dc8e050777b5e33ff22b008ab2125bae22437)
2022-02-27[3.3.5] ChatCommands, the other half: chat command resolution refactor (PR ↵Treeston
#25463) (cherry picked from commit 1eca51b417678b9a48b28552925d5694105f82bb)
2022-02-27Core/SAI: Add orientation and delay columns to waypoints table (#25472)Giacomo Pozzoni
* Core/SAI: Add orientation and delay columns to waypoints table * Rename 2020_99_99_99_world.sql to 2020_09_19_00_world.sql (cherry picked from commit 4b7d19c91bde2cabb8498809dee935c7efb2660a)
2022-02-27Core/SAI: Fix SMART_ACTION_WP_PAUSE with 0 delay pausing the path only for 1 ↵Giacomo Pozzoni
world loop update (#25471) * Core/SAI: Fix SMART_ACTION_WP_PAUSE with 0 delay pausing the path only for 1 world loop update * Add code comments * Remove special handling of SMART_ACTION_WP_PAUSE in SMART_EVENT_WAYPOINT_REACHED (cherry picked from commit 7dd51ae6d98cf6dd8ac71412aa689f888c7bf369)
2022-02-27Core/PathFinding: Fix GetPathPolyByPosition() using only 2D distance instead ↵xvwyh
of 3D Signed-off-by: jackpoz <giacomopoz@gmail.com> (cherry picked from commit 2d6237f06ae6b74bb8ebfe745d8c0f1ce440e2fe)
2022-02-27Core/Loot: Raise max number of loot items from 16 to 18jackpoz
Fixes #23948 (cherry picked from commit 5491cb51a25b6e3c465e97b3c57ba67a8ea0bcce)
2022-02-27Common/Metric: Fix build with PERFORMANCE_PROFILING and/or WITHOUT_METRICSAokromes
(cherry picked from commit 91cda8b1cdf4b45c4ca3ef1a742f6d1733ad3d66)
2022-02-27DB/Gameobject: Add correct door to Sethekk Hallsoffl
(cherry picked from commit 3ce1a5b3ac84fd039052dd2352e8ac001af2c1a7)
2022-02-27Scripts/ICC: update Icecrown Citadel scripts to new model (#25439)ForesterDev
(cherry picked from commit 54b9bb75e47df4491d13b89c28f93dbe3b005dec)
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