| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-08-13 | DB/SAI: Script more quest complete scripts | Dr-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-13 | Core/Spells: Implement SPELL_ATTR7_IGNORE_DURATION_MODS attribute | Shocker | |
| 2014-08-12 | Rename 2014_08_11_02_world_misc.sql to 2014_08_12_01_world_misc.sql | Dr-J | |
| 2014-08-12 | DB/Misc: Fix some errors | Dr-J | |
| 2014-08-12 | Core/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-12 | Remove Manaforges CPP Script | Dr-J | |
| Remove script | |||
| 2014-08-12 | DB/SAI: Rescript Manaforge quests | Dr-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-11 | Core/NetworkIO: Prevent queueing more async operations when socket is ↵ | Shauren | |
| already closed | |||
| 2014-08-11 | Rename 2014_08_11_01_world_misc.sql to 2014_08_11_01_world_misc.sql | Dr-J | |
| 2014-08-11 | Core/NetworkIO: Restore networking related scripting hooks | leak | |
| Closes #12607 | |||
| 2014-08-11 | DB/Misc: More texts | Dr-J | |
| add some missing texts from npcs, also set missing emotes for some existing texts. | |||
| 2014-08-11 | Kill potentially uninitialized variable warning | leak | |
| 2014-08-11 | DB/Creature: Watcher Leesa'oh | Dr-J | |
| Script turn in event for stealing back the mushrooms. | |||
| 2014-08-11 | Merge pull request #12818 from MrSmite/pet_spell_cooldown | Shauren | |
| Fix pet spell cooldown | |||
| 2014-08-10 | Resolve shutdown crash/leak if MySQL server is not running | leak | |
| Fixes #12734 | |||
| 2014-08-10 | Core: Fix non pch build | Vincent-Michael | |
| 2014-08-10 | Core/NetworkIO: Prevent double closing the same socket | Shauren | |
| 2014-08-10 | DB/Misc: Perry Gatner event | Dr-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-10 | Tools/MMAPs: Fix log message if mmaps folder is not found | jackpoz | |
| Fixes #12787 | |||
| 2014-08-10 | Core/Misc: Removed ACE leftovers | Shauren | |
| 2014-08-10 | Core/Worldserver: Replaced old hack sending key events to unblock console thread | Shauren | |
| 2014-08-10 | Core/Authserver: Fixed writing to invalid memory address | Shauren | |
| 2014-08-10 | Core/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-10 | Fix pet spell cooldown being extended without successful cast | MrSmite | |
| Closes #12560 | |||
| 2014-08-10 | DB/Misc: Add More missing texts | Dr-J | |
| Add missing texts for hellfire peninsula. | |||
| 2014-08-10 | DB/Quest: Fix Hunter Trainer Offering Quest To Rogues | Aokromes | |
| By MrSmite, closes #12809 | |||
| 2014-08-10 | Core: Fix build for Intel Composer XE | Vincent-Michael | |
| 2014-08-09 | Core/Server: Use nullptr instead of 0 where pointers are expected | DDuarte | |
| 2014-08-09 | Core/Server: Add missing overrides | DDuarte | |
| 2014-08-09 | Core/WorldSession: Fix socket not being closed on clean logout | jackpoz | |
| Close the WorldSession socket if Player didn't even login or logged out successfully and then closed the client. | |||
| 2014-08-09 | Scripts/Commands: Fix static analysis issues | Vincent-Michael | |
| 2014-08-09 | Core/Trade: Fixed putting soulbound items to "will not be traded" slot | Shauren | |
| 2014-08-09 | Merge pull request #12810 from Carbenium/questreward | Duarte Duarte | |
| Core/Player: Fix an issue with Player::RemoveRewardedQuest not deleting ... | |||
| 2014-08-09 | Core/Player: Fix an issue with Player::RemoveRewardedQuest not deleting the ↵ | Carbenium | |
| queststatus_rewarded form database Needed for SPELL_EFFECT_CLEAR_QUEST | |||
| 2014-08-09 | Scripts/Misc: Fix static analysis issues | jackpoz | |
| Replace CAST_AI() macro with ENSURE_AI() when dynamic_cast is not supposed to return NULL. | |||
| 2014-08-08 | Core/Misc: Fix static analysis issues | jackpoz | |
| 2014-08-08 | Core/NetworkIO: Handle exceptions thrown from socket constructor when ↵ | Shauren | |
| retrieving remote address | |||
| 2014-08-07 | Revert "Core: Fix build for vs2014" | Vincent-Michael | |
| This reverts commit e3034511890f4c918d758a6b6b239c14f10b75e2. | |||
| 2014-08-07 | Core: Fix build for vs2014 | Vincent-Michael | |
| 2014-08-07 | Core/Misc: Remove unused variable | jackpoz | |
| 2014-08-07 | Tools/MMAPs: Fix uninitialized value in mmap_generator | jackpoz | |
| Fix uninitialized value in mmap_generator. This fixes mmaps_generator broken in some build configurations. Fixes #12644 | |||
| 2014-08-07 | Core/Socket: Fix typo in constructor | Duarte Duarte | |
| Using moved objects is generally a bad idea Thanks @Daejiv Closes #12800 | |||
| 2014-08-07 | Core: Kill AGAIN whitespace :( | Vincent-Michael | |
| 2014-08-07 | Core: Fix non pch build | Vincent-Michael | |
| 2014-08-06 | Prevent reading address information from potentially closed socket | leak | |
| 2014-08-06 | Core/Scripts: Fix possible crash | jackpoz | |
| Fix possible NULL dereference crash spotted by Coverity. | |||
| 2014-08-06 | Merge pull request #12792 from bonny1992/master | blub | |
| Renamed '2014_08_06_00_World_Gameobject' to '2014_08_06_00_world_gameobject.sql' | |||
| 2014-08-06 | Renamed '2014_08_06_00_World_Gameobject' to '2014_08_06_00_world_gameobject.sql' | Bonny1992 | |
| 2014-08-06 | Core/Misc: Fixed textlike/hexlike methods of ByteBuffer to print properly | Shauren | |
| 2014-08-06 | DB/Gameobject: Winterhoof Water Well | Dr-J | |
| Fix spawn status of Winterhoof Water Well Closes #12739 | |||
