aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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
2016-10-21Core/PacketIO: Fixed unneccessary packet spam when units become visible for ↵Shauren
players Before this change, one player starting to see any unit (CreateObject) would trigger sending root, feather fall, water walk, hover, can turn while falling and double jump status changes to ALL nearby players
2016-10-20Tools: Automatically create directories for tools (#17971)keke222
2016-10-20Core/AI: initial support for monster sparring (#17673)Manuel Carrasco
(cherry picked from commit 303066509d907d4836a935371492092f05d47c7e)
2016-10-19Core/Spells: Fixed a crash happening when casting a spell with effects that ↵Shauren
only exist on some difficulties but not on others (for example, effect 2 of 98175)
2016-10-18Core/Players: Fixed player model weirdness with teleports/shapeshifts/transformsShauren
Closes #18048
2016-10-17Core/Spells: Defined new proc flagsShauren
2016-10-16Core/Auras: Implemented SPELL_AURA_CAN_TURN_WHILE_FALLINGShauren
2016-10-15Core/DataStores: Fixed loading int arrays from trailing packed blobs in db2 ↵Shauren
files Closes #18072
2016-10-15[6.x] Core/Spells: Implement SPELL_AURA_INTERFERE_TARGETTING (#17566)Krudor
2016-10-15Core/Spells: Removed a faulty aura handlerKrudor
Closes #17590