| Age | Commit message (Collapse) | Author |
|
By untaught and mario-64, closes #11703
|
|
triggered
Fix EVENT_ANUBAR_CHARGE not being triggered due to value 0 being set to the EVENT_ANUBAR_CHARGE enum, even if 0 is a special value for EventMap to specify no event was triggered.
Issue added in a127c0e1a7612094c2bf8b2f5092f55aa96f0556
|
|
Initialize all class fields in the constructor, even if they are set in Reset() and they shouldn't be accessed before Reset() is called.
This fixes 2 Coverity reports.
|
|
|
|
Fix NULL dereference crash caused by a typo in 6c64fa8de36dad958821c6078b3f2f5f5753a2fc
|
|
By MitchesD, closes #11709
|
|
the object that the player is interecting with. Idea by @LilleCarl
Closes #11567
|
|
By untaught, closes #11570
|
|
Core/Gossip: Change max menu items to 32
|
|
Tested and a gossip menu can show max 32 items on a menu.
When sending 40 options: http://puu.sh/7rqb6.jpg
|
|
Players will be able to open the loot window and see the items in case of master loot.
If the item is under threshold FFA applies, else the item becomes locked.
Also fix an exploit related to master loot item give.
|
|
sockets on items.
Closes #11652
|
|
96e0a7d71f1c5146aa64502d49e0cc2260f7ca16
|
|
Core/Players: Call sScriptMgr::OnPlayerSave inside Player::SaveToDB rather than before calling it.
|
|
Dont trigger save hook on player create
|
|
Core/Scripts: Introduce ItemScript::OnItemRemove, called when an Item is actually destroyed.
|
|
|
|
By untaught. Closes #6291.
|
|
Apply safe NULL checks added in 7d881a073961887d446d4430905f315b52928bb1 to similar code in same script
|
|
Fix a NULL dereference exception happening when using .kick command caused by a strtok(NULL) call without a previous call to the string to be tokenized.
Issue added in 101cad1f2872a87be925b74b9d17760381bb9808
|
|
|
|
battlemasters. Karg Skullgore & Sawemba have been reassigned to their duty of random BGs battlemasters.
|
|
Updates #11587
|
|
By MrSmite, closes #11671
|
|
By MitchesD, closes #11670
|
|
|
|
|
|
By dr-j, closes #4855
|
|
|
|
Note: https://github.com/TrinityCore/TrinityCore/blob/master/src/server/scripts/Kalimdor/CavernsOfTime/EscapeFromDurnholdeKeep/old_hillsbrad.cpp needs to be moved into db.
|
|
Closes #7948
|
|
Fix assertion triggered on shutdown on Windows platform Debug mode by back-porting fix from ACE revision 96226.
Fixes #9770.
|
|
character thx @Expecto
- also rename some prepared statements
Closes #11658
|
|
|
|
Replace an assert in PathGenerator::BuildPolyPath() about invalid poly reference with an error log.
Fixes #11493 .
|
|
by dr-j closes #3119
|
|
Closes #6279 by untaught.
|
|
Closes #11248
|
|
By dr-j, closes #11649
|
|
Updates #4823, this only closes door, it still needs scripting.
|
|
|
|
Add an optional parameter "straightLine" to PathGenerator::CalculatePath() which will use raycast instead of path finding and will return only complete path from start to end position.
Implement this new type of path in SPELL_EFFECT_CHARGE , fixing strange behaviors when using Charge with mmaps enabled.
|
|
Updates #11587
|
|
Partially revert e1bee86ee6f5c3ab7b1da6d1b54c98c2851f11ec and restore 9ba3d07fc22864daa51b2faf327ac3336569e463 to store battleground queues as std::list instead of std::deque because deque::erase() invalidates all iterators.
|
|
By untaught closes #11546
|
|
Updates #11587
|
|
Core/Group: Fix online state when member logs out
|
|
Update recast from https://github.com/memononen/recastnavigation/commit/1be9de72d87dcfdecf6bea30f5461745f7d7afe6 to https://github.com/memononen/recastnavigation/commit/740a7ba51600a3c87ce5667ae276a38284a1ce75 .
This differs from https://github.com/TrinityCore/TrinityCore/commit/aa645683b8b25bfb35cb977678daf5c56c1531e6 because it includes a fix https://github.com/memononen/recastnavigation/commit/77ebf643531c90ea712b496e23c48f0b0671f43d which correctly extract tile connections when using rcMergePolyMeshes(), used by mmaps_generator.
MMAPs version is now set to 5.
Re-extract MMAPs using mmaps_generator , any old extracted MMAPs will not work.
|
|
|
|
By untaught closes #11630
|