aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-02-23Tools/Misc: Partial cherry-pick of 457c93bc4b6e5015852a6b7f5d05262b2efbd24aShauren
2019-02-23Tools/Misc: Partial cherry-pick of fe4d11c65a512c61ccb924fbf3dc20c8cfc84dc7Shauren
2019-02-23Glyph of Holy Light (#22198)DanVS
2019-02-23Core/Spells: Add range checks to GameObject targetsjackpoz
Close #23062 Patch by robinsch
2019-02-23DB/Quest: Rescue From JaedenarZenoX92
Closes #17227
2019-02-23Core/Units: Only update height in SetHover if unit is bellow HoverHeight ↵Gustavo
(#23061)
2019-02-23DB/Creature: Dying Blood ElfSerpaa
Closes #23063
2019-02-22Scripts/Spells: Fixed Demonic Pact not increasing spell healingKeader
Closes #23019
2019-02-20Scripts/MGT: Kael'thas intro can now be skipped when not killing the trash ↵Ovah
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
2019-02-20Core/Spells: Fixed spells using MovePositionToFirstCollision for selecting ↵Shauren
target position getting Z coord offset by caster or target collision height (depending on spell target type)
2019-02-20DB/Spells: Fixed Glyph of Polymorph vs Spell ReflectionKeader
Glyph need proc when effect is reflected too
2019-02-20DB/Spells: Fixed proc of Borrowed TimeKeader
It fix proc with mana burn, smite and others spells.
2019-02-20Scripts/Illidan: Fixed Parasitic shadowfiends reproducing like rabbitsKeader
2019-02-16Core/Pet: Add assertjackpoz
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
2019-02-16Core/Units: Prevent taking melee damage while dead and removed incorrect ↵Shauren
extra DealDamage call (including script hooks) for autoattacks done with a weapon that has only one damage type Closes #23033
2019-02-16Core/Misc: Fix no-pch buildjackpoz
2019-02-16Core/Misc: Improved error message reported by ASSERT_NOTNULLShauren
(cherry picked from commit d184768bbc333af0b34e860839d71c1bd310f7e4)
2019-02-16Core/Misc: Fix static analysis issuesjackpoz
Fix static analysis issues reported by Coverity
2019-02-16Refactor SendSysMessage, SendGlobalSysMessage, SendGlobalGMSysMessage (#23029)Heaven31415
2019-02-16Scripts/Scarlet Enclave: Stable Master Kitrik's spell Repo (#23023)Sorikoff
2019-02-16DB/SAI: ShoveltusksKillyana
Closes #23040 Closes #23041
2019-02-16DB: Fix a DB errorKillyana
2019-02-15Fix buildShauren
2019-02-15Fix build for older compilersShauren
2019-02-15Core/Misc: Added lambda support to EventProcessorShauren
Closes #22909
2019-02-15Core/Scripts: Change PlayerScript and CreatureScript inheritance (#23048)Giacomo Pozzoni
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)
2019-02-15[3.3.5] Commands: lookup player shows which character is online (#23039)TheWinchesters
* Show 'online' for every online player in lookup player commands
2019-02-153.3.5 threat assert (#23034)Giacomo Pozzoni
* Core/Creature: Change assert about Threat to log
2019-02-15Shared/Utilities: Handle string format exceptionsGiacomo Pozzoni
Handle StringFormat() exceptions in case of malformed string format to avoid causing unhandled exception crashes
2019-02-14Misc/Extractor: Clarify a bitAokromes
2019-02-13Creature/Script: Move "Bartleby" script to SAIRushor
2019-02-09DB/Creature: Add night spawns for Dwarf mountsKillyana
2019-02-09DB/Creature: Remove wrong spawnsKillyana
2019-02-08Core/MMaps: Change infinite loop fix in Detourjackpoz
Change the infinite loop fix in Detour to allow looping through all the m_nodePool nodes max once, otherwise it most likely means that we entered an infinite loop. This is currently set to 1024.
2019-02-08CI/CircleCI: Change base docker image to custom-built trinitycore onejackpoz
2019-02-08Core/Misc: Add categories to 3 logsAokromes
2019-02-08Core/Spells: Add categories to 2 logsAokromes
2019-02-08Core/Entities: Add categories to 2 logsAokromes
Closes #22922
2019-02-06Core/MMaps: Fix infinite loop in Detourjackpoz
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
2019-02-06DB/Creature: Add invisibility auras related Roanauk IcemistKillyana
2019-02-06DB/Quest: The Might of the HordeKillyana
Add missing texts and despawn action
2019-02-06DB/Creature: Warsong Battle Standardillfated
Closes #23024
2019-02-05Core/Misc: Fix issues reported by static analysisjackpoz
Fix issues reported by Coverity Scan
2019-02-05Core/Misc: Fix issues reported by dynamic analysisjackpoz
Closes #23021
2019-02-05DB/Misc: Plaguelands: The Scarlet EnclaveKillyana
From https://github.com/cmangos/wotlk-db/commit/8c647dcfb8241b94365669edd240be6a379192c5 By Grz3s
2019-02-04DB/Creature: Fix phase for one Scourge Necromancer spawnKillyana
2019-02-04DB/Loot: Add and fix gold drop in wotlk raidsKillyana
Closes #23013
2019-02-04DB/Quest: Fix some quest requirementsKillyana
2019-02-03CI/CircleCI: Use ccache for nopchjackpoz
2019-02-03CI/CircleCI: Add parallel no-pch buildjackpoz