aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Entities/Unit
AgeCommit message (Expand)Author
2012-06-21Core/Misc: Code-style + some const methods.Chaplain
2012-06-20Core/Spells:Vincent-Michael
2012-06-19Core/CreatureAI: Implement an OnSpellClick hook instead of the ugly way that ...Discover-
2012-06-17Merge pull request #6827 from drskull/masterQAston
2012-06-17Fix added check for IsImmunedToSpelldr.skull
2012-06-17Merge pull request #6820 from Elron103/pull-requestsQAston
2012-06-17add IsEffect() check to correct IsImmunedToSpelldr.skull
2012-06-17Core/Entities: Fix possible variable overflows in health calculation functionsElron103
2012-06-16Core/Combat: Fix CanAIAttack implementationElron103
2012-06-14Merge pull request #6491QAston
2012-06-14Fix wrong magnet aura takeCharges when spell hit not magnet unitdr.skull
2012-06-13Core/Spells: handle SPELL_AURA_MOD_DEBUFF_RESISTANCE only for auras. fixes sa...Kandera
2012-06-10Core/Spells: fix addition of unit_state_casting. thx vincent-michaelkandera
2012-06-08Core/Spells: codestyle and fix logic for adding unit state casting. (thx Mori...Kandera
2012-06-07Core/Spells: fix crash introduced in d719730929db84674cee0b56834e2a9ef248e472...Kandera
2012-06-07Core/Spells: do not apply unit_state_casting for instant cast spells.Kandera
2012-06-07Core/Movement: Fixed Unit::SetFacingToShauren
2012-06-06Core/MovementShauren
2012-06-02Core/Movement: Add missing SplineFlags / SplineTypes to enumsVincent-Michael
2012-05-31Core/Movement: Fixed Unit::StopMoving()Shauren
2012-05-31Core/MovementShauren
2012-05-28Merge branch 'master' of github.com:joschiwald/TrinityCore into spellscriptsjoschiwald
2012-05-28Core/Spells: convert some spell effects to SpellScriptsjoschiwald
2012-05-23Core/Spells: Make spellclick spells non triggeredkaelima
2012-05-22Core/Items: fix typo from previous commit (thx vincentmichael)Kandera
2012-05-22Merge pull request #6513 from Xanvial/glyph_of_towkandera
2012-05-21Core/Spell: DK T10 Melee 4P is SPELL_AURA_PROC_TRIGGER_SPELL procVincent-Michael
2012-05-20[Core/Spell]: Fix Blessing of Ancient Kings (Val'anyr, Hammer of Ancient King...Mik43l
2012-05-18Core/Spells: if doneadvertisedbenefit is 0 gift of the naaru will never get t...Kandera
2012-05-17Core/Spells: Revert previous commit. add exception for deep wounds in pct don...Kandera
2012-05-16Core/Spells: change spell bonus damage taken pdamage to float to match melee ...Kandera
2012-05-15Core/Spell: Fix SpellDamageBonusTaken calculation for negative valueVincent-Michael
2012-05-15Core/Spells: more immunities fixes! mechanics are supposed to be checked for ...Kandera
2012-05-15Core/Spelld: fix target selection for ground based aoe spells. use the center...Kandera
2012-05-15Fixed compilekaelima
2012-05-14fix compile warnings from 548ac10Kandera
2012-05-14Core/Spells: fix possible crash from not having any effect and trying to chec...Kandera
2012-05-14Core/Entities: move spellproto check to the outside of the forloop to not has...Kandera
2012-05-14Core/Entities: fix calculations for damage taken/done with negative values (s...Kandera
2012-05-14Core/Spell : Glyph of Totem of WrathXanvial
2012-05-13Core/Spell:Vincent-Michael
2012-05-13Core/Spell:Vincent-Michael
2012-05-13Core/Threat: Some corrections to 5709929d2b575e83f427c7f48cd6bd0d7ed1b29dkaelima
2012-05-13Merge pull request #6502 from Vincent-Michael/SPELL_DAMAGE_CLASS_NONEQAston
2012-05-13Core/Spell:Vincent-Michael
2012-05-13Core/Threat: Fix by faq.Malcrom
2012-05-11Core/Spells: fix damage mods from caster on targetjoschiwald
2012-05-10Clean up for 58f63509cd4Chaplain
2012-04-28Core/Spells: Separation caster/target part damage/heal bonus calculations.Chaplain
2012-04-18Core/Spells: Removed unneeded phase check from spell casts, its already done ...Shauren