Age | Commit message (Collapse) | Author |
|
Closes #23105
(cherry picked from commit 750be73b9963ebcd4b823ec88b20af7cd819529b)
|
|
* Core/Disables: Implement SPELL_DISABLE_ARENAS and SPELL_DISABLE_BATTLEGROUNDS
By fredimachado
(cherry picked from commit 73d2e5da37aa23cd439f1048bce9e28d483a4c27)
|
|
Closes #16888
(cherry picked from commit e840d4967eae376d1bb888ae471056d05c2f0acc)
|
|
* typo and correction
* spell aura no longer shared between targets
_spellAura isolated
* SPELL_AURA_CONTROL_VEHICLE is not strictly single target spell
Steam Tank Control and Wyrmrest Commander
units can reseat themselves again
* Rename 9999_99_99_99_world.sql to 2019_03_08_00_world.sql
(cherry picked from commit ec3cb05d7fbc5cef60d000af910dc39dd3af92bf)
|
|
add a little bit of tolerance
(cherry picked from commit a00636261570c7e053ec4ed0844c196b10529978)
|
|
(cherry picked from commit 3eecadcebf11f7418b6cdcf5d3602cea5e4e60f7)
|
|
Wyrmrest Defender to Whisper to Controller - Random
(cherry picked from commit e5470ab1ee32b97e07e979950665a7ede66603e0)
|
|
Remove the incorrect SAI and move it to cpp
(cherry picked from commit 482e0dad30ccb88ae4d518fc205f1cd76202fed7)
|
|
Closes #16357
(cherry picked from commit 0959f3071af5f4c2b20c926beb8c78c3454ffb4b)
|
|
Block SpellClick for the npc if there is no entry
(cherry picked from commit 0eacccc2cd614aaef790ad0ce9df3d57212e9b58)
|
|
WHO ON EARTH THOUGHT IT WAS A GOOD IDEA TO ADD REFACTORS TO A CHERRY-PICK COMMIT???
|
|
Closes #21660
(cherry picked from commit e1aafddc2e90c01d0e2511518d7c23ac6baca935)
|
|
(cherry picked from commit 72052aa9a55683011969510f4aea6d1efd9c67c9)
|
|
(cherry picked from commit 270a144083d85d18cba8aff861dd6effbd04c476)
|
|
continuing a LFG dungeon
This feature already existed in current code but was broken by d0334bf94839301cda93f95913db8ea3f27c19cb
(cherry picked from commit d2841d6b664ac2c8e818bea1a469fdd3f1b31f6b)
|
|
* Allow run when moving randomly
(cherry picked from commit 34cfa69efd1857540f1f44b118086bb02334c100)
|
|
(cherry picked from commit 6c5d9971619ad1f3982defd67342571561dddb62)
|
|
Move MMaps related logs from "maps" category to "maps.mmaps".
Remove newlines in logs, the log system already takes care of newlines.
(cherry picked from commit 696039cfed53334ed32583ec293db787e64ef5db)
|
|
Closes #11312
See the original issue before cherry pick
(cherry picked from commit 990ad000f8e869e55353e6531d9e38f23104bcd6)
|
|
Fix another infinite loop in Detour caused by degenerated triangles.
Check the result of some previously ignored Detour calls.
Update recastnavigation to 3a619d773deb7e3a15ee215217c825995fe71312 and apply some more custom changes
(cherry picked from commit c602220e02bed1ad76c9e60064eeec5fd97bfe80)
|
|
(cherry picked from commit 8dec9b97e211d9b9d5153a3f0d19097bae6fdeff)
|
|
* Allow walk when chasing
(cherry picked from commit dbadb6369cf0b6d394fffaa1dedc612dfb5cbe2a)
|
|
Closes #23043
Fix Aerial hover
Some visual issues
(cherry picked from commit a8033420299d75bbcfd6efec610ec7f34f01bf75)
|
|
(cherry picked from commit c2f2db08aa4f729fbd5b21528a215f6df0c131b6)
|
|
(cherry picked from commit f17120cc784ee1f52a24424a78a64d71ad73b713)
|
|
(cherry picked from commit da19ad117e3c4c15793ba8f84738efaecb4d1428)
|
|
(cherry picked from commit a2f910fe5cc150b7459cc396ed8de66659a1128a)
|
|
Add rcMedianFilterWalkableArea() to mmaps generation process to simplify some ground/water areas
(cherry picked from commit 7ddbc18aafe61434971013ed6126f5666011ab43)
|
|
Close #23062
Patch by robinsch
(cherry picked from commit 76cc94f325ab68f66a4fa7b5d30316508e27c0ce)
|
|
(#23061)
(cherry picked from commit 2dfea54533830b326ce9ac29d59de01d3fee503b)
|
|
pack in his room
Scripts/MGT: Kael'thas will now despawn at evade
Cherry picked from
https://github.com/Ovahlord/TrinityCore/commit/f6e9ff5ca4ed1a174052b350db0802e1fca9a1aa
https://github.com/Ovahlord/TrinityCore/commit/ed8c1830f58e0b9db629bbae9ee80f8ad76331e5
(cherry picked from commit c10c8c6bba27625e49016de8c1a1cc9fa7944fa5)
|
|
target position getting Z coord offset by caster or target collision height (depending on spell target type)
(cherry picked from commit d63d15c505708d175c52d87afc76cbe4ac59497b)
|
|
(cherry picked from commit a617cc40977b7b019f79a198daebede90c59f5c1)
|
|
Add additional assert to check if it's possible for a Pet not to have an active AI when the Player owner kills an enemy.
Ref #23036
(cherry picked from commit 43dec9e4d0b6f7da3c2051624742e9fb8a9bcb31)
|
|
(cherry picked from commit 9db50f05cb7d225f3bd7b2a209509a072f915fd3)
|
|
(cherry picked from commit f0f4d0280daf81a841c30332f608f7acdfb1f374)
|
|
Closes #22909
(cherry picked from commit 813f693768ee94864b0d24423b9265bde2c9903d)
|
|
Remove UnitScript from PlayerScript and CreatureScript classes as that's how the original system that was PR'd worked, see https://github.com/TrinityCore/TrinityCore/pull/7867 for reference.
Please note these are used as global hooks and should really just invoke stateless functions.
If you need to hook methods from PlayerScript/CreatureScript and UnitScript, just define 2 different scripts (this is how the original system worked and how it was designed to work)
(cherry picked from commit 5b7ead65bb116195f4336934bcff830e1b2af5bb)
|
|
* Show 'online' for every online player in lookup player commands
(cherry picked from commit a0056951f7e425341760ebf3a7770477ef7f4446)
|
|
* Core/Creature: Change assert about Threat to log
(cherry picked from commit cb8ff7976b1419c6a1334bb49783480d543aff16)
|
|
Handle StringFormat() exceptions in case of malformed string format to avoid causing unhandled exception crashes
(cherry picked from commit c79811de4fbf2b22cd74f55853516c7fc307055f)
|
|
(cherry picked from commit 2d22c027fe0df505ddc63d4faaad032cddd5e258)
|
|
(cherry picked from commit 1cba3633606291823dc0184ac4bca8fced8fefcd)
|
|
Closes #22922
(cherry picked from commit 578c796625859656b788565378250f783a348b09)
|
|
Fix an infinite loop in Detour happening in Dalaran Sewers.
This is more of an emergency patch until we figure out why dtNodes have a circular reference (A -> B -> C -> A) happening quite often in this place
(cherry picked from commit c8ec2dd95d07e3eec00027cdb9605529a49d6475)
|
|
Fix issues reported by Coverity Scan
(cherry picked from commit 2fda1572d214d0b114e0291106363f49c2d3179e)
|
|
Closes #23021
(cherry picked from commit 9942047c721110b4d2135028ec4c17060e0301bc)
|
|
Fix memory leak happening when disbanding a group with an ongoing roll.
Please note this is not blizz-like but at least we don't leak memory anymore.
(cherry picked from commit f04e90f638425c0e0ef2e40f0cd29ab7eec625d1)
|
|
* Grand Theft Palomino
* Cosmetic issues
* Address CR
(cherry picked from commit d5f565f42992d5142b30c7fbd694f8a5b1245f4c)
|
|
* Implement CMSG_MOVE_TIME_SKIPPED handler and move it to MovementHandler.cpp
* Add better error handling
* Update MovementHandler.cpp
(cherry picked from commit f9ed72e351ecdafe77da2036d9fd68e46da2f3ab)
|