aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-08-13DB/SAI: Script more quest complete scriptsDr-J
Script turn in events for http://www.wowwiki.com/Quest%3ABlighted_Last_Rites and http://www.wowwiki.com/Quest%3ATest_at_Sea All waypoints, texts, spells are sniffed, Also fix Blighted Last Rites so it works properly, as the Scarlet Onslaught Prisoner should not die when the flask of the blight is used on it instead it should emote 'The %s moans but seems otherwise unaffected by the blight.' so fixed that too.
2014-08-13Core/Spells: Implement SPELL_ATTR7_IGNORE_DURATION_MODS attributeShocker
2014-08-12Rename 2014_08_11_02_world_misc.sql to 2014_08_12_01_world_misc.sqlDr-J
2014-08-12DB/Misc: Fix some errorsDr-J
2014-08-12Core/Threading: Fixed possible race condition with m_timeOutTime and fixed ↵Shauren
Thread #1: pthread_cond_{signal,broadcast}: dubious: associated lock is not held by any thread in PCQ
2014-08-12Remove Manaforges CPP ScriptDr-J
Remove script
2014-08-12DB/SAI: Rescript Manaforge questsDr-J
Rescripts the following quests: - * Shutting Down Manaforge B'naar * Shutting Down Manaforge Coruu * Shutting Down Manaforge Duro * Shutting Down Manaforge Ara All events are now started from gossip select which is correct way rather than player just clicking on console go remains clickable if player does not have access crystal or is not on quest but displays different gossip without the option to start event Added mising gossips for npcs in manaforge coruu for if spoken to while player is disguised from item provided for http://www.wowhead.com/quest=10198
2014-08-11Core/NetworkIO: Prevent queueing more async operations when socket is ↵Shauren
already closed
2014-08-11Rename 2014_08_11_01_world_misc.sql to 2014_08_11_01_world_misc.sqlDr-J
2014-08-11Core/NetworkIO: Restore networking related scripting hooksleak
Closes #12607
2014-08-11DB/Misc: More textsDr-J
add some missing texts from npcs, also set missing emotes for some existing texts.
2014-08-11Kill potentially uninitialized variable warningleak
2014-08-11DB/Creature: Watcher Leesa'ohDr-J
Script turn in event for stealing back the mushrooms.
2014-08-11Merge pull request #12818 from MrSmite/pet_spell_cooldownShauren
Fix pet spell cooldown
2014-08-10Resolve shutdown crash/leak if MySQL server is not runningleak
Fixes #12734
2014-08-10Core: Fix non pch buildVincent-Michael
2014-08-10Core/NetworkIO: Prevent double closing the same socketShauren
2014-08-10DB/Misc: Perry Gatner eventDr-J
Script for Perry Gatner. This script may be updated when I sniff more but all data is from sniffs, I wont add texts without the emotes so thats why there will be updates which will just be texts and additional timed action lists to run as random scripts..
2014-08-10Tools/MMAPs: Fix log message if mmaps folder is not foundjackpoz
Fixes #12787
2014-08-10Core/Misc: Removed ACE leftoversShauren
2014-08-10Core/Worldserver: Replaced old hack sending key events to unblock console threadShauren
2014-08-10Core/Authserver: Fixed writing to invalid memory addressShauren
2014-08-10Core/NetworkIO: Allow receiving packets bigger than buffer size and properly ↵Shauren
handle situations where not entire packet was read in one go Core/Authserver: Restored authenticator functionality
2014-08-10Fix pet spell cooldown being extended without successful castMrSmite
Closes #12560
2014-08-10DB/Misc: Add More missing textsDr-J
Add missing texts for hellfire peninsula.
2014-08-10DB/Quest: Fix Hunter Trainer Offering Quest To RoguesAokromes
By MrSmite, closes #12809
2014-08-10Core: Fix build for Intel Composer XEVincent-Michael
2014-08-09Core/Server: Use nullptr instead of 0 where pointers are expectedDDuarte
2014-08-09Core/Server: Add missing overridesDDuarte
2014-08-09Core/WorldSession: Fix socket not being closed on clean logoutjackpoz
Close the WorldSession socket if Player didn't even login or logged out successfully and then closed the client.
2014-08-09Scripts/Commands: Fix static analysis issuesVincent-Michael
2014-08-09Core/Trade: Fixed putting soulbound items to "will not be traded" slotShauren
2014-08-09Merge pull request #12810 from Carbenium/questrewardDuarte Duarte
Core/Player: Fix an issue with Player::RemoveRewardedQuest not deleting ...
2014-08-09Core/Player: Fix an issue with Player::RemoveRewardedQuest not deleting the ↵Carbenium
queststatus_rewarded form database Needed for SPELL_EFFECT_CLEAR_QUEST
2014-08-09Scripts/Misc: Fix static analysis issuesjackpoz
Replace CAST_AI() macro with ENSURE_AI() when dynamic_cast is not supposed to return NULL.
2014-08-08Core/Misc: Fix static analysis issuesjackpoz
2014-08-08Core/NetworkIO: Handle exceptions thrown from socket constructor when ↵Shauren
retrieving remote address
2014-08-07Revert "Core: Fix build for vs2014"Vincent-Michael
This reverts commit e3034511890f4c918d758a6b6b239c14f10b75e2.
2014-08-07Core: Fix build for vs2014Vincent-Michael
2014-08-07Core/Misc: Remove unused variablejackpoz
2014-08-07Tools/MMAPs: Fix uninitialized value in mmap_generatorjackpoz
Fix uninitialized value in mmap_generator. This fixes mmaps_generator broken in some build configurations. Fixes #12644
2014-08-07Core/Socket: Fix typo in constructorDuarte Duarte
Using moved objects is generally a bad idea Thanks @Daejiv Closes #12800
2014-08-07Core: Kill AGAIN whitespace :(Vincent-Michael
2014-08-07Core: Fix non pch buildVincent-Michael
2014-08-06Prevent reading address information from potentially closed socketleak
2014-08-06Core/Scripts: Fix possible crashjackpoz
Fix possible NULL dereference crash spotted by Coverity.
2014-08-06Merge pull request #12792 from bonny1992/masterblub
Renamed '2014_08_06_00_World_Gameobject' to '2014_08_06_00_world_gameobject.sql'
2014-08-06Renamed '2014_08_06_00_World_Gameobject' to '2014_08_06_00_world_gameobject.sql'Bonny1992
2014-08-06Core/Misc: Fixed textlike/hexlike methods of ByteBuffer to print properlyShauren
2014-08-06DB/Gameobject: Winterhoof Water WellDr-J
Fix spawn status of Winterhoof Water Well Closes #12739