aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-03-16DB/Creature: Fix 2 mobs incorrectly using prowlAokromes
By untaught and mario-64, closes #11703
2014-03-15Scripts/Krikthir the Gatewatcher: Fix EVENT_ANUBAR_CHARGE event not being ↵jackpoz
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
2014-03-15Scripts/AhnKahet: Fix some uninitialized valuesjackpoz
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.
2014-03-15Scripts/ZulGurub/Jeklik: Add missing "break"jackpoz
2014-03-15Core/Gossip: Fix crash added in 6c64fa8de36dad958821c6078b3f2f5f5753a2fcjackpoz
Fix NULL dereference crash caused by a typo in 6c64fa8de36dad958821c6078b3f2f5f5753a2fc
2014-03-14DB/SAI: No Rest For The WickedAokromes
By MitchesD, closes #11709
2014-03-13Core/Gossip: Add security to C++ scripted gossip options by checking guid of ↵Rochet2
the object that the player is interecting with. Idea by @LilleCarl Closes #11567
2014-03-13DB/SAI: The book of the RavenAokromes
By untaught, closes #11570
2014-03-12Merge pull request #11694 from Rochet2/patch-1Shauren
Core/Gossip: Change max menu items to 32
2014-03-12Core/Gossip: Change max menu items to 32Rochet2
Tested and a gossip menu can show max 32 items on a menu. When sending 40 options: http://puu.sh/7rqb6.jpg
2014-03-11Core/Loot: Fix master lootDehravor
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.
2014-03-10Core/Items: Fixed an exploit allowing people to put more gems than number of ↵Shauren
sockets on items. Closes #11652
2014-03-10Core/Misc: Get rid of whitespaces added in ↵Discover-
96e0a7d71f1c5146aa64502d49e0cc2260f7ca16
2014-03-09Merge pull request #11627 from Rochet2/OnPlayerSaveWarpten
Core/Players: Call sScriptMgr::OnPlayerSave inside Player::SaveToDB rather than before calling it.
2014-03-09Update Player.cppRochet2
Dont trigger save hook on player create
2014-03-09Merge pull request #11666 from kontownik/scripting_projectWarpten
Core/Scripts: Introduce ItemScript::OnItemRemove, called when an Item is actually destroyed.
2014-03-09Update 2014_03_09_00_world_spell_group.sqlAokromes
2014-03-09DB/Spells: Fix Thunderclap bugging Infected WoundsAokromes
By untaught. Closes #6291.
2014-03-09Scripts/TheStormPeaks: Possible crash fixjackpoz
Apply safe NULL checks added in 7d881a073961887d446d4430905f315b52928bb1 to similar code in same script
2014-03-09Scripts/Commands: Fix crash in ".kick" commandjackpoz
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
2014-03-09SQL: Renamed a few files to match our naming standardsShauren
2014-03-06Herman Walker, Grumman Slatefist and Shenarial are now officially ↵Kinzcool
battlemasters. Karg Skullgore & Sawemba have been reassigned to their duty of random BGs battlemasters.
2014-03-06DB/Items: Fix some startup errorsAokromes
Updates #11587
2014-03-06DB/Creature: Fix wrong npcflag for Alchemist KanhuAokromes
By MrSmite, closes #11671
2014-03-04DB/Loot: Harbinger SkyrissAokromes
By MitchesD, closes #11670
2014-03-03Core/Scripts: New ItemScript trigger, OnItemRemovekontownik
2014-03-03Update 2014_03_03_00_creature_text.sqlAokromes
2014-03-03DB/SAI: Loken's OrdersAokromes
By dr-j, closes #4855
2014-03-03Rename 2014_03_03_00_gossip.sql to 2014_03_03_01_world_gossip.sqlAokromes
2014-03-03DB/Gossip: Add missing textsAokromes
Note: https://github.com/TrinityCore/TrinityCore/blob/master/src/server/scripts/Kalimdor/CavernsOfTime/EscapeFromDurnholdeKeep/old_hillsbrad.cpp needs to be moved into db.
2014-03-03DB/Creature: Commander Stoutbeard's yellAokromes
Closes #7948
2014-03-02Dep/ACE: Fix assertion triggered on shutdownjackpoz
Fix assertion triggered on shutdown on Windows platform Debug mode by back-porting fix from ACE revision 96226. Fixes #9770.
2014-03-02Core/Player: delete queststatus (weekly/monthly/seasonal) on deleting ↵joschiwald
character thx @Expecto - also rename some prepared statements Closes #11658
2014-03-01Rename 2014_02_27_01_world_sai.sql to 2014_02_27_02_world_sai.sqlAokromes
2014-02-27Core/MMAPs: Replace an assert with error logjackpoz
Replace an assert in PathGenerator::BuildPolyPath() about invalid poly reference with an error log. Fixes #11493 .
2014-02-27DB/SAI: The Grimtotem WeaponAokromes
by dr-j closes #3119
2014-02-27DB/SAI: Fix The Multiphase SurveyAokromes
Closes #6279 by untaught.
2014-02-27DB/Trainers: Fix some spells avariabilityAokromes
Closes #11248
2014-02-27DB/Gameobject: Dun Argol CageAokromes
By dr-j, closes #11649
2014-02-27DB/Gameobject: cage door quest Freedom for all creaturesAokromes
Updates #4823, this only closes door, it still needs scripting.
2014-02-26Scripts/Onyxia Lair: Fix debug assertions about iteratorsjackpoz
2014-02-24Core/MMAPs: Add support for raycastjackpoz
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.
2014-02-24DB/Items: Fix some startup errorsAokromes
Updates #11587
2014-02-23Core/Battlegrounds: Fix invalidated iterator crashjackpoz
Partially revert e1bee86ee6f5c3ab7b1da6d1b54c98c2851f11ec and restore 9ba3d07fc22864daa51b2faf327ac3336569e463 to store battleground queues as std::list instead of std::deque because deque::erase() invalidates all iterators.
2014-02-23DB/Quest: Fix Bride of the EmbalmerAokromes
By untaught closes #11546
2014-02-23DB/Items: Fix some startup errorsAokromes
Updates #11587
2014-02-23Merge pull request #11642 from Dehravor/group-stateShauren
Core/Group: Fix online state when member logs out
2014-02-23Core/MMAPs: Update recastjackpoz
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.
2014-02-23Core/Group: Fix online state when member logs outDehravor
2014-02-23DB/Quest: Fix Corrosion PreventionAokromes
By untaught closes #11630