aboutsummaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)Author
2023-10-31Core/Random: Changed random functions returning doubles to return floatsShauren
2023-10-13Dep/Boost: Drop windows boost hacks (#29358)funjoker
2023-10-05Core/Realms: Replaced hardcoded realm category list with Cfg_Categories.db2Shauren
2023-09-17Core/Misc: mac build fixShauren
2023-09-16Core/SSL: Support more certificate formatsShauren
2023-09-13Core/Misc: Silence compile warning in boost::process with version 1.83Shauren
2023-08-25Core/Logging: Fixed log message order not being preserved when async logging ...Shauren
2023-08-24Core/Misc: Modernize comparison operatorsShauren
2023-08-18Core/Auras: Minor optimization for Unit object creation with msvc (not alloca...Shauren
2023-08-16Core/Misc: Fixed minor formatting mistakesShauren
2023-08-08Core/MMaps: Fixed pathing for objects that have terrain swaps activeShauren
2023-07-23Core/Logging: Minor compile time reducing refactor of log message formattingShauren
2023-07-20Core/Bnet: Send hostnames in portal requests for launcherloginShauren
2023-07-19Scripts/Spells: Allow using templated spell script with multiple template arg...Shauren
2023-07-18Core/Network: Don't send localhost addresses to external clientsShauren
2023-07-17GCC build fixShauren
2023-07-16Core/Common: Use the [[unlikely]] keyword in all assert, warning and error ma...Ovahlord
2023-07-15Core/Network: Refactor local/remote ip address selection code and allow using...Shauren
2023-06-09Core/Config: Implement reading config overrides from subdirectory (#29068)Смердокрыл
2023-05-13Core/Misc: Replace string to int conversion functions from Common.h with c++1...Shauren
2023-05-06Core/Misc: TaskScheduler cleanup (#28862)Gosha
2023-05-05Core/DataStores: Remove temporary 10.0.7 workraroundShauren
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