| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-11-10 | Core/Auth: Resolved authentication bypass | Chaosvex | |
| 2016-11-10 | Core/Scripts: Fixed a typo and removed randtime of Shade of Akama events ↵ | Keader | |
| (#18231) | |||
| 2016-11-09 | Core/SpellMgr: overwrite dbc range for Unleashed Souls | ariel- | |
| Closes #17968 By sirikfoll | |||
| 2016-11-09 | Core/Spell: reimplemented TRIGGERED_DISALLOW_PROC_EVENTS trigger flag | ariel- | |
| Triggered spells shouldn't chain-trigger other spells Closes #18217 | |||
| 2016-11-08 | Core/Entities: add yet another utility overload to CastSpell, fixes AppVeyor ↵ | ariel- | |
| build Ninja NULL->nullptr cleanup | |||
| 2016-11-07 | Core/Spell: fix interaction of on taken damage procs with triggered casts | ariel- | |
| DB/Spell: Seal of Righteousness proc - Lightining and Water Shield should proc with triggered Closes #18211 | |||
| 2016-11-07 | Core/Spell: make a distinction between triggered flags with debugging ↵ | ariel- | |
| purposes, and don't use them when casting triggered spells Fixes #9721 (also other spells affected, example Threat of Thassarian, Stormstrike) | |||
| 2016-11-07 | Core/Gameobject: remove immune flags from trigger used to cast GO spells | ariel- | |
| Spells were failing flags check in Unit::_IsValidAttackTarget Closes #18206 | |||
| 2016-11-07 | Core/SpellMgr: add some trap effect range overrides | ariel- | |
| Ref #18206 | |||
| 2016-11-05 | Core/Spells: do not add PROC_HIT_NORMAL/PROC_HIT_CRITICAL flags if damage is ↵ | ariel- | |
| fully nullified - Aka: full absorbs/full resists/full blocks/immune | |||
| 2016-11-04 | Core/Spell: apply SPELLFAMILY_GENERIC mods to all spells by default | ariel- | |
| Closes #18160 | |||
| 2016-11-04 | [3.3.5] Core/Loot: Fix conditional Master Loot (#17943) | Richard | |
| * Core/Loot: Fix master looting of conditional items follow_loot_rules was a flag intended to force certain quest items to be master looted. It should not be used for the NonQuestNonFFAConditionalLoot. The flag was originally introduced in 869ea349 "Core/Loot: fix the way quest items are handled. so far ive only found 3 quest items that should be able to be masterlooted. added a new flag to item_template.flagsCustom to allow for making a quest item always follow loot rules. a bonus may be the fix of the handlelootmasteropcode crash!" * Core/Loot: Rename QuestItem to NotNormalItem QuestItem struct was being used for quest items, ffa items, and conditional items. Renaming it to avoid confusion when working with ffa and conditional items * Core/Loot: Use existing AddAllowedLooter rather than reaching into allowedGUIDs directly * Core/Loot: Rename NotNormalItem to NotNormalLootItem | |||
| 2016-11-03 | Core/Player: fix static analysis issue | ariel- | |
| 2016-11-03 | Core/SpellMgr: static analysis checks | ariel- | |
| 2016-11-03 | Core/Creature: Correctly reset pathfinding capability on respawn. Prevents ↵ | treeston | |
| evade chains on some bosses. Closes #18188. | |||
| 2016-11-03 | Core/Globals: normalize DBC data for Maelstrom Weapon ranks | ariel- | |
| 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 | |||
