aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-11-17Core: Change allowed build to 7.1.0.22996Shauren
2016-11-16Core/Entities: GameObjectDespawn packet is only sent for GameObjectsjoschiwald
2016-11-16DB/Quests: Updated quest_template data for 7.1.0 part 5vincent-michael
2016-11-16Core/Items: Fixed item level bonus calculationShauren
2016-11-15Warning fixShauren
2016-11-15Update Thanks file (#18252)Aokromes
2016-11-14Update Thanks fileKeader
2016-11-15Core/Groups: Fixed converting to raid and named more group flags and typesShauren
Closes #18198
2016-11-14Shared/Metric: Initial support for tag value escapingjackpoz
Fix #18175 (cherry picked from commit 189edc0f23a2935747eb5eb3555607f4edc15480)
2016-11-14DB/Quests: Updated quest_template data for 7.1.0 part 4vincent-michael
2016-11-14Core/Quests: Fixed quest reputation rewards in packets and implemented new ↵Shauren
fields - RewardFactionCapIn and RewardReputationMask
2016-11-14Core/ScriptMgr: use vector instead of list to contain Spell and Aura scripts ↵ariel-
and hooks (cherry picked from commit cbb5c073ceb951fa138bb05b55de8b21ffd83063)
2016-11-14Core/Battleground: Fix issue reported by static analysisariel-
(cherry picked from commit 58c5011499056cf2c415e24e854a3de93a870f9e)
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-13DB/GameObjects: Updated gameobject_template from 7.1.0vincent-michael
2016-11-13SQL: Fix base/characters_database.sqlShauren
2016-11-13DB/Quests: Updated quest_template data for 7.1.0 part 3vincent-michael
2016-11-13Core/Auras: Fixed removing auras triggered by aurastatesShauren
Closes #17868
2016-11-12DB/Quests: Updated quest_template data for 7.1.0 part 2vincent-michael
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-09Core: Change allowed build to 7.1.0.22995Shauren
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-06DB/Hotfixes: Cleanup after 08c56c53494003999b4801becd61a7ccf2962b08vincent-michael
2016-11-06DB/Hotfixes: Updated broadcast_text data from 7.1.0vincent-michael
2016-11-06Core/Stats: Updated handling crit chance - removed school specific crit chancesShauren
2016-11-05Core/Spells: Removed outdated shaman spell scriptsShauren
2016-11-04Core: Change allowed build to 7.1.0.22950Shauren
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/Quests: Updated quest_template data for 7.1.0 part 1vincent-michael
2016-11-02DB/Creature: add missing spirit healer on graveyard 69Aokromes
cherry pick from https://gitlab.com/trinitycore/TrinityCore_434/commit/335a1a3a7a8d1cb079e20719b589c87decd6bb93
2016-11-02Core/DataStores: Fixed crash with db2 loaders on gcc 4.9Shauren
Closes #18166
2016-11-01DB/Hotfixes: Cleanup old datavincent-michael
2016-11-01Update 2016_11_01_00_world.sqlAokromes
2016-11-01DB/Misc: Add data for gnome hunterAokromes
By Regigicas and funjoker Closes #18052
2016-11-01Core/PacketIO: Fixed building ITEM_DYNAMIC_FIELD_MODIFIERSShauren
Closes #17942
2016-10-31Core/Quests: Updated quest poi data from 7.1.0vincent-michael
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-30DB/Creatures: Updated creature_template wdb data from 7.1.0vincent-michael
2016-10-29Fix non PCH build.Gacko
Mind your includes.