aboutsummaryrefslogtreecommitdiff
path: root/src/game/Spell.cpp
AgeCommit message (Collapse)Author
2009-06-08*Fix improved sprint.QAston
--HG-- branch : trunk
2009-06-07Calculate spell critical hit chance at spell cast instead spell hit. Patch ↵krz
by thenecromancer. --HG-- branch : trunk
2009-06-07Fix crash in Aura::Update.krz
Check if target has Invisibility or Stealth aura before checking IsVisibleForOrDetect to allow cast spells on invisible triggers and fix pet linked spells. Send correct message to client if target is not visible for caster. Sorry for my previous buging commits. --HG-- branch : trunk
2009-06-07*Remove a tc1 sql.megamage
--HG-- branch : trunk
2009-06-07*Merge. A m_casttime check is added to prevent redundent check of ↵megamage
canseeordetect. --HG-- branch : trunk
2009-06-07*Fix a crash in spell::castmegamage
--HG-- branch : trunk
2009-06-07*Merge. Note: A better way is needed for Sanctuary effect. (interrupt all ↵megamage
spells towards self). --HG-- branch : trunk
2009-06-07*Do not allow judgements to proc seals.QAston
--HG-- branch : trunk
2009-06-06 [7971] Implement support exotic pets limtations related to hunter telent ↵megamage
53270. Author: VladimirMangos Note: before this commit hunters can tame exotic pets like any other. After patch like not propertly contriolled pets will auto-dismiss at loading if talent not learned. --HG-- branch : trunk
2009-06-07Fix the bug that players couldn't talk with Spirit Healerkrz
--HG-- branch : trunk
2009-06-06*Update spellmod systemQAston
*Implement SPELL_ATTR_EX6_IGNORE_CASTER_AURAS *Fix some bugs with traps proc flags --HG-- branch : trunk
2009-06-05Backported from TC2: allow Water Elemental to cast Freeze while casting ↵krz
Water Bolt --HG-- branch : trunk
2009-06-05Send interrupt message at spell cast end if target is not visible for caster.krz
--HG-- branch : trunk
2009-06-03*Allow water elemental to cast freeze while casting water bolt.megamage
--HG-- branch : trunk
2009-06-03*Use setcharmedby and removecharmedby in enter/exit vehicle functions.megamage
*Fix build. --HG-- branch : trunk
2009-06-02Fix for some combat log errors.krz
Only Vanish and Invisibility auras will now prevent from taking damage if target is not visible for caster. --HG-- branch : trunk
2009-06-01*Merge.megamage
--HG-- branch : trunk
2009-06-01*Merge.megamage
--HG-- branch : trunk
2009-06-01*Fix broken target 38 spells.megamage
--HG-- branch : trunk
2009-06-01Do not allow to reflect AoE spells.krz
--HG-- branch : trunk
2009-05-31*Fix the bug that healing pvp target does not make players enter pvp.megamage
--HG-- branch : trunk
2009-05-31Mangos [7911]. Author: tomrus88megamage
Very big patch. May cause bugs. --HG-- branch : trunk
2009-05-31Missing part from thenecromancer's weapon proc patch.krz
Some changes in ProcDamageAndSpellFor to allow triggered spells to trigger other for victim. --HG-- branch : trunk
2009-05-29*Add function FindNearestCreature and FindNearestGameObject to replace old ↵megamage
FindCreature and FindGameObject --HG-- branch : trunk
2009-05-29Fix CRLF... please be sure to check your win32text settings, including ↵Paradox
cleverencode/cleverdecode settings before pushing to the repo --HG-- branch : trunk
2009-05-29Do not allow Seed of Corruption to damage affected target and trigger from ↵krz
other SoC proc. Original patch by freeganja --HG-- branch : trunk
2009-05-28Restore used spell mods if spell cast fails.thenecromancer
--HG-- branch : trunk
2009-05-26*Correct some aura interrupt flagsmegamage
--HG-- branch : trunk
2009-05-26*Use original caster to check quest spell hit. This fixes the bug that some ↵megamage
quest cannot be finished when using controlled creatures to cast spell. --HG-- branch : trunk
2009-05-25*Do not consider possessed creatures as pet. Also fix the bug that possessed ↵megamage
creature does not display spells. --HG-- branch : trunk
2009-05-25*Remove aura by originalcaster guid instead of caster guid for channelled spellsmegamage
--HG-- branch : trunk
2009-05-25*Move spelltarget table check to the start of the server to reduce log spams.megamage
--HG-- branch : trunk
2009-05-25*Merge.megamage
--HG-- branch : trunk
2009-05-25*Merge.megamage
--HG-- branch : trunk
2009-05-24*Remove auras with duration lower than 30 sec on arena start.QAston
*Do not remove rougue poisons and dk runes on arena start. *Apply healing bonus for healing stream totem. *Do not duplicate damage bonus in code with the one in db for Seal of Vengenance/Corruption --HG-- branch : trunk
2009-05-24Ancestral Awakening target selectionQAston
--HG-- branch : trunk
2009-05-24Fix for SPELL_AURA_ADD_TARGET_TRIGGER auras.krz
--HG-- branch : trunk
2009-05-23*Store aura::source for all types of aura effect.megamage
--HG-- branch : trunk
2009-05-23*Fix a typo which disallows ADD_TARGET_TRIGGER auras to proc from selfcast.QAston
--HG-- branch : trunk
2009-05-23Rewrite of EffectMomentMove, this should finally fix blink.raczman
* Even when player cannot move, only effect will fail, which means other spelleffects will work. * Vmaps are required for proper work (as expected) Please test and report bugs. --HG-- branch : trunk
2009-05-23*Fix rock shards spell for archavon script.megamage
--HG-- branch : trunk
2009-05-22[7876] Implemented dummy effect /*and special target selection*/ for 52759. ↵megamage
Author: ApoC --HG-- branch : trunk
2009-05-22 [7870] Implement creature ranged ammo show at ranged weapon use. Author: ↵megamage
VladimirMangos * Use BDC data (creature weapon not alwas listed in item_template) --HG-- branch : trunk
2009-05-22Target selection for fishing spells.krz
--HG-- branch : trunk
2009-05-21*Allow warlock to use Eye of Kilrogg with existing pet.megamage
--HG-- branch : trunk
2009-05-21*Fix reckongingQAston
*fix Sword and Board *Fix Vigilance *Rollback sw:death fix. --HG-- branch : trunk
2009-05-21*Implement spell effect wmo damage.megamage
--HG-- branch : trunk
2009-05-20*Record target live state at filltarget and check live state at doeffect.megamage
--HG-- branch : trunk
2009-05-20*Do not let delayed spell hit dead target. This fix the bug that penance ↵megamage
heal dead player and make him stuck. Thanks to Stokrotka. --HG-- branch : trunk
2009-05-20*Update Naxx scripts. Now only Kelthuzad is incompletedmegamage
--HG-- branch : trunk