Commit Graph
29573 Commits
Author SHA1 Message Date
Duarte Duarte 7eb4512eee Scripts: Minimize duplicated enum names in header files (#18346)
This reduces the number of cache resets with the Zapcc compiler

Standard followed is instance/raid TLA + DataTypes/CreaturesIds/etc
2016-12-01 01:51:07 +00:00
Carbenium c6bc131b36 Add cmake-build-* directories to .gitignore since these are the default build locations for CLion 2016-11-30 21:29:10 +01:00
Palabola 0b6422b12b Core/Units: Fixed disconnects when some unit has 0 speed (#18317) 2016-11-30 21:19:54 +01:00
Shauren 2c5474e319 Core/Items: Implemented new 7.1 ItemSpec rule - PrimaryStat can now be set to ITEM_SPEC_STAT_NONE
Closes #18360
Closes #18357
Closes #18358
Closes #18359
2016-11-30 21:17:15 +01:00
Shauren 9b006e511b Core/Spells: Removed 34 traits cap for bonus stamina/damage on artifacts (7.1 change) 2016-11-29 11:31:41 +01:00
Palabola 7c03e10349 Conf: Changed MaxPlayerLevel default value to 110 (#18341) 2016-11-29 09:50:22 +01:00
Shauren 9633c8c2b7 Core/Debugging: Partially revert e0fb4445cd, the cmake hack to build wheaty directly into executable is still needed as it is impossible to have it initialize before every other static variable when it resides in dll (dynamic linking only) 2016-11-28 20:21:21 +01:00
Shauren e0fb4445cd Core/Debugging: Added wheaty everywhere and modified it to always reliably report issues during static initialization 2016-11-28 18:37:51 +01:00
Aokromes e43529933f Update 2016_11_28_00_world.sql 2016-11-28 06:24:26 +01:00
tkrokli 6a3d5bb9fe DB/trainers: add profession spell lists to 3 trainer types
- Blacksmithing trainers
- First Aid trainers
- Mining trainers

By clintskie, updates #14682
2016-11-28 00:31:55 +01:00
Shauren e12e5f88ec Core/PacketIO: Fixed server queue display
Closes #18218
2016-11-27 12:29:31 +01:00
Aokromes 90070d59ea DB/Spells: Pandaria - Add Challenge Mode teleport location data
Closes #18324 by Krudor
2016-11-27 08:15:13 +01:00
Aokromes 08ab48ea5b DB/Spell: Warrior Shouts
Closes #14931 by Ayik0
2016-11-27 07:47:20 +01:00
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
Aokromes 19c4df749d DB/Gameobject_queststarter 7.0.3
Closes #18148 by Palabola
2016-11-26 04:04:49 +01:00
Aokromes 056b0923cb DB/Vendor: Darnassus Quartermaster - no dialog
Closes #18238 by Keldo
2016-11-26 04:02:35 +01:00
Aokromes b4f92a2532 DB/Creature: Remove Stormwind Construction workers
Closes #18288 by Krudor
2016-11-26 03:53:59 +01:00
Aokromes c276e144b2 DB/Misc: Armor for LvL 100+ creature_classlevelstats
Closes #18315 by funjoker
2016-11-26 03:52:59 +01:00
Aokromes 5014da86d4 DB/Misc: Valley of Trials graveyard
Closes #18253 by funjoker
2016-11-26 03:50:48 +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
vincent-michael cb41b67a7b DB/Models: Updated creature_model_info data from 7.1.0 2016-11-22 19:24:37 +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
vincent-michael 166709058e DB/Models: Prepared creature_model_info table for 7.1.0 data 2016-11-21 18:45:04 +01:00
Shauren 81bb1f3ecf Core/PacketIO: Fixed MailGetList structure
Closes #18239
2016-11-21 15:22:04 +01:00
vincent-michael 0584c3f6d7 DB/Models: Updated creature_model_info data from 7.0.3 2016-11-20 13:13:00 +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
Shauren cd898ac446 Core: Change allowed build to 7.1.0.22996 2016-11-17 23:50:03 +01:00
joschiwald 7fbc4374f3 Core/Entities: GameObjectDespawn packet is only sent for GameObjects 2016-11-16 22:46:37 +01:00
vincent-michael 938595320f DB/Quests: Updated quest_template data for 7.1.0 part 5 2016-11-16 21:59:29 +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
Aokromes 76750179e6 Update Thanks file (#18252) 2016-11-15 03:41:55 +01:00
Keader e6c345fae7 Update Thanks file 2016-11-14 23:38:26 -03: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 189edc0f23a2935747eb5eb3555607f4edc15480)
2016-11-14 20:33:03 +01:00
vincent-michael dc11efd9b4 DB/Quests: Updated quest_template data for 7.1.0 part 4 2016-11-14 18:33:02 +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 cbb5c073ceb951fa138bb05b55de8b21ffd83063)
2016-11-14 05:35:41 -03:00
ariel- f7d351fb70 Core/Battleground: Fix issue reported by static analysis
(cherry picked from commit 58c5011499056cf2c415e24e854a3de93a870f9e)
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 c98ab6bd94f2f5e4b8b28f06a326a4b4da8d3915)
2016-11-14 05:35:35 -03:00
vincent-michael d2d653835d DB/GameObjects: Updated gameobject_template from 7.1.0 2016-11-13 19:50:34 +01:00