aboutsummaryrefslogtreecommitdiff
path: root/src/server/shared
AgeCommit message (Collapse)Author
2018-11-05Core/PacketIO: Updated packet structures to 8.0.1Shauren
2018-09-16Core/DataStores: Implemented WDC2Shauren
2018-07-21Core/ByteBuffer: Fixed output truncation in ByteBuffer::hexlikeShauren
2018-05-12Core/DataStores: Fixed loading db2 locale stringsShauren
2018-03-25Tools: Moved db2 metadata structures to a location shared by all toolsShauren
2018-03-07Core/DataStores: Fixed writing hotfix packet for structures with uint64Shauren
Closes #21522
2018-02-18Core/DataStores: Updated db2 structures to 7.3.5.25996Shauren
2018-01-06Core/Misc: Added compatibility layer for boost 1.66 and future std:: ↵Shauren
networking stuff * Based on work done by @dimiandre in PR #21173 Closes #21171 Closes #21173
2018-01-01Update copyright note for 2018vincent-michael
auto happy = new year(2018);
2017-12-30Core/PacketIO: Update opcodes to 7.3.2Shauren
2017-12-20Build: Inherit the features and warning flags privatelyNaios
2017-12-20Build: Use the cotire library for precompiled header handlingNaios
* Required for handling flags inherited by linked projects correctly in the corresponding precompiled header. * Reduces the maintenance effort for precompiled headers (cherry picked from commit 92f96fc10e70b2d62cce832837477d958e2afbe3)
2017-11-25Misc: More cleanupAokromes
2017-11-25Misc: More cleanupAokromes
2017-10-11Core/Realms: Made realmlist threadsafeShauren
2017-10-07Core/DataStores: Implemented [] operator on DB2Storage (#20494)Štefan Lazový
2017-09-25Fix non-PCH build.Gacko
2017-08-21Core/Misc: fix interaction of spells like Shadowmeld with Threat reducing ↵ariel-
effects - SPELL_AURA_MOD_TOTAL_THREAT should be temporary and not added/subtracted from total, only computed - Cleanup of reference related code - Kill getLast() and reverse iterator obsevers, LinkedList iterator can't be used as a standard reverse_iterator (ie with operator++). They weren't used anyways (cherry picked from commit 3b6fd226bedb689847dadaeeba36a588ee9bc928) # Conflicts: # src/server/game/Combat/ThreatManager.cpp # src/server/game/Loot/LootMgr.h
2017-08-15Core/Networking: Activate single threaded optimization for io_service ↵Shauren
running in NetworkThread
2017-06-07Core/Misc: Some /W4 warning fixesShauren
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