Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-08-17 | [8369] Some step back in triggered effect caster selection. Author: ↵ | megamage | |
VladimirMangos (I do not know what spells this will fix) --HG-- branch : trunk | |||
2009-08-17 | *Implement aura SPELL_AURA_IGNORE_HIT_DIRECTION(288). | QAston | |
--HG-- branch : trunk | |||
2009-08-17 | *Fix Glyph of Rake | Nevan | |
--HG-- branch : trunk | |||
2009-08-17 | *Implement aura type SPELL_AURA_PREVENT_REGENERATE_POWER(294). | QAston | |
--HG-- branch : trunk | |||
2009-08-17 | *Implement aura type SPELL_AURA_MOD_CRIT_PCT(290). | QAston | |
--HG-- branch : trunk | |||
2009-08-17 | *Fix this part of Frozen Power: "when used on targets at or further than 15 ↵ | Anubisss | |
yards from you". --HG-- branch : trunk | |||
2009-08-17 | * Allow partial blocs to proc PROC_EX_NORMAL_HIT, by nos4r2zod | Machiavelli | |
--HG-- branch : trunk | |||
2009-08-17 | * Correct some calculation in Unit::CalcAbsorb resist, prevents players ↵ | Machiavelli | |
being killed because absorbed value was negative. --HG-- branch : trunk | |||
2009-08-17 | *Merge | Machiavelli | |
--HG-- branch : trunk | |||
2009-08-17 | * Fix visual bug that makes client believe that his recently tamed pet has ↵ | Machiavelli | |
no talent points. --HG-- branch : trunk | |||
2009-08-17 | *Fix Frozen Power Talent | Nevan | |
--HG-- branch : trunk | |||
2009-08-16 | *Remove hack in Brain Freeze code. | QAston | |
*Update Improved Mend Pet to 3.1.3. --HG-- branch : trunk | |||
2009-08-15 | *Fix the bug that player sometimes take fall damage when exit vehicle. | megamage | |
--HG-- branch : trunk | |||
2009-08-15 | *Add some vehicle ai functions. | megamage | |
--HG-- branch : trunk | |||
2009-08-15 | *Change react state of guardian back to aggressive. Instead check threat ↵ | megamage | |
radius in canstartattack to prevent them attack too far target. --HG-- branch : trunk | |||
2009-08-14 | *Let all controlled entercombat when owner/charmer enters combat. | megamage | |
--HG-- branch : trunk | |||
2009-08-14 | *Correct procflags for Darkmoon Card: Death - by Joro. | QAston | |
--HG-- branch : trunk | |||
2009-08-13 | *Use m_caster as caster of triggered spell in EffectTriggerSpell handler. | QAston | |
*Correct stance check in handleShapeshiftBoosts - by Sarjuuk *Minor cleanup in Unit.cpp. --HG-- branch : trunk | |||
2009-08-12 | *Implement m_AurasUpdateIterator. [8329] Author: VladimirMangos | megamage | |
--HG-- branch : trunk | |||
2009-08-12 | [8354] Update kill credit for normal creature entry including heroic case. ↵ | megamage | |
Author: VladimirMangos --HG-- branch : trunk | |||
2009-08-13 | *Fix glyphs increasing duration of buff when it's selfcasted. | QAston | |
--HG-- branch : trunk | |||
2009-08-13 | *Update Mana Shield Spell Power Coefficient - by fukifat. | QAston | |
*Add function void AuraEffect::HandleAuraEffectSpecificMods(bool apply, bool Real, bool changeAmount), and aura effect specific stuff to it. *More correct aura scaling with lvl for area auras. *Prevent exploits with relog while having auras with modified amount. --HG-- branch : trunk | |||
2009-08-11 | *Try to fix a crash caused by single target auras. Thanks to QAston. | megamage | |
--HG-- branch : trunk | |||
2009-08-11 | *ResetMap for worldobjects when map is deleted. | megamage | |
--HG-- branch : trunk | |||
2009-08-11 | *Cleanups and obsolete spell handlers remove. | QAston | |
--HG-- branch : trunk | |||
2009-08-11 | *Add function Unit::OutDebugInfo for debug. | megamage | |
--HG-- branch : trunk | |||
2009-08-11 | *Fix a crash when go is removed but m_ObjectSlot is not cleared. | megamage | |
--HG-- branch : trunk | |||
2009-08-10 | *Cleanup about deleting player. | megamage | |
--HG-- branch : trunk | |||
2009-08-10 | *change SPELL_AURA_MOD_ARMOR_PENETRATION_PCT to reduce armor on target and ↵ | megamage | |
add cap amount of armor reduced by armor penetration rating By thenecromancer --HG-- branch : trunk | |||
2009-08-09 | [8336] Prevent apply item 34678 damage effect to cast target if it's ↵ | megamage | |
friendly. Author: VladimirMangos Current combat target or just selection will be used instead if it not friendly. --HG-- branch : trunk | |||
2009-08-09 | *Fix a typo of fixed damage spells. Thanks to loop69 | megamage | |
--HG-- branch : trunk | |||
2009-08-09 | [8334] Small cleanup in magic shield back damage code. Author: VladimirMangos | megamage | |
--HG-- branch : trunk | |||
2009-08-08 | *Fix a crash caused by undismissed pet. | megamage | |
--HG-- branch : trunk | |||
2009-08-08 | *Fix a crash caused by relocationnotify | megamage | |
--HG-- branch : trunk | |||
2009-08-08 | *Implement SPELL_ATTR_EX4_FIXED_DAMAGE | megamage | |
--HG-- branch : trunk | |||
2009-08-08 | *Revert Mangos patch [8325] | megamage | |
--HG-- branch : trunk | |||
2009-08-08 | [8325] Restore BG spirit guids work after [8308]-1. Author: VladimirMangos | megamage | |
--HG-- branch : trunk | |||
2009-08-08 | *Some update of vehicle. | megamage | |
--HG-- branch : trunk | |||
2009-08-08 | *Fix Unbreakable Armor Formula | Nevan | |
*Fix Glyph of Unbreakable Armor --HG-- branch : trunk | |||
2009-08-08 | *Cleanups, remove obsolete code and minor optimizations in spellauras.cpp ↵ | QAston | |
and spelleffects.cpp *Remove GetDummyAura(uint32 spellid) function - it is faster to use GetAuraEffect or GetAura if id is known than iterate threw dummy auras list *Move Death Strike code from HandleDummyAuraProc to Spell::EffectDummy - original patch by hununza. --HG-- branch : trunk | |||
2009-08-07 | *Fix a bug introduced in 3874. This makes IsNonMeleeSpellCasted cannot ↵ | megamage | |
correctly check if caster is casting. *This fixes the bug that Heigan chases players when he is channelling. --HG-- branch : trunk | |||
2009-08-07 | *Check category instead of flags for some spells. Author: VladimirMangos | megamage | |
--HG-- branch : trunk | |||
2009-08-07 | *Emalon the Stormwatcher fully scripted, by Necroo (boss needs to be spawned ↵ | maximius | |
and ScriptName needs to be updated) *Added config options: DurabilityLoss.OnDeath and DurabilityLoss.InPvP, optimized Rate.RepairCost --HG-- branch : trunk | |||
2009-08-06 | [8311] Prevent multiline fake messages in chat. Author: horogandris | megamage | |
--HG-- branch : trunk | |||
2009-08-06 | *Correctly show npc root aura expire in client - by thenecromancer. | QAston | |
--HG-- branch : trunk | |||
2009-08-06 | *Add SpellCasterAI as a framework for casting only units (like ebon gargoyle ↵ | QAston | |
or mirror image. --HG-- branch : trunk | |||
2009-08-06 | *Fix the bug that player's pet enterevademode repeatedly. | megamage | |
--HG-- branch : trunk | |||
2009-08-05 | [8309] Fixed paladin judgement selection code in some places. Author: KAPATEJIb | megamage | |
--HG-- branch : trunk | |||
2009-08-05 | For check allowed in dead state auras apply use IsDeathPersistentSpell ↵ | megamage | |
instead hack code. Author: VladimirMangos --HG-- branch : trunk | |||
2009-08-05 | [8307] Fix skinning for creatures without loot. | megamage | |
Signed-off-by: hunuza <hunuza@gmail.com> --HG-- branch : trunk |