| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-03-16 | Core/Loot: Implement round robin for under threshold items in case of master ↵ | Dehravor | |
| loot Thanks @Shauren for pointing out | |||
| 2014-03-11 | Core/Loot: Fix master loot | Dehravor | |
| 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-10 | Core/Items: Fixed an exploit allowing people to put more gems than number of ↵ | Shauren | |
| sockets on items. Closes #11652 | |||
| 2014-03-10 | Core/Misc: Get rid of whitespaces added in ↵ | Discover- | |
| 96e0a7d71f1c5146aa64502d49e0cc2260f7ca16 | |||
| 2014-03-09 | Merge pull request #11627 from Rochet2/OnPlayerSave | Warpten | |
| Core/Players: Call sScriptMgr::OnPlayerSave inside Player::SaveToDB rather than before calling it. | |||
| 2014-03-09 | Update Player.cpp | Rochet2 | |
| Dont trigger save hook on player create | |||
| 2014-03-09 | Merge pull request #11666 from kontownik/scripting_project | Warpten | |
| Core/Scripts: Introduce ItemScript::OnItemRemove, called when an Item is actually destroyed. | |||
| 2014-03-09 | Update 2014_03_09_00_world_spell_group.sql | Aokromes | |
| 2014-03-09 | DB/Spells: Fix Thunderclap bugging Infected Wounds | Aokromes | |
| By untaught. Closes #6291. | |||
| 2014-03-09 | Scripts/TheStormPeaks: Possible crash fix | jackpoz | |
| Apply safe NULL checks added in 7d881a073961887d446d4430905f315b52928bb1 to similar code in same script | |||
| 2014-03-09 | Scripts/Commands: Fix crash in ".kick" command | jackpoz | |
| 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-09 | SQL: Renamed a few files to match our naming standards | Shauren | |
| 2014-03-06 | Herman 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-06 | DB/Items: Fix some startup errors | Aokromes | |
| Updates #11587 | |||
| 2014-03-06 | DB/Creature: Fix wrong npcflag for Alchemist Kanhu | Aokromes | |
| By MrSmite, closes #11671 | |||
| 2014-03-04 | DB/Loot: Harbinger Skyriss | Aokromes | |
| By MitchesD, closes #11670 | |||
| 2014-03-03 | Core/Scripts: New ItemScript trigger, OnItemRemove | kontownik | |
| 2014-03-03 | Update 2014_03_03_00_creature_text.sql | Aokromes | |
| 2014-03-03 | DB/SAI: Loken's Orders | Aokromes | |
| By dr-j, closes #4855 | |||
| 2014-03-03 | Rename 2014_03_03_00_gossip.sql to 2014_03_03_01_world_gossip.sql | Aokromes | |
| 2014-03-03 | DB/Gossip: Add missing texts | Aokromes | |
| 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-03 | DB/Creature: Commander Stoutbeard's yell | Aokromes | |
| Closes #7948 | |||
| 2014-03-02 | Dep/ACE: Fix assertion triggered on shutdown | jackpoz | |
| Fix assertion triggered on shutdown on Windows platform Debug mode by back-porting fix from ACE revision 96226. Fixes #9770. | |||
| 2014-03-02 | Core/Player: delete queststatus (weekly/monthly/seasonal) on deleting ↵ | joschiwald | |
| character thx @Expecto - also rename some prepared statements Closes #11658 | |||
| 2014-03-01 | Rename 2014_02_27_01_world_sai.sql to 2014_02_27_02_world_sai.sql | Aokromes | |
| 2014-02-27 | Core/MMAPs: Replace an assert with error log | jackpoz | |
| Replace an assert in PathGenerator::BuildPolyPath() about invalid poly reference with an error log. Fixes #11493 . | |||
| 2014-02-27 | DB/SAI: The Grimtotem Weapon | Aokromes | |
| by dr-j closes #3119 | |||
| 2014-02-27 | DB/SAI: Fix The Multiphase Survey | Aokromes | |
| Closes #6279 by untaught. | |||
| 2014-02-27 | DB/Trainers: Fix some spells avariability | Aokromes | |
| Closes #11248 | |||
| 2014-02-27 | DB/Gameobject: Dun Argol Cage | Aokromes | |
| By dr-j, closes #11649 | |||
| 2014-02-27 | DB/Gameobject: cage door quest Freedom for all creatures | Aokromes | |
| Updates #4823, this only closes door, it still needs scripting. | |||
| 2014-02-26 | Scripts/Onyxia Lair: Fix debug assertions about iterators | jackpoz | |
| 2014-02-24 | Core/MMAPs: Add support for raycast | jackpoz | |
| 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-24 | DB/Items: Fix some startup errors | Aokromes | |
| Updates #11587 | |||
| 2014-02-23 | Core/Battlegrounds: Fix invalidated iterator crash | jackpoz | |
| 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-23 | DB/Quest: Fix Bride of the Embalmer | Aokromes | |
| By untaught closes #11546 | |||
| 2014-02-23 | DB/Items: Fix some startup errors | Aokromes | |
| Updates #11587 | |||
| 2014-02-23 | Merge pull request #11642 from Dehravor/group-state | Shauren | |
| Core/Group: Fix online state when member logs out | |||
| 2014-02-23 | Core/MMAPs: Update recast | jackpoz | |
| 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-23 | Core/Group: Fix online state when member logs out | Dehravor | |
| 2014-02-23 | DB/Quest: Fix Corrosion Prevention | Aokromes | |
| By untaught closes #11630 | |||
| 2014-02-23 | DB/Conditions: Fix gnome mount vendors for non-gnomes | Aokromes | |
| 2014-02-20 | DB/Creature: Fix db errors added on fd8a669 | Aokromes | |
| 2014-02-20 | DB/Creature: Add trigger flag to Multiphase Disturbance | Aokromes | |
| Updates #6279 | |||
| 2014-02-20 | DB/Creature: Remove random movement from "Webbed Creature" | Aokromes | |
| By baric, closes #9607 | |||
| 2014-02-20 | DB/Creature: Misc fixes to Thomas Yance and guards around | Aokromes | |
| Updates: #3905 | |||
| 2014-02-19 | DB/Quests: Corrected a typo, because typos suck. | Kinzcool | |
| 2014-02-20 | DB/Quest: Update OfferRewardText for quest 396 | Aokromes | |
| Notice: i realize of the typo, but wowhead shows that text, if anyone have a prof of it's wowhead typo i will fix it. Closes #11534 | |||
| 2014-02-20 | DB/Creature: Commander Hogarth must be male human. | Aokromes | |
| Closes #11581 | |||
| 2014-02-20 | DB/Misc: Coding standards | Aokromes | |
