aboutsummaryrefslogtreecommitdiff
path: root/src/game/Unit.cpp
AgeCommit message (Collapse)Author
2009-06-06*Remove Arcane Blast on Arcane Missiles and Arcane Barrage castQAston
*Spell_affect entry for Fingers of frost - by Larva *use spellaffect entries in every affect check *Allow spell_affect table to modify affect data for any spell --HG-- branch : trunk
2009-06-06*Merge.QAston
--HG-- branch : trunk
2009-06-06Backed out changeset [7965] Implemented proc for 20911 spell. Author: ApoCQAston
--HG-- branch : trunk
2009-06-06*Update spellmod systemQAston
*Implement SPELL_ATTR_EX6_IGNORE_CASTER_AURAS *Fix some bugs with traps proc flags --HG-- branch : trunk
2009-06-05[7965] Implemented proc for 20911 spell. Author: ApoCmegamage
--HG-- branch : trunk
2009-06-05[7963] Fixed energize value for 20186 proc. Author: ApoCmegamage
--HG-- branch : trunk
2009-06-04*Some optimization of aura update.megamage
--HG-- branch : trunk
2009-06-04*Fix build.megamage
--HG-- branch : trunk
2009-06-03[7948] Use SetFaction instead explcit field set, other cleanups. Author: ↵megamage
NoFantasy --HG-- branch : trunk
2009-06-03*Correct spellid for school Arcane in spell Acclimation.Anubisss
--HG-- branch : trunk
2009-06-03*Use setcharmedby and removecharmedby in enter/exit vehicle functions.megamage
*Fix build. --HG-- branch : trunk
2009-06-03*Check auraname when auraeffect is constructedmegamage
--HG-- branch : trunk
2009-06-03*Disable vehicle/creature driver movement when entering vehicle.megamage
--HG-- branch : trunk
2009-06-02Fix for some combat log errors.krz
Only Vanish and Invisibility auras will now prevent from taking damage if target is not visible for caster. --HG-- branch : trunk
2009-06-01[7932] Store in DB only spell part of pet action bar, set other to default ↵megamage
state (reaction saved). Author: VladimirMangos --HG-- branch : trunk
2009-06-01*Merge.megamage
--HG-- branch : trunk
2009-06-01*Merge.megamage
--HG-- branch : trunk
2009-05-31[7928] Player must standup at stun (from 1.5 client starting) Author: DonTomikamegamage
--HG-- branch : trunk
2009-05-31 [7922] Implement param2 for ACTION_T_COMBAT_MOVEMENT for allow control ↵megamage
start/stop melee combat state for creature at start/stop movement in combat. Author: VladimirMangos --HG-- branch : trunk
2009-05-31[7920] Ignore racial skill and skills without recipes in .learn all_recipes. ↵megamage
Cleanup code. Author: VladimirMangos --HG-- branch : trunk
2009-05-31 [7918] Improve portability in work with uint64 string format specifiers ↵megamage
and in code literals. Author: VladimirMangos * Replace platform seelction MaNGOS code for select format descriptor for uint64 by using ACE define. I64FMTD renamed to UI64FMTD for more clear name. * Add new define UI64LIT (base at ACE seelction) for build portables uint64 literals. Please always use UI64LIT(0x00001) instead less portable 0x00001LL --HG-- branch : trunk
2009-05-31Mangos [7911]. Author: tomrus88megamage
Very big patch. May cause bugs. --HG-- branch : trunk
2009-05-31Missing part from thenecromancer's weapon proc patch.krz
Some changes in ProcDamageAndSpellFor to allow triggered spells to trigger other for victim. --HG-- branch : trunk
2009-05-30Calculate mechanic resist chance for melee abilities.krz
--HG-- branch : trunk
2009-05-30Do not remove poison enchantment auras when entering arena battle.tvaroh
--HG-- branch : trunk
2009-05-30*Fix spell Rune Strike.megamage
--HG-- branch : trunk
2009-05-29 [7908] Extract class data from creature_*_addon bytes0 fields, drop its, ↵megamage
amd add unit_class field to creature_template. Author: NoFantasy --HG-- branch : trunk
2009-05-29*Update OutdoorPvP functions. No longer need creature triggers for capture ↵megamage
points. --HG-- branch : trunk
2009-05-29Don't unsummon pet while mounting in arena.krz
Disable pet's interface instead. --HG-- branch : trunk
2009-05-29Do not allow Seed of Corruption to damage affected target and trigger from ↵krz
other SoC proc. Original patch by freeganja --HG-- branch : trunk
2009-05-28*Add an errorlog in HasInArc function to find a bug.megamage
--HG-- branch : trunk
2009-05-28Calculate armor reduction only for attacks with SPELL_SCHOOL_MASK_NORMALlukaasm
--HG-- branch : trunk
2009-05-27*Some update of pet bar code.megamage
--HG-- branch : trunk
2009-05-27 [7901] Refactoting pet action bar related code. Fixed some related bugs. ↵megamage
Author: VladimirMangos * Correctly update action bar at loading and other cases when listed unlearned/not existed spells * Avoid send data by PetSpellInitialize() many times while pet loading --HG-- branch : trunk
2009-05-27*Change vehicle faction the same as the driver's when driver enters it.megamage
*Fix 3593 sql. --HG-- branch : trunk
2009-05-26*Correct some aura interrupt flagsmegamage
--HG-- branch : trunk
2009-05-26*Fix a crash caused by charm spells. Thanks to Drahy.megamage
--HG-- branch : trunk
2009-05-26*Fix typo that causes crash for charm spells. Thanks to Drahy.megamage
*Allow aura 206 to affect other types of pets. --HG-- branch : trunk
2009-05-25*Do not destroy unit for owner when it stealthmegamage
--HG-- branch : trunk
2009-05-25*Do not consider possessed creatures as pet. Also fix the bug that possessed ↵megamage
creature does not display spells. --HG-- branch : trunk
2009-05-25*Merge.megamage
--HG-- branch : trunk
2009-05-25*Disable proc aura stack check until it is properly fixed. (please tell me ↵megamage
if i am wrong) --HG-- branch : trunk
2009-05-25*Merge. Do not forget to apply TC1 sql!megamage
--HG-- branch : trunk
2009-05-25*Do not allow wrecking crew stack with enrage. Also, allow proc buff ↵megamage
overwrite another. Need better rules to check that. (see my comment in code) --HG-- branch : trunk
2009-05-25*Merge.megamage
--HG-- branch : trunk
2009-05-25*Fix a typo that makes seal of vengeance/blood deal huge damage.megamage
--HG-- branch : trunk
2009-05-24*Fix broken escort AI.megamage
--HG-- branch : trunk
2009-05-24*Rewrite some OPvP functions.megamage
*Apply tenacity buff for outnumbered players in wintergrasp. --HG-- branch : trunk
2009-05-24*Remove auras with duration lower than 30 sec on arena start.QAston
*Do not remove rougue poisons and dk runes on arena start. *Apply healing bonus for healing stream totem. *Do not duplicate damage bonus in code with the one in db for Seal of Vengenance/Corruption --HG-- branch : trunk
2009-05-24[7885] Fixed talent 34914 and ranks proc spell to correct spellid. Author: qsamegamage
--HG-- branch : trunk