aboutsummaryrefslogtreecommitdiff
path: root/src/common/Containers
AgeCommit message (Collapse)Author
2025-01-01Core/Misc: Add concepts restrictions on container utilities for better ↵Shauren
compiler error messages (cherry picked from commit 380dac62fdf88ab11de5547398e4bd9f0855b081)
2024-08-17Core/Utils: Unwrap non-copyable pointers (unique_ptr) from ↵Shauren
Trinity::Containers::MapGetValuePtr (cherry picked from commit edb20999a3b414ebe1b89410f08f2434e8da1cdb)
2024-07-05Core/Spells: Implemented SPELL_ATTR9_ITEM_PASSIVE_ON_CLIENTShauren
(cherry picked from commit 321161230fe557f930bb155729d9150c42c5758c)
2023-08-18Core/Auras: Minor optimization for Unit object creation with msvc (not ↵Shauren
allocating a list end sentinel node for all of the 500 lists stored in Unit for each aura type)
2023-01-07Core/Misc: Replace enable_if overload selection with if constexprShauren
2023-01-06Core/Utils: Replace boost flat_set with our ownShauren