aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2016-06-01Core/PacketIO: Updated SMSG_UPDATE_OBJECTShauren
2016-06-01Core/Garrison: Crash fixShauren
2016-06-01Core/Players: Fixed Player::LoadFromDBShauren
2016-05-31Core/PacketIO: Fixed setting player declined namesShauren
Closes #16669
2016-05-31Core/Auras: Fix copypaste mistake from fde9e8985f203048f07909bf0d3b0865cda55c42Shauren
2016-05-30Core/Players: Fixed character appearance validationShauren
2016-05-30Core/PacketIO: Updated opcodes to 7.0.3.21796Shauren
2016-05-30Core/GameObjects: Updated GameObjectTemplate to 7.0.3.21796Shauren
2016-05-30Core/Entites: Updated updatefields to 7.0.3.21796Shauren
2016-05-30Core/Addons: Removed AddonMgrShauren
2016-05-30Core/DataStores: Updated db2 to 7.0.3.21796Shauren
2016-05-30Core/Spells: Implemented auras 394 and 469 ↵Shauren
SPELL_AURA_SHOW_CONFIRMATION_PROMPT (WITH_DIFFICULTY)
2016-05-29Core/Spells: Defined new spell attribute (SPELL_ATTR12_IS_GARRISON_BUFF)Shauren
2016-05-29Core/DB/Updater: English grammar corrections (#17207)Trond B Krokli
Improve English text in strings and comments in UpdateFetcher.cpp - replace incorrect text with the intended words in some output strings - corrections in the comments to point out the intention of the code
2016-05-28Core/Auras: Implemented aura 475 - ↵Shauren
SPELL_AURA_ALLOW_USING_GAMEOBJECTS_WHILE_MOUNTED
2016-05-27Core/DataStores: Updated db2 to 7.0.3.21737Shauren
2016-05-27Core/Battleground: Areatriggers will now check if player leaves the start ↵Golrag
area before the battleground begins in the following battlegrounds: (#15935)
2016-05-26Core/Pets: Fixed wrong prepared statement in ↵Shauren
bc1a81747ae032bc2ae3681d99f5f6058d20caff Thanks Lordron for pointing it out
2016-05-26Core/Pets: Implemented pet specializations (#17058)myran2
* Use prepared statements in Pet::SavePetToDB * Add support for resetting all of a player's pet specializations * Send one big spell unlearn/learn packet instead of lots of small ones * Implemented Adaptation talent
2016-05-26Core/Auras: Implemented SPELL_AURA_MOD_SPELL_COOLDOWN_BY_HASTE, ↵Shauren
SPELL_AURA_MOD_GLOBAL_COOLDOWN_BY_HASTE, SPELL_AURA_MOD_COOLDOWN_BY_HASTE_REGEN and SPELL_AURA_MOD_GLOBAL_COOLDOWN_BY_HASTE_REGEN
2016-05-26Core/GameObjects: Add isUse parameter to GossipHello for distinction between ↵Shocker
CMSG_GAMEOBJECT_USE and CMSG_GAMEOBJECT_REPORT_USE
2016-05-25Core/Bnet: Order account list by id when the bnet account has more than 1 ↵Shauren
game account attached
2016-05-24Core/Containers: Warning fixes and RandomResizeList with predicate optimizationShauren
(cherry picked from commit 0fbfa8ead04a59f3eef70f4f2e454e318d895bd9)
2016-05-23Core/DataStores: Fixed loading non-localized db2 stringsShauren
2016-05-22Core/PacketIO: Fixed sending OnHold pet cooldownsShauren
2016-05-21Core/PacketIO: Fixed LFGuildApplications structureShauren
2016-05-216.x rebaseShauren
2016-05-20Core/Entities: Updated updatefields to 7.0.3.21414Shauren
2016-05-20Core/DataStores: Updated opcodes and db2 to 7.0.3.21414Shauren
2016-05-20Core/DataStores: Updated dbc/db2 to 7.0.1.20994Shauren
2016-05-20Core/DataStores: Updated dbc/db2 to 7.0.1.20914Shauren
2016-05-20Core/DataStores: Updated dbc/db2 to 7.0.1.20810Shauren
2016-05-20Core/Entities: Updated updatefields to 7.0.1.20810Shauren
2016-05-20Core/PacketIO: Updated character list packets for 7.xShauren
2016-05-20Core/PacketIO: Updated opcodes to 7.0.1.20810Shauren
2016-05-20Core/Spells: Fixed Fulmination and Shaman T18 bonuses related to itShauren
2016-05-18Core/Auras: Implemented SPELL_AURA_MOD_XP_FROM_CREATURE_TYPEShauren
2016-05-18Core/Phase: phase_area table now support even parent area (known as zone)MitchesD
Closes https://github.com/TrinityCore/TrinityCore/issues/17025
2016-05-17Core/ConditionMgr: condition CONDITION_SOURCE_TYPE_PHASE should not break on ↵MitchesD
first phaseID which is equal to condition phase Id, it should iterate over all and check if more areas are trying to apply the same phase * it's required for example for Wandering Isle quests Closes https://github.com/TrinityCore/TrinityCore/issues/17054
2016-05-17Scripts/Freya: removed obsolete codejoschiwald
(cherry picked from commit d812505fc29daa51d549439eaa2c72221dbefe07) Makes travis happy (cherry picked from commit ab2466ac011dde5d728d2a75983c292eaebff4cd)
2016-05-17Core/Spells: Fixed spell mod application orderShauren
Closes #10250
2016-05-17Core/Auras: Implemented auras SPELL_AURA_PREVENT_DURABILITY_LOSS and ↵Shauren
SPELL_AURA_PREVENT_DURABILITY_LOSS_FROM_COMBAT
2016-05-16And nopch fix tooShauren
2016-05-16Build fix for VS2013 - pls stop using it, upgrade to 2015.Shauren
2016-05-16Core/PacketIO: Updated charm/vehicle spell sendingShauren
2016-05-15Core/DataStores: Defined ChrSpecialization flag valuesShauren
2016-05-14Core/Spells: Fixed non pch buildVincent-Michael
2016-05-14Spell/Shaman: Fix non PCH linking.Gacko
Thanks @Shauren.
2016-05-14Update worldserver.conf.distAokromes
2016-05-14Core/Units: Updated rage generation formulaShauren