aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Spells/Spell.cpp
AgeCommit message (Expand)Author
2010-09-08Core/Spells: Fix ammo depletion handlingShocker
2010-09-08Core/Spells: Add server-side check for not allowing non-instant spells with m...Shocker
2010-09-08Core/Spells: Add server-side check for spells that require combo points to pr...Shocker
2010-09-05Core/Spells: Fixed Nevermelting Ice Crystal trinketShauren
2010-09-03Core/WorldPacket: Fix the core spamming complaints about CMSG_QUEST_QUERY bei...silinoron
2010-09-03Core/ScriptSystem: Add a PlayerScript::OnSpellCast(Player *player, Spell *spe...silinoron
2010-08-30*Allow channeled spells to be casted on dead targetQAston
2010-08-30Core: Fix more warningsSpp
2010-08-29*Allow damage shield hits to miss.QAston
2010-08-28Make sure crafting spells with non-random loot are not allowed to be casted i...Shocker
2010-08-27*Send VICTIMSTATE_INTACT on melee attack miss.QAston
2010-08-27*Consistent parameter names of spell effect handlers - use effIndex instead o...QAston
2010-08-27Scripts/Icecrown Citadel: Added hacky workaround for teleporting spells becau...Shauren
2010-08-27*Fix combat logging of many spell effects - thanks to kiper, Ssp, Cyrax, and ...QAston
2010-08-27*Remove m_currentBasePoints from spell class, use m_spellValue instead.QAston
2010-08-27*Send to client periodic heal absorbtion.QAston
2010-08-26*Fix usage of EffectValueMultiplier in spell code.QAston
2010-08-21Scripts/Icecrown Citadel: Add script for Deathbringer Saurfang (only missing ...Shauren
2010-08-26Core/Cleanup:azazel
2010-08-26Core:azazel
2010-08-24*Add AuraScript class for scripting aura objects - scripts are registered sam...QAston
2010-08-22Core/Game: fix all warnings related to converting doubles and floats.silinoron
2010-08-22Core: Fix more warnings, add new function sLog.outStaticDebug() that replaces...click
2010-08-21Core: Remove "suggest parentheses around ‘&&’ within ‘||’" and "sugge...Spp
2010-08-21Core: Remove "unused variable 'xxx'" warningsSpp
2010-08-21Core: Remove "enumeration value 'xxx' not handled in switch" warningsSpp
2010-08-21*Remove some unused containers from Spell class.QAston
2010-08-21Core: Remove lots warnings:Spp
2010-08-21*Add script hooks for SpellScript class - now you can use BeforeHit, OnHit, A...QAston
2010-08-19Scripts/Spell: extend SpellScript class: add target aura accessors and functi...QAston
2010-08-19Fix (in theory) bug (already tapped error) for spells with banish mechanics (...azazel
2010-08-18Core/Spells: Implement TARGET_DEST_CHANNEL_CASTER(106) and TARGET_GAMEOBJECT_...QAston
2010-08-17*Core/Spells: Implement TARGET_UNIT_SUMMONERQAston
2010-08-09Fix: append a .c_str() on a variable in Spell.cpp (no more grumpy compilers) ...click
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-06*** New core <-> script library interface - complete rewrite of the old one.XTZGZoReX
2010-08-05* Implement item limit category (based on changes by VladimirMangos)azazel
2010-08-04*Update CMSG_USE_ITEM opcode to fit new clientCastFlag handling.QAston
2010-08-04Missing part of r7dd45a0182 :(QAston
2010-08-04*Typofix - Relocate != SetPosition - fixes problems with visibility after cha...QAston
2010-08-04*Some more research about spell target flags - thanks to Zor for info.QAston
2010-08-04Fixed Carrion Feeder pet talentShauren
2010-08-04Cleaned up item flags: separated item proto flags and item field flagsShauren
2010-08-02*Drop m_intTargetFlags, correctly send TARGET_FLAG_SOURCE_LOCATION and TARGET...QAston
2010-08-02*Search for aura caster in our out of world in Aura::UnregisterSingleTarget().QAston
2010-08-02*Fixes in spell targets packet reading and writing.QAston