aboutsummaryrefslogtreecommitdiff
path: root/src/server/shared
AgeCommit message (Collapse)Author
2017-05-14Misc: Add license header to Memory.hDDuarte
2017-05-14Core/Entities : Basic Conversation Implementation (#18010)Traesh
2017-05-13Core/Grids: Ported cmangos/mangos-wotlk@ea99457e50790acde8928aa0f3dc4a9c096b4a8cShauren
2017-05-13Core/Packets: Implemented CMSG_QUERY_REALM_NAME and SMSG_REALM_QUERY_RESPONSEjoschiwald
2017-05-13Build fixShauren
2017-05-13Core/Shared: Include cleanupShauren
2017-05-12Core/Database: Include cleanupShauren
2017-05-11Core/Common: Include cleanupShauren
2017-05-04Fix build.Gacko
2017-05-04Core/Misc: Cleanup worldserver/bnetserver main() functions to run ↵Shauren
destructors in predictable order * world/bnet servers will now fail to startup if listen ports are in use * Restored "Network.OutUBuff" config option lost during boost transition
2017-04-26Core/Misc: Fixed issues found by coverityShauren
CID 1374575, 1374574, 1374573, 1374572, 1374563, 1374556
2017-04-19Core/DataStores: Updated sending out hotfixesShauren
2017-03-08Core/DataStores: Refactor DB2 loaders to be reusable by extractorsShauren
2017-03-02Core/DataStores: Fixed crash in hotfix packet buildingShauren
Closes #19218
2017-02-26Core/DataStores: Fixed Meta->Types/TypesString mixup causing crashes when ↵Shauren
trying to send hotfix for nonlocalized string Closes #18882 (for real this time)
2017-02-12Core/MMAPs: Update recastjackpoz
Update recast to https://github.com/recastnavigation/recastnavigation/commit/64385e9ed0822427bca5814d03a3f4c4d7a6db9f (cherry picked from commit 1d7013e0e2758b1468a488dd17e3f5c5ce5f265d) # Conflicts: # dep/PackageList.txt
2017-01-24Core/Packets: Changed ByteBuffer write exceptions into asserts (reading is ↵Shauren
unaffected as data comes from untrusted source - client)
2017-01-01Update copyright note for 2017vincent-michael
Happy new year
2016-12-14Core/DataStores: Fixed loading non-localized db2 stringsShauren
Closes #18451
2016-11-02Core/DataStores: Fixed crash with db2 loaders on gcc 4.9Shauren
Closes #18166
2016-10-26Core/DataStores: Removed the need to edit DB2Metadata automatically ↵Shauren
generated to account for non-localized string fields
2016-10-15Core/DataStores: Fixed loading int arrays from trailing packed blobs in db2 ↵Shauren
files Closes #18072
2016-10-09Core/DataStores: Fixed loading signed db2 fieldsShauren
2016-08-20Core/Misc: Don't conditionally include non platform specific headersShauren
2016-08-20Core: Fixed non pch build for unixVincent-Michael
2016-08-06Warning fixShauren
2016-08-05Core/DataStores: Refactored DB2 loaders to no longer require sparse format ↵Shauren
to be specified at compile time
2016-07-20Fixed nopch build and some leftover warningsShauren
2016-07-19Warning fixesShauren
2016-07-18Tools: Extractor updatesShauren
* VMAP extractor does not work due to a bug in CascLib
2016-07-17Core/DataStores: Added sparse storage flag assertionShauren
2016-06-03Core/PacketIO: Updated SMSG_DB_REPLYShauren
2016-05-30Core/DataStores: Updated db2 to 7.0.3.21796Shauren
2016-05-27Core/DataStores: Updated db2 to 7.0.3.21737Shauren
2016-05-20Core/DataStores: Updated opcodes and db2 to 7.0.3.21414Shauren
2016-05-20Core/DataStores: Updated dbc/db2 to 7.0.1.20994Shauren
2016-05-20Core/DataStores: Updated dbc/db2 to 7.0.1.20914Shauren
2016-05-20Core/DataStores: Updated dbc/db2 to 7.0.1.20810Shauren
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
* Rewrite bnetserver for new authentication protocol
2016-03-28Core/PacketIO: Updated remaining packet structures and enums appearing in ↵Shauren
packets
2016-03-28Core/Network: Change SocketMgr.StartNetwork to take the thread count by arg ↵DDuarte
instead of config AuthSocketMgr doesn't need "Network.Threads" config Fixes "Missing name Network.Threads in config file authserver.conf" Ref #16859 (cherry picked from commit 980f28d2ce099f524abdb6faed3fe59ce4c0963a) # Conflicts: # src/server/authserver/Server/AuthSocketMgr.h # src/server/game/Server/WorldSocketMgr.cpp
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
* There is still the possibility to static link against shared.
2016-03-23Dep: Add rapidjsonShauren