aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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 :)
2019-01-27Tools/MMaps: Allow to specify different Recast settings for different mapsjackpoz
Allow to specify different Recast settings for different maps, currently handled in GetMapSpecificConfig() as a switch statement. Set walkableRadius to 0 in Blade's Edge Arena (Map ID 562) so the pets can walk on the thin rope between the bridge and the pillar.
2019-01-26DB: Add missing player faction change itemsKillyana
2019-01-26DB: Fix WrathGate spell area and npcs reactionKillyana
Closes #20772
2019-01-26DB/Quest: Remove deprecated mount questsKillyana
2019-01-26DB/Creature: Scholomance OccultistKillyana
2019-01-26Circle CI (#22982)Giacomo Pozzoni
* Build/CI: Add Circle CI * Fix travis
2019-01-26Dep/Recast: Update recastnavigation to ↵jackpoz
https://github.com/recastnavigation/recastnavigation/commit/14b2631527c4792e95b2c78ebfa8ac4cd3413363 Rebuilding mmaps IS required
2019-01-25Travis/CI: Upgrade to xenial image (#22981)Giacomo Pozzoni
* Travis/CI: Upgrade to xenial image * Travis/CI: Remove old Travis configuration
2019-01-24SpaceKillyana
2019-01-24DB/Creature: Update visibility distance for difficulty entryKillyana
2019-01-22DB/Quest: The Sun GateKillyana
Closes #22977
2019-01-22DB/Quest: Alien EggKillyana
Closes #22668
2019-01-22DB/Spell: Fix some dbc spellsKillyana
2019-01-22DB/Quest: The Final Code (horde version)Killyana
2019-01-22DB/GameObject: Stonebreaker BrewKillyana
2019-01-21DB/Quest: Deactivating the SpireKillyana
Closes #22966
2019-01-21Core/MapScripts: Allow GameObjects to be caster of SCRIPT_COMMAND_CAST_SPELLjackpoz
2019-01-19Core/Spells: Fix assert triggeredjackpoz
Fix assert triggered when a spell would trigger another spell in OnEffectHitTarget that would kill the target, then processing the main spell effects. The triggered spell can kill the target, changing its death state to CORPSE and removing auras created. Fix #22306
2019-01-19Core/Misc: Fix clang 6.0 warningsjackpoz
Ported from e9bcae1fada64bc3400c3204f7365edcecd640cc
2019-01-19DB/Creature: Fix visibility for every creatureKittnz
A lot of creatures didn't have an entry in creature_template_addon