aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Spells/SpellEffects.cpp
AgeCommit message (Expand)Author
2015-02-21Core/Spells: Removed leftovers of old cooldown handlingShauren
2015-02-17Core/Spells: Cooldown updatesShauren
2015-02-15Core/Spells: Fix a float division issue in EffectLeapBackDuarte Duarte
2015-02-12Core/Spells: Refactor code changed in 8c49d204c38e321f033a47233801a172e7f1abb5Duarte Duarte
2015-02-12Core/Packets: Update and enable CMSG_GOSSIP_SELECT_OPTION, SMSG_BINDER_CONFIR...Duarte Duarte
2015-02-08Core/Misc: Fix static analysis issuesjackpoz
2015-02-03Core/Players: Resetting talents will no longer reset character specializationShauren
2015-01-30Core/Spells: Reimplemented automatic spell learningShauren
2015-01-27Core/Spells: Correction Stuck effect (6.0.3)Gooyeth
2015-01-26Core/Spells: Update Stuck effect 6.0.3Gooyeth
2015-01-18Core/NetworkIO: sync opcode values with wpp and removed duplicate onesjoschiwald
2015-01-17Core/Opcodes: sync with wppjoschiwald
2015-01-10Core/Maps: Updated map difficultiesShauren
2015-01-05Core/Spells: Implement HasAttribute() helper for SpellInfo for easier readabi...Shocker
2015-01-05Core/Spells: Define some new spell effectsShocker
2015-01-01Update copyright note for 2015Vincent-Michael
2014-12-29Core: fixed typos from previous commit and kill more warningsjoschiwald
2014-12-29Core/Scripts: multiple changesjoschiwald
2014-12-25Core/Scripts: Add new SpellScript hook OnEffectSuccessfulDispelUnholychick
2014-12-23Core/Items: Updated item stat calculationsShauren
2014-12-21Core/Items: Refactored ItemTemplateShauren
2014-12-20Core/Items:Rat
2014-12-19Core/Spells: Implemented using dbc spellpower/ap coeffiecients for spellsShauren
2014-12-19Core/Spells: Implemented varying damage for spells with no base valueShauren
2014-12-14Core/Spells: Fixed player spells with only spellpower scaling doing no damageShauren
2014-11-30Core/Spells: added missing spell effect handler placeholdersRat
2014-11-29Merge branch '6.x' of https://github.com/TrinityCore/TrinityCore into SpellsRat
2014-11-19Core/Packets: updated SMSG_BINDPOINTUPDATE, SMSG_INVALIDATE_PLAYER, SMSG_LOGI...joschiwald
2014-11-17Core/Spells: spell system updates (no-compile-version_2)Rat
2014-11-16Core/Spells: Spell system updates (don't even try to compile this)Rat
2014-11-15Core/DataStores: Updated Item DataStoresIntel
2014-11-15Core/DataStores: Updated AreaTable.dbcIntel
2014-11-12Core/Talents:Intel
2014-11-10Core/Talents: Update talent system, remove talent pointsIntel
2014-11-10Core/DataStores: Updating spells dbc part 2Intel
2014-11-09Core/DataStores: Even more converted dbcsIntel
2014-11-08Core/DataStores: Updated GameObjectDisplayInfo.dbc, GemProperties.dbc, GlyphP...Intel
2014-10-30Core/GameObjects: Updated GameObjectTemplate data structureShauren
2014-10-27Core: Fix warnings, mostly wrong printf formattersDDuarte
2014-10-27Core/Entities: Updated HighGuid valuesShauren
2014-10-26Core/Entities: Updated updatefieldsShauren
2014-10-26Core/Entities: Changed object lowguid to uint64Shauren
2014-10-22Core/Entities: Fourth part of removing GetGUIDLow() usesShauren
2014-10-22Core/Social: Use full guid for friend and ignore storageShauren
2014-10-21Core/Entities: Final batch of removing implicit conversions of ObjectGuid to ...Shauren
2014-10-21Core/Entities: Second batch of removing implicit conversions of ObjectGuid to...Shauren
2014-10-21Core/Entities: First batch of removing implicit conversions of ObjectGuid to ...Shauren
2014-10-19Merge remote-tracking branch 'origin/4.3.4' into 6.xDDuarte
2014-10-19Merge remote-tracking branch 'origin/3.3.5' into 4.3.4DDuarte
2014-10-18Core/Spells: Trigger extra attacks on proper targettrickerer