aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Spells/SpellEffects.cpp
AgeCommit message (Expand)Author
2010-08-18Scripts: Added script for Lord MarrowgarShauren
2010-08-18Core/Spells: Implement TARGET_DEST_CHANNEL_CASTER(106) and TARGET_GAMEOBJECT_...QAston
2010-08-18Add more methods to SpellScript.azazel
2010-08-09Backed out changeset f751065ec933Brian
2010-08-09Implement reputation rates and aura effects for Spell::EffectReputation() (th...azazel
2010-08-09*(More) correct implementation of SPELL_EFFECT_PULL_TOWARDS_DEST(145)QAston
2010-08-08*Implement spell casting on transports (no more out of range error, etc)QAston
2010-08-08Sourcefile sleanups -> tabs to spaces, remove whitespace - also update the cl...click
2010-08-08* Some singleton renames for consistency:XTZGZoReX
2010-08-08* Rename: BattleGround -> Battleground.XTZGZoReX
2010-08-06Unholy Blight should prevent the dispelling of diseases.silinoron
2010-08-07* Move all movable spell effects from core to DB. Needs DB support.azazel
2010-08-06*** New core <-> script library interface - complete rewrite of the old one.XTZGZoReX
2010-08-06Moved Pain and Suffering (47948) script effect to spell script.azazel
2010-08-05* Implement item limit category (based on changes by VladimirMangos)azazel
2010-08-04Fixed Carrion Feeder pet talentShauren
2010-08-04Cleaned up item flags: separated item proto flags and item field flagsShauren
2010-08-03Fix buildclick
2010-08-03Fixed Wolverine Bite damage (pet talent)Shauren
2010-08-02Move a couple of warrior spell dummy effect handlers to spell scripts.silinoron
2010-07-31Move SPELLFAMILY_PALADIN dummy spell effects for Holy Shock, Blessing of Fait...silinoron
2010-07-30*use ASSERT macro instead of regular assert for better output.QAston
2010-07-30*Thread safe player searcher in scripts.QAston
2010-07-28Fixed spellpower coef for Lifebloom final healShauren
2010-07-27Move dummy effect handlers for all SPELLFAMILY_HUNTER dummy effect handlers b...silinoron
2010-07-27Cleanup the mage spell scripts, and move SPELLFAMILY_PRIEST and SPELLFAMILY_R...silinoron
2010-07-27Moved few dummy spell handlers to databaseShauren
2010-07-26Move SPELLFAMILY_MAGE dummy effect handlers to spell scripts.silinoron
2010-07-27*Implement RepRewardRate for spells.QAston
2010-07-26*Add more Player::CanUseAttackType checks in places where item bonuses are ap...QAston
2010-07-24Modified spell_scripts table, it is now possible to add different scripts for...Shauren
2010-07-24Fix: Do not ignore CD for Hunter-based triggered spells (and thanks to QAston...click
2010-07-22Shaman totem models are now different depending on raceShauren
2010-07-22sigh, i did the same compile error mistakeShauren
2010-07-22Add proper check to EffectQuestComplete preventing completion of quest if we ...Shauren
2010-07-22*Backout second change from last commit (CanCompleteQuest check) Thanks to Sh...QAston
2010-07-22*Remove not needed dummy effect handler for spell 28006 - by azazel_konQAston
2010-07-22*Fix amount calculation for spell effect with EffectDieSides set to 0.QAston
2010-07-21*Move target handling of TARGET_DEST_CASTER_FRONT_LEAP out of SPELL_EFFECT_LE...QAston
2010-07-20*Implement SPELL_EFFECT_CREATE_TAMED_PET(153).QAston
2010-07-20*Implement SPELL_EFFECT_DISCOVER_TAXI(154).QAston
2010-07-20*Implement SPELL_EFFECT_QUEST_START (150).QAston
2010-07-20Moved SpellEffects.cpp where it belongs.Xanadu