aboutsummaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)Author
2023-05-04Core: Update to 10.1Shauren
2023-04-27Core/DataStores: Optimized DB2Storage::begin to remove searching for lowest i...Shauren
2023-04-26Core/DataStores: Changed empty string checks in db2 loaders to not rely on un...Shauren
2023-04-18Core/DataStores: Added temporary workaround for buggy db2 metadata in build 1...Shauren
2023-04-18Core/DataStores: Minor db2 loader cleanupShauren
2023-04-13Core/Misc: Fixed IpLocation crashes on invalid ip inputShauren
2023-04-10Core/Misc: Fix build with libc++Shauren
2023-04-08Core/Misc: Fix typos in bannerMeji
2023-04-06Core/Misc: Modernize code a bit by replacing std::tie with either structured ...Shauren
2023-03-11Core/DataStores: Fixed loading CommonData when IdTable is present (#28853)Ghaster
2023-02-03Core/DataStores: Fixed string fields containing empty strings in some 10.0.5 ...Shauren
2023-01-31Core/Misc: Fixed clang 15 warningsShauren
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