aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2016-11-10Core/Auth: Resolved authentication bypassChaosvex
2016-11-10Core/Scripts: Fixed a typo and removed randtime of Shade of Akama events ↵Keader
(#18231)
2016-11-09Core/SpellMgr: overwrite dbc range for Unleashed Soulsariel-
Closes #17968 By sirikfoll
2016-11-09Core/Spell: reimplemented TRIGGERED_DISALLOW_PROC_EVENTS trigger flagariel-
Triggered spells shouldn't chain-trigger other spells Closes #18217
2016-11-08Core/Entities: add yet another utility overload to CastSpell, fixes AppVeyor ↵ariel-
build Ninja NULL->nullptr cleanup
2016-11-07Core/Spell: fix interaction of on taken damage procs with triggered castsariel-
DB/Spell: Seal of Righteousness proc - Lightining and Water Shield should proc with triggered Closes #18211
2016-11-07Core/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-07Core/Gameobject: remove immune flags from trigger used to cast GO spellsariel-
Spells were failing flags check in Unit::_IsValidAttackTarget Closes #18206
2016-11-07Core/SpellMgr: add some trap effect range overridesariel-
Ref #18206
2016-11-05Core/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-04Core/Spell: apply SPELLFAMILY_GENERIC mods to all spells by defaultariel-
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-03Core/Player: fix static analysis issueariel-
2016-11-03Core/SpellMgr: static analysis checksariel-
2016-11-03Core/Creature: Correctly reset pathfinding capability on respawn. Prevents ↵treeston
evade chains on some bosses. Closes #18188.
2016-11-03Core/Globals: normalize DBC data for Maelstrom Weapon ranksariel-
2016-11-03Core/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-01Core/GameObject: spawn linked traps at gameobject creation instead of using ↵SnapperRy
DB spawns. (#18172) Closes #11328.
2016-11-01Remove reference to eastern plaguelands scriptDr-J
2016-11-01Remove obsolete fileDr-J
2016-10-31Shared/Metric: Initial support for tag value escapingjackpoz
Fix #18175
2016-10-30Core/Auras: fix elixir aura savingariel-
2016-10-30Core/Transports: Fixed crash added in b88cecb656c62cd3bcc3ae2a171b173eb64a28c9Shauren
2016-10-30Core/Transports: Added extra transport position update just when it stops movingShauren
Closes #17952
2016-10-30Core/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-30Core/Auras: don't save auras casted by itemsariel-
- 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-30Core/GameObjects: Handle despawning and respawning of nearby linked traps on ↵Snapper
gameobject despawn and respawn Closes #12139 Closes #17553
2016-10-30Core/GameObjects: Fixed Frozen Trap target selectionShauren
Closes #14238 Closes #17517
2016-10-30Core/Spell: fix range for Ancestral Healing (shaman) and Grace (priest)ariel-
2016-10-30Core/Spells: workaround stealth interaction with Death and Decay and ↵ariel-
GameObject casts Closes #10179 Closes #16154
2016-10-29Core/SpellMgr: fix Abolish Disease/Poison targetsariel-
Spells were failing due to "out of range"
2016-10-29Core/Script: set original caster for Paladin judgement triggered effects.ariel-
Fixes healing not reported for the paladin.
2016-10-29Core/Unit: send original caster in heal packet logariel-
2016-10-29Core/SAI: reset event phase when calling SMART_ACTION_CALL_SCRIPT_RESET.SnapperRy
Now it really does what it says on the tin.
2016-10-29Script/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-29Codestyle.SnapperRy
2016-10-28Core/Auras: only apply shapeshift aura passives when changing formsariel-
Closes #14845 Closes #17617
2016-10-28Core/Unit: consistency fixariel-
2016-10-28Core/Player: cleanup single target auras on spec switchariel-
Closes #806
2016-10-28Core/Auras: fix removal of Master of Subtlety/Overkill aurasariel-
Ref #806
2016-10-28Core/Spells: require phaseMask set for trap activation procsariel-
2016-10-28Core/Scripts: fix Cobra Strikesariel-
2016-10-28Core/Unit: allow pets and totems to drop mod charges in owner auras.ariel-
Needed for Cobra Strikes (re)implementation
2016-10-28Core/Scripts: fix Glyph of Mend petariel-
2016-10-28Core/Script: Messenger Torvus.SnapperRy
2016-10-27Core/Unit: fix error introduced in 8a82a3ba81a187b5c76f4065697925a1da15aa13.ariel-
Defense skill wasn't being accounted for crit chance reduction
2016-10-27Core/Unit: fix warning reported by VS2015ariel-
C4146: unary minus operator applied to unsigned type, result still unsigned
2016-10-27Core/Conditions: merge CONDITION_SOURCE_TYPE_QUEST_SHOW_MARK with ↵SnapperRy
CONDITION_SOURCE_TYPE_QUEST_ACCEPT. (#18151)
2016-10-27DB/SAI: Zebu'tan and Alys Vol'tyr's conversations.SnapperRy
Also add forgotten creature_template change in 145bf1d.
2016-10-27Core/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