index
:
mirror/TrinityCore.git
3.3.5
cata_classic
master
wotlk_classic
https://github.com/TrinityCore/TrinityCore.git @ 2025-12-31T17:01:01Z
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
common
Age
Commit message (
Expand
)
Author
2025-05-19
Core/Misc: Add support for non-copyable types in LockedQueue
Shauren
2025-05-19
Core/Misc: Fixed some uninitialized variables
Shauren
2025-05-19
Core/Misc: Silence some statis analysis false positive warnings
Shauren
2025-05-13
Core/Misc: Make string and string_view literal suffixes globally available
Shauren
2025-05-07
Core/Config: Use std::string_view instead of std::string to lookup config values
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-14
Core/Utilities: Added boost asio callback that transforms callback signatures...
Shauren
2025-04-13
Dep/Boost: Support boost 1.88
Shauren
2025-04-13
Core/Network: Minor include cleanup and add more required functions and typde...
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-03-02
Core: Updated to 11.1.0
Shauren
2025-03-02
Core/DataStores: Support non-uint32 ID fields
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-18
Core: Updated to 11.0.7
Shauren
2024-12-18
Core/Crypto: Added HMAC_SHA512 definition
Shauren
2024-12-18
Core/Crypto: Allow different AES key lengths
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-11
Core/Vmaps: Minor cleanup (formatting) and documentation updates for BIH::bui...
Shauren
2024-12-09
Dep: Replace basic_deadline_timer with std::chrono based basic_waitable_timer
Shauren
2024-12-01
Fix nopch build
Shauren
2024-12-01
Core/Misc: Port std::ranges::contains from c++23
Shauren
2024-11-28
Core/Vmaps: Don't ignore model rotation when calculating liquid level
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-11-14
Core/Misc: Support IPv6 ip2location
Shauren
2024-11-12
Core/Networking: Support IPv6
Shauren
2024-10-16
Core/Misc: Replace std::ostringstream based formatting with Trinity::StringFo...
Shauren
2024-10-09
Core/Crypto: Respect OPENSSL_MODULES environment variable if set by user that...
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-27
Core/DataStores: Removed overriding field sign type based on db2 column compr...
Shauren
2024-09-23
Core/Common: Catch and log child process creation errors
Shauren
2024-09-23
Core/CrashHandler: Output inlined stack frames
Shauren
2024-09-23
Core/CrashHandler: Make WheatyExceptionReport fields not static to ensure con...
Shauren
2024-09-20
Build: Add WITH_WARNINGS_AS_ERRORS cmake option that turns compile warnings i...
Shauren
2024-09-15
Build: Automatically include WindowsSettings.manifest in all executables inst...
Shauren
[next]