aboutsummaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)Author
2020-08-16Core/ChatCommands: Add support for enum type arguments (PR #25242)Peter Keresztes Schmidt
2020-08-11Core/Warden: Warden refactors (PR #25235)Treeston
2020-08-07Core/CrashHandler: Skip logging stack trace of the thread writing the crash l...Shauren
2020-08-07Core/CrashHandler: Remove logging function variation depending on crash reaso...Shauren
2020-08-07Core/CrashHandler: NULL -> nullptrShauren
2020-08-07Core/CrashHandler: #ifdef cleanup to make VS not choke when parsing, fixed fi...Shauren
2020-08-07Core/CrashHandler: Attempt to extract C++ exception object in uncaught except...Shauren
2020-08-04Core/Common: Move old-style pointer+size HexStr methods to Trinity::Impl wher...Treeston
2020-08-04Core/Misc: Fix compile errors found with msvc /permissive-Shauren
2020-08-04Core/Metric: Require WITH_DETAILED_METRICS CMake flag for MMaps metricjackpoz
2020-08-03Core/Crypto: Initialize class member variables after crypto refactorShauren
2020-08-02Core/Authserver: Re-organize the `accounts` table (PR #25135)Treeston
2020-08-01Core/Common: Merge TimeTrackerSmall with TimeTrackerCarbenium
2020-08-01Core/Common: Add a std::chrono interface to TimeTrackerSmallCarbenium
2020-07-31Core/Misc: Fix static analysis issues (#25178)Giacomo Pozzoni
2020-07-31Core/Common: Allow config settings to be loaded as optional (PR #25137)Treeston
2020-07-29Core/Authserver: Split SRP6 into its own file (PR #25131)Treeston
2020-07-28Core/Metric: Add new metric in World::UpdateSessions()jackpoz
2020-07-28Core/Metric: Log detailed metrics about each opcode handler (#25153)Giacomo Pozzoni
2020-07-27Core/Metric: Add new cmake option WITH_DETAILED_METRICS to enable more metric...Giacomo Pozzoni
2020-07-27Core/EventProcessor: std::chrono-ify the remaining public APICarbenium
2020-07-27Core/EventProcessor: std::chrono-ify CalculateTimeCarbenium
2020-07-26Core/EventMap: Clarify documentation of ScheduleEventCarbenium
2020-07-26Core/EventMap: Unify semantics of DelayEventsCarbenium
2020-07-26EventMap: Change GetTimeUntilEvent to return std::chrono typesCarbenium
2020-07-26EventMap: Switch internal timer over to std::chrono typeCarbenium
2020-07-26how does VC++ never catch these? 5e36bf7 follow-upTreeston
2020-07-26Core/Authserver: Auth cleanup phase 1b, the "I didn't hit Stage All" commit. ...Treeston
2020-07-26Core/Authserver: Auth cleanup phase 1a, the "stuff I ran across while making ...Treeston
2020-07-26Core/Authserver: Authserver cleanup (PR#25093)Treeston
2020-07-25Core/Utilities: Add custom _days chrono literalCarbenium
2020-07-25Common/Crypto: #ifdef out unnecessary locking code for OpenSSL 1.1+ (PR #25110)Peter Keresztes Schmidt
2020-07-24Core/Metric: Add more metrics about World::Update() loop (#25098)Giacomo Pozzoni
2020-07-22EventMap: Remove GetNextEventTime and GetTimer methods (PR #25092)Peter Keresztes Schmidt
2020-07-21TaskScheduler: use randtime instead of custom implementationCarbenium
2020-07-18Core/Threads: Replace Boost TLS with C++11 one (#15782)Giacomo Pozzoni
2020-07-18Misc: Use [[fallthrough]] attribute instead of comment to mark intentional fa...Peter Keresztes Schmidt
2020-07-18Core/Metric: Log Map::Update() times (#25067)Giacomo Pozzoni
2020-07-17Core/Time: Rename GetGameTime{System, Steady}Point methodsTreeston
2020-07-15Nopch fixShauren
2020-07-15Dep: Switch to boost process instead of old standalone versionShauren
2020-07-15Core/Misc: Replace boost::optional with std::optional (#25047)Peter Keresztes Schmidt
2020-07-15Core/Util: Remove EventMap's non-std::chrono::duration based interface (#25049)Peter Keresztes Schmidt
2020-06-27Nopch fixShauren
2020-06-27Core/Maps: Implemented getting area id from gameobject spawnsShauren
2020-06-26Core/Common: Replace ASSERT(false, "...") with ABORT_MSG("...")jackpoz
2020-06-26Core/Common: Add macro ASSERT_WITH_SIDE_EFFECTS to be used when asserting con...jackpoz
2020-06-24Core/MMAPs: Fix small steps being considered as NAV_AREA_GROUND_STEEPjackpoz
2020-06-24fixed indentation for cmake filesipriver
2020-06-23Core/Misc: Replace Trinity::make_unique with std (#24869)Peter Keresztes Schmidt