aboutsummaryrefslogtreecommitdiff
path: root/src/game/Unit.cpp
AgeCommit message (Collapse)Author
2009-06-27*Add some error log for debug.megamage
--HG-- branch : trunk
2009-06-27*Fix a crash by unit with 0 maxhealth.megamage
--HG-- branch : trunk
2009-06-27[8082] Update Diminishing Returns. Author: Lightguardmegamage
--HG-- branch : trunk
2009-06-27*Merge.QAston
--HG-- branch : trunk
2009-06-27*Merge tc1 1591 - 1599, skip 1596QAston
--HG-- branch : trunk
2009-06-27*Merge tc1 commits 1582-1590QAston
--HG-- branch : trunk
2009-06-26*Allow aura type SPELL_AURA_MOD_MECHANIC_DAMAGE_TAKEN_PERCENT to mod weapon ↵QAston
damage effects. --HG-- branch : trunk
2009-06-26*Fix exorcism target check and crit chance calculationQAston
*Do not apply spelldmg bonuses to conflagrate multiple times. --HG-- branch : trunk
2009-06-26*Fix sweeping strikes.QAston
--HG-- branch : trunk
2009-06-25*Fix beacon of light.QAston
*Fix energize spells which are not self target. --HG-- branch : trunk
2009-06-25*Implement aura type SPELL_AURA_ABILITY_PERIODIC_CRIT (286).QAston
--HG-- branch : trunk
2009-06-25*Fix Nurturing Instinct.QAston
--HG-- branch : trunk
2009-06-25* Fix windfury proccing from a two handed weaponMachiavelli
--HG-- branch : trunk
2009-06-24*Do not apply healing bonus for spells with SPELL_DAMAGE_CLASS_NONEQAston
*Fix Heart of the Crusader. --HG-- branch : trunk
2009-06-24*Fix king of the Jungle.QAston
--HG-- branch : trunk
2009-06-24*Apply 4x damage mod for Drain Soul at targets with low health.QAston
--HG-- branch : trunk
2009-06-24*Fix Ferocious Bite energy to dmg conversionQAston
*Remove duplicated AP coefficients for Hammer of Wrath and Avengers Shield *Correctly do effectaddcombopoints for spells which take them. *Do not proc spelleffects on player login. --HG-- branch : trunk
2009-06-23[8068] Fixed crash from 33201 and ranks, remove outdated rank case. Author: SeT.QAston
--HG-- branch : trunk
2009-06-23[8056] Move SMSG_CLEAR_COOLDOWN into function and use it. Other cleanups. ↵QAston
Author:XTZGZoReX [8060] Store spell_pet_auras for auraeffects instead of by whole aura Author:hunuza. --HG-- branch : trunk
2009-06-23[8055] Now spell 20911 and variations provided only mana percent back. ↵QAston
Author: Den --HG-- branch : trunk
2009-06-23* Author of CastItemCombatSpell part was freeganja. Sorry for typo.krz
* Some cleanup --HG-- branch : trunk
2009-06-23* Missing part from previous commit.krz
* First DealDamage then call ProcDamageAndspell. * Correctly trigger SPELL_EFFECT_ADD_EXTRA_ATTACKS from spells. * Some changes for SPELL_EFFECT_ADD_EXTRA_ATTACKS to allow proc self if there is no hidden cooldown (for example 12815) --HG-- branch : trunk
2009-06-22*Fix Death Pact and Corpse Explosion - original patch by Astellar, thanks ↵QAston
for help in conversion for Azrael. --HG-- branch : trunk
2009-06-20* fix of Spiritual AttunementIskander
--HG-- branch : trunk
2009-06-20* Added LowerPlayerDamageReq function from TC2Muhaha
* Akama is summoned after the illidari council has been deafeated. (remove your akama spawn from creature db) * Dampen Magic timer * Merging mother from TC2 --HG-- branch : trunk
2009-06-19*Add config option Arena.QueueAnnouncer.PlayerOnlymegamage
--HG-- branch : trunk
2009-06-19*Fix or add debug message for crash caused by controlled creaturesmegamage
--HG-- branch : trunk
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-15Added basic support for multithreaded map updates using openmp standard.raczman
Windows users need to install Platform SDK to use this feature, linux users have everything they need in gcc. Number of threads used to update world is set by confiuration file, and can be changed dynamically without restarting core. Thanks to megamage and Jeniczek for testing and helping out with this. --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