aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-28Update README.mdAokromes
2016-10-28pull_request_template.md improvements (#18158)tkrokli
* pull_request_template.md improvements - hide bottom comments from saved view on github.com - add 1 empty comment line for some sections (suggest where to write) - add tick boxes for the branch names - "TODO" -> ToDo (from the 2 words "to do") * Update pull_request_template.md
2016-10-28Core/Spells: wrong comment reference in SpellEffects.cpp (#18157)tkrokli
Typo pointed out by P-Kito Closes #18140
2016-10-28Core: Change allowed build to 7.1.0.22908Shauren
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-26Merge branch '7.1'Shauren
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-24DB/Quests: Added quest_template data from 7.0.3vincent-michael
2016-10-23DB/GameObjects: Added gameobject_template data from 7.0.3vincent-michael
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-23DB/Quest: make Completing the Delivery completabletkrokli
Quest ID 8350, Completing the Delivery, could not be completed because of missing and wrong quest reward info in quest_template. - http://www.wowhead.com/quest=8350/completing-the-delivery This fix also removes a console line warning about packet hacking.
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-23Update issue_template.md (6.x -> master)tkrokli
Also some minor text adjustments (cosmetic).
2016-10-22Update 2016_10_22_01_world.sqlAokromes
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-19Update revision_data.h.in.cmakeAokromes
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-16Yet more 6.x -> master renamesDDuarte
2016-10-16DB/gameobject: add missing AIName to some GOstkrokli
- 190549 (The Zephyr) - 194115 (Shoeshine Seat) - 194555 (Archivum Console) - 202443 (Dedication of Honor)
2016-10-16SQLs: Move SQL updates the correct sub-folder (6.x -> master)DDuarte
2016-10-16DB/Texts: Updated npc_text data from 7.0.3vincent-michael
2016-10-16Update README.mdDuarte Duarte
2016-10-16Update pull_request_template.mdDuarte Duarte
2016-10-16TDB 703.00 - 2016/10/17TDB703.00DDuarte
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-15DB/GameObjects: Updated gameobject_template data from 7.0.3Vincent-Michael
2016-10-15DB/Misc: Fix startup errorsAokromes
By Malcrom
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
2016-10-13Core/Quests: Fixed quest objectives order, thanks @cocolino for pointing it outShauren
Closes #18061
2016-10-12Core/Spells: Implement SPELL_AURA_MOD_MINIMUM_SPEED_RATE (aura 437)Shocker
2016-10-11Core/Player: Fix logic fail in ApplyEquipCooldownariel-