aboutsummaryrefslogtreecommitdiff
path: root/src/game/Unit.cpp
AgeCommit message (Expand)Author
2009-04-27*Fix build.megamage
2009-04-27[7723] New AI call EnterCombat called at enter creature to combat (and re-ent...megamage
2009-04-27[7716] Fixed some typos and possible crashes. Author: AlexDerekamegamage
2009-04-27*Some update of summon effect code.megamage
2009-04-25*Fix improved shadowform.QAston
2009-04-25*Fix deadly brew.QAston
2009-04-25*Some update of vehicle code.megamage
2009-04-24 [7709] Cleanups in AI()->AttackedBy use. Author: VladimirMangosmegamage
2009-04-23 [7703] Implement heal/damage total counters and related BG achievments. A...megamage
2009-04-23 [7702] Implement some damage/healing achievement statistics. Author: Trazommegamage
2009-04-23[7701] Move explicit healing repeating code to DealHeal functions. Author: Tr...megamage
2009-04-23*Fix frenzy and Ferocious Inspiration proc.QAston
2009-04-23*Fix a client crash caused by transport.megamage
2009-04-22[7697] Interrupt casting at enter to evade mode. Author: VladimirMangosmegamage
2009-04-22[7696] Fixed compile warnings Author: AlexDerekamegamage
2009-04-22*Fix some bugs about vehicle.megamage
2009-04-21*Fix some bugs about vehicle.megamage
2009-04-21*Fix the bug that unit cannot enter vehicle.megamage
2009-04-21*Fix the bug that some mount spells show two mounts, one on the other.megamage
2009-04-21*Fix the bug that all vehicles are broken.megamage
2009-04-21*Fix a crash of vehicle.megamage
2009-04-20*Fix a typo in ProcDamageAndSpellFor. Note: in TC2 this function is handled i...megamage
2009-04-20 [7690] Move GetCreature/GetGameobject to class Map. Author: VladimirMangosmegamage
2009-04-20*Move unsummon statue and pet code to spell::finishQAston
2009-04-20*Do not make deep (ProcDamageAndSpellFor) static.megamage
2009-04-20*Correct check range for totem area auras.QAston
2009-04-20*Change totem cast handling, use owner guid as m_originalCaster by default.QAston
2009-04-20Implement attribute flag SPELL_ATTR_EX2_TRIGGERED_CAN_TRIGGER, fix improved f...QAston
2009-04-19*Fix a bug that pet/charmed cannot AOE neutral creatures.megamage
2009-04-20*Missing part of last commitQAston
2009-04-20*Fix healing amount of Earthliving.QAston
2009-04-19*Prevent crash in EffectDispelMechanic.QAston
2009-04-19*Remove stealth when unit gets hitQAston
2009-04-19*Always remove aura when charge becomes 0 in dropcharge.megamage
2009-04-19[7686] Implement aura SPELL_AURA_ADD_CASTER_HIT_TRIGGER (111). Author: Lightg...megamage
2009-04-19*Merge.megamage
2009-04-19*Send overkill messages to client.QAston
2009-04-19*Send overheal amount to client.QAston
2009-04-19*Update castcustomspell(). Allow change other spell values than basepoints.megamage
2009-04-19* Turn proc flag on periodic heal spells back on.QAston
2009-04-19*Add coeficient for lifebloom final healing and temporary set amount of it to...QAston
2009-04-18*Fix a typo in latest revQAston
2009-04-18*Merge.megamage
2009-04-18*Try to fix a crash by not allowing trap grid visit creating new grid.megamage
2009-04-18*Allow imp to learn Phase ShiftQAston
2009-04-18*Correct display of creatures teleported by spells.QAston
2009-04-17*Fix incorrect threat calculation of taunt spells.megamage
2009-04-17*Some work on vehicles.megamage
2009-04-16*Use safer method to check if any auras were removed while aura updateQAston
2009-04-16*Remove auras with interrupt flags by expire-this allows them to proc(and fix...QAston