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