aboutsummaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)Author
2025-05-19Core/Misc: Add support for non-copyable types in LockedQueueShauren
2025-05-19Core/Misc: Fixed some uninitialized variablesShauren
2025-05-19Core/Misc: Silence some statis analysis false positive warningsShauren
2025-05-13Core/Misc: Make string and string_view literal suffixes globally availableShauren
2025-05-07Core/Config: Use std::string_view instead of std::string to lookup config valuesShauren
2025-04-26Core/Utils: Added nullptr_t assignment operator to unique_weak_ptr (alias for...Shauren
2025-04-19Core/Conditions: Added conditions for automatic learning spells with SkillLin...Shauren
2025-04-14Core/Utilities: Added boost asio callback that transforms callback signatures...Shauren
2025-04-13Dep/Boost: Support boost 1.88Shauren
2025-04-13Core/Network: Minor include cleanup and add more required functions and typde...Shauren
2025-04-10Core/Misc: Port C++23 std::forward_likeShauren
2025-04-09Core/Network: Move to separate projectShauren
2025-04-08Core/Network: Socket refactorsShauren
2025-04-02Core/Misc: Simplify Trinity::invocable_r conceptShauren
2025-03-02Core: Updated to 11.1.0Shauren
2025-03-02Core/DataStores: Support non-uint32 ID fieldsShauren
2025-02-23Core/Utils: Added map key/value utility projections for std::ranges algorithmsShauren
2025-01-21Core/Utils: Allow using Trinity::IteratorPair with SelectRandomContainerElementShauren
2025-01-19Core/Misc: Added float chrono typedefsShauren
2025-01-17Core/Misc: Remove return type std::enable_if based SFINAEShauren
2025-01-07Core/Network: Simplify worldserver port configuration: removed InstanceServer...Shauren
2024-12-31Core/Misc: Include cleanup - remove MapUtils.h from Containers.hShauren
2024-12-31Core/Misc: Add concepts restrictions on container utilities for better compil...Shauren
2024-12-18Core: Updated to 11.0.7Shauren
2024-12-18Core/Crypto: Added HMAC_SHA512 definitionShauren
2024-12-18Core/Crypto: Allow different AES key lengthsShauren
2024-12-16Fix codestyleShauren
2024-12-16Fix buildShauren
2024-12-16Core/Misc: Fixed build with c++23 enabledShauren
2024-12-15Core/Utils: Mark Trinity::HashFnv1a as constexprShauren
2024-12-11Core/Vmaps: Minor cleanup (formatting) and documentation updates for BIH::bui...Shauren
2024-12-09Dep: Replace basic_deadline_timer with std::chrono based basic_waitable_timerShauren
2024-12-01Fix nopch buildShauren
2024-12-01Core/Misc: Port std::ranges::contains from c++23Shauren
2024-11-28Core/Vmaps: Don't ignore model rotation when calculating liquid levelShauren
2024-11-27Adjust previous commit to compile with clang on systems that have gcc 12 inst...Shauren
2024-11-26Core/Misc: Modernize and improve GetMainPartOfNameShauren
2024-11-23Core/Misc: Remove non-portable hack of including `<__msvc_chrono.hpp>` - will...Stephan T. Lavavej
2024-11-14Core/Misc: Support IPv6 ip2locationShauren
2024-11-12Core/Networking: Support IPv6Shauren
2024-10-16Core/Misc: Replace std::ostringstream based formatting with Trinity::StringFo...Shauren
2024-10-09Core/Crypto: Respect OPENSSL_MODULES environment variable if set by user that...Shauren
2024-10-05Core/Chat: Improve ingame language translation (#30298)Meji
2024-10-01Core/Utilities: Extend make_unique_ptr_with_deleter functionality to allow it...Shauren
2024-09-27Core/DataStores: Removed overriding field sign type based on db2 column compr...Shauren
2024-09-23Core/Common: Catch and log child process creation errorsShauren
2024-09-23Core/CrashHandler: Output inlined stack framesShauren
2024-09-23Core/CrashHandler: Make WheatyExceptionReport fields not static to ensure con...Shauren
2024-09-20Build: Add WITH_WARNINGS_AS_ERRORS cmake option that turns compile warnings i...Shauren
2024-09-15Build: Automatically include WindowsSettings.manifest in all executables inst...Shauren