aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-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
2014-08-05Core: Fix build for shit OSVincent-Michael
Closes #12597
2014-08-05Auth/Main: Fix crashes on shutdownDDuarte
"mutex destroyed while busy"
2014-08-05Auth/Networking: Use non-throw resolves in realmlist updatesDDuarte
Fixes #12737
2014-08-05Update 2014_08_05_01_world_misc.sqlAokromes
2014-08-05Update 2014_08_05_02_world_page_text.sqlAokromes
2014-08-05Update 2014_08_05_03_world_page_text.sqlAokromes
2014-08-05Update 2014_08_05_05_world_page_text.sqlAokromes
2014-08-05DB/Quest: The Perfect StoutAokromes
By Crysicle, closes #12692
2014-08-05DB/Misc: Senir's ReportAokromes
By Crysicle, closes #12693
2014-08-05DB/Creature: Rockjaw BackbreakerAokromes
By Crysicle, closes #12694
2014-08-05DB/Misc: Brock's ListAokromes
By Crysicle, closes #12721
2014-08-05DB/Misc: A Bloodstained Journal PageAokromes
By Crysicle, closes #12722
2014-08-05DB/Misc: Gramma Stonefield's NoteAokromes
By Crysicle, closes #12723
2014-08-05DB/Quest: Me Brother, NipsyAokromes
By Crysicle, closes #12744
2014-08-05Delete 2014_08_03_03_world_creature_template.sqljackpoz
2014-08-04DB/Creature_template: Update creature_template table for mod calculations. ↵Malcrom
Will require core devs to update core to support it.
2014-08-04Delete 2014_08_03_03_world_creature_template_sqlShauren
This must come together with proper damage calculations in core - to be done
2014-08-04DB/Creature_template: Update creature_template table for mod calculations. ↵Malcrom
Will require core devs to update core to support it.
2014-08-04DB/SAI: Fix two npc's spamming errors.Malcrom
2014-08-04Core: Fix typoVincent-Michael
2014-08-04Core/World: Small cleanup on headers in World.cppVincent-Michael