| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-11-05 | Core/PacketIO: Updated packet structures to 8.0.1 | Shauren | |
| 2018-09-16 | Core/DataStores: Implemented WDC2 | Shauren | |
| 2018-07-21 | Core/ByteBuffer: Fixed output truncation in ByteBuffer::hexlike | Shauren | |
| 2018-05-12 | Core/DataStores: Fixed loading db2 locale strings | Shauren | |
| 2018-03-25 | Tools: Moved db2 metadata structures to a location shared by all tools | Shauren | |
| 2018-03-07 | Core/DataStores: Fixed writing hotfix packet for structures with uint64 | Shauren | |
| Closes #21522 | |||
| 2018-02-18 | Core/DataStores: Updated db2 structures to 7.3.5.25996 | Shauren | |
| 2018-01-06 | Core/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-01 | Update copyright note for 2018 | vincent-michael | |
| auto happy = new year(2018); | |||
| 2017-12-30 | Core/PacketIO: Update opcodes to 7.3.2 | Shauren | |
| 2017-12-20 | Build: Inherit the features and warning flags privately | Naios | |
| 2017-12-20 | Build: Use the cotire library for precompiled header handling | Naios | |
| * 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-25 | Misc: More cleanup | Aokromes | |
| 2017-11-25 | Misc: More cleanup | Aokromes | |
| 2017-10-11 | Core/Realms: Made realmlist threadsafe | Shauren | |
| 2017-10-07 | Core/DataStores: Implemented [] operator on DB2Storage (#20494) | Štefan Lazový | |
| 2017-09-25 | Fix non-PCH build. | Gacko | |
| 2017-08-21 | Core/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-15 | Core/Networking: Activate single threaded optimization for io_service ↵ | Shauren | |
| running in NetworkThread | |||
| 2017-06-07 | Core/Misc: Some /W4 warning fixes | Shauren | |
| 2017-05-14 | Misc: Add license header to Memory.h | DDuarte | |
| 2017-05-14 | Core/Entities : Basic Conversation Implementation (#18010) | Traesh | |
| 2017-05-13 | Core/Grids: Ported cmangos/mangos-wotlk@ea99457e50790acde8928aa0f3dc4a9c096b4a8c | Shauren | |
| 2017-05-13 | Core/Packets: Implemented CMSG_QUERY_REALM_NAME and SMSG_REALM_QUERY_RESPONSE | joschiwald | |
| 2017-05-13 | Build fix | Shauren | |
| 2017-05-13 | Core/Shared: Include cleanup | Shauren | |
| 2017-05-12 | Core/Database: Include cleanup | Shauren | |
| 2017-05-11 | Core/Common: Include cleanup | Shauren | |
| 2017-05-04 | Fix build. | Gacko | |
| 2017-05-04 | Core/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-26 | Core/Misc: Fixed issues found by coverity | Shauren | |
| CID 1374575, 1374574, 1374573, 1374572, 1374563, 1374556 | |||
| 2017-04-19 | Core/DataStores: Updated sending out hotfixes | Shauren | |
| 2017-03-08 | Core/DataStores: Refactor DB2 loaders to be reusable by extractors | Shauren | |
| 2017-03-02 | Core/DataStores: Fixed crash in hotfix packet building | Shauren | |
| Closes #19218 | |||
| 2017-02-26 | Core/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-12 | Core/MMAPs: Update recast | jackpoz | |
| Update recast to https://github.com/recastnavigation/recastnavigation/commit/64385e9ed0822427bca5814d03a3f4c4d7a6db9f (cherry picked from commit 1d7013e0e2758b1468a488dd17e3f5c5ce5f265d) # Conflicts: # dep/PackageList.txt | |||
| 2017-01-24 | Core/Packets: Changed ByteBuffer write exceptions into asserts (reading is ↵ | Shauren | |
| unaffected as data comes from untrusted source - client) | |||
| 2017-01-01 | Update copyright note for 2017 | vincent-michael | |
| Happy new year | |||
| 2016-12-14 | Core/DataStores: Fixed loading non-localized db2 strings | Shauren | |
| Closes #18451 | |||
| 2016-11-02 | Core/DataStores: Fixed crash with db2 loaders on gcc 4.9 | Shauren | |
| Closes #18166 | |||
| 2016-10-26 | Core/DataStores: Removed the need to edit DB2Metadata automatically ↵ | Shauren | |
| generated to account for non-localized string fields | |||
| 2016-10-15 | Core/DataStores: Fixed loading int arrays from trailing packed blobs in db2 ↵ | Shauren | |
| files Closes #18072 | |||
| 2016-10-09 | Core/DataStores: Fixed loading signed db2 fields | Shauren | |
| 2016-08-20 | Core/Misc: Don't conditionally include non platform specific headers | Shauren | |
| 2016-08-20 | Core: Fixed non pch build for unix | Vincent-Michael | |
| 2016-08-06 | Warning fix | Shauren | |
| 2016-08-05 | Core/DataStores: Refactored DB2 loaders to no longer require sparse format ↵ | Shauren | |
| to be specified at compile time | |||
| 2016-07-20 | Fixed nopch build and some leftover warnings | Shauren | |
| 2016-07-19 | Warning fixes | Shauren | |
| 2016-07-18 | Tools: Extractor updates | Shauren | |
| * VMAP extractor does not work due to a bug in CascLib | |||
