| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-03-15 | DB/SAI: Fix a typo in a previous commit | Killyana | |
| Ref https://github.com/TrinityCore/TrinityCore/commit/565cbed7bad6df759412e1d367423b074f4e1dd8 | |||
| 2018-03-15 | Core/Entities: don't skip immunity checks for positive spells | ariel- | |
| Closes #21626 | |||
| 2018-03-15 | Core/Conditions: reserve sourcetype value | ariel- | |
| 2018-03-14 | Buildsystem: Separate strict database type checks from ↵ | Shauren | |
| TRINITY_DEBUG/WITH_COREDEBUG option | |||
| 2018-03-14 | Core/Player: properly clear m_items array when unequipping items from the bag | ariel- | |
| - Also cleanup weapon damage ap mult when direct destroying a equipped weapon | |||
| 2018-03-14 | Core/Entities: cleanup of weapon damage | ariel- | |
| - ScalingStatDistribution/Value (ie heirlooms): apply bonuses in all cases, some calls used nullptr (like after disarm) and item wasn't regaining them - AP multiplier wasn't correctly reflected after unequipping a weapon - Correctly set base damages at unequip Closes #21610 | |||
| 2018-03-14 | Core/Entities: simplify and fix secondary damage calc | ariel- | |
| Closes #21617 | |||
| 2018-03-14 | Scripts/Kalimdor: fix crash with Gordunni Trap | ariel- | |
| 2018-03-13 | DB/Quest: DB/Quest: The Flesh Lies... | Killyana | |
| Closes #21591 | |||
| 2018-03-13 | Core/Spells: fix issues with delayed spells and auras | ariel- | |
| - Was losing info of delayed targets due to remove_if move-assigning targets, it needs to be saved into delayed target vector before returning from lambda - Delayed auras applying on many targets are now handled gracefully Closes #21609 Closes #21612 | |||
| 2018-03-13 | Core/Spells: implemented 'Weakened Spirit' mechanic in Valithria Dreamwalker | ariel- | |
| - Debuff used to prevent multiple priests chaining 40% heal buff (Guardian Spirit) | |||
| 2018-03-12 | Core/Spell: clear buffer from spell go before broadcasting it again without ↵ | ariel- | |
| predictedpower flag | |||
| 2018-03-12 | Core/Spells: only apply aura effects when needed. Fixes #21602 | ariel- | |
| 2018-03-12 | Core/Arena: Do not distribute points if the season is not in progress (#21600) | Gooyeth | |
| 2018-03-12 | Core/Spells: fix Magic Rooster applying dummy aura with NO_TARGET | ariel- | |
| Closes #21597 | |||
| 2018-03-12 | Core/Auras: fix nopch | ariel- | |
| 2018-03-12 | Core/Auras: fix auras apply on player when loading. Fixes Ghost aura flags ↵ | ariel- | |
| and player deathstate Closes #21472 | |||
| 2018-03-12 | Core/Auras: cleanly remove linked auras when unapplying effect | ariel- | |
| Closes #21588 | |||
| 2018-03-12 | Core/Spells: Fix some issues with channeled spells and aura duration mods | ariel- | |
| Closes #21584 | |||
| 2018-03-12 | DB/SAI: Add an extra param "player only" for los_ooc event | Killyana | |
| 2018-03-11 | Core/SmartScripts: Code cleanup | jackpoz | |
| 2018-03-11 | Core/SAI: Add event_parm5 "player only" for EVENT_OOC_LOS and EVENT_IC_LOS | Killyana | |
| Closes #21497 | |||
| 2018-03-11 | Core/GameObject: Fix linked traps not being despawned properly and remove ↵ | Killyana | |
| deprecated code Closes #20159 | |||
| 2018-03-11 | DB/Gameobject: Fix phaseMask and spawntimesecs for cosmetic eggs used on ↵ | Killyana | |
| Territorial Trespass Quest Ref #20771 | |||
| 2018-03-11 | Core/Unit: Guardians no longer enter combat before reaching the target (#19816) | Keader | |
| 2018-03-11 | Scripts/Naxxramas: Fix an issue that could cause Sapphiron to stop using Drain | Treeston | |
| 2018-03-10 | Core/Entities: fix creatures ignoring immune flags. Closes #21578 for real | ariel- | |
| 2018-03-10 | Core/Spell: fix LoS checks for GameObject spells | ariel- | |
| Closes #21580 | |||
| 2018-03-10 | DB/Creature: root training dummies | ariel- | |
| Closes #21513 | |||
| 2018-03-10 | Core/Spell: fix SendSpellMiss requiring caster Unit | ariel- | |
| 2018-03-10 | Core/Spell: fix target checks | ariel- | |
| - Aura will be applied at last moment possible (after damage) to prevent regressions on #18395 - Partial revert of 9b38a6352c0fe2499de54fd769aa1c721a410bda as it wasnt handling correctly checks without spells Closes #21578 Closes #21579 Closes #21581 | |||
| 2018-03-10 | Scripts/Spells: Quest King of the Mountain | sirikfoll | |
| Added missing jump jets and battle standard visuals Added allowed area conditions for the vehicle Fixed Jumpbot's attack spell (thanks @keader for fixing the proc) | |||
| 2018-03-10 | DB/Conditions: Remove wrong condition | Killyana | |
| 2018-03-10 | Core/CrashHandler: Fixed generating crash logs from CRT debug assertions | Shauren | |
| (cherry picked from commit abdf6479ddbf42c8b53cb943c54203211ceb0691) | |||
| 2018-03-10 | DB/Misc: Death knights area rework part 10 | Killyana | |
| Original work done by Grz3s on Cmangos | |||
| 2018-03-10 | Core/Packet: nopch | ariel- | |
| 2018-03-10 | Misc: fix bad copyright header | ariel- | |
| 2018-03-10 | Scripts/Spells: fix Hypothermia | ariel- | |
| 2018-03-10 | Core/Spell: fix spell visual for other players | ariel- | |
| - Ported SMSG_SPELL_GO and SMSG_SPELL_START to new packet system | |||
| 2018-03-10 | Core/Spells: register and apply individual aura effects on hit handler | ariel- | |
| - Remove area aura processing from spell system, they're fully handled by aura owner update now Closes #21577 | |||
| 2018-03-10 | Core/Spells: tweak 'neutral' spell positivity | ariel- | |
| - Fixes Mind Control dummy self aura appearing as a debuff | |||
| 2018-03-10 | Core/Spells: move m_preCastSpell logic to scripts | ariel- | |
| - Bad name because it was actaully executed after effects | |||
| 2018-03-09 | DB/Gameobject: Remove deprecated game objects | tkrokli | |
| Follow-up to commit 33194a0ae6d5543119a15e18155f906ebf57eeea - Remove some gameobjects still remaining in gameobject & gameobject_addon | |||
| 2018-03-09 | DB/Creature: Junior Apothecary Holland | ZenoX92 | |
| Closes #21574 | |||
| 2018-03-09 | DB/Quest: Improve some quest events (Part 3) | ZenoX92 | |
| Closes #21576 | |||
| 2018-03-09 | DB/Quest: Rhapsody's Kalimdor Kocktail | ZenoX92 | |
| Closes #21575 | |||
| 2018-03-09 | DB/Gameobject: Remove deprecated game objects | Killyana | |
| 2018-03-09 | DB/Creature: Ashtongue Deathsworn | ZenoX92 | |
| Closes #21573 | |||
| 2018-03-09 | Core/Misc: nopch fixes, hopefully the last | ariel- | |
| 2018-03-09 | Core/AI: nopch continued | ariel- | |
