aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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-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-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
2016-07-12Core/PacketIO: Fixed guild tabard displaying in characters list (#17573)madoKun
2016-07-11Core/PacketIO: SMSG_UPDATE_OBJECT optimization - removed unneccessary memory ↵Shauren
allocation by dynamic_bitset
2016-07-10Core/Items: Fixed saving gem bonusesShauren
2016-07-10Merge branch '6.x' of https://github.com/TrinityCore/TrinityCore into legionShauren
2016-07-10Core/Players: Fixed crash happening during character creation added in ↵Shauren
previous commit
2016-07-10Merge branch '6.x' of https://github.com/TrinityCore/TrinityCore into legionShauren
2016-07-10Core/PacketIO: Refactored building SMSG_UPDATE_OBJECT to append directly to ↵Shauren
final buffer and removed UpdateMask class
2016-07-09Build fixShauren
2016-07-09Core/Scripts: Corrections after 14b93c04ee07e9fe6e2767460e7fc7cc2b3e6808w1sht0l1v3
(cherry picked from commit fcfb7b96b2f6f56382243560ed319a1cec1c2b05)
2016-07-09Core/Units: Fixed autoattack rangeShauren
Closes #17539 (cherry picked from commit 14b93c04ee07e9fe6e2767460e7fc7cc2b3e6808)
2016-07-08Core/Auras: Renamed spell aura 333 to better describe its purposeShauren
2016-07-07Core: Update to 7.0.3.22150Shauren
2016-07-07Core/PacketIO: Fixed crash happening when someone sends too small packet ↵Shauren
that is processed directly in WorldSocket Closes #17536
2016-07-07Core/Unit: Fixed warning about comparison of mixed types. (#17541)Ivan Beňovic
2016-07-07Core/MMaps: Fix crash introduced in commit 32e8b65 (#17447)et65
* Core/MMaps: Fix crash introduced in commit 32e8b6506fc064fdba134d692dfe99298e43f055 * Also fix remaining memory leaks scenarios.
2016-07-07Core/Instances: implemented handling for SMSG_BOSS_KILL_CREDIT (#17525)Ovah
2016-07-06[6.x] Fix camera and player collision not updating when object scale changes ↵Krudor
(#17529)
2016-07-06Build fixShauren
2016-07-06Core/Items: Optimize allowed item spec check for quest rewards from ↵Shauren
QuestPackageItem
2016-07-06Merge branch '6.x' of https://github.com/TrinityCore/TrinityCore into legionShauren
2016-07-05Core/Transmog: Implemented transmog collection and updated transmog handlingShauren
2016-07-05[6.x] Scripts/Spells: K'ure & Decimatus, SAI + spell scriptsUlduar
* Core/DB Add SAI for Decimatus. Add Decimatus SAI and Dark Siphon spell condition target. * Decimatus spell script for 169869. Decimatus Transformation Sickness. * Replace caster on target. Compiling fine! And then you never know what comes into head Blizzard. * Add three spell scripts. Add support spell scripts for 189549, 189512 and 189491.
2016-07-05Core/Spells: Fixed spell dest range check failing on 0 distance max range ↵Shauren
requirement even if standing directly on top of destination (cherry picked from commit ba63361d7c20bf93a7089c517cd707c005949f62)
2016-07-05Scripts/Commands: Fix build warningDDuarte
(cherry picked from commit 42028a18421f672a3292733cac73840c4e766089)
2016-07-05Scripts/Commands: Remove unused argument of .cometome commandDDuarte
(cherry picked from commit 1100fe60572b186eee98b6b7cbdccf5a2d67b7e1) # Conflicts: # sql/updates/world/3.3.5/2016_07_05_01_world.sql
2016-07-05Core/EventProcessor: Check whether an event was aborted before aborting it.Naios
* Fixes an assertion introduced in commit 1ad73212dca0cf. * Use itr = std::unordered_map<...>::erase for updating the iterator. (cherry picked from commit d9755c637c39e600f145f5ecb7ff0ccf3724b1ad)
2016-07-05Core/EventProcessor: Wait for non deletable events to get deletable.Naios
* Immediate deletion caused issues with the SpellEvent, so we delete it at one of the next update ticks now. * Only affects the unforced cancellation of events. * Ref #16675 (cherry picked from commit 1ad73212dca0cf8a829d15ffdbcc4cd611e64d4e)
2016-07-05Core/Scripting: Don't force event cancellation when swapping creatures.Naios
* EventProcessor::KillAllEvents(force = false) should only be used by the EventProcessor. (cherry picked from commit d68316fcd2fc71343edfbd387249b75bd6e8a90f)