aboutsummaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)Author
2025-08-30Core/Misc: Fix revision_data.h and boost/predef preprocessor macro conflictShauren
2025-08-30Build: Add WITH_WARNINGS_AS_ERRORS cmake option that turns compile warnings i...Shauren
2025-08-30Build: Automatically include WindowsSettings.manifest in all executables inst...Shauren
2025-08-30Core/Common: Compile ServiceWin32 as part of common project instead of direct...Shauren
2025-08-30Core/CrashHandler: Compile WheatyExceptionReport only once and moved its glob...Shauren
2025-08-30Core/Misc: CompilerDefs/GitRevision improvementsShauren
2025-08-30Build fixShauren
2025-08-30Core/Misc: Fixed windows _UNICODE incompatibilitiesShauren
2025-08-30Core/Misc: Replace sprintf with safer alternatives (Trinity::StringFormat or ...Shauren
2025-08-15Core/Utils: Added .contains member function to FlatSetShauren
2025-08-15Core/Utils: Fix nopch build with gcc 14Shauren
2025-07-09Core/Database: Add Empty and CancelAll functions to AsyncCallbackProcessor an...Shauren
2025-05-08Core/Misc: Minor corrections to urls and grammar in logs and comments (#30917)CraftedRO
2025-04-13Dep/Boost: Support boost 1.88Shauren
2025-04-13Core/Common: Catch and log child process creation errorsShauren
2025-04-13Core/Common: Output stdout/stderr from child process without waiting for it t...Shauren
2025-04-13Core: Remove boost iostreams dependencyShauren
2025-04-13Build: Fixed CMake 3.30 FindBoost deprecation warningShauren
2025-04-13Build: CMake cleanupShauren
2025-04-13Core/Crypto: Rename our Argon2 to avoid possible conflict with library file o...Shauren
2025-02-18Dep: Replace basic_deadline_timer with std::chrono based basic_waitable_timerShauren
2025-02-15Core/Misc: Remove non-portable hack of including `<__msvc_chrono.hpp>` - will...Stephan T. Lavavej
2024-11-28Core/Vmaps: Don't ignore model rotation when calculating liquid levelShauren
2024-11-19Core/vmaps: Improved WMO detection for group models that don't have floorShauren
2024-11-19Core/vmaps: Removed vmap lookup functions duplicating functionality of each o...Shauren
2024-11-18Core/Vmaps: Fix inconsistency of hitInstance and hitModel to cause wrong area...ModoX
2024-07-14Core/Utils: Transform char toUpper/toLower functions into callable function o...Shauren
2024-04-22Core/Misc: Support boost 1.85Shauren
2024-04-07Core/Config: Implement reading config overrides from subdirectory (#29068)Смердокрыл
2024-03-27Build: Fix Linux aarch64 GCC build (#29831)lee
2024-03-13Core/vmaps: Reset BIH::bounds on tree rebuildsShauren
2024-03-13Core/Utils: unique_trackable_ptr improvementsShauren
2024-03-13Core/Utils: Added missing member access in unique_trackable_ptr move assignme...Shauren
2024-03-13Fix tests buildShauren
2024-03-13Core/Misc: Fixed windows nopch buildShauren
2024-03-13Core/Utils: Added a custom smart pointer type unique_trackable_ptr - a specia...Shauren
2024-02-26Core/CrashHandler: Support dumping variables stored in cpu registers (not acc...Shauren
2024-02-26Core/CrashHandler: Support ARM64Shauren
2024-02-26Core/Random: Use correct headers to obtain _mm_malloc definitionsShauren
2024-02-26Dep/Boost: Drop windows boost hacks (#29358)funjoker
2024-02-26Build: Cleanup boost CMakeLists from pre-c++11 flag checksShauren
2024-02-26Core/Crypto: Remove support for OpenSSL 1.0Shauren
2024-02-26Build: Partial support for clang-clShauren
2024-02-13Core/MMAPs: Sprinkle master branch thread safety on mmap loading codeShauren
2023-12-02Core/Misc: Added windows version checks during startup to avoid confusion abo...Shauren
2023-12-02Core/Locales: Revert back to using C locale for number formattingShauren
2023-12-02Core/Locales: Set active code page and locale used by c string functions to utf8Shauren
2023-12-02Core/Calendar: Implement different timezone support for ingame calendarShauren
2023-11-19Core/CrashHandler: Add a timeout to retrieving windows version from WMIShauren
2023-09-17Core/Misc: mac build fixShauren