aboutsummaryrefslogtreecommitdiff
path: root/src/server/shared
AgeCommit message (Expand)Author
2014-07-29Scripts/OutdoorPvP: replaced some chat texts with proper defense messagesjoschiwald
2014-07-29Core/Config: User-friendlyfy configuration parsing errorsDDuarte
2014-07-29Merge branch 'master' of https://github.com/TrinityCore/TrinityCore into 4.3.4Shauren
2014-07-29Update Socket.hShauren
2014-07-29Core/Socket: Fixed expected template evaluated type for AsyncWrite if PacketT...Shauren
2014-07-28Core/Networking: Attempt to fix some exceptionsDDuarte
2014-07-27Merge branch 'master' of https://github.com/TrinityCore/TrinityCore into 4.3.4Shauren
2014-07-27Fixed a rare crash case when authserver socket was forcefully closed during readleak
2014-07-27Core/Network: Optimized packet sending by removing unneccessary memory copyingShauren
2014-07-27Core/Network: Allow storing any packet types in Socket write queue to reduce ...Shauren
2014-07-27Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4Vincent-Michael
2014-07-27Fixed gcc buildShauren
2014-07-26Core/Network: Refactored socket code, moved common operations to base Socket ...Shauren
2014-07-26Added comments to 6961f957c9d03bff634f0b75466458564845722e to make sure noone...Shauren
2014-07-26Core/DBLayer: Fixed possible crashes with async queries retrieving resultShauren
2014-07-25Core/PreparedStatements: Fixed a change I missed in the World prepared statem...Subv
2014-07-25Core/Waypoints: Allow the table waypoint_data to use Takeoff and Land waypoints.Subv
2014-07-25Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4Vincent-Michael
2014-07-25Core/Shared: Change rand32 to return uin32 instead of int32DDuarte
2014-07-24Merge branch 'master' into 4.3.4DDuarte
2014-07-24Core/Misc: Fixed a possible crash in ProducerConsumerQueue::CancelShauren
2014-07-24Merge branch 'master' into 4.3.4DDuarte
2014-07-24Core/Common: Remove the no longer finite(x) macro for MSVCDDuarte
2014-07-23Core/Misc: Silenced 500 OS X Warnings and removed deprecated finite() method.Jared P. Jones
2014-07-22Merge branch 'master' into 4.3.4DDuarte
2014-07-22Core/Misc: Remove a define that is no longer needed since ACE was removedDDuarte
2014-07-21Core/DatabaseWorkerPool: Delete PCQ in dtor rather than in Close() and cancel...leak
2014-07-21Core/PreparedStatements: Fixed a Coverity warningSebastian Valle Herrera
2014-07-21Core: Kill again whitespace :(Vincent-Michael
2014-07-20Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4Vincent-Michael
2014-07-20Fixed gcc build without pchShauren
2014-07-20Core: Fix non build (gcc)Vincent-Michael
2014-07-20Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4Vincent-Michael
2014-07-20Core: Fix non pch build (gcc)Vincent-Michael
2014-07-20Refactored singletons to enable proper deconstruction during shutdownleak
2014-07-19Merge remote-tracking branch 'origin/master' into 4.3.4Shauren
2014-07-17Buildsystem/MSVC: Warning fixesShauren
2014-07-15[Auth\Worldserver] Use boost to load console arguments. (Added a few style ch...Chaplain
2014-07-14Replacing ACE based multi threading with PCQleak
2014-07-14Corrected order of inclusion in Define.hleak
2014-07-13More warnings fixesSubv
2014-07-13Fixed some compiler warningsSubv
2014-07-13Fix a warning about abstract class not having a virtual destructorSubv
2014-07-11Core/Misc: Fixed another compiler segmentation fault when compiling AsyncAcce...Shauren
2014-07-11Core/Misc: Fixed compiler segmentation fault when compiling AsyncAcceptor wit...Shauren
2014-07-09More GCC compile fixesSubv
2014-07-09Nuked some compiler errors on LinuxSubv
2014-07-08Fixed the UI64FMT and SI64FMT format specifiersSubv
2014-07-08Replaced the LogWorker thread with Boost ASIOleak
2014-07-07Fix of the fix ftwleak