| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-12-29 | Core/Entities: Fix some weird movement due to los issues (#21125) | Jeremy | |
| * Core/Entities: Fix some weird movement due to los issues - Made LoS check use collisionHeight instead of midsection. Value was too low. - Gnomes will now have a breath bar more quickly than for example a tauren. - Changes have been made to checking for ground z as well, some tweeking might be needed but removed most of the scattered +2.0f/+0.5f/we * Add 0.05f to isInAir check in Creature::UpdateMovementFlags | |||
| 2017-12-29 | Core/Scripts: fix codestyle | ariel- | |
| 2017-12-29 | Core/Commands: Fix .modify mount (#21137) | Rochet2 | |
| 2017-12-29 | Core/Scripts: Val'anyr Hammer of Ancient Kings should proc only with ↵ | Keader | |
| effective heal | |||
| 2017-12-28 | DB/Creature: Thunder Bluff Kodo | meji46 | |
| Closes #21134 | |||
| 2017-12-28 | Core/Scripts: prevent applying Aspect of the Beast on pet load if owner has ↵ | ariel- | |
| switched aspects | |||
| 2017-12-28 | Core/Scripts: remove Quel'Delar from player inventory during "The Halls Of ↵ | ariel- | |
| Reflection" quests (24480, 24561) | |||
| 2017-12-28 | DB/Spawns: fix ICC Runeforge (missing spellfocus) | ariel- | |
| 2017-12-28 | DB/Loot: Vanquisher's Mark of Sanctification has a slightly higher drop ↵ | ariel- | |
| chance than other marks - This is to compensate the fact that it's shared by 4 classes instead of 3 | |||
| 2017-12-28 | DB/Creature: set trigger flag to Imp in a Ball | ariel- | |
| 2017-12-28 | Core/Scripts: prevent Arthas in CoS losing his gossip flag and halting ↵ | ariel- | |
| instance progress | |||
| 2017-12-28 | Core/Scripts: fixed Festergut applying more than one stack of Inoculated at once | ariel- | |
| 2017-12-28 | Core/Vehicles: changed flags required to mark a seat as "usable" | ariel- | |
| Ref #3831 | |||
| 2017-12-28 | DB/Spell: Restrict Karazhan book buffs to that raid | ariel- | |
| Ref #16049 | |||
| 2017-12-28 | Core/Spells: Scatter and Silencing shots should be instant | ariel- | |
| 2017-12-28 | DB/LFG: Fix BRD start position | ariel- | |
| 2017-12-28 | Core/AI: Added a way to specify if certain AI types mustn't be allowed on DB | ariel- | |
| Ref 072c884ed86a9bf895cd5f53b0f6480ae14c3059 Ref 2c7e921cdc14527bd99d6976793e69999f262f9d | |||
| 2017-12-27 | Core/AI: Making guid const& in SetGUID method (#21128) | Keader | |
| 2017-12-27 | DB/Creature: Restore deleted pool | Serpaa | |
| Closes #21130 | |||
| 2017-12-26 | Build fix | Keader | |
| 2017-12-26 | Core/AI: Changing uint64 to ObjectGuid in GameObjectAI | Keader | |
| 2017-12-25 | DB/Misc: Shadowfang Keep | Serpaa | |
| Closes #21114 | |||
| 2017-12-25 | DB/CreatureAI: Disable PetAI from database | Killyana | |
| Ref https://github.com/TrinityCore/TrinityCore/commit/2c7e921cdc14527bd99d6976793e69999f262f9d Closes #20200 | |||
| 2017-12-25 | Core/Misc: Fix static analysis issues | jackpoz | |
| 2017-12-25 | Scripts/Trial of Crusader: Fix static analysis issues | jackpoz | |
| 2017-12-25 | Core/CreatureAI: Disable PetAI from database | jackpoz | |
| 2017-12-24 | Core/Misc: Replace time(NULL) with GameTime::GetGameTime() | jackpoz | |
| 2017-12-24 | Core/Spell: Remove some leftover hack code from ::EffectSanctuary pertaining ↵ | Treeston | |
| to vanish. None of this code did anything anymore. | |||
| 2017-12-24 | DB/Gameobject: Fix few instances spawns | Aokromes | |
| Closes #21101 Closes #21099 | |||
| 2017-12-23 | Scripts/Trial of Crusader: Northrend Beasts Rework (#21031) | Keader | |
| * Rewritten Gormok encounter * Rewritten Snobold Vassal Script * Rewritten Jormungars encounter * Rewritten Icehowl encounter * Added missing texts * Added missing spells * Implemented berserk mechanic on heroic diffs. * Implemented Achievement requirement to make heroic diffs. * Rewritten Barrett Ramsay scripts * Added Barrett gossips and ported everything to DB. * Added right Barrett in each encounter * Removed a lot of hacks * Rewritten Tirion Fordring script * Rewritten Varian Wrynn script * Rewritten Garrosh script * Rewritten Wilfred event * Rewritten Lich King event * Updated codestyle * Added missing spawns * Fixed combat behavior before Gormok * Fixed some visual stuff | |||
| 2017-12-23 | Scripts/Deadmines: New script for Edwin VanCleef (#20736) | Teppic1 | |
| * Scripts/Deadmines: New script for Edwin VanCleef - Blackguards are now summoned properly as part of the encounter - Blackguards will despawn on evade - Fixed scripted actions/speech on health - Removed Blackguards from world DB - Corrected VanCleef's damage | |||
| 2017-12-23 | Core/Movement: Add MovePoint with facing (#20779) | Kittnz | |
| 2017-12-23 | Build: Re-enable the /Zm workaround for MSVC (cotire version) | Naios | |
| * Thanks Spec for reporting this issue * See https://community.trinitycore.org/topic/120-compile-or-cmake-problems/?do=findComment&comment=83912 * Ref 697b4dbef20 | |||
| 2017-12-22 | Typo | Killyana | |
| 2017-12-22 | DB: Restore a deleted spawn | Killyana | |
| 2017-12-22 | DB/Quest: An Injured Colleague Outro event | ZenoX92 | |
| Closes #10522 | |||
| 2017-12-22 | DB/Quest: The Emitter Outro event | ZenoX92 | |
| Closes #12538 | |||
| 2017-12-22 | Scripts/Stratholme: Fix a DB error | Killyana | |
| Ref #20749 | |||
| 2017-12-21 | Build: Inherit the features and warning flags privately | Naios | |
| (cherry picked from commit 12853475186569b2f47f1d69f817cbef8e590d83) | |||
| 2017-12-21 | Build: Export a default interface which doesn't hide symbols in unix ↵ | Naios | |
| automatically (cherry picked from commit db5d5a03be4829928bd20c7d40a6f576f0b86478) | |||
| 2017-12-21 | Scripts/Stratholme: Add missing header for no-pch build | jackpoz | |
| 2017-12-21 | Scripts/Stratholme: Fix build | jackpoz | |
| 2017-12-21 | Scripts/Stratholme: Fix build | jackpoz | |
| 2017-12-21 | Scripts/Stratholme: Few changes to how Ysida behaves during the Baron run ↵ | Riztazz | |
| (#20749) | |||
| 2017-12-21 | DB/Creature: added interrupt immunities to some bosses | ariel- | |
| Closes #12020 | |||
| 2017-12-21 | Build: fixed finding Boost 1.66 named libraries... somewhat | ariel- | |
| 2017-12-21 | Build: fix typo in FindBoost | ariel- | |
| 2017-12-21 | Build/Misc: added Boost 1.66 to FindBoost.cmake | ariel- | |
| 2017-12-21 | Core/Spell: implement SPELL_FAILED_AURA_BOUNCED on DR spells | ariel- | |
| Closes #13695 | |||
| 2017-12-20 | DB/Creature: Add script to Draenei Artificer | Serpaa | |
| Closes #21093 | |||
