aboutsummaryrefslogtreecommitdiff
path: root/src/server/shared
AgeCommit message (Expand)Author
2016-05-23Core/DataStores: Fixed loading non-localized db2 stringsShauren
2016-04-06Core/Misc: MSVC /W4 warning fixesShauren
2016-04-05Buildsystem: Initial changes to support building with vs clang toolsetShauren
2016-03-28Build fixesShauren
2016-03-28Core: Updated to 6.2.4Shauren
2016-03-28Core/PacketIO: Updated remaining packet structures and enums appearing in pac...Shauren
2016-03-28Core/Network: Change SocketMgr.StartNetwork to take the thread count by arg i...DDuarte
2016-03-26Core/Networking: Added SslSocket wrapper for boost::asio::ssl::streamShauren
2016-03-26Core/Shared: Added generated protobuf sourcesShauren
2016-03-26Core/Common: Moved MessageBuffer to commonShauren
2016-03-26Core/Misc: Moved RealmList to sharedShauren
2016-03-24Core/Shared: Converted the shared library to a shared library ,-).Naios
2016-03-23Dep: Add rapidjsonShauren
2016-03-19Core/Shared: Fix no PCH buildNaios
2016-03-19CMake: Use inherited dependencies in database, shared and gameNaios
2016-03-12Core/Networking: Fixed DelayedCloseSocket when compiled without TC_SOCKET_USE...Shauren
2016-03-11Core/Common: Generalize platform specific includes in common/PlatformNaios
2016-03-10Core/Networking: Added new AsyncRead method to Socket class allowing to pass ...Shauren
2016-02-21Final build fix for gcc 4.7 (no longer supported in 8 days)Shauren
2016-02-19Core/Networking: Rewrite networking threading modelShauren
2016-01-28Core/Misc: Removed unneccessary boost/asio/buffer.hpp includeShauren
2016-01-01Update copyright note for 2016Vincent-Michael
2015-12-24Core/Utils: Moved rng functions to separate header and added utility function...Shauren
2015-11-07Core/DataStores: Fixed reading uint64 fields from DB2 filesMelvin1263
2015-10-06Core/Battle.net:Shauren
2015-09-25Core/PacketIO: Updated and enabled SupportTicketSubmitComplaint, SupportTicke...Shauren
2015-09-07Core/DataStores: Updated DBC and DB2 structures to 6.2.2.20444Shauren
2015-09-02Core/DataStores: Corrected memory allocation for DB2 files. Non-localized str...Shauren
2015-08-30Build fixesShauren
2015-08-30Core/Players: Implemented serverside validation of reserved/profane namesShauren
2015-08-27Core/DBLayer: Added compile time validation for prepared statement indexes pa...Shauren
2015-08-24Core/BuildSystem: Merged crypto into common, cleaned include directory lists ...StormBytePP
2015-08-21Core/Build: Merge common library and move database out of sharedStormBytePP
2015-08-20Core/Logging: Fixed _maxFileSize being left uninitializedShauren
2015-08-19Build fixesShauren
2015-08-16Build fixDDuarte
2015-08-16Merge pull request #15297 from StormBytePP/3.3.5_rename_Revision.hjackpoz
2015-08-16Core/Build: Removed obsolete SystemConfig.h and made genrev be part of shared...StormBytePP
2015-08-16Add a missing include of d5cf594bfe91ff22175c6e344b23b95cdbcc8a3cDDuarte
2015-08-16Fix build warnings addded in d5cf594bfe91ff22175c6e344b23b95cdbcc8a3cDDuarte
2015-08-16Core/Logging: Refactored appender creation to allow using logging without mys...Shauren
2015-08-13Core/DataStores: Updated Mount.db2 structureShauren
2015-08-12Core/Void Storage: Implemented saving item upgrade and bonuses for items depo...Shauren
2015-08-09Core/Networking: Fixed possible crashes happening if async query retrieving a...Shauren
2015-08-08Core/PacketIO: Added and enabled CMSG_SET_LOOT_SPECIALIZATION opcodeVincent-Michael
2015-07-28Core/PacketIO: CalendarPackets:Golrag
2015-07-25Core/Misc: Removed ReadAsPacked/WriteAsPacked methods from ObjectGuid, they a...Shauren
2015-07-23Fix non pch build for Visual Studio 2015 compilerVincent-Michael
2015-07-22Core/Misc: Add a few consts to methodsDDuarte
2015-07-22Fix non pch build.Gacko