aboutsummaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)Author
2023-01-10Core/Logging: Fixed remaining uses of STRING_VIEW_FMT in log statementsShauren
2023-01-08Dep/fmt: Upgrade to 9.1.0Shauren
2023-01-08Core/Logging: Switch from fmt::sprintf to fmt::format (c++20 standard compati...Shauren
2023-01-07Core/Misc: Include cleanup, 2023 editionShauren
2023-01-07Core/Misc: Replace enable_if overload selection with if constexprShauren
2023-01-07Core/Misc: Migrate our c++20 advstd to standard featuresShauren
2023-01-06Core/Misc: Remove boost::container::small_vector from header filesShauren
2023-01-06Core/Misc: Remove boost::heap::fibonacci_heap from header filesShauren
2023-01-06Core/Misc: Replaced boost::container::static_vector in packet classes with pl...Shauren
2023-01-06Core/Utils: Replace boost flat_set with our ownShauren
2023-01-05Core/Misc: Added a include hack for msvc <chrono> to use only c++17 bits from itShauren
2022-12-30Core/Vmaps: Fix inconsistency of hitInstance and hitModel to cause wrong area...ModoX
2022-12-20Core/vmaps: Stop worldserver startup when gameobject models cannot be loadedShauren
2022-12-20Core/Threading: Modernize ProducerConsumerQueue a bit to fix GCC buildShauren
2022-12-14Core/DataStores: Fixed loading empty db2 filesShauren
2022-12-14Core/DataStores: Made DB2LoadInfo constexprShauren
2022-11-20Core/Misc: Switch GetLocaleByName to use string_viewShauren
2022-11-06Core/Misc: Added noexcept to move constructors and move assignment operatorsShauren
2022-11-05Build: Cleanup boost CMakeLists from pre-c++11 flag checksShauren
2022-10-13Core/Threading: Create ThreadPool classShauren
2022-10-01Core/Misc: Fix *BSD compile errors (#28287)Lloyd Dilley
2022-09-19Core/Misc: Changed string formatting functions to accept std::string_view as ...Shauren
2022-09-06Core/Crypto: Remove support for OpenSSL 1.0Shauren
2022-09-05Core/Debugging: Improve SymInitialize fail message (#28206)ihm-tswow
2022-09-05Core/Crypto: Fixed build with openssl 1.1daMaex
2022-09-05Core/Crypto: Fixed loading legacy openssl provider for RC4 on windowsShauren
2022-09-05Core/Crypto: Updated ARC4 code with openssl 3.0 supportdaMaex
2022-09-02Core/Misc: Minor refactor to std::hash specialization for std::pair to avoid ...Shauren
2022-08-18Core/Misc: Dynamic build fix (add missing TC_COMMON_API)Shauren
2022-08-16Core/DataStores: Sprinkle some constexpr on db2 metaShauren
2022-08-01Core/Crypto: Removed unneccessary std::reverse in Ed25519::SignShauren
2022-08-01Core/Crypto: Added Ed25519 implementationShauren
2022-07-23Core/Maps: Move terrain data handling out of Map classShauren
2022-06-17Core/Crypto: Fixed openssl 3.0 compatibility for custom hmac_sha256 digest fo...Shauren
2022-06-17Core/Utils: Added helper function to make creating unique_ptr with custom del...Shauren
2022-06-16Core/Crypto: Fixed GenericHMAC::Finalize wth openssl 3.0daMaex
2022-06-10Core/Metric: Sync default Metric.Interval valuejackpoz
2022-06-10Core/Metric: Fixed double logging metric timersShauren
2022-06-10Core/Metric: Build fix for WITH_DETAILED_METRICSShauren
2022-06-10Core/Metric: Minor optimizations for metrics (reducing number of allocations)Shauren
2022-06-10Core/CrashHandler: Support retrieving windows version names for all future ve...Shauren
2022-05-22Core/GameObjects: Use all axis rotations for gameobject model collision, not ...Shauren
2022-05-11Core/Misc: Remove uses of std::aligned_storage (deprecated in future c++ stan...Shauren
2022-05-09Core/Logging: Remove string allocations for logs that are not going to be loggedShauren
2022-05-06Core/Crypto: Fixed EVP_PKEY reference counting for copied objectsShauren
2022-05-03Codestyle fix - remove empty linesShauren
2022-05-03Core/Crypto: Fix nopch buildShauren
2022-05-03Core/Crypto: Switch away from most deprecated openssl functions and removed u...Shauren
2022-05-03Core/Misc: Prefix include guard to avoid possible conflict with external libraryShauren
2022-04-18Core/Vmaps: Use provided invDirection from G3D::Ray instead of calculating it...Gosha