aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-07-22Dep/CascLib: Update to ↵Shauren
ladislav-zezula/CascLib@2702efeae5f63c64f6d883cfcc219daa2fb06108
2016-07-20Core/Spells: Fixed warlock's Banish cancel if target was already banished ↵Ivan Beňovic
(#17614)
2016-07-20Fixed nopch build, for real this timeShauren
2016-07-20Fixed nopch build and some leftover warningsShauren
2016-07-20Core: Fixed merge errorsShauren
2016-07-20Core/Spells: Add SpellMissInfo argument to BeforeHit hooks and call them ↵Ivan Beňovic
also when the spell doesn't hit. (#17613)
2016-07-20Nopch build fixesShauren
2016-07-20Fixed more compile warningsShauren
2016-07-19Build fixesShauren
2016-07-19Build fixesShauren
2016-07-19Warning fixesShauren
2016-07-19Build fix for dynamic linkingShauren
2016-07-19Tools: Added game tables extractorShauren
2016-07-19Merge branch 'legion' into 6.xShauren
2016-07-19Core/Players: Fixed adding appearances from void storageShauren
2016-07-19Core/PacketIO: Send spec id in char enumShauren
2016-07-19SQL: Cleanup WIP sql arrangementShauren
2016-07-18Tools: Extractor updatesShauren
* VMAP extractor does not work due to a bug in CascLib
2016-07-18Core/Spells: Fixed possible null pointer dereference6.2.4/21742Shauren
Coverity CID 1357406
2016-07-17Fix non pch build.Gacko
2016-07-17Merge branch '6.x' of https://github.com/TrinityCore/TrinityCore into legionShauren
2016-07-17Build fix for dynamic linkingShauren
2016-07-17Tools: Added universal TrinityCore banner with git version info to all toolsShauren
2016-07-17Core/DataStores: Added sparse storage flag assertionShauren
2016-07-17Scripts: Build fixShauren
2016-07-17Tools/Patcher: Updated patterns for x64 win/mac clientsShauren
2016-07-17Core/Misc: Restored packets pch, no more frequent changes comingShauren
2016-07-16Scripts/Blackfathom Deeps: Subjugator Korul - Darkness CallsUlduar
Closes #15316 Closes #16557
2016-07-16Warning fixShauren
2016-07-16Game/Entities: Players can attack targets when they are not facing them as ↵Kito
long as they are in boundaryradius, this also applies for cone effect spells Signed-off-by: Shauren <shauren.trinity@gmail.com>
2016-07-16Core/Scripts: Hallow's End Pumpkin TreatKeader
Add all 6 spells available from item 20557, Hallow's End Pumpkin Treat: - Hallow's End Candy, Orange Giant (24924) - Hallow's End Candy, Skeleton (24925) - Hallow's End Candy, Pirate (24926) - Hallow's End Candy, Ghost (24927) - Hallow's End Candy, Female Defias Pirate (44742) - Hallow's End Candy, Male Defias Pirate (44743) Thanks @Keader for creating the new spell scripts & SQL, saved me a lot of time! :-) (cherry picked from commit cee1c0789acb7d75e453ed355a5d68781a5dec4c)
2016-07-16Core/Spells: Implemented SPELL_AURA_MOD_RATING_PCTShauren
* Initial patch by @fatalaim Closes #16962
2016-07-16Core/Instances: Add functionality for modifying instance entrance locationsKrudor
Instances have since MoP (Possibly even Cataclysm) been able to set new locations for players when they zone into the instance. A theoretic example of this could be after a certain boss has been defeated, a new entrance location is set to bring players entering the instance closer to the relevant content. A real example would be Siege of Orgrimmar changing entrance locations many times as the raid progresses. Added SetEntranceLocation for setting entrance locations that will be saved to DB the next time the instance is saved, and SetTemporaryEntranceLocation for when you don't want the value to be saved to the database. Closes #17167
2016-07-16Core/Commands: Allow .cooldown command to work on player petsShauren
(cherry picked from commit 9509aac38b29cf47ee2ea99e41e73b82b22cff7a) (cherry picked from commit 86a594a4dd9b37d7a8428e2c54acd78836e9474d)
2016-07-16Core/Items: Implemented child equipmentShauren
2016-07-16DB/Quest: Whitebark's MemoryAokromes
Closes #16606, by tkrokli
2016-07-15Core/Quests: Failing/abandoning a quest should not unconditionally remove ↵Shauren
required items, non-quest specific items such as crafting reagents should remain in inventory (cherry picked from commit 8460285f9442c41615f4bac80e9810a6eab8c252)
2016-07-15Core/Quests: Remove quest items that were looted if they are unique, bound, ↵Brian
quest items, when abandoning a quest. (#17556) (cherry picked from commit 3c0d7fd744d618d01e96851ab27473198328d0b6)
2016-07-15Rename sql/updates/world/3.3.5/2016_07_05_02_world.sql to ↵Aokromes
sql/updates/world/6.x/2016_07_05_02_world.sql
2016-07-15Rename 2016_05_13_00_world.sql to 2016_07_15_00_world.sqlAokromes
2016-07-15[6.x] Core/Battlefield: Tol Barad (#17124)Mihapro
2016-07-14Build fixShauren
2016-07-14Core/PacketIO: Fixed building ITEM_DYNAMIC_FIELD_MODIFIERS updateShauren
2016-07-14Core: Update to 7.0.3.22210Shauren
2016-07-13Core/Scripting: Fix acquiring of references between script swapsNaios
* Delay unloading of shared libraries to the next update tick to prevent crashes in the destructor of the last referenced script instance. * Closes #17557 (cherry picked from commit 445746c402485fcac60c02842d0cb5e0dd605e5c)
2016-07-13Merge branch '6.x' of https://github.com/TrinityCore/TrinityCore into legionShauren
2016-07-13Core/PacketIO: Fixed dynamic updatefield handling when values get removedShauren
2016-07-12Core/PacketIO: Fixed sending ITEM_DYNAMIC_FIELD_MODIFIERS, value count must ↵Shauren
always match numbers of bits set in ITEM_FIELD_MODIFIERS_MASK
2016-07-12Core/AI: Add better support for tracking DynObjs (#17562)Krudor
2016-07-12Core/Collections: Add void storage content to known appearancesShauren