aboutsummaryrefslogtreecommitdiff
path: root/src/game/SpellEffects.cpp
AgeCommit message (Collapse)Author
2009-11-01*Cleanup, fix many cases of unoptimized loops, potential crashes, ↵maximius
excessively large data types, unnecessary or wrong casts, non-standardized function calls, and so on.. *Proper Maexxna Web Spray locations (old locations sent players flying into the air) --HG-- branch : trunk
2009-10-31*Implement Master Poisoner - chance to not consume Deadly Poison, thanks Sisifmaximius
--HG-- branch : trunk
2009-10-31*Implemented dummy effects for spells 49357, 52845, thanks Sisifmaximius
--HG-- branch : trunk
2009-10-31*Check for NULL unitTarget's in Cleansing Totem Effect, Healing Stream ↵maximius
Totem, Mana Spring Totem, thanks Sisif --HG-- branch : trunk
2009-10-31*Reinit the iterator in each loop as the iter is removed from the list, in ↵maximius
AuctionHouseObject::Update, by Trazom *No longer disregard z/o in Map::CreatureRelocation, thanks Sisif *Cleanup, and make Divine Storm default to m_caster is no unitTarget is available *Some mtmaps optimization --HG-- branch : trunk
2009-10-31*Implement spells: 781, 13280, 32307, 40109, 47770, 47776, 49625, 49634, ↵maximius
51854, 64385, by Warhead --HG-- branch : trunk
2009-10-30*Add virtual bool IsEscorted() to escort_ai.hmaximius
*Some minor cleanup and optimization --HG-- branch : trunk
2009-10-29*Add a missing change from 6097_world_loot_template.sql, thanks amsjunior123maximius
*Some minor cleanup. --HG-- branch : trunk
2009-10-18*Cleanupmaximius
--HG-- branch : trunk
2009-10-18*Judgement (Seal of Light, Seal of Wisdom, Seal of Justice), and Judgement ↵maximius
of Righteousness, proper spell damage bonus, by Destalker. --HG-- branch : trunk
2009-10-18*Fix tick counting in Chimera Shot.Anubisss
--HG-- branch : trunk
2009-10-17*Massive cleanup redux.maximius
--HG-- branch : trunk
2009-10-17*Backed out changeset 3be01fb200a5maximius
--HG-- branch : trunk
2009-10-17*Massive cleanup (\n\n -> \n, *\n -> \n, cleanup for(...) to for (...), and ↵maximius
some other cleanups by hand) *Fix a possible crash in Spell::DoAllEffectOnTarget --HG-- branch : trunk
2009-10-17typoMuhaha
--HG-- branch : trunk
2009-10-17Fix Shadow Word: Death (Backfire Damage). Original Author: Nevan.Muhaha
--HG-- branch : trunk
2009-10-16*Ulduar teleporter, and updates, by BonDit. Thanks AniRB.maximius
*Fixed some typos in last commit. --HG-- branch : trunk
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