| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-04-08 | DB/GameObject: Remove wrong spawns summoned by spells | Killyana | |
| 2018-04-07 | Warning fix | Shauren | |
| 2018-04-07 | Core/Maps: Adjusted logic in GetFullTerrainStatusForPosition to closer match ↵ | Shauren | |
| what the client does regarding being inside WMOs Closes #21625 Closes #21624 Closes #21516 | |||
| 2018-04-07 | Revert "Core/Entities: Reduce the probability of units dropping under the ↵ | Shauren | |
| map (#21322)" This reverts commit 9e0faace9a5114fc2324c2c601ba943272e0d6ff. | |||
| 2018-04-07 | Core/Spells: Fixed non pch build | vincent-michael | |
| 2018-04-07 | Core/Movement: Fix a potential crash on newly created pets. Closes #21791. | Treeston | |
| 2018-04-07 | Scripts/Paladin: Fix Righteous Defense. Closes #21765. | Treeston | |
| 2018-04-07 | Core/Chat: Fixed chat link exploit | Shauren | |
| Closes #21790 | |||
| 2018-04-06 | Core/Movement: Replace old TargetedMovementGenerator into ↵ | Treeston | |
| ChaseMovementGenerator and FollowMovementGenerator, full rewrite for both. - Chase to angle is now functional. Pets use this to chase behind the target. Closes #19925. - Chase to arbitrary range interval works. Not used anywhere, but you can technically make hunter-like mobs. - Pets now follow the hunter cleanly and without stutter stepping. Also fix some other things. Closes #8924. | |||
| 2018-04-06 | DB/Quest: Brutal Armor set Quest chaining | ZenoX92 | |
| - Fix quest chaining related to Brutal Armor set - Fix availability for breadcrumb quests involved in the chain Closes #21786 | |||
| 2018-04-06 | DB/Quest: Dragonmaw Shinbones | ZenoX92 | |
| - Add outro event for quest "Dragonmaw Shinbones" Closes #21785 | |||
| 2018-04-06 | DB/Quest: Chimaeric Horn | ZenoX92 | |
| - Add outro event for quest "Chimaeric Horn" Closes #21784 | |||
| 2018-04-06 | DB/Quest: Satyr Hooves | ZenoX92 | |
| - Add outro event for quest "Satyr Hooves" Closes #21783 | |||
| 2018-04-06 | DB/Quest: Brutal Armor | ZenoX92 | |
| - Add outro event for quest "Brutal Armor" Closes #21782 | |||
| 2018-04-06 | DB/Gossip: Tirion Fordring | ZenoX92 | |
| - Tirion Fordring should show a different gossip text if player has taken the quest "Redemption". Closes #21781 | |||
| 2018-04-06 | DB/Texts: Augustus the Touched | tkrokli | |
| - Augustus the Touched should say some texts every few minutes. Closes #21780 | |||
| 2018-04-04 | Core/Player: partial revert of m_items handling as it's cause of a exploit | ariel- | |
| Closes #21760 | |||
| 2018-04-04 | DB/Vendor: link some Arena vendors to the season | Gooyeth | |
| Closes #21749 | |||
| 2018-04-04 | DB/Gameobject: Joseph Redpath's Monument | ZenoX92 | |
| Closes #21769 | |||
| 2018-04-04 | DB/Gossip: Ambassador Sunsorrow | ZenoX92 | |
| Coses #21768 | |||
| 2018-04-04 | DB/Gossip: Champion Cyssa Dawnrose | ZenoX92 | |
| Closes #21767 | |||
| 2018-04-04 | DB/Quest: The So-Called Mark of the Lightbringer | ZenoX92 | |
| #21766 | |||
| 2018-04-04 | DB/Texts: Missing "Enrage" emote text for some creatures | ZenoX92 | |
| Closes #21735 | |||
| 2018-04-04 | DB/Quest: Corrupted Sabers | ZenoX92 | |
| Closes #21734 | |||
| 2018-04-04 | DB/Waypoints: Scarlet Smith | ZenoX92 | |
| Closes #21733 | |||
| 2018-04-04 | DB/Waypoints: Deathspeaker Selendre | ZenoX92 | |
| Closes #21732 | |||
| 2018-04-03 | Core/Spells: Fix UNIT_CREATED_BY_SPELL in SPELL_EFFECT_SUMMON (#21756) | Keader | |
| 2018-04-03 | Core/Spell: build fix | ariel- | |
| 2018-04-03 | Core/Spells: all bleed effects should ignore armor | ariel- | |
| Closes #21759 | |||
| 2018-04-03 | Update characters_database.sql | Gooyeth | |
| 2018-04-03 | Delete 9999_99_99_99_characters.sql | Gooyeth | |
| 2018-04-03 | adding braces | Gooyeth | |
| 2018-04-03 | cosmetic change | Gooyeth | |
| 2018-04-03 | Fix build | Gooyeth | |
| 2018-04-03 | Adding atrribute custom SPELL_ATTR0_CU_LIQUID_AURA | Gooyeth | |
| 2018-04-03 | improved fix | Gooyeth | |
| 2018-04-03 | tab2space | Gooyeth | |
| 2018-04-03 | Core/Spells: don't save Magma aura. | Gooyeth | |
| 2018-04-02 | Core/Misc: whitespace/tab cleanup | ariel- | |
| 2018-04-03 | Update World.cpp | Aokromes | |
| 2018-04-02 | Update World.cpp | JorTurFer | |
| The command .ban character may insert the ban first, and update with the unban. This change fix it | |||
| 2018-04-02 | Object.cpp: TC_LOG_ERROR grammar improvement | tkrokli | |
| Bad English grammar previously used in the error log: "Attempt get value from non-existed value field" After the change: "Attempt to get value from non-existing value field" | |||
| 2018-04-02 | travis fix, ebc96af follow-up | Treeston | |
| 2018-04-01 | crash fix follow-up | Treeston | |
| 2018-04-01 | Core/Object: Bump hover delta handling on nearpoints downstack into ↵ | Treeston | |
| GetNearPoint2D (from movement generators); functionality should be unchanged | |||
| 2018-04-01 | you saw nothing, and have no evidence against me | Treeston | |
| 2018-04-01 | fb39980 follow-up | Treeston | |
| 2018-04-01 | Core/Position: Refactor GetAngle -> GetAbsoluteAngle because code clarity is ↵ | Treeston | |
| good. | |||
| 2018-04-01 | Core/Position: code style cleanup of position.h; no change in functionality. | Treeston | |
| 2018-04-01 | Core/Database: Add columns on *_banned (#21748) | Gooyeth | |
| * Add columns on ban character query * Add columns on ban account query | |||
