aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Spells/SpellEffects.cpp
AgeCommit message (Expand)Author
2016-03-18Core/PacketIO: Updated and enabled SMSG_DISPEL_FAILEDShauren
2016-02-29Fix build and add a missing FlushBits to SpellDispellLog::Write()DDuarte
2016-02-29Core/Packets: Updated and enabled SMSG_SPELL_DISPELL_LOGDDuarte
2016-02-02Core/Maps: Changed the way area data is stored in maps, it now uses ID field ...Shauren
2016-01-25Core/Spells: Implemented casting spells on movement finish from SPELL_EFFECT_...Shauren
2016-01-22Core/Spells: Ignore category cooldowns for triggered spells.Shauren
2016-01-22Core/Spells: Updated combo point handingmyran2
2016-01-15Core/Quest: Fix issues reported by static analysisjackpoz
2016-01-01Update copyright note for 2016Vincent-Michael
2015-11-24Core/Spells: Implemented scaling spell value with item levelShauren
2015-11-07Merge pull request #15495 from Treeston/3.3.5-gemperfectionShauren
2015-11-07Merge pull request #15746 from Rushor/VenomShauren
2015-10-16Core/Player: implemented Heirloom CollectionMitchesD
2015-09-24Core/Misc: Remove unneeded ToCreature() castsjackpoz
2015-09-24Core/Misc: Remove unneeded ToCreature() castsjackpoz
2015-09-09Core/BattlePets: Basics for Battle Petshorn
2015-09-07Core/DataStores: Updated DBC and DB2 structures to 6.2.2.20444Shauren
2015-08-10Core/PacketIO: Exclude DamageDealt/DamageTaken script hook results from damag...Shauren
2015-08-08Core/PacketIO: Implemented advanced combat loggingShauren
2015-07-25Core: Header cleanup in game/*/*.cppVincent-Michael
2015-07-21Core/Misc: Fixing warnings detected by Visual Studio 2015 compilerShauren
2015-07-18Core/PacketIO: Updated spell packetsShauren
2015-07-07Core/DataStores: Updated dbc/db2 structures to 6.2.0Shauren
2015-07-05Core/DataStores: Moved SkillTiers to database - it no longer exists in dbc formShauren
2015-07-03Merge pull request #14969 from chaodhib/taunt_threat_fixesmik1893
2015-07-01Core: Started work on 6.2.0.20182Shauren
2015-06-22Core/Garrisons: Implemented activating buildingsShauren
2015-06-07Core/PacketIO: updated structure of CMSG_RESET_INSTANCES, SMSG_INSTANCE_RESET...MitchesD
2015-06-01Core/Spells: Fix invalid iterator usages in Spell::SelectSpellTargets()DDuarte
2015-05-20Core/Spells: Sync effect names with spellworkShauren
2015-05-19Core/PacketsIO: Implemented or updated most of party related packets.et65
2015-05-17Core/Garrisons: Initial work on garrison followersShauren
2015-05-16Build fixShauren
2015-05-16Core/Spells: Fix logic in SpellEffect::EffectWeaponDmg, it should fix SPELL_E...et65
2015-05-08Core/Garrisons: Basics for garrisonsShauren
2015-05-05Core/Spells: Defined names for some new spell effectsShauren
2015-05-04Core/Creatures: Extended npcflags to uint64Shauren
2015-05-01Core/Enums: Defined two unknown item flags, and cleaned the other item flags ...Kinzcool
2015-04-28Core/Entities: Reworked guid scopesShauren
2015-04-27Core/Util: Fixed flag128 and removed flag96 - previously if flag128 and flag9...Shauren
2015-04-23Core/Items: Fixed applying heirloom stats during loginShauren
2015-04-06Core/Spells: small cleanup in EffectDestroyItemRat
2015-04-06Core/Spells: implemented SPELL_EFFECT_DESTROY_ITEMRat
2015-04-02Core/Packets: Fix writing WorldPackets::Duel::DuelRequestedDDuarte
2015-04-02Core/Packets: Updated and enabled duel opcodesxerkoss
2015-03-29Merge branch '6.x' of https://github.com/TrinityCore/TrinityCore into 6.xRat
2015-03-27Core/PacketIO: Updated values of all known server opcodesShauren
2015-03-24Merge branch '6.x' of https://github.com/TrinityCore/TrinityCore into 6.xRat
2015-03-21Core/Spells: updated spelleffect array to 6.1Rat
2015-03-18Core: Move some more INFO-level logentries to DEBUGclick