Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-09-30 | Core/LootMgr: Fix GCC warning | jackpoz | |
2014-09-30 | Core/LootMgr: Fix wrong bit fields padding | jackpoz | |
2014-09-30 | Core/SAI: Addet new error log for SMART_ACTION_CAST kill credit invalid target | Vincent-Michael | |
2014-09-29 | Core/Scripts: Fix invalid memory write | jackpoz | |
Fix invalid memory write caused by calling "delete this;" in a base class constructor. | |||
2014-09-29 | Core/Scripts: fixed memory leak caused by unassigned scripts in db | joschiwald | |
2014-09-28 | Core/AH: Fix Auction House items not deleted from database | jackpoz | |
Fix some cases where Auction House items were not deleted from item_instance table of character database, for example if the owner didn't exist anymore or if the owner was the AHBot. Updates #12699 Updates #13232 | |||
2014-09-28 | Core/GameObjects: Fixed uninitialized elevator period value | Shauren | |
2014-09-28 | WorldServer/Misc: Log possible errors on shutdown | jackpoz | |
Log possible error on shutdown happening when trying to cancel any I/O sync operation in CliThread, refers to #13201 | |||
2014-09-27 | Core/LootMgr: Forgot to change this. Found by Vincent Micheal | Malcrom | |
2014-09-27 | Core/LootMgr: Update lootMgr to normalize loot_template tables | Malcrom | |
2014-09-28 | Core/Scripts: Fix for issue ↵ | sonic3000 | |
https://github.com/TrinityCore/TrinityCore/issues/882#issuecomment-57065326 | |||
2014-09-27 | Merge pull request #13140 from Unholychick/preventfleeing | Duarte Duarte | |
Core/Mechanics: Fix prevent fleeing + fear | |||
2014-09-27 | Fixed GCC build | Shauren | |
2014-09-27 | Core/Spells: Fix typo | Vincent-Michael | |
2014-09-27 | Misc/Brewfest: Fix Quest "11407 - Bark for Drohn''s Distillery!" / "11408 ↵ | Vincent-Michael | |
-Bark for T''chali''s Voodoo Brewery!" | |||
2014-09-26 | Core/Misc: Refactor scripts to fix static analysis warnings | jackpoz | |
Last issue to be fixed, fixes #12960 | |||
2014-09-26 | Core/Spells: Always add threat for spells from spell_threat table, not only ↵ | Shauren | |
if target was hit. Unsuccessful cast results in 0 threat added instead of the full amount and creating threat list entry for caster. This fixes various exploits with taunt spells bugging out scripts due to taunt immunity/passive state (creatures would immediately evade resetting script state if no entries were present on threat list - entry with no threat is not the same as no entry) Closes #11883 | |||
2014-09-26 | Scripts: Fixed compiler warning | Shauren | |
2014-09-26 | Core/Debugging: Extended ASSERT macro to allow passing additional formatted ↵ | Shauren | |
string | |||
2014-09-26 | Scripts/ManaTombs: Nexus-Prince Shaffar rewritten to BossAI/EventMap | MitchesD | |
2014-09-26 | Scripts/UtigardePinnacle: Prevent Ymiron from triggering a phase transition ↵ | Nyeriah | |
at death ...caused by the health percent multiplers used to check transitions | |||
2014-09-25 | Scripts/Misc: Make InstanceScript::Initialize() obsolete | jackpoz | |
Move all InstanceScript initialization code from Initialize() to the constructor. InstanceScript::Initialize() is now obsolete, please don't use it anymore. The only reason it's still in the sources is for backward compatibility. | |||
2014-09-25 | Core/Misc: Refactor scripts to fix static analysis warnings | jackpoz | |
Eighth batch of fixes targeting 80 issues reported by Coverity | |||
2014-09-25 | Scripts/Icecrown Citadel | Shauren | |
* Fixed Deathbringer Saurfang faction * Fixed Coldflame faction | |||
2014-09-25 | Scripting/Isle of Queldanas: Moved Converted Sentry to SAI. | Malcrom | |
Closes #13121 | |||
2014-09-25 | Core/Achievements: Fixed wrong packet generation in ↵ | mik1893 | |
AchievementMgr::SendCriteriaUpdate | |||
2014-09-24 | Misc/Events: | Vincent-Michael | |
- Fix Quest "There and Back Again" (only Horde-side) - Fix Quest "Now This is Ram Racing... Almost." (only Horde-side) - Fix more spell mechanics for racing ram To/Do: Fix gossips and some optimize | |||
2014-09-23 | Core/Spells: Added missing stuff in 44bcfb86f5da0a5a374fc5b07431836b3c0f51c7 | Vincent-Michael | |
2014-09-23 | Core/Spells: Fix Ram Racing mechanic | Vincent-Michael | |
To/Do: Fix Quests and your lazy ass :/ | |||
2014-09-22 | Core/Spell - Fix Remove Aura "The Eye of Acherus" | iDenyDeX | |
Fixed remove aura "The Eye of Acherus" http://www.wowhead.com/spell=51852 after use "Recall Eye of Acherus" http://www.wowhead.com/spell=52694 . Earlier, after using the player remained under the aura. | |||
2014-09-22 | Scripts/Examples: Remove some more code related to example scripts | jackpoz | |
2014-09-22 | Core/Players/DK: Implement Rune Grace Period mechanic | Morgoporc | |
Closes #11736 Fixes #6122 | |||
2014-09-21 | Scripts/Examples: Remove outdated example scripts | jackpoz | |
Remove outdated misleading example scripts not following anymore current TC codestyle and standards. Please refer to the wiki or forum for up to date examples and documentation. | |||
2014-09-21 | Core/Misc: Refactor scripts to fix static analysis warnings | jackpoz | |
Seventh batch of fixes targeting 100 issues reported by Coverity | |||
2014-09-21 | Core:/SmartScript: Added log for item has credit spell blabla | Vincent-Michael | |
2014-09-21 | Scripts/Shadowmoon Valley: Fix static analysis issues added in ↵ | jackpoz | |
cd48ee01c0b1465c5b07427bb6fe9baa57f053b9 Fix static analysis issues added in cd48ee01c0b1465c5b07427bb6fe9baa57f053b9 about uninitialized values and pointers possibly point to free'd memory being dereferenced. In memory of all the developers who got banned from IRC in the process of fixing these issues. | |||
2014-09-21 | Merge pull request #13180 from ShinDarth/335_fix | Warpten | |
Core/ObjectMgr: corrected error labels | |||
2014-09-21 | Core/ObjectMgr: corrected error labels | ShinDarth | |
2014-09-21 | Scripting/Shadowmoon Vally: Added scripting for Infernal Attackers. | Malcrom | |
2014-09-21 | DB/Spells: | Vincent-Michael | |
- Added EffectItemType columns to spell_dbc table - Fix "Create Bundle of Bloodthistle" | |||
2014-09-20 | Core/Misc: Avoid Helgrind reporting libstdc++ false positive race conditions | jackpoz | |
2014-09-20 | Core/Misc: Refactor scripts to fix static analysis warnings | jackpoz | |
Sixth batch of fixes targeting 100 issues reported by Coverity | |||
2014-09-20 | Core/Spells: fixed Intervade | joschiwald | |
Closes #13171 | |||
2014-09-20 | Core/Achievements: Fixed realm first kill achievement restrictions - now ↵ | Shauren | |
only the first group will be able to complete it Closes #2957 | |||
2014-09-20 | Core/Guilds: Fixed guild rank delete framexml event params | Shauren | |
2014-09-20 | Scripts/Auchindoun: Darkweaver Syth | Nyeriah | |
- Despawn minions on death/reset - Misc clean up | |||
2014-09-20 | Revert "Core: Fix build for msvc14" | Vincent-Michael | |
This reverts commit bd522a3853951cf8ea4b0b9e2f225a8bdc38da04. Meh -.- | |||
2014-09-20 | Core: Fix build for msvc14 | Vincent-Michael | |
2014-09-20 | Kill new compile warnings | joschiwald | |
2014-09-20 | Core/Battlefield/WG: fixed warnings | joschiwald | |
Ref #13169 Closes #12714 |