index
:
mirror/TrinityCore.git
3.3.5
cata_classic
master
wotlk_classic
https://github.com/TrinityCore/TrinityCore.git @ 2025-12-26T15: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
2018-11-14
Fix nopch build
Shauren
2018-11-11
Core/Util: Redesign SmartEnum to properly work for large enums (>64 entries) ...
Treeston
2018-10-26
338e8ba follow-up (more constexpr)
Treeston
2018-10-26
Core/Misc: Partial merge of 3.3.5-dbedit:
Treeston
2018-09-27
cleanup unused variable error (2a607e6 follow-up)
Treeston
2018-09-27
Core/Misc: A few more advstd imports from C++17
Treeston
2018-09-13
[3.3.5] Core/Chat: Unify chat hyperlink parsing (PR #22417)
Treeston
2018-09-07
Scripts/Commands: New argument parsing methodology (PR #22363)
Treeston
2018-08-26
Utilities/EventProcessor: Added a overload to AddEventAtOffset accept rand time
Keader
2018-07-19
Common/Containers: Eliminate a edge case that could potentially lead to objec...
Treeston
2018-07-18
Misc: Pass std::chrono types by value everywhere.
Treeston
2018-04-06
Core/Movement: Replace old TargetedMovementGenerator into ChaseMovementGenera...
Treeston
2018-02-12
Core/Movement: Creatures' idle movement generator can no longer override play...
Treeston
2018-01-06
Core/Misc: Added compatibility layer for boost 1.66 and future std:: networki...
Shauren
2018-01-01
Update copyright note for 2018
tkrokli
2017-12-17
Core/Utilities: Globally enable C++14 chrono literals
Naios
2017-11-30
Some misc streamlining/cleanup:
Treeston
2017-11-25
Misc: More cleanup
Aokromes
2017-10-16
Dep/fmt: Update fmt to fmtlib/fmt@5f39721c0a4
Naios
2017-07-29
Core/Misc: Util changes
Shauren
2017-07-06
Utilities/Containers: New RandomResize implementation with guaranteed asympto...
Treeston
2017-07-01
Nopch fix 2
Shauren
2017-07-01
[3.3.5] Combat/Threat rewrite - prep & refactor (#19966)
Treeston
2017-06-19
Core: ported headers cleanup from master branch
ariel-
2017-06-05
Core/Utils: restored previous behaviour of RandomResize
ariel-
2017-06-03
Core/Utilities: Rename RandomResizeList->RandomResize as it is no longer rest...
Shauren
2017-06-03
Core/Utils: Changed all Trinity::Containers utilities to work on all containe...
Shauren
2017-05-23
Core/Misc: Prefix all preprocessor defines from CompilerDefs with TRINITY_ to...
Shauren
2017-04-11
Core/Random: Remove no longer needed hack for VS 2013
Shauren
2017-02-27
Core/Auras: reworked multiplicative AuraEffects calculation
ariel-
2017-02-06
Core/Misc: Added regex compatibility layer to fall back to boost::regex for r...
Shauren
2017-02-05
Core/Spells: Remade trajectory target selection (#19048)
xinef1
2017-01-23
Core/Util: avoid one useless copy when adding stuff into a HookList
ariel-
2017-01-02
Update Copyright notice for 2017
tkrokli
2016-12-29
Dep: Update fmt (cppformat) to 3.0.1 https://github.com/fmtlib/fmt/commit/7fa...
DDuarte
2016-11-14
Core/Utils: build fix
ariel-
2016-11-14
Core/ScriptMgr: use vector instead of list to contain Spell and Aura scripts ...
ariel-
2016-09-13
Common/Utilities: More std::chrono overloads for EventMap. Specifying 2 std::...
treeston
2016-08-29
Core/Define: Remove the conditional macro for constexpr.
Naios
2016-08-08
Core/Common: Converted the common library to a shared library.
Naios
2016-08-06
Common/Utilities: Reduce differences between 3.3.5 and 6.x branches
jackpoz
2016-08-06
Core/Utils: Added additional argument to Tokenizer class to make it behave li...
Shauren
2016-08-04
Common/Threading: Reduce differences between 3.3.5 and 6.x branches
jackpoz
2016-07-03
Core/EventProcessor: Check whether an event was aborted before aborting it.
Naios
2016-07-03
Core/EventProcessor: Wait for non deletable events to get deletable.
Naios
2016-05-24
Core/Containers: Warning fixes and RandomResizeList with predicate optimization
Shauren
2016-05-10
Core/Game: Remove some unnecessary export macros
Naios
2016-04-30
Core/Utilities: Inherit env vars when starting external processes
Naios
2016-04-26
Core/Misc: Use steady_clock instead of system_clock for calculating ms timers...
Shauren
2016-04-24
Core/Utils: replaced std::random_shuffle with our own implementation using SF...
joschiwald
[next]