aboutsummaryrefslogtreecommitdiff
path: root/src/game/Unit.cpp
AgeCommit message (Collapse)Author
2009-06-18* More updating of iterator data types in loopsMachiavelli
--HG-- branch : trunk
2009-06-18*Fix raise dead spell - original patch by Astellar, thanks for some help in ↵QAston
conversion for Azrael *Correctly apply spell cooldown for spells with cooldown starting after pet unsummon. --HG-- branch : trunk
2009-06-17*Use amount check instead of positivity check for aura effects.QAston
*Fix Overkill and Master of subtlety. --HG-- branch : trunk
2009-06-16"*Fix Kindred Spirits.QAston
*Fix typo causing auras SPELL_AURA_MOD_ATTACK_POWER_OF_ARMOR to modify ap with too big amount. --HG-- branch : trunk
2009-06-16*Check procSpell for SPELL_AURA_MOD_SPELL_CRIT_CHANCE in ↵megamage
ProcDamageAndSpellFor. By Author: Tanatos --HG-- branch : trunk
2009-06-16[8026] Obtain object's map directly by calling appropriate ↵megamage
WorldObject::GetMap()/GetBaseMap() functions instead of accessing MapManager. Code cleanups. Big thanks Infinity for tests. Author: Ambal --HG-- branch : trunk
2009-06-16*Author of latest commit is CRAZyBUg - sorry for forgotting to mention that.QAston
--HG-- branch : trunk
2009-06-16*Fix Flametongue Weapon.QAston
--HG-- branch : trunk
2009-06-16*Fix aura type 280.QAston
--HG-- branch : trunk
2009-06-16*Implement AURA_STATE_BLEEDINGQAston
*Correct proc requirements for: Decimation, Impact Juggernaut *Fix Hunger For Blood. --HG-- branch : trunk
2009-06-15*Merge.megamage
--HG-- branch : trunk
2009-06-15[8021] Implement triggering part of shaman talent 51483 and ranks. Author: ↵megamage
Beaste. sql by QAston --HG-- branch : trunk
2009-06-15*Fix Honor Among ThievesQAston
*Fix Turn the Tables. --HG-- branch : trunk
2009-06-15*Check movementflag to interrupt casting instead of checking position.megamage
*Also some other fixes about movement flags. --HG-- branch : trunk
2009-06-15*Fix improved stormstrike - by CRAZyBUgQAston
--HG-- branch : trunk
2009-06-15*Fix dead loop in proc system.QAston
*Fix curse of doom. --HG-- branch : trunk
2009-06-15*Fix improved drain soul.QAston
--HG-- branch : trunk
2009-06-14*Some update of vehicle.megamage
--HG-- branch : trunk
2009-06-15*Fix Hungering Cold.QAston
--HG-- branch : trunk rename : sql/updates/3997_world_spell_proc_event.sql => sql/updates/4000_world_spell_proc_event.sql
2009-06-14*Fix Blood-Caked bladeQAston
*Fix Impurity. *Fix Rage of Rivendare damage bonus. --HG-- branch : trunk
2009-06-14*Correct interpretation of procflags and update spell_proc_event due to that ↵QAston
(some of mangos entries may be incompatibile due to that change) *Fix siphon life. *Fix Rapture. --HG-- branch : trunk
2009-06-14*Add function EnergizeBySpell. Author: nos4r2zodmegamage
--HG-- branch : trunk
2009-06-14*Use overheal as parameter instead of gain. Author: DonTomikamegamage
--HG-- branch : trunk
2009-06-14 [8009] Pass const string reference to functions where possible. Author: ↵megamage
hunuza Avoids creating an unnecessary copy of strings. --HG-- branch : trunk
2009-06-14*Some work on vehicle.megamage
--HG-- branch : trunk
2009-06-13*Fix Glacier RotQAston
*Fix Improved Icy Touch *Fix Annihilation *Fix Tundra Stalker *Some research in new aura types-thanks to megamage. --HG-- branch : trunk
2009-06-13*Small clean in Unit.Anubisss
--HG-- branch : trunk
2009-06-13*Move some aura-proc-when-reaching-stacks cases to Unit::AddAuramegamage
--HG-- branch : trunk
2009-06-13*Change remove mode from stack to default for single-caster-aura-removal and ↵megamage
non-stackable-aura-removal. --HG-- branch : trunk
2009-06-13*spell_proc_event entries for Combat PotencyQAston
*spell_proc_event entries for some spells with ppm/internal cooldown - by Sephiroth1984. --HG-- branch : trunk
2009-06-13*Fix Obliterate disease bonus.QAston
--HG-- branch : trunk
2009-06-13*Merge.megamage
--HG-- branch : trunk
2009-06-13[8000] Corrected calculation of healing amount for 47230 and ranks. Author: ApoCmegamage
--HG-- branch : trunk
2009-06-13*Fix sudden doom.QAston
--HG-- branch : trunk
2009-06-13*Some fix of vehicles. Thanks to Seizerkiller.megamage
--HG-- branch : trunk
2009-06-13*Fix demonic pact.QAston
--HG-- branch : trunk
2009-06-13*Fix InvigorationQAston
--HG-- branch : trunk
2009-06-12*Implement damage on vampiric touch dispel.QAston
*Correct cooldown application for eclipse. --HG-- branch : trunk
2009-06-12*Fix Savage RoarQAston
*Fix Glyph of Thorns. --HG-- branch : trunk
2009-06-12*Fix Elemental Oath bonus for Elemental Focus clearcastingQAston
*Fix Glyph of Death Grip. --HG-- branch : trunk
2009-06-12*Fix shadow bite bonus per dot on target.QAston
--HG-- branch : trunk
2009-06-12*Fix a typo which caused Flame shock to be not consumed by lava burst.QAston
--HG-- branch : trunk
2009-06-12*Redefine attribute flag NO_INITIAL_AGGRO to make Mind Soothe and Soothe ↵QAston
animal work *Fix Glyph of Shadow Word: Death. --HG-- branch : trunk
2009-06-11*Fix Glyph of Icy Veins.QAston
--HG-- branch : trunk rename : sql/updates/3914_world_spell_proc_event.sql => sql/updates/3927_world_spell_proc_event.sql
2009-06-11* Fix Windfury proccing when weapon swing is not ready for corresponding ↵Machiavelli
weapon. By CRAZyBUg --HG-- branch : trunk
2009-06-11MergeMachiavelli
--HG-- branch : trunk
2009-06-11* Change name of recently added scriptAI functions to better reflect purposeMachiavelli
* Fix typo in 3910_world.sql, spotted by irish --HG-- branch : trunk
2009-06-11*Switch to support client version 3.1.3megamage
*I strongly recommend you not to use this until you get the 313 db. Now all destructible buildings cause client crash. Source: Mangos Thanks to TOM_RUS for most work to make this switch possible ;) --HG-- branch : trunk
2009-06-10*Fix Improved Spell ReflectionQAston
*Fix Glyph of Improved Scorch *Sword And Board *Fix Glyph of Devastate - original patch by CRAZyBUg --HG-- branch : trunk
2009-06-10*Fix the bug that Sacred Shield doesn't increase Flash of Light critical chance.QAston
--HG-- branch : trunk