aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-07-29Core/Loot: Prevent loot already looted item (#25084)Gildor
2020-07-29Scripts/Quest: Force of Neltharaku quest credit (#24807)Trond B. Krokli
2020-07-29Core/Authserver: Split SRP6 into its own file (PR #25131)Treeston
2020-07-28Core/World: added startup log outputs for query cache initialization for deta...Ovah
2020-07-28Core/Networking: Fixed authserver socket read handlers being called on incorr...Shauren
2020-07-28Core/Metric: Add new metric in World::UpdateSessions()jackpoz
2020-07-28Core/CreatureAI: std::chrono-ify DoSummon* methodsCarbenium
2020-07-28Core/Metric: Log detailed metrics about each opcode handler (#25153)Giacomo Pozzoni
2020-07-27Core/WorldObject: Replace non-std::chrono SummonGameObject overloadsCarbenium
2020-07-27Core/WorldObject: Replace non-std::chrono SummonTrigger overloadsCarbenium
2020-07-27Core/WorldObject: Remove non-std::chrono SummonCreature overloadCarbenium
2020-07-27Core/Metric: Add new cmake option WITH_DETAILED_METRICS to enable more metric...Giacomo Pozzoni
2020-07-27Core/Creature: Remove non-std::chrono overload of DespawnOrUnsummonCarbenium
2020-07-27Core/EventProcessor: std::chrono-ify the remaining public APICarbenium
2020-07-27Core/EventProcessor: std::chrono-ify CalculateTimeCarbenium
2020-07-26Core/WorldObject: Partially std::chrono-ify SummonCreature overloadsCarbenium
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-26Scripts/Kalimdor: Use std::chrono overload of Creature::DespawnOrUnsummonCarbenium
2020-07-26Scripts/World+Outland+Spells: Use std::chrono overload of Creature::DespawnOr...Carbenium
2020-07-26Scripts/Northrend: Use std::chrono overload of Creature::DespawnOrUnsummonCarbenium
2020-07-26Core/Misc: Use std::chrono overload of Creature::DespawnOrUnsummonCarbenium
2020-07-26Scripts/EasternKingdoms: Use std::chrono overload of Creature::DespawnOrUnsummonCarbenium
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/EscortAI: std::chrono-ify SetPauseTimerCarbenium
2020-07-25Core/EscortAI: std::chrono-ify AddWaypointCarbenium
2020-07-25Core/ScriptedAI: std::chrono-ify DoSpawnCreatureCarbenium
2020-07-25Core/BossAI: Remove _DespawnAtEvade(uint32, Creature*) overloadCarbenium
2020-07-25Core/InstanceScript: std::chrono-ify DoRespawnGameObjectCarbenium
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/Misc: Code cleanupjackpoz
2020-07-24Scripts/Borean Tundra: duplicate comment text (#25102)Trond B. Krokli
2020-07-24Core/Metric: Add more metrics about World::Update() loop (#25098)Giacomo Pozzoni
2020-07-22Core/Combat: Disable triggers entering combat (#25086)Giacomo Pozzoni
2020-07-22EventMap: Remove GetNextEventTime and GetTimer methods (PR #25092)Peter Keresztes Schmidt
2020-07-22Core/Authserver: Some safeguards in case anyone (read: me) tweaks these files...Treeston
2020-07-22Core/Scripts: Fix timing issue of EVENT_FLY_TO_RANDOM_PILLAR during Illidan e...Carbenium
2020-07-21Core/PlayerDump: Fixed overwriting cached character data on .pdump load when ...Shauren
2020-07-21TaskScheduler: use randtime instead of custom implementationCarbenium
2020-07-20Core/Players: Use original proc target to update weapon skills, fixes ranged ...Shauren
2020-07-18Core/Threads: Replace Boost TLS with C++11 one (#15782)Giacomo Pozzoni
2020-07-18Build: Enable -Wimplicit-fallthrough on clang (#25056)Peter Keresztes Schmidt
2020-07-18Misc: Use [[fallthrough]] attribute instead of comment to mark intentional fa...Peter Keresztes Schmidt
2020-07-18Core/Misc: Replace boost::shared_mutex with std::shared_mutex (#24328)Giacomo Pozzoni