aboutsummaryrefslogtreecommitdiff
path: root/src/common/Utilities
AgeCommit message (Expand)Author
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
2016-04-23Core/Common: Fix a std::string -> char* -> std::string conversionNaios
2016-04-11Core/Common: Capsule boost process into helper functionsNaios
2016-04-09Core/Misc: MSVC warning fixesShauren
2016-04-09Core/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-03-12Core/Misc: Partial port of d9f1d6466dbb16fdbc792fe42a92c18ec29dfb48 (refactor...Shauren
2016-03-01Util/Random: Add randtime(Milliseconds const&, Milliseconds const&) to supers...treeston
2016-02-09Core/Utils: Moved rng functions to separate header and added utility function...Shauren
2016-01-22Core/Util: Add a missing includeCarbenium
2016-01-01Update copyright note for 2016Rushor
2015-11-28Core/Util: Add a urandms(min,max) helper to make urand(min*IN_MILLISECONDS, m...treeston
2015-09-21Core: Added ABORT() macro to prevent the usage of ASSERT(false) as a quick ha...StormBytePP
2015-08-16Core/BuildSystem: Merge collision, debugging, threading, utilities and config...StormBytePP