Commit Graph

22458 Commits

Author SHA1 Message Date
Ulduar
b8ef8466a9 The Kalecgos evade condition. (#17631)
The Kalecgos evade condition.
2016-11-27 02:06:46 +01:00
Shauren
def94248e1 Core/Bnet: Fixed an issue that allowed client to enter Battlenet::Session::ReadDataHandler with an invalid header
Closes #18312
2016-11-26 11:55:28 +01:00
Shauren
5411ca8cdf Core/Units: Removed attack speed float to int conversion special case in building SMSG_UPDATE_OBJECT 2016-11-25 17:58:48 +01:00
Shauren
8c23059186 Core/Misc: Defined new player flag 2016-11-24 20:27:31 +01:00
Shauren
9f31a6aa3c Core/Quests: Defined more quest flags 2016-11-23 17:05:36 +01:00
Krudor
b52e7135b5 Core/Creatures: Enable swimming creatures to chase targets in 3d (#18298)
Closes #11060
2016-11-23 09:10:15 +01:00
Krudor
6fc819716d Core/Misc: Define unknown quest type (#18219)
Changes proposed:

Define previously unknown quest type
QUEST_TYPE_UNK -> QUEST_TYPE_TASK
2016-11-23 02:44:57 +01:00
Shauren
74a7fdc1bd Core/Spells: Implemented SPELL_ATTR8_ARMOR_SPECIALIZATION - requires all slots to be filled with a valid item 2016-11-22 17:00:26 +01:00
Shauren
81bb1f3ecf Core/PacketIO: Fixed MailGetList structure
Closes #18239
2016-11-21 15:22:04 +01:00
Krudor
a2b3c34c03 Core/Scripts: Add Shade of Aran & Atiesh interaction
Closes #18270
2016-11-20 12:00:48 +01:00
Shauren
ee21cd31a1 Core/Auras: Fixed SPELL_AURA_MOD_DAMAGE_PERCENT_DONE for creatures (and crashfix) 2016-11-20 11:52:04 +01:00
Shauren
b9f7b500a3 Core/Auras: Rewritten conditionally applying SPELL_AURA_MOD_WEAPON_CRIT_PERCENT, SPELL_AURA_MOD_DAMAGE_DONE and SPELL_AURA_MOD_DAMAGE_PERCENT_DONE auras
* Now the entire aura is removed when changing equipment
* All aura types can now depend on equipped items
2016-11-20 00:44:49 +01:00
Shauren
28fd8a424d Core/Spells: Updated spell required items check, EquippedItemInventoryTypeMask should only be used for enchantments 2016-11-19 15:51:57 +01:00
Shauren
d64da044d8 Core/Items: Fixed secondary stat calculation at item levels > 800 2016-11-18 00:04:02 +01:00
joschiwald
7fbc4374f3 Core/Entities: GameObjectDespawn packet is only sent for GameObjects 2016-11-16 22:46:37 +01:00
Shauren
30cbb99399 Core/Items: Fixed item level bonus calculation 2016-11-16 17:15:50 +01:00
Shauren
7624c7cd95 Warning fix 2016-11-15 08:44:35 +01:00
Shauren
f66f49f9b9 Core/Groups: Fixed converting to raid and named more group flags and types
Closes #18198
2016-11-15 00:01:36 +01:00
jackpoz
f23c6c4d7e Shared/Metric: Initial support for tag value escaping
Fix #18175

(cherry picked from commit 189edc0f23)
2016-11-14 20:33:03 +01:00
Shauren
0f7b9c67f3 Core/Quests: Fixed quest reputation rewards in packets and implemented new fields - RewardFactionCapIn and RewardReputationMask 2016-11-14 16:35:01 +01:00
ariel-
780d1019f2 Core/ScriptMgr: use vector instead of list to contain Spell and Aura scripts and hooks
(cherry picked from commit cbb5c073ce)
2016-11-14 05:35:41 -03:00
ariel-
f7d351fb70 Core/Battleground: Fix issue reported by static analysis
(cherry picked from commit 58c5011499)
2016-11-14 05:35:38 -03:00
ariel-
b7e70906c1 Core/Misc: codestyle fixes in GridNotifiers.h
- Removed dead code, outdated comments
- Fixed indentation
- Explicitly delete copy ctors
- const'd the operator() definitions

(cherry picked from commit c98ab6bd94)
2016-11-14 05:35:35 -03:00
Shauren
f94e6cee38 Core/Auras: Fixed removing auras triggered by aurastates
Closes #17868
2016-11-13 00:41:56 +01:00
Shauren
bfeb32d4a9 Core/Player: Implemented new CMSG_ACTIVATE_TAXI fields to select a random favorite mount instead of standard gryphon/wyvern and enabled it
Closes #17778
2016-11-12 00:27:07 +01:00
Shauren
54376e026b Core/Players: Fixed wrong autoattack error messages - wrong facing was mixed with out of range 2016-11-11 16:17:25 +01:00
Shocker
ba37e1479b Core/Spells: Define SPELL_ATTR11_ABSORB_FALL_DAMAGE 2016-11-11 15:39:56 +02:00
Shauren
62900fbeef Core/PacketIO: Marked CMSG_CONVERT_RAID as threadunsafe 2016-11-10 23:25:38 +01:00
Shauren
fcbb4397ea Core/Quests: Implemented handling all QuestPackageItem types
Closes #18209
2016-11-08 00:04:19 +01:00
Krudor
0abb9873ec Core/Achievements: Add missing part of #18034 2016-11-07 19:09:49 +01:00
Shauren
f9b4f686c8 Core/Scenarios: Removed a bad usage of blocking db queries when saving scenario to db 2016-11-07 10:55:29 +01:00
Shauren
b018207048 Warning fix 2016-11-07 00:11:04 +01:00
Shauren
94773a1ab5 Dynamic linking build fix 2016-11-07 00:08:49 +01:00
Krudor
8444ab7365 Core/Instances: Implemented base scenario system and objectives in dungeons
Closes #17905
Closes #18034
2016-11-06 23:30:49 +01:00
Shauren
39df5e9ead Core/Stats: Updated handling crit chance - removed school specific crit chances 2016-11-06 00:14:50 +01:00
Shauren
56a7e86a28 Core/Spells: Removed outdated shaman spell scripts 2016-11-05 23:29:42 +01:00
Palabola
575f206252 SPELL_AURA_431 -> SPELL_AURA_MOD_OVERRIDE_ZONE_PVP_TYPE (#18184)
* Spell/Aura #431 PvP Zone Type

Values: 0,1,2  0(Default), 1 No PvP, 2 FFA?

* Update SpellAuraDefines.h
2016-11-04 11:37:06 +00:00
Shauren
b34904f4b5 Core/PacketIO: Fixed client crash with heirlooms
Closes #17964
2016-11-03 16:56:58 +01:00
Shauren
4acaf2dda4 Core/DataStores: Fixed crash with db2 loaders on gcc 4.9
Closes #18166
2016-11-02 00:06:09 +01:00
Shauren
4d4842c9d5 Core/PacketIO: Fixed building ITEM_DYNAMIC_FIELD_MODIFIERS
Closes #17942
2016-11-01 11:45:47 +01:00
Shauren
9bce02b06a Core/Spells: Fixed crash when using Doom Winds 2016-10-31 15:37:21 +01:00
Shocker
7a5bf6c978 Core/Database: Fix logic in DatabaseWorkerPool::GetFreeConnection 2016-10-31 15:16:46 +02:00
Shauren
0114d98f18 Core/Items: Fixed items with spells that should only be used in some player specializations 2016-10-30 23:32:57 +01:00
Gacko
bdd8e81a9b Fix non PCH build.
Mind your includes.
2016-10-29 18:34:41 +02:00
Shauren
ca002e7ca3 Core/PacketIO: Reenabled SMSG_QUERY_QUEST_INFO_RESPONSE, it should not have gotten disabled 2016-10-29 17:01:29 +02:00
Shauren
6076f9312a Tools/Patcher: Updated windows x64 pattern 2016-10-28 18:27:12 +02:00
tkrokli
08d7f094a9 Core/Spells: wrong comment reference in SpellEffects.cpp (#18157)
Typo pointed out by P-Kito
Closes #18140
2016-10-28 14:32:38 +02:00
vincent-michael
0fa16f6fd9 Core/Tools: Updated extractor for 7.1.0
Closes #18143
2016-10-27 22:48:48 +02:00
Palabola
dbd3e68ce6 Command/Morph fix ModelId above 65535 (#18149) 2016-10-26 23:14:38 +02:00
Shauren
a4f2062eb1 Core/DataStores: Updated to 7.1.0.22900 2016-10-26 01:46:48 +02:00