| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-10-29 | Core/PacketIO: Reenabled SMSG_QUERY_QUEST_INFO_RESPONSE, it should not have ↵ | Shauren | |
| gotten disabled | |||
| 2016-10-28 | Tools/Patcher: Updated windows x64 pattern | Shauren | |
| 2016-10-28 | Update README.md | Aokromes | |
| 2016-10-28 | pull_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-28 | Core/Spells: wrong comment reference in SpellEffects.cpp (#18157) | tkrokli | |
| Typo pointed out by P-Kito Closes #18140 | |||
| 2016-10-28 | Core: Change allowed build to 7.1.0.22908 | Shauren | |
| 2016-10-27 | Core/Tools: Updated extractor for 7.1.0 | vincent-michael | |
| Closes #18143 | |||
| 2016-10-26 | Command/Morph fix ModelId above 65535 (#18149) | Palabola | |
| 2016-10-26 | Merge branch '7.1' | Shauren | |
| 2016-10-26 | Core/DataStores: Updated to 7.1.0.22900 | Shauren | |
| 2016-10-26 | Core/DataStores: Removed the need to edit DB2Metadata automatically ↵ | Shauren | |
| generated to account for non-localized string fields | |||
| 2016-10-25 | Core/Misc: Updated misc enums | Shauren | |
| 2016-10-25 | Core/Entities: Updated updatefields to 7.1.0.22900 | Shauren | |
| 2016-10-25 | Core/PacketIO: Updated packets to 7.1.0.22900 | Shauren | |
| 2016-10-24 | Core/PacketIO: Restored WorldSession::LogUnprocessedTail functionality for ↵ | Shauren | |
| packets processed using specialized classes for each opcode | |||
| 2016-10-24 | DB/Quests: Added quest_template data from 7.0.3 | vincent-michael | |
| 2016-10-23 | DB/GameObjects: Added gameobject_template data from 7.0.3 | vincent-michael | |
| 2016-10-23 | Core/PacketIO: Use boost::static_vector for arrays in client packets, ↵ | Shauren | |
| removed setting the limit during runtime and removed default value | |||
| 2016-10-23 | DB/Quest: make Completing the Delivery completable | tkrokli | |
| 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-23 | Core/Spells: Fixed SpellEffects selection depending on Difficulty | joschiwald | |
| 2016-10-23 | Extra line in worldserver.conf (#18125) | Pirricli | |
| There is an extra line in that file. | |||
| 2016-10-23 | Update issue_template.md (6.x -> master) | tkrokli | |
| Also some minor text adjustments (cosmetic). | |||
| 2016-10-22 | Update 2016_10_22_01_world.sql | Aokromes | |
| 2016-10-22 | Build fix | Shauren | |
| 2016-10-22 | Core/Spells: Fix Shaman talent Ancestral Guidance and Path of Flames | Kito | |
| Closes #17695 | |||
| 2016-10-22 | Core/Spells: Fixed Shaman talent Path of Flames | Shauren | |
| Closes #17705 | |||
| 2016-10-22 | Build fix | Shauren | |
| 2016-10-21 | Core/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-20 | Tools: Automatically create directories for tools (#17971) | keke222 | |
| 2016-10-20 | Core/AI: initial support for monster sparring (#17673) | Manuel Carrasco | |
| (cherry picked from commit 303066509d907d4836a935371492092f05d47c7e) | |||
| 2016-10-19 | Update revision_data.h.in.cmake | Aokromes | |
| 2016-10-19 | Core/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-18 | Core/Players: Fixed player model weirdness with teleports/shapeshifts/transforms | Shauren | |
| Closes #18048 | |||
| 2016-10-17 | Core/Spells: Defined new proc flags | Shauren | |
| 2016-10-16 | Yet more 6.x -> master renames | DDuarte | |
| 2016-10-16 | DB/gameobject: add missing AIName to some GOs | tkrokli | |
| - 190549 (The Zephyr) - 194115 (Shoeshine Seat) - 194555 (Archivum Console) - 202443 (Dedication of Honor) | |||
| 2016-10-16 | SQLs: Move SQL updates the correct sub-folder (6.x -> master) | DDuarte | |
| 2016-10-16 | DB/Texts: Updated npc_text data from 7.0.3 | vincent-michael | |
| 2016-10-16 | Update README.md | Duarte Duarte | |
| 2016-10-16 | Update pull_request_template.md | Duarte Duarte | |
| 2016-10-16 | TDB 703.00 - 2016/10/17TDB703.00 | DDuarte | |
| 2016-10-16 | Core/Auras: Implemented SPELL_AURA_CAN_TURN_WHILE_FALLING | Shauren | |
| 2016-10-15 | Core/DataStores: Fixed loading int arrays from trailing packed blobs in db2 ↵ | Shauren | |
| files Closes #18072 | |||
| 2016-10-15 | DB/GameObjects: Updated gameobject_template data from 7.0.3 | Vincent-Michael | |
| 2016-10-15 | DB/Misc: Fix startup errors | Aokromes | |
| By Malcrom | |||
| 2016-10-15 | [6.x] Core/Spells: Implement SPELL_AURA_INTERFERE_TARGETTING (#17566) | Krudor | |
| 2016-10-15 | Core/Spells: Removed a faulty aura handler | Krudor | |
| Closes #17590 | |||
| 2016-10-13 | Core/Quests: Fixed quest objectives order, thanks @cocolino for pointing it out | Shauren | |
| Closes #18061 | |||
| 2016-10-12 | Core/Spells: Implement SPELL_AURA_MOD_MINIMUM_SPEED_RATE (aura 437) | Shocker | |
| 2016-10-11 | Core/Player: Fix logic fail in ApplyEquipCooldown | ariel- | |
