aboutsummaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)Author
2024-03-11Core/Utils: Added a custom smart pointer type unique_trackable_ptr - a specia...Shauren
2024-03-07Core/vmaps: Removed vmap lookup functions duplicating functionality of each o...Shauren
2024-03-06Core/vmaps: Increment vmap format version numberShauren
2024-03-06Tools/vmap_extractor: Move information about model type from spawns in vmap t...Shauren
2024-03-06Tools/mmaps_generator: Added const on some functions interfacing with vmapsShauren
2024-03-01Core/Misc: Replace sprintf with safer alternatives (Trinity::StringFormat or ...Shauren
2024-02-28Core/Misc: Allow formatting optionals with Trinity::StringFormatShauren
2024-02-26Core/Logging: Call Log::instance() only once in each log statementShauren
2024-02-17Core/CrashHandler: Support dumping variables stored in cpu registers (not acc...Shauren
2024-02-17Core/CrashHandler: Support ARM64Shauren
2024-02-17Core/Random: Use correct headers to obtain _mm_malloc definitionsShauren
2024-01-21Core: Updated to 10.2.5Shauren
2024-01-02Core/Maps: implement LIQUID_MAP_OCEAN_FLOOR to identify units that are on the...Ovahlord
2023-12-26Core/Bnet: Implemented new SRP6 variants, and migrate old sha_pass_hash in ba...Shauren
2023-12-24Core/Common: fixed nopch build for msvc compilers (#29516)Ovahlord
2023-12-19Core/Crypto: Added SHA 512 definitionsShauren
2023-12-17Core/Bnet: Rewrite LoginRESTService using boost::beast instead of gsoap as ht...Shauren
2023-12-16Core/Misc: Minor refactors in BaseEncoding and SslSocket to prepare for futur...Shauren
2023-12-15Core/Database: Replace DatabaseWorker with asio io_contextShauren
2023-12-12Core/Locales: Fixed mac buildShauren
2023-12-08Core/Misc: Minor code modernization - kill std::bindShauren
2023-12-01Core/Misc: Added windows version checks during startup to avoid confusion abo...Shauren
2023-11-25Core/Locales: Revert back to using C locale for number formattingShauren
2023-11-24Core/Locales: Set active code page and locale used by c string functions to utf8Shauren
2023-11-21nopch fixShauren
2023-11-21Core/Calendar: Implement different timezone support for ingame calendarShauren
2023-11-19Core/CrashHandler: Add a timeout to retrieving windows version from WMIShauren
2023-11-10Core/Utilities: Added timer series queuing to EventMap (#29420)ModoX
2023-10-31Core/Random: Changed random functions returning doubles to return floatsShauren
2023-10-13Dep/Boost: Drop windows boost hacks (#29358)funjoker
2023-10-05Core/Realms: Replaced hardcoded realm category list with Cfg_Categories.db2Shauren
2023-09-17Core/Misc: mac build fixShauren
2023-09-16Core/SSL: Support more certificate formatsShauren
2023-09-13Core/Misc: Silence compile warning in boost::process with version 1.83Shauren
2023-08-25Core/Logging: Fixed log message order not being preserved when async logging ...Shauren
2023-08-24Core/Misc: Modernize comparison operatorsShauren
2023-08-18Core/Auras: Minor optimization for Unit object creation with msvc (not alloca...Shauren
2023-08-16Core/Misc: Fixed minor formatting mistakesShauren
2023-08-08Core/MMaps: Fixed pathing for objects that have terrain swaps activeShauren
2023-07-23Core/Logging: Minor compile time reducing refactor of log message formattingShauren
2023-07-20Core/Bnet: Send hostnames in portal requests for launcherloginShauren
2023-07-19Scripts/Spells: Allow using templated spell script with multiple template arg...Shauren
2023-07-18Core/Network: Don't send localhost addresses to external clientsShauren
2023-07-17GCC build fixShauren
2023-07-16Core/Common: Use the [[unlikely]] keyword in all assert, warning and error ma...Ovahlord
2023-07-15Core/Network: Refactor local/remote ip address selection code and allow using...Shauren
2023-06-09Core/Config: Implement reading config overrides from subdirectory (#29068)Смердокрыл
2023-05-13Core/Misc: Replace string to int conversion functions from Common.h with c++1...Shauren
2023-05-06Core/Misc: TaskScheduler cleanup (#28862)Gosha
2023-05-05Core/DataStores: Remove temporary 10.0.7 workraroundShauren