aboutsummaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)Author
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
2023-09-13Core/Misc: Silence compile warning in boost::process with version 1.83Shauren
2023-08-24Core/Misc: Modernize comparison operatorsShauren
2023-08-19Core/EventMap: Refactor and modernize EventMap (#29183)Kelno
2023-08-17Core/Logging: Fixed a few missed log format statementsShauren
2023-08-15Core/Logging: Minor compile time reducing refactor of log message formattingShauren
2023-08-15Core/Misc: Replace string to int conversion functions from Common.h with c++1...Shauren
2023-08-15Dep/fmt: Upgrade to 9.1.0Shauren
2023-08-15Core/Logging: Switch from fmt::sprintf to fmt::format (c++20 standard compati...Shauren
2023-08-12Core/Misc: Include cleanup, 2023 editionShauren
2023-08-12Core/Misc: Replace enable_if overload selection with if constexprShauren
2023-08-12Core/Misc: Migrate our c++20 advstd to standard featuresShauren
2023-08-12Core/Misc: Remove boost::heap::fibonacci_heap from header filesShauren
2023-08-12Core/Misc: Replaced boost::container::static_vector in packet classes with pl...Shauren
2023-08-12Core/Utils: Replace boost flat_set with our ownShauren
2023-08-12Core/Misc: Added a include hack for msvc <chrono> to use only c++17 bits from itShauren
2023-08-12Core/Threading: Modernize ProducerConsumerQueue a bit to fix GCC buildShauren
2023-08-12Core/Misc: Fixed deprecation warnings for c++20Shauren
2023-04-13Core/Misc: Fixed IpLocation crashes on invalid ip inputShauren
2022-10-08Core/Threading: Create ThreadPool classShauren
2022-10-01Core/Misc: Fix *BSD compile errors (#28287)Lloyd Dilley