aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2016-12-14Core/DataStores: Fixed loading non-localized db2 stringsShauren
Closes #18451
2016-12-13Core/Units: Cleanup hardcoded magic numbers for byte field offsetsShauren
2016-12-12Core/Spells: Fix running wild mount spell (#18445)Krudor
Worgens no longer mount another white worgen models shoulder instead of dropping down on all four Closes #18363
2016-12-10Core/Misc: Added regex compatibility layer to fall back to boost::regex for ↵Shauren
really old compiler
2016-12-09Core/Items: Fixed item level increases of gems with bonuses that give them ↵Shauren
scaling stat distribution
2016-12-09Handlers/AuctionHouse: Typo (#18437)Palabola
Filtering fixed.
2016-12-08Tools/Mapextractor: Updated db2 listShauren
2016-12-07Core/Commands: Output phase list in gps commandShauren
Closes #18227
2016-12-06Tools/Patcher: Removed administrator requirement as it no longer writes to ↵Shauren
ProgramData
2016-12-04Correct Nav type for WMO objects (#18364)zori
* Tools/MMaps: Correct liquid type for WMO objects * MMaps: Update version to 6 (cherry picked from commit 0df0cb30ca9de2015ec774e50bb69337382576d3)
2016-12-03Core/Scripts: Wormhole Generator - Pandaria (#18321)Krudor
2016-12-03Core/Packets: added SMSG_PLAY_OBJECT_SOUND packet classjoschiwald
2016-12-03Core/Packets: added SMSG_PLAY_SPEAKERBOT_SOUND packet classjoschiwald
2016-12-03Core/Packets: added SMSG_PLAY_SPELL_VISUAL packet classjoschiwald
2016-12-03Core/Spells: Fixed spell value calculation for consumablesShauren
Closes #18385
2016-12-03Fix typo in VMap BIH generation (#18297)Aokromes
Fix typo in VMap BIH generation By zorix (cherry picked from commit 2402f476424531a175d9a016f433321f00608501) Core/Maps: bumping Vmap version after 2402f476424531a175d9a016f433321f00608501 Re-extracting vmaps is required (cherry picked from commit ec9a8345a49938ddd9d42e9fdf7053ac25477b4d) Core/Map: missing file change in last commit (cherry picked from commit 881cd78ae32d8078e247f64a73c651959a76e746)
2016-12-03RA.MinLevel to Ra.MinLevel (#18387)Sean Rhone
Solves https://github.com/TrinityCore/TrinityCore/issues/18386 (cherry picked from commit 023eec874a124a8752c27e5925cfe39508d04485)
2016-12-02Core/Quests: Fixed armor quest rewardsShauren
Closes #18223
2016-12-02Scripts/Spells: Transformation Sickness 169869. (#18375)Unknown-1000
Fix calculate value. Closes #18374
2016-12-01Core/Quests: Fixed "Currency Token Test Token 4" appearing in quest rewardsShauren
Closes #18062
2016-12-01Scripts: Minimize duplicated enum names in header files (#18346)Duarte Duarte
This reduces the number of cache resets with the Zapcc compiler Standard followed is instance/raid TLA + DataTypes/CreaturesIds/etc
2016-11-30Core/Units: Fixed disconnects when some unit has 0 speed (#18317)Palabola
2016-11-30Core/Items: Implemented new 7.1 ItemSpec rule - PrimaryStat can now be set ↵Shauren
to ITEM_SPEC_STAT_NONE Closes #18360 Closes #18357 Closes #18358 Closes #18359
2016-11-29Core/Spells: Removed 34 traits cap for bonus stamina/damage on artifacts ↵Shauren
(7.1 change)
2016-11-29Conf: Changed MaxPlayerLevel default value to 110 (#18341)Palabola
2016-11-28Core/Debugging: Partially revert e0fb4445cd2f5f4bb94ea23122548debddc41ba6, ↵Shauren
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-28Core/Debugging: Added wheaty everywhere and modified it to always reliably ↵Shauren
report issues during static initialization
2016-11-27Core/PacketIO: Fixed server queue displayShauren
Closes #18218
2016-11-27The Kalecgos evade condition. (#17631)Ulduar
The Kalecgos evade condition.
2016-11-26Core/Bnet: Fixed an issue that allowed client to enter ↵Shauren
Battlenet::Session::ReadDataHandler with an invalid header Closes #18312
2016-11-25Core/Units: Removed attack speed float to int conversion special case in ↵Shauren
building SMSG_UPDATE_OBJECT
2016-11-24Core/Misc: Defined new player flagShauren
2016-11-23Core/Quests: Defined more quest flagsShauren
2016-11-23Core/Creatures: Enable swimming creatures to chase targets in 3d (#18298)Krudor
Closes #11060
2016-11-23Core/Misc: Define unknown quest type (#18219)Krudor
Changes proposed: Define previously unknown quest type QUEST_TYPE_UNK -> QUEST_TYPE_TASK
2016-11-22Core/Spells: Implemented SPELL_ATTR8_ARMOR_SPECIALIZATION - requires all ↵Shauren
slots to be filled with a valid item
2016-11-21Core/PacketIO: Fixed MailGetList structureShauren
Closes #18239
2016-11-20Core/Scripts: Add Shade of Aran & Atiesh interactionKrudor
Closes #18270
2016-11-20Core/Auras: Fixed SPELL_AURA_MOD_DAMAGE_PERCENT_DONE for creatures (and ↵Shauren
crashfix)
2016-11-20Core/Auras: Rewritten conditionally applying ↵Shauren
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-19Core/Spells: Updated spell required items check, ↵Shauren
EquippedItemInventoryTypeMask should only be used for enchantments
2016-11-18Core/Items: Fixed secondary stat calculation at item levels > 800Shauren
2016-11-16Core/Entities: GameObjectDespawn packet is only sent for GameObjectsjoschiwald
2016-11-16Core/Items: Fixed item level bonus calculationShauren
2016-11-15Warning fixShauren
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-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)