index
:
mirror/TrinityCore.git
3.3.5
cata_classic
master
wotlk_classic
https://github.com/TrinityCore/TrinityCore.git @ 2025-12-24T16:01:01Z
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
common
/
Utilities
Age
Commit message (
Expand
)
Author
2025-11-15
Core/Misc: Add missing includes
Shauren
2025-10-11
Dep/fmt: Update to 12.0.0
Shauren
2025-07-13
Core/Misc: Move large functions out of header files
Shauren
2025-07-09
Core/Database: Add Empty and CancelAll functions to AsyncCallbackProcessor an...
Shauren
2025-07-09
Core/Random: Use standard aligned operator new and remove RandomEngine single...
Shauren
2025-06-23
Core/Misc: Remove StringFormat exception handling code from the header
Shauren
2025-06-17
Core/Misc: Remove extremely forgettable tiny utility function
Shauren
2025-06-13
Core/Misc: Remove a bunch of code from headers
Shauren
2025-06-11
Core/Common: Update PCH content to include most commonly used headers
Shauren
2025-06-08
Core/Misc: Remove boost/algorithm dependency
Shauren
2025-06-02
Core/Misc: Add end iterator/sentinel to make `char const*` work with std::ran...
Shauren
2025-06-02
Core/Misc: Move fmt::formatter forward declaration to a common header to redu...
Shauren
2025-05-23
Core/PacketIO: Remove ByteBuffer constructor from MessageBuffer
Shauren
2025-04-26
Core/Utils: Added nullptr_t assignment operator to unique_weak_ptr (alias for...
Shauren
2025-04-19
Core/Conditions: Added conditions for automatic learning spells with SkillLin...
Shauren
2025-04-13
Dep/Boost: Support boost 1.88
Shauren
2025-04-10
Core/Misc: Port C++23 std::forward_like
Shauren
2025-04-09
Core/Network: Move to separate project
Shauren
2025-04-08
Core/Network: Socket refactors
Shauren
2025-04-02
Core/Misc: Simplify Trinity::invocable_r concept
Shauren
2025-02-23
Core/Utils: Added map key/value utility projections for std::ranges algorithms
Shauren
2025-01-21
Core/Utils: Allow using Trinity::IteratorPair with SelectRandomContainerElement
Shauren
2025-01-19
Core/Misc: Added float chrono typedefs
Shauren
2025-01-17
Core/Misc: Remove return type std::enable_if based SFINAE
Shauren
2025-01-07
Core/Network: Simplify worldserver port configuration: removed InstanceServer...
Shauren
2024-12-31
Core/Misc: Include cleanup - remove MapUtils.h from Containers.h
Shauren
2024-12-31
Core/Misc: Add concepts restrictions on container utilities for better compil...
Shauren
2024-12-16
Fix codestyle
Shauren
2024-12-16
Fix build
Shauren
2024-12-16
Core/Misc: Fixed build with c++23 enabled
Shauren
2024-12-15
Core/Utils: Mark Trinity::HashFnv1a as constexpr
Shauren
2024-12-01
Fix nopch build
Shauren
2024-12-01
Core/Misc: Port std::ranges::contains from c++23
Shauren
2024-11-27
Adjust previous commit to compile with clang on systems that have gcc 12 inst...
Shauren
2024-11-26
Core/Misc: Modernize and improve GetMainPartOfName
Shauren
2024-11-23
Core/Misc: Remove non-portable hack of including `<__msvc_chrono.hpp>` - will...
Stephan T. Lavavej
2024-10-16
Core/Misc: Replace std::ostringstream based formatting with Trinity::StringFo...
Shauren
2024-10-05
Core/Chat: Improve ingame language translation (#30298)
Meji
2024-10-01
Core/Utilities: Extend make_unique_ptr_with_deleter functionality to allow it...
Shauren
2024-09-23
Core/Common: Catch and log child process creation errors
Shauren
2024-09-14
Core/Common: Output stdout/stderr from child process without waiting for it t...
Shauren
2024-09-14
Core: Remove boost iostreams dependency
Shauren
2024-07-16
Core/Logging: Minor internal refactor
Shauren
2024-07-14
Core/Utils: Transform char toUpper/toLower functions into callable function o...
Shauren
2024-05-07
Core/Misc: Minor change to make_unique_ptr_with_deleter to make it accept onl...
Shauren
2024-05-03
Dep/fmt: Upgrade to 10.2.1
Shauren
2024-05-02
Core/Misc: Minor fixes in preparation to support fmt v10
Shauren
2024-03-27
Build: Fix Linux aarch64 GCC build (#29831)
lee
2024-03-13
Core/Utils: unique_trackable_ptr improvements
Shauren
2024-03-12
Core/Utils: Added missing member access in unique_trackable_ptr move assignme...
Shauren
[next]