| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-11-03 | Core/Scripts: Archmage Arugal event script (#17922) | tkrokli | |
| Implement boss script for Archmage Arugal - add yells used in boss event to DB - use proper spells instead of only melee fighting - add DataType in shadowfang_keep.h - add event scheduling in the script By Riztazz Closes issue #17916 | |||
| 2016-11-01 | Core/GameObject: spawn linked traps at gameobject creation instead of using ↵ | SnapperRy | |
| DB spawns. (#18172) Closes #11328. | |||
| 2016-11-01 | Remove reference to eastern plaguelands script | Dr-J | |
| 2016-11-01 | Remove obsolete file | Dr-J | |
| 2016-10-31 | Shared/Metric: Initial support for tag value escaping | jackpoz | |
| Fix #18175 | |||
| 2016-10-30 | Core/Auras: fix elixir aura saving | ariel- | |
| 2016-10-30 | Core/Transports: Fixed crash added in b88cecb656c62cd3bcc3ae2a171b173eb64a28c9 | Shauren | |
| 2016-10-30 | Core/Transports: Added extra transport position update just when it stops moving | Shauren | |
| Closes #17952 | |||
| 2016-10-30 | Core/Quest: Only delete all quest bound items from inventory on turn in if ↵ | Brian Swango (runningnak3d) | |
| the quest is not repeatable Closes #17758 Closes #17806 Closes #17764 | |||
| 2016-10-30 | Core/Auras: don't save auras casted by items | ariel- | |
| - Drop useless field from DB (itemGuid was being saved, but never used, see Prepared Statements) - This type of auras (like Water Bucket, Precious Ribbon, etc) will be recasted on login anyways. This reverts commit 16cfd59f5b368fd1d05eeeab3afbacfccf0a6870 | |||
| 2016-10-30 | Core/GameObjects: Handle despawning and respawning of nearby linked traps on ↵ | Snapper | |
| gameobject despawn and respawn Closes #12139 Closes #17553 | |||
| 2016-10-30 | Core/GameObjects: Fixed Frozen Trap target selection | Shauren | |
| Closes #14238 Closes #17517 | |||
| 2016-10-30 | Core/Spell: fix range for Ancestral Healing (shaman) and Grace (priest) | ariel- | |
| 2016-10-30 | Core/Spells: workaround stealth interaction with Death and Decay and ↵ | ariel- | |
| GameObject casts Closes #10179 Closes #16154 | |||
| 2016-10-29 | Core/SpellMgr: fix Abolish Disease/Poison targets | ariel- | |
| Spells were failing due to "out of range" | |||
| 2016-10-29 | Core/Script: set original caster for Paladin judgement triggered effects. | ariel- | |
| Fixes healing not reported for the paladin. | |||
| 2016-10-29 | Core/Unit: send original caster in heal packet log | ariel- | |
| 2016-10-29 | Core/SAI: reset event phase when calling SMART_ACTION_CALL_SCRIPT_RESET. | SnapperRy | |
| Now it really does what it says on the tin. | |||
| 2016-10-29 | Script/Quest: improvements for Shizz Work: | SnapperRy | |
| - Proper cosmetic effects for Fel Guard Hound. - Spell cast when looting the Felhound Poo. - Felhound Poo now always contains loot. | |||
| 2016-10-29 | Codestyle. | SnapperRy | |
| 2016-10-28 | Core/Auras: only apply shapeshift aura passives when changing forms | ariel- | |
| Closes #14845 Closes #17617 | |||
| 2016-10-28 | Core/Unit: consistency fix | ariel- | |
| 2016-10-28 | Core/Player: cleanup single target auras on spec switch | ariel- | |
| Closes #806 | |||
| 2016-10-28 | Core/Auras: fix removal of Master of Subtlety/Overkill auras | ariel- | |
| Ref #806 | |||
| 2016-10-28 | Core/Spells: require phaseMask set for trap activation procs | ariel- | |
| 2016-10-28 | Core/Scripts: fix Cobra Strikes | ariel- | |
| 2016-10-28 | Core/Unit: allow pets and totems to drop mod charges in owner auras. | ariel- | |
| Needed for Cobra Strikes (re)implementation | |||
| 2016-10-28 | Core/Scripts: fix Glyph of Mend pet | ariel- | |
| 2016-10-28 | Core/Script: Messenger Torvus. | SnapperRy | |
| 2016-10-27 | Core/Unit: fix error introduced in 8a82a3ba81a187b5c76f4065697925a1da15aa13. | ariel- | |
| Defense skill wasn't being accounted for crit chance reduction | |||
| 2016-10-27 | Core/Unit: fix warning reported by VS2015 | ariel- | |
| C4146: unary minus operator applied to unsigned type, result still unsigned | |||
| 2016-10-27 | Core/Conditions: merge CONDITION_SOURCE_TYPE_QUEST_SHOW_MARK with ↵ | SnapperRy | |
| CONDITION_SOURCE_TYPE_QUEST_ACCEPT. (#18151) | |||
| 2016-10-27 | DB/SAI: Zebu'tan and Alys Vol'tyr's conversations. | SnapperRy | |
| Also add forgotten creature_template change in 145bf1d. | |||
| 2016-10-27 | Core/Unit: fix logic error in DamageInfo::ModifyDamage. | ariel- | |
| Previous code did not protect against m_damage underflow, rather only allow up to duplicate damage. It now should work as intended. Closes #18154 | |||
| 2016-10-26 | Core/SpellMgr: overwrite DBC RangeEntry for Safeguard | ariel- | |
| Closes #18117 | |||
| 2016-10-26 | Core/Auras: allow damage from periodics to trigger auras if they're not ↵ | ariel- | |
| fully resisted/absorbed | |||
| 2016-10-26 | Core/SAI: remove wrong DB errors. | SnapperRy | |
| It is normal to have events applicable only to certain instance difficulties. Closes #18082. | |||
| 2016-10-26 | Core/Unit: CalculateMeleeDamage should use unmodified damage to compute HitInfo | ariel- | |
| d3a71a83387f757f87c7d27e1054498c8cc49c8f follow-up | |||
| 2016-10-26 | Core/Spells: use DamageInfo struct to calc spell absorbs and resists, and ↵ | ariel- | |
| use calculated proc hitMask on aura ticks Closes #18135 | |||
| 2016-10-25 | Core/Globals: abort server startup if there are wrong factions in DB | ariel- | |
| Closes #18127 | |||
| 2016-10-25 | Core/Unit: fix chain cc's not being diminished properly | ariel- | |
| Logic fail in 9b0fa51022fba3d5ece96dd0ac8399be01ea5b0f (now diminishing info is always initialized) | |||
| 2016-10-25 | Core/Spells: moved handling of SPELL_ATTR0_CU_DONT_BREAK_STEALTH inside proc ↵ | ariel- | |
| system. Fixes additional issues with spells that shouldn't be breaking stealth and had this attribute | |||
| 2016-10-23 | Tools/VMAPs: Fix extractor crash when some .mpq files does not exist (#18130) | Mikhail Redko | |
| 2016-10-23 | Scripts/Trial of the Crusader: Fixed crash in Snobold Vassal script (#18124) | Keader | |
| Closes #18122 | |||
| 2016-10-22 | Core/Chat: coding standards | Aokromes | |
| 2016-10-21 | Core/Unit: prematurely abort GetFactionTemplateEntry instead of returning a ↵ | ariel- | |
| null pointer Factions should never be invalid for players/spawned creatures anyways Ref #18113 | |||
| 2016-10-21 | Fix non-PCH build. | SnapperRy | |
| 2016-10-21 | Add forgotten override. | SnapperRy | |
| 2016-10-21 | Script/Spell: remove cosmetic effect for Water Bucket item at login if it ↵ | SnapperRy | |
| expired after the player logged out. | |||
| 2016-10-21 | Core/Arena: Fix lag caused by arena distribution (#17989) | Ivan Bakula | |
| Avoid queueing unneeded queries to save arena teams and arena team members data if nothing was changed during that week. | |||
