aboutsummaryrefslogtreecommitdiff
path: root/src/game/Spell.cpp
AgeCommit message (Expand)Author
2010-04-29Fix FoS/Bronjham script.Trazom62
2010-04-27Implement support of Timed Achievement. Thanks Shauren.Trazom62
2010-04-25Fix channelled spells when player has lot of haste AND a buff reducing spell ...Trazom62
2010-04-20Remove caster from always being part of casters targetlist during spellcasts ...click
2010-04-19More warning removal (Some code modifications and cleanup when needed)Spp
2010-04-19Remove LOTS of compile warningsSpp
2010-04-18Move around and do some changes to homebinding, thanks to Vladimirclick
2010-04-11* Fix: Deathknights 'Death Grip'click
2010-04-11Fix GCD in case of cast interrupt.Trazom62
2010-04-11Final fix basepoints calculation, thx to Vladimir, Laise.n0n4m3
2010-04-11Fix mail, professions, group loot, console spam, and some fixes. Big thx to T...n0n4m3
2010-04-10*modified spelldifficulty handler to work with all spell casts for creatures ...Rat
2010-04-09Implement Global Cooldown (originaly written for TC2 v2.4.3).Trazom62
2010-04-08Code Style (game + scripts only):Spp
2010-04-07Code Style (game + scripts only):Spp
2010-04-07Code style (game + scripts only):Spp
2010-04-07Code style (game + scripts only):Spp
2010-04-07Code style (game + scripts only):Spp
2010-04-07Code style (game + scripts only):Spp
2010-04-07Code Style: Remove trailing spacesSpp
2010-04-07Code Style: tab to spacesSpp
2010-04-05Fix wrong condition in previous commit, sorry for thatthenecromancer
2010-04-05Use unit target by default (script targets will send self flag usualy)thenecromancer
2010-04-03Fix issue #1437, don't remove passive auras if they're triggering spell that ...thenecromancer
2010-03-30Fix Skinning where there is no loot on creature.Trazom62
2010-03-29* Remove an old dumb hack.XTZGZoReX
2010-03-26A visually better way to handle Avenger Wrath blocking of immunity shields.Xanadu
2010-03-25Fixed Forbearance. Also self-cast LoH will now correctly prevent Avenging Wra...Xanadu
2010-03-21Fix mounts in Arena's/BGsMachiavelli
2010-03-21Securer check for instance template for previous commitMachiavelli
2010-03-21Add support field 'allowMount' to instance_template table (see http://trinity...Machiavelli
2010-03-19Fixed broken missile visuals in certain DST and SRC type spells (Void Reaver'...Xanadu
2010-03-18Added unit targets for TARGET_TYPE_DEST_TARGET and TARGET_TYPE_DEST_CASTER to...Xanadu
2010-03-15Remove Hack detecting spell 61988 in HasAura()thenecromancer
2010-03-11Convert some C style casts to new functionsthenecromancer
2010-03-09Fix enchant items in trade window.Spp
2010-03-09Rename 'Hostil' to 'Hostile'Spp
2010-03-07Some Creature* casts moved to new ToCreature.raczman
2010-03-07Added new type-safe cast functions.raczman
2010-03-07Remove 94567c94e6, instead don't check range/facing when finishing instant ca...thenecromancer
2010-03-02If stealth-only spell fails, shouldn't remove you from stealth. Fix by lol584...p0wer
2010-02-27refactor UnitAI::SelectTarget to allow having a predicate function (1st step).Trazom62
2010-02-22*Remove no longer needed hack after trigger target fixes.QAston
2010-02-20*CRLF:(QAston
2010-02-20*Move summon water elemental handler to correct place.QAston
2010-02-20Don't take away runes when not hittingthenecromancer
2010-02-18Treat rune cooldowns as timers and not as remaining tick countsthenecromancer
2010-02-17Compile fix.raczman
2010-02-16* Removed hack for summon water elementalBrian
2010-02-15*Backout some WTF fixes. Do things correctly, or do not touch them at all...QAston