aboutsummaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)Author
2025-08-15Core/Utils: Added .contains member function to FlatSetShauren
2025-08-15Core/Utils: Fix nopch build with gcc 14Shauren
2025-07-18Core/Misc: Add splice/pop_front/pop_back to LinkedListHeadShauren
2025-07-13Core/Misc: Move large functions out of header filesShauren
2025-07-13Core/CrashHandler: Fix nopch buildShauren
2025-07-09Core/Database: Add Empty and CancelAll functions to AsyncCallbackProcessor an...Shauren
2025-07-09Core/Random: Use standard aligned operator new and remove RandomEngine single...Shauren
2025-07-06Core/CrashHandler: Remove MAX_PATH limitShauren
2025-06-23Core/Misc: Remove StringFormat exception handling code from the headerShauren
2025-06-17Core/Misc: Remove extremely forgettable tiny utility functionShauren
2025-06-17Core/Calendar: MSVC nopch fixShauren
2025-06-13Core/Misc: Remove a bunch of code from headersShauren
2025-06-11Core/Network: Enable PCHShauren
2025-06-11Core/Common: Update PCH content to include most commonly used headersShauren
2025-06-11Core/Misc: Fix revision_data.h and boost/predef preprocessor macro conflictShauren
2025-06-10Core/Misc: Kill copy/move constructors for singleton classesShauren
2025-06-08Core/Misc: Remove boost/algorithm dependencyShauren
2025-06-07Tools/Extractors: Skip extracting visual only liquids (determined by LiquidMa...Shauren
2025-06-02Core/Network: Make ip address formattable with fmtShauren
2025-06-02Core/Misc: Add end iterator/sentinel to make `char const*` work with std::ran...Shauren
2025-06-02Core/Misc: Move fmt::formatter forward declaration to a common header to redu...Shauren
2025-05-23Core/PacketIO: Remove ByteBuffer constructor from MessageBufferShauren
2025-05-22Core/Network: Fix typo in AsyncAcceptor function name (#30975)An-Zheng
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