aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-02-25Scripts/Ulduar: Mimiron improvementssirikfoll
Closes #23043 Fix Aerial hover Some visual issues
2019-02-25Allow walk when chasing (#23069)Sorikoff
2019-02-24DB/Creature: Disable mmaps for Warlord Zol'MazKillyana
2019-02-24DB/Script: The Key of Warlord Zol'MazKillyana
Closes #20246
2019-02-24Core/Commands: Don't re-add active quests with ".quest add" commandjackpoz
2019-02-24DB/Script: Update arcane-containers script to despawn once clickedKillyana
Closes #21094
2019-02-24Core/MapScripts: Add support to GameObjects to SCRIPT_COMMAND_DESPAWN_SELFjackpoz
2019-02-24Core/mmaps: add category to 2 logsAokromes
2019-02-24Dep/Recast: Validate input values more consistently and completely, ↵jackpoz
including that points are finite Merge https://github.com/recastnavigation/recastnavigation/pull/374 . This should fix infinite loops happening with degenerated triangles with 0 area. Fix #23028
2019-02-23DB/Commands: Fix typo on chat commandsAokromes
Closes #23065 by jackpoz
2019-02-23Tools build fixShauren
(cherry picked from commit 3c8210a1f3960e974a64da4ecc700819bc09e202)
2019-02-23Core/MMaps: Add rcMedianFilterWalkableArea() to mmaps generation processjackpoz
Add rcMedianFilterWalkableArea() to mmaps generation process to simplify some ground/water areas
2019-02-23Warning fixShauren
(cherry picked from commit 87278b69f08732ddba735f0e4283f89b484ba5d6)
2019-02-23Tools/mmaps_generator: Give land priority during area merges over liquidsShauren
Closes #21700 (cherry picked from commit edb2b16f546d18bb66f1527dddb6189f617ec1b3)
2019-02-23Tools/vmapextractor: Improved vmap detail level by extracting wmo doodads ↵Shauren
(tables, chairs etc) (cherry picked from commit fb0a1de5c1b96268ab4b4b383973699c81810724)
2019-02-23Tools/MMapsGenerator: Cleanup duplicated definitionsShauren
* rebuilding is not needed (cherry picked from commit 60c4c29da53da5bad7b40045d10478242d9ce764)
2019-02-23Warning fixShauren
(cherry picked from commit cfa948193c7fcdc8d2acacf7594fcb0a891516c3)
2019-02-23Tools:Shauren
* mapextractor - fixed compressing liquid data * vmapextractor - fixed extracting liquids inside WMOs * vmapextractor - implemented new WMO flags * vmapextractor - store model type for gameobject models * mmap_generator - fixed processing liquids broken in e5d23103f37c40d2e946fa0e2db66d2f527ad9af (cherry picked from commit 2c64bb97e6fddcbd15ef39fde3d0828bbf600ec6)
2019-02-23Tools/Mapextractor: Fixed determining deep waterShauren
(cherry picked from commit 2e648f9eb9a4f2079dce99e3f0c64f37d57a04a3)
2019-02-23Tools/Mapextractor: Implemented liquid object detectionShauren
(cherry picked from commit 82bf263f924144c7fb011acc8dcab3fe4d8c631b)
2019-02-23Tools/Misc: Partial cherry-pick of 7b235ce6e4da0e9c19fa9c6306bc7a71c7fb905dShauren
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