aboutsummaryrefslogtreecommitdiff
path: root/src/game/SpellEffects.cpp
AgeCommit message (Collapse)Author
2009-12-18*Cleanup, proper indentation, and remove some wrong/irrelevant comments ↵maximius
copied from custom patches.. --HG-- branch : trunk
2009-12-18restore work Glyph of Seal of Commandwin32
--HG-- branch : trunk
2009-12-17Restore some commits from trinitycore2 3.1.3n0n4m3
--HG-- branch : trunk
2009-12-17Update Spell code for 322a. Part 2n0n4m3
--HG-- branch : trunk
2009-12-17Corrected gargoyle damage calculationn0n4m3
--HG-- branch : trunk
2009-12-17Removed some redundant player->SaveToDB calls, original autor balrokn0n4m3
--HG-- branch : trunk
2009-12-17Implement Glyph of Nourishwin32
Closes #381 --HG-- branch : trunk
2009-12-15Add support for Feast items (43015,43478,34753,43480).win32
--HG-- branch : trunk
2009-12-14Implementation of Glyph of Dancing Rune Weapon. Related #365spp
* Original patch by tali (modified to remove hardcoded values) --HG-- branch : trunk
2009-12-14Fix Dancing Rune Weapon. By liberate, closes #365spp
--HG-- branch : trunk
2009-12-14Remove hardcoded value in glyph of smite. Thanks to QAstonspp
--HG-- branch : trunk
2009-12-13Fix Judgement of Vengeance/Corruption damage. By footman, closes #88spp
--HG-- branch : trunk
2009-12-13Implementation of Glyph of smite. By Anonymous contributor, closes #431spp
--HG-- branch : trunk
2009-12-01Implement No Fly Zone using Spell, by Spp. Needs db support. Closes #494tartalo
--HG-- branch : trunk
2009-11-28Fix spell Neural Needle. #502Kudlaty
Patch by maanuel --HG-- branch : trunk
2009-11-22*LIttle bit of cleanup, fix a warning.maximius
--HG-- branch : trunk
2009-11-22*Cleanup, fix a few warnings, and make the SD2 grid searchers just pass ↵maximius
through to the standard Trinity grid searchers, as they have identical functionality. Thanks thmarth. Closes #387, #388 --HG-- branch : trunk
2009-11-21*You must be in combat to use Disengage.maximius
--HG-- branch : trunk
2009-11-21*Fix Rod and Blade of the Unyielding spawning to many NPCs, by destros. ↵maximius
Closes #3 --HG-- branch : trunk
2009-11-21*Cleanup, better cast for Bear/Dire Bear part of Furor.maximius
--HG-- branch : trunk
2009-11-21*Less hacky Disengage.maximius
--HG-- branch : trunk
2009-11-20*Some cleanup (mostly whitespace changes)maximius
--HG-- branch : trunk
2009-11-19*Prevent MoveFollow and MoveChase while UNIT_FLAG_DISABLE_MOVE is present, ↵maximius
by Liberate. Closes #168. *Some cleanup, and fix typo from cf0046bc32c6. --HG-- branch : trunk
2009-11-19*Merge TC1 r1737 and r1754 by BroodWyrn, fixes spells 45151, 45141, 46394 ↵maximius
(Brutallus Burn), closes #179 --HG-- branch : trunk
2009-11-19*Implement second part of Furor, closes #333.maximius
*Add missed part of last commit (oops) --HG-- branch : trunk
2009-11-19*Spell::EffectPlayerPull should not use KnockbackFrom, this moves you away ↵maximius
from the destination, instead of towards. Fix by disassembler. Closes #169 --HG-- branch : trunk
2009-11-18*fix insane Steady Shot damageRat
note: TEST BEFORE PUSHING! --HG-- branch : trunk
2009-11-17*Proper Diseases and Death Strike disease count, thanks lobuzmaximius
--HG-- branch : trunk
2009-11-17*Correct Seal of Command formula, and minor cleanup, thanks lobuzmaximius
--HG-- branch : trunk
2009-11-17*Fix healing reduce effects on Death Knights, thanks lobuzmaximius
--HG-- branch : trunk
2009-11-17*Heart of the Crusader now works, thanks lobuzmaximius
*Little bit of cleanup --HG-- branch : trunk
2009-11-17*Correct damage for Steady Shot, thanks lobuzmaximius
--HG-- branch : trunk
2009-11-07Set proper orientation after being teleported by spell, by Spp. Closes #100tartalo
--HG-- branch : trunk
2009-11-01*Cleanup, fix many cases of unoptimized loops, potential crashes, ↵maximius
excessively large data types, unnecessary or wrong casts, non-standardized function calls, and so on.. *Proper Maexxna Web Spray locations (old locations sent players flying into the air) --HG-- branch : trunk
2009-10-31*Implement Master Poisoner - chance to not consume Deadly Poison, thanks Sisifmaximius
--HG-- branch : trunk
2009-10-31*Implemented dummy effects for spells 49357, 52845, thanks Sisifmaximius
--HG-- branch : trunk
2009-10-31*Check for NULL unitTarget's in Cleansing Totem Effect, Healing Stream ↵maximius
Totem, Mana Spring Totem, thanks Sisif --HG-- branch : trunk
2009-10-31*Reinit the iterator in each loop as the iter is removed from the list, in ↵maximius
AuctionHouseObject::Update, by Trazom *No longer disregard z/o in Map::CreatureRelocation, thanks Sisif *Cleanup, and make Divine Storm default to m_caster is no unitTarget is available *Some mtmaps optimization --HG-- branch : trunk
2009-10-31*Implement spells: 781, 13280, 32307, 40109, 47770, 47776, 49625, 49634, ↵maximius
51854, 64385, by Warhead --HG-- branch : trunk
2009-10-30*Add virtual bool IsEscorted() to escort_ai.hmaximius
*Some minor cleanup and optimization --HG-- branch : trunk
2009-10-29*Add a missing change from 6097_world_loot_template.sql, thanks amsjunior123maximius
*Some minor cleanup. --HG-- branch : trunk
2009-10-18*Cleanupmaximius
--HG-- branch : trunk
2009-10-18*Judgement (Seal of Light, Seal of Wisdom, Seal of Justice), and Judgement ↵maximius
of Righteousness, proper spell damage bonus, by Destalker. --HG-- branch : trunk
2009-10-18*Fix tick counting in Chimera Shot.Anubisss
--HG-- branch : trunk
2009-10-17*Massive cleanup redux.maximius
--HG-- branch : trunk
2009-10-17*Backed out changeset 3be01fb200a5maximius
--HG-- branch : trunk
2009-10-17*Massive cleanup (\n\n -> \n, *\n -> \n, cleanup for(...) to for (...), and ↵maximius
some other cleanups by hand) *Fix a possible crash in Spell::DoAllEffectOnTarget --HG-- branch : trunk
2009-10-17typoMuhaha
--HG-- branch : trunk
2009-10-17Fix Shadow Word: Death (Backfire Damage). Original Author: Nevan.Muhaha
--HG-- branch : trunk
2009-10-16*Ulduar teleporter, and updates, by BonDit. Thanks AniRB.maximius
*Fixed some typos in last commit. --HG-- branch : trunk