| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |||
| 2016-07-17 | Core/DataStores: Added sparse storage flag assertion | Shauren | |
| 2016-06-03 | Core/PacketIO: Updated SMSG_DB_REPLY | Shauren | |
| 2016-05-30 | Core/DataStores: Updated db2 to 7.0.3.21796 | Shauren | |
| 2016-05-27 | Core/DataStores: Updated db2 to 7.0.3.21737 | Shauren | |
| 2016-05-20 | Core/DataStores: Updated opcodes and db2 to 7.0.3.21414 | Shauren | |
| 2016-05-20 | Core/DataStores: Updated dbc/db2 to 7.0.1.20994 | Shauren | |
| 2016-05-20 | Core/DataStores: Updated dbc/db2 to 7.0.1.20914 | Shauren | |
| 2016-05-20 | Core/DataStores: Updated dbc/db2 to 7.0.1.20810 | Shauren | |
| 2016-04-06 | Core/Misc: MSVC /W4 warning fixes | Shauren | |
| 2016-04-05 | Buildsystem: Initial changes to support building with vs clang toolset | Shauren | |
| 2016-03-28 | Build fixes | Shauren | |
| 2016-03-28 | Core: Updated to 6.2.4 | Shauren | |
| * Rewrite bnetserver for new authentication protocol | |||
| 2016-03-28 | Core/PacketIO: Updated remaining packet structures and enums appearing in ↵ | Shauren | |
| packets | |||
| 2016-03-28 | Core/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-26 | Core/Networking: Added SslSocket wrapper for boost::asio::ssl::stream | Shauren | |
| 2016-03-26 | Core/Shared: Added generated protobuf sources | Shauren | |
| 2016-03-26 | Core/Common: Moved MessageBuffer to common | Shauren | |
| 2016-03-26 | Core/Misc: Moved RealmList to shared | Shauren | |
| 2016-03-24 | Core/Shared: Converted the shared library to a shared library ,-). | Naios | |
| * There is still the possibility to static link against shared. | |||
| 2016-03-23 | Dep: Add rapidjson | Shauren | |
| 2016-03-19 | Core/Shared: Fix no PCH build | Naios | |
| (cherry picked from commit 5ac4507c877e9a6b73ca8bd3e2f44254eb06ab4a) | |||
| 2016-03-19 | CMake: Use inherited dependencies in database, shared and game | Naios | |
| (cherry picked from commit 469f2d3ade168de0b5be18112008c337067a8e03) | |||
| 2016-03-12 | Core/Networking: Fixed DelayedCloseSocket when compiled without ↵ | Shauren | |
| TC_SOCKET_USE_IOCP (linux) Closes #16769 | |||
| 2016-03-11 | Core/Common: Generalize platform specific includes in common/Platform | Naios | |
| 2016-03-10 | Core/Networking: Added new AsyncRead method to Socket class allowing to pass ↵ | Shauren | |
| a custom completion handler and refactor world socket initialization string handling | |||
| 2016-02-21 | Final build fix for gcc 4.7 (no longer supported in 8 days) | Shauren | |
| (cherry picked from commit 2345e848559b787710abac3bb73b513a069084c9) | |||
| 2016-02-19 | Core/Networking: Rewrite networking threading model | Shauren | |
| Each network thread has its own io_service - this means that all operations on a given socket except queueing packets run from a single thread, removing the need for locking Sending packets now writes to a lockfree intermediate queue directly, encryption is applied in network thread if it was required at the time of sending the packet | |||
| 2016-01-28 | Core/Misc: Removed unneccessary boost/asio/buffer.hpp include | Shauren | |
| 2016-01-01 | Update copyright note for 2016 | Vincent-Michael | |
| Happy new year (Again new year with idiots ...) | |||
| 2015-12-24 | Core/Utils: Moved rng functions to separate header and added utility ↵ | Shauren | |
| functions to select a random element from a container where each element can have different chance of being selected | |||
| 2015-11-07 | Core/DataStores: Fixed reading uint64 fields from DB2 files | Melvin1263 | |
| Closes #15818 Closes #15752 | |||
| 2015-10-06 | Core/Battle.net: | Shauren | |
| * Changed packet structures to mirror client names * Simplified ToString Building * Removed deprecated structures World: Cleaned up duplicate realm info 'realm' and 'realmHandle' variables (realmHandle was removed, that data is fully contained in realm) | |||
| 2015-09-25 | Core/PacketIO: Updated and enabled SupportTicketSubmitComplaint, ↵ | Shauren | |
| SupportTicketSubmitSuggestion | |||
| 2015-09-07 | Core/DataStores: Updated DBC and DB2 structures to 6.2.2.20444 | Shauren | |
| 2015-09-02 | Core/DataStores: Corrected memory allocation for DB2 files. Non-localized ↵ | Shauren | |
| strings no longer reserve memory for all locales | |||
