aboutsummaryrefslogtreecommitdiff
path: root/src/game/SpellEffects.cpp
AgeCommit message (Collapse)Author
2009-10-16*Fix Divine Storm (original author Nevan[?]), thanks AniRBmaximius
--HG-- branch : trunk
2009-10-15*Cleanup, fix a lot of potential crashes and typos.maximius
--HG-- branch : trunk
2009-10-15*Fix some typos in trinitycore.conf.distmaximius
*Fix Enduring Winter not increasing water elemental duration, by Cleave --HG-- branch : trunk
2009-10-13*Wintergrasp: Set Faction on workshop capture + GO check faction fix, by Sppmaximius
--HG-- branch : trunk
2009-10-13*Wintersgrasp - prevents team from using vehicles to damage their own ↵maximius
buildings, by Spp *Wintersgrasp - restore proper faction of units in Unit::RestoreFaction(), don't just always use faction_A, by Spp --HG-- branch : trunk
2009-10-09*Blackfathom Deeps - Event: Aku'mai, by Tartalomaximius
*Split Personality Achivement, by Destalker *Halls of Lightning Fixes, by Destalker Volkhan fixes + Achievement Ionar Fix - without this he resets each time he is invisible, spamming sparks Arcing Burn - should be a debuff (and stackable, stackable part NYI :/) *Naxxramas - Thaddius - the aura shall affect only the character without the proper aura, by Trazom *Naxxramas - Kelthuzad - some timer adjustments (may need verification or tweaking) by Cass *Merges by Stryker, thanks to all authors and testers. [8458] Re-implement SPELL_AURA_MOD_TARGET_ARMOR_PCT in more porper way for weapon dependent cases. Author: VladimirMangos [8459] Avoid mutiply apply weapon dependent armor penetration bonus for each weapon. Author: VladimirMangos [8529] check rune cost only if spell has PowerType == POWER_RUNE. Patch provided by yavi. Author: Ambal [8532] Fixed situation where some items like 42947 were not giving spell power bonus. By: Ambal [8533] Not remove timed quest and correctly fail when time runs out. Add function to remove timed quest instead of direct access to set. Author: NoFantasy [8536] Fixed spell 62776. By: Ambal [8539] Check pet aura range at area aura update. By: Ambal [8546] Implement battleground bonusweekends call to arms. Also fix typo in auctionmgr. Author: balrok [8547] Implemented scriptcall: CorpseRemoved(uint32 & /*respawnDelay*/) it will be called when the corpse of the scripted creature get's removed, it's possible to adjust the next respawn inside the script. Author: balrok [8561] Replace another auras code call by explicit code [8566] avoid singleton-lock when accessing BattleGroundMGR::isBGWeekend() Proposed by vladimir. Comitter: balrok --HG-- branch : trunk
2009-10-08* Fix bug introduced in 5831 that caused certain physical abilities to do no ↵Machiavelli
damage. --HG-- branch : trunk
2009-10-07* Do not make nonphysical damage spells that use EffectWeaponDmg (like Seal ↵Machiavelli
of Command) receive total damage mod % auras twice - based on nos4r2zod's patch for MaNGOS --HG-- branch : trunk
2009-10-06* Implement Spell 6962 by Muhaha & Nevan , based on ↵Muhaha
http://bitbucket.org/panaut0lordv/tc2-patches/src/tip/bgpetressurect --HG-- branch : trunk
2009-10-06* Do not let Seal of Command proc on anything other than a melee swing.Machiavelli
* Fix Judgement of Blood/Martyr dummy by nos4r2zod * Fix Judgement of Command dummy by nos4r2zod --HG-- branch : trunk
2009-09-27*Merge [8524] New cell search algorithm implemented. You can now choose ↵maximius
different visibility distances on continents, in BG/Arenas and instances. Author: Ambal *Some warning cleanup --HG-- branch : trunk
2009-09-21*[8508] Not assign boolean value to integer variable, expecting to always be ↵maximius
0. Also renaming member variables. Author: NoFantasy *[8516] Implement spell 53271. Author: Shendor *[8519] Use RuneType enum where appropriate and more explicit data for rune init. Author: VladimirMangos Thanks to: Stryker *[8520] Limit telent 49182 and ranks triggering expected:wq runes cooldown case. Author: Shendor *Fix Herald Volazj wrongly targeting himself on Shadow Bolt Volley instead of randomly targeting on Shiver, by tlexii. --HG-- branch : trunk
2009-09-14*[8480] Provided real-time update for guidl ranks rights.maximius
Specially for guild bank tab access rights (including currently open tab case!) Send roster broadcast for all online guild memebers at any rank edit and guild bank tab buy. Author: VladimirMangos *Fix a pretty stupid mistake of mine with that Stoneclaw Totem fix, put the code block in the wrong function! *Use comparison instead of std::min (for some reason std::min seems to expect 3 arguments on Windows!?) --HG-- branch : trunk
2009-09-11*[8474] Allow to delete BattleGround objects when any of invited players ↵maximius
didn't click to enter battle. Rename m_TeamScores500disadvantage to m_TeamScores500Disadvantage, and optimize its update. Patch is tested. Author: Triply *Added some missed changes that might of broken compile in the last 2~ commits. *Some fixes to Warlock's Death Coil by Gyullo. *Last MaNGOS merge until KingPin says otherwise.. --HG-- branch : trunk
2009-09-11*[8472] Fixed argument for KilledMonsterCredit call. Author: ApoCmaximius
--HG-- branch : trunk
2009-09-11*[8471] Little correction to prev. commit. Spell effect 90 seems to be kill ↵maximius
credit but only for single person. Author: ApoC --HG-- branch : trunk
2009-09-11*[8467] Fixed some typos. Author: AlexDerekamaximius
--HG-- branch : trunk
2009-09-10*Cleanup comments, update THANKS (no idea if I missed anybody o_O), added ↵maximius
Themris' Warlock's Death Coil healing and damage fix, corrected some typos --HG-- branch : trunk
2009-09-04*Fix a crash caused by dispel effect. Thanks to nanounikomegamage
--HG-- branch : trunk
2009-09-01*Fix the knockback direction of Typhoonmegamage
--HG-- branch : trunk
2009-09-01*Blink glyph fix. By Cleavemegamage
--HG-- branch : trunk
2009-09-01*Allow pet to have combo points.megamage
--HG-- branch : trunk
2009-08-29*More update about positions.megamage
*Ulduar: do not allow demolisher to regenerate pyrite. Player must shoot down and grab the containers to refill pyrite. --HG-- branch : trunk
2009-08-29*Make position as a class;megamage
--HG-- branch : trunk
2009-08-28*Update flame levi script. Allow player to shoot down pyrite container and ↵megamage
refill the demolishers. *Other script-related fixes. --HG-- branch : trunk
2009-08-28*Fix Improved Insect Swarm - original patch by ZorQAston
*Use target as source of area auras in Unit::AddAura(uint32 spellId, Unit *target) --HG-- branch : trunk
2009-08-27*Correctly process more movement packets. Author: VladimirMangosmegamage
--HG-- branch : trunk
2009-08-27*Use one dynobj to handle multiple aura effects.megamage
--HG-- branch : trunk
2009-08-26*Fix a crash caused by recall pet. Thanks to nanounikomegamage
--HG-- branch : trunk
2009-08-26*Some clean up and add debug info to find the reason of crash.megamage
--HG-- branch : trunk
2009-08-26*Fix the bug that Steady Shot make too much(over million) damage with these ↵Anubisss
items: 42946, 44093. --HG-- branch : trunk
2009-08-25*Fix the calculation of knockback.megamage
--HG-- branch : trunk
2009-08-25*Do not allow to knockback target which is much larger than caster.megamage
--HG-- branch : trunk
2009-08-24*Fix some summon vehicle spells.megamage
--HG-- branch : trunk
2009-08-23*Update vehicle system. Make vehicle a seperate class from creature.megamage
--HG-- branch : trunk
2009-08-24*enable fishing in Serpentshrine caverns' strange poolRat
it's a hack but don't have better idea --HG-- branch : trunk
2009-08-23*Fix Glyph of StarfireNevan
*Fix Glyph of Shred *Fix Glyph of Backstab -- Thanks megamage for help me with that. --HG-- branch : trunk
2009-08-23*Update flame leviathan script.megamage
--HG-- branch : trunk
2009-08-23*Do not always set faction in summonvehicle function.megamage
--HG-- branch : trunk
2009-08-22*Update visibility of puppet immediately when it is summoned. This should ↵megamage
fix the bug that eye cannot fly in some cases. --HG-- branch : trunk
2009-08-21* Don't apply double RAP modifier to Steady Shot, pointed out by thenecromancerMachiavelli
--HG-- branch : trunk
2009-08-21* Last commit also fixes damage calculation of Steady Shot, based on ↵Machiavelli
original patch by thenecromancer. --HG-- branch : trunk
2009-08-21*Fix crash in mob_anti_airAI. Remove assert and cast no spell instead, if no ↵Machiavelli
spell was found in DB template. --HG-- branch : trunk
2009-08-19*Set vehicle owner guid and faction in summonvehicle instead of ↵megamage
spelleffecthandler. --HG-- branch : trunk
2009-08-19 [8381] Some refactoring work in Unit::m_currentSpells code. Author: ↵megamage
VladimirMangos * Restrict access, use enum args, move some repeated code parts to function. * Make m_selfContainer set only part of Unit::SetCurrentCastedSpell --HG-- branch : trunk
2009-08-19[8380] Use CastSpell instead create triggered channaled spell in ↵megamage
Spell::EffectTriggerRitualOfSummoning. Author: VladimirMangos --HG-- branch : trunk
2009-08-17*Fix the bug that .start always send dk back to start zone.megamage
--HG-- branch : trunk
2009-08-18*Fix Glyph of Rune Tap. (To not heal caster)Nevan
--HG-- branch : trunk
2009-08-18*Fix Glyph of TyphoonNevan
*Fix Glyph of Thunderstorm --HG-- branch : trunk
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