aboutsummaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)Author
2024-07-05Core/Vmaps: Replace floatToRawIntBits/intBitsToFloat with standard bit_cast u...Shauren
2024-07-04Core/Vmaps: Replace manual reference counting with shared_ptr and slightly re...Shauren
2024-07-02Core/Spells: Implemented SPELL_ATTR9_ITEM_PASSIVE_ON_CLIENTShauren
2024-06-02Build fixShauren
2024-06-02Core/Misc: Fixed windows _UNICODE incompatibilitiesShauren
2024-06-02Core/Crypto: Rename our Argon2 to avoid possible conflict with library file o...Shauren
2024-05-12Core/Cryptography: dropped support for OpenSSL 1.1Ovahlord
2024-05-07Core/Misc: Minor change to make_unique_ptr_with_deleter to make it accept onl...Shauren
2024-05-03Dep/fmt: Upgrade to 10.2.1Shauren
2024-05-02Core/Misc: Minor fixes in preparation to support fmt v10Shauren
2024-04-22Core/Misc: Support boost 1.85Shauren
2024-03-27Build: Fix Linux aarch64 GCC build (#29831)lee
2024-03-25Core/vmaps: Improved WMO detection for group models that don't have floorShauren
2024-03-21Core: Updated to 10.2.6.53840Shauren
2024-03-19Core/Logging: Fix intellisense errors - people don't like it when code glows ...Shauren
2024-03-15Core/Logging: Improved generated code for log statements (length of text is c...Shauren
2024-03-13Core/vmaps: Reset BIH::bounds on tree rebuildsShauren
2024-03-13Core/Utils: unique_trackable_ptr improvementsShauren
2024-03-12Core/Utils: Added missing member access in unique_trackable_ptr move assignme...Shauren
2024-03-11Fix tests buildShauren
2024-03-11Core/Misc: Fixed windows nopch buildShauren
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