aboutsummaryrefslogtreecommitdiff
path: root/src/common/Utilities
AgeCommit message (Expand)Author
2017-02-18Fixed build and typojoschiwald
2017-02-17Core/Misc: Added missing includejoschiwald
2017-02-17Scripts/Command: Fixed phases output in .pinfo commandjoschiwald
2017-01-04Core/SpellScripts: Added some const correctnessjoschiwald
2017-01-01Update copyright note for 2017vincent-michael
2016-12-29Dep: Update fmt (cppformat) to 3.0.1 https://github.com/fmtlib/fmt/commit/7fa...DDuarte
2016-12-10Core/Misc: Added regex compatibility layer to fall back to boost::regex for r...Shauren
2016-11-14Core/ScriptMgr: use vector instead of list to contain Spell and Aura scripts ...ariel-
2016-10-22Build fixShauren
2016-09-01Core/Random: Remove no longer needed hack for VS 2013Shauren
2016-08-29Core/Define: Remove the conditional macro for constexpr.Naios
2016-08-06Common/Utilities: Reduce differences between 3.3.5 and 6.x branchesjackpoz
2016-07-05Core/EventProcessor: Check whether an event was aborted before aborting it.Naios
2016-07-05Core/EventProcessor: Wait for non deletable events to get deletable.Naios
2016-06-04Core/Utils: Added additional argument to Tokenizer class to make it behave li...Shauren
2016-05-24Core/Containers: Warning fixes and RandomResizeList with predicate optimizationShauren
2016-05-10Core/Game: Remove some unnecessary export macrosNaios
2016-05-01Core/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
2016-04-23Core/Common: Fix a std::string -> char* -> std::string conversionNaios
2016-04-11Core/Common: Capsule boost process into helper functionsNaios
2016-04-10Core/Misc: Build fix for dynamic linkingShauren
2016-04-09Core/Misc: gcc 5.3 nopch build fixShauren
2016-04-08Util/Random: Add randtime(Milliseconds const&, Milliseconds const&) to supers...treeston
2016-04-05Core/Misc: MSVC warning fixesShauren
2016-04-02Core/Util: Add a missing includeCarbenium
2016-03-26Core/Common: Moved MessageBuffer to commonShauren
2016-03-24Core/Common: Converted the common library to a shared library.Naios
2016-03-21Core/Util: Extracted GetPID to separate functionShauren
2016-03-16Dep/CppFormat: Update cppformat to cppformat/cppformat@5174b8cNaios
2016-01-23Core/Misc: Added safeguard against generating invalid selection weight data i...Shauren
2016-01-09Core/Misc: Build fix for clang & libc++Shauren
2016-01-03Core/Utilities: Fix build in some versions of Ubuntu / GCCDDuarte
2016-01-02Core/Misc: Build fix for older gccShauren
2016-01-01Update copyright note for 2016Vincent-Michael
2015-12-27Core/Misc: VS 2013 build fix - horrible hack.Shauren
2015-12-26Build fixShauren
2015-12-24Core/Utils: Moved rng functions to separate header and added utility function...Shauren
2015-12-12Merge pull request #15912 from Treeston/3.3.5-urandmsjackpoz
2015-09-21Core: Added ABORT() macro to prevent the usage of ASSERT(false) as a quick ha...StormBytePP
2015-08-21Core/Build: Merge common library and move database out of sharedStormBytePP