aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2019-02-02Core/Group: Fix memory leakjackpoz
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.
2019-02-02Scripts/ScarletEnclave: Fix no pch buildjackpoz
2019-02-02Rename 9999_99_99_99_world_335.sql to 2019_02_02_01_world.sqlGiacomo Pozzoni
2019-02-02Scripts/Scarlet Enclave: Grand Theft Palomino (#22967)Sorikoff
* Grand Theft Palomino * Cosmetic issues * Address CR
2019-02-02Core/Movement: Implement move time skipped handler (#22994)Chaouki Dhib
* Implement CMSG_MOVE_TIME_SKIPPED handler and move it to MovementHandler.cpp * Add better error handling * Update MovementHandler.cpp
2019-02-02Core/Spells: Fix assert triggeredjackpoz
Fix assert triggered when a spell would trigger another spell in OnEffectHitTarget that would kill the aura owner, then processing the main spell effects. The triggered spell can kill the aura owner, changing its death state to CORPSE and removing auras created. Fix #21856 Ref 518e6299ca08a362bc3709daaaa5e5d5633d1bf1
2019-02-02DB/Quest: Sniff Out the EnemySorikoff
Closes #23006
2019-02-01DB/Creature: Fix Saviana Ragefire movementsKillyana
Closes #18773
2019-02-01DB/Creature: Fix Val'kyr Herald movementsKillyana
Closes #23004
2019-02-01Scripts/Magister Terrace: Fixed a enum mistakeKeader
2019-01-31DB/Creature: Timbermaw MysticKillyana
2019-01-31DB/Creature: Fix some spawns in Ogri'laKillyana
2019-01-31DB/Quest: Improvements for "Bombing Run"Killyana
2019-01-31DB/Creature: Remove Priestess Tyriona wrong spawnKillyana
2019-01-30DB/Spell: Freezing CircleKillyana
Updates #11312
2019-01-30DB/Creature: Blockade Cannon and blockade pirateKillyana
Closes #22489 By illfated and ZenoX92
2019-01-30DB/SAI: GjalerbronSorikoff
Closes #22961
2019-01-30Core/Misc: Fixed shaman elementals and magister terrace first boss accessKeader
2019-01-30DB/Misc: add DEFAULT value to visibilityDistanceTypeAokromes
2019-01-28Scripts/Utgarde Keep: Fix Ingvar Evading (again)Keader
UNIT_FLAG_NON_ATTACKABLE makes ingvar become a invalid target and lose threatlist, so me->IsThreatened() will return false. We dont need it at all, since UpdateAI will handle evade already.
2019-01-28Scripts/Temple of Ahn Qiraj: Scripted doors of AQ40Keader
Doors added in https://github.com/TrinityCore/TrinityCore/commit/1ba09572b5a49d5cd247cdca47109d3325ec12f3
2019-01-28Make Travis Happy :)Keader
2019-01-28Scripts/Magister Terrace: Update InstanceScript and more fixesOvah
Cherrypicked of https://github.com/Ovahlord/TrinityCore/commits/4.3.4
2019-01-28Build fix ³Keader
2019-01-28Build fix²Keader
2019-01-28Build fixKeader
2019-01-28Scripts/Magister Terrace: Felblood Kaelthas rewriteOvah
Cherrypick of https://github.com/Ovahlord/TrinityCore/commit/ae440400aaf90de11cf92010839ab98a8403c003
2019-01-28Scripts/Black Temple: Mother Shahraz fatal attraction need be randomKeader
Higher distance showed in my sniffs is 48 yards (rounding 50 yards). If someone find more then that, please let me know. Ty killerwife
2019-01-28Scripts/Black Temple: Fixed some issues in Illidari CouncilKeader
Ty killerwife for all help :)