aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2016-11-19Core/Spells: Updated spell required items check, ↵Shauren
EquippedItemInventoryTypeMask should only be used for enchantments
2016-11-18Core/Items: Fixed secondary stat calculation at item levels > 800Shauren
2016-11-16Core/Entities: GameObjectDespawn packet is only sent for GameObjectsjoschiwald
2016-11-16Core/Items: Fixed item level bonus calculationShauren
2016-11-15Warning fixShauren
2016-11-15Core/Groups: Fixed converting to raid and named more group flags and typesShauren
Closes #18198
2016-11-14Shared/Metric: Initial support for tag value escapingjackpoz
Fix #18175 (cherry picked from commit 189edc0f23a2935747eb5eb3555607f4edc15480)
2016-11-14Core/Quests: Fixed quest reputation rewards in packets and implemented new ↵Shauren
fields - RewardFactionCapIn and RewardReputationMask
2016-11-14Core/ScriptMgr: use vector instead of list to contain Spell and Aura scripts ↵ariel-
and hooks (cherry picked from commit cbb5c073ceb951fa138bb05b55de8b21ffd83063)
2016-11-14Core/Battleground: Fix issue reported by static analysisariel-
(cherry picked from commit 58c5011499056cf2c415e24e854a3de93a870f9e)
2016-11-14Core/Misc: codestyle fixes in GridNotifiers.hariel-
- Removed dead code, outdated comments - Fixed indentation - Explicitly delete copy ctors - const'd the operator() definitions (cherry picked from commit c98ab6bd94f2f5e4b8b28f06a326a4b4da8d3915)
2016-11-13Core/Auras: Fixed removing auras triggered by aurastatesShauren
Closes #17868
2016-11-12Core/Player: Implemented new CMSG_ACTIVATE_TAXI fields to select a random ↵Shauren
favorite mount instead of standard gryphon/wyvern and enabled it Closes #17778
2016-11-11Core/Players: Fixed wrong autoattack error messages - wrong facing was mixed ↵Shauren
with out of range
2016-11-11Core/Spells: Define SPELL_ATTR11_ABSORB_FALL_DAMAGEShocker
2016-11-10Core/PacketIO: Marked CMSG_CONVERT_RAID as threadunsafeShauren
2016-11-08Core/Quests: Implemented handling all QuestPackageItem typesShauren
Closes #18209
2016-11-07Core/Achievements: Add missing part of #18034Krudor
2016-11-07Core/Scenarios: Removed a bad usage of blocking db queries when saving ↵Shauren
scenario to db
2016-11-07Warning fixShauren
2016-11-07Dynamic linking build fixShauren
2016-11-06Core/Instances: Implemented base scenario system and objectives in dungeonsKrudor
Closes #17905 Closes #18034
2016-11-06Core/Stats: Updated handling crit chance - removed school specific crit chancesShauren
2016-11-05Core/Spells: Removed outdated shaman spell scriptsShauren
2016-11-04SPELL_AURA_431 -> SPELL_AURA_MOD_OVERRIDE_ZONE_PVP_TYPE (#18184)Palabola
* Spell/Aura #431 PvP Zone Type Values: 0,1,2 0(Default), 1 No PvP, 2 FFA? * Update SpellAuraDefines.h
2016-11-03Core/PacketIO: Fixed client crash with heirloomsShauren
Closes #17964
2016-11-02Core/DataStores: Fixed crash with db2 loaders on gcc 4.9Shauren
Closes #18166
2016-11-01Core/PacketIO: Fixed building ITEM_DYNAMIC_FIELD_MODIFIERSShauren
Closes #17942
2016-10-31Core/Spells: Fixed crash when using Doom WindsShauren
2016-10-31Core/Database: Fix logic in DatabaseWorkerPool::GetFreeConnectionShocker
2016-10-30Core/Items: Fixed items with spells that should only be used in some player ↵Shauren
specializations
2016-10-29Fix non PCH build.Gacko
Mind your includes.
2016-10-29Core/PacketIO: Reenabled SMSG_QUERY_QUEST_INFO_RESPONSE, it should not have ↵Shauren
gotten disabled
2016-10-28Tools/Patcher: Updated windows x64 patternShauren
2016-10-28Core/Spells: wrong comment reference in SpellEffects.cpp (#18157)tkrokli
Typo pointed out by P-Kito Closes #18140
2016-10-27Core/Tools: Updated extractor for 7.1.0vincent-michael
Closes #18143
2016-10-26Command/Morph fix ModelId above 65535 (#18149)Palabola
2016-10-26Core/DataStores: Updated to 7.1.0.22900Shauren
2016-10-26Core/DataStores: Removed the need to edit DB2Metadata automatically ↵Shauren
generated to account for non-localized string fields
2016-10-25Core/Misc: Updated misc enumsShauren
2016-10-25Core/Entities: Updated updatefields to 7.1.0.22900Shauren
2016-10-25Core/PacketIO: Updated packets to 7.1.0.22900Shauren
2016-10-24Core/PacketIO: Restored WorldSession::LogUnprocessedTail functionality for ↵Shauren
packets processed using specialized classes for each opcode
2016-10-23Core/PacketIO: Use boost::static_vector for arrays in client packets, ↵Shauren
removed setting the limit during runtime and removed default value
2016-10-23Core/Spells: Fixed SpellEffects selection depending on Difficultyjoschiwald
2016-10-23Extra line in worldserver.conf (#18125)Pirricli
There is an extra line in that file.
2016-10-22Build fixShauren
2016-10-22Core/Spells: Fix Shaman talent Ancestral Guidance and Path of FlamesKito
Closes #17695
2016-10-22Core/Spells: Fixed Shaman talent Path of FlamesShauren
Closes #17705
2016-10-22Build fixShauren