aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Entities
AgeCommit message (Expand)Author
2012-05-24Core/Bags: cleanup random tab. check for item in bag slots for getitembyguid ...Kandera
2012-05-23Core/Bags: Do not allow multiple unique bags in bank bag slotsNay
2012-05-23Core/Spells: Make spellclick spells non triggeredkaelima
2012-05-22Core/Items: fix typo from previous commit (thx vincentmichael)Kandera
2012-05-22Core/Items: correctly cast spells on item store. Closes #4208Kandera
2012-05-22Merge pull request #6513 from Xanvial/glyph_of_towkandera
2012-05-22Merge pull request #6548 from Elron103/pull-requestskandera
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-20Core: Fix a few compile warningsNay
2012-05-18Core/Spells: Fix immunity checking for creatures (i.e. Mind Control)Elron103
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-16Merge pull request #6522 from Vincent-Michael/TakenCalculationkandera
2012-05-16Core/Scripting: add the ability to access loot/go state changed events for ga...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-05-09Merge pull request #6314 from Chaplain/spellsQAston
2012-05-09Core/Gameobject: Set artkit once in GameObject::Createkaelima
2012-05-09Core/Transport: Set GAMEOBJECT_FLAGS from DB for transports, not hardcodedkaelima
2012-05-08Core/Items: fix compile error from previous commit. use item instead of bag.Kandera
2012-05-08Core/Items: fix deletion of items when the bag they are in gets deleted on lo...Kandera
2012-05-04Fix creature's saveMacWarrior
2012-04-28Core/Spells: Separation caster/target part damage/heal bonus calculations.Chaplain
2012-04-28Fix build and correct minor codestyle issue.QAston
2012-04-28Merge pull request #6239 from The-Game/masterQAston
2012-04-24Check if unit has UNIT_DYNFLAG_TRACK_UNIT before checking auras to prevent pr...The Game
2012-04-24Core/Vehicles: Fixed creature passengers falling off vehicles at client sideShauren
2012-04-24Scripts: Replaced calls to ForcedDespawn with DespawnOrUnsummon (calls approp...Shauren
2012-04-19Scripts/Ulduar: Algalon the ObserverShauren
2012-04-19Core/Creatures: Changed how boss creatures are identified, creature_template....Shauren
2012-04-18Core/Spells: Removed unneeded phase check from spell casts, its already done ...Shauren
2012-04-18Core/Collision: Disable LoS check for destroyed destructible buildings.Subv
2012-04-18Fix code style, thanks Discover.The Game