aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-01-24Core/Metric: Fix setting in Performance profiling dashboardjackpoz
2022-01-24Core/WorldObject: Remove non-std::chrono SummonCreature overloadCarbenium
2022-01-24Core/Metric: Add new cmake option WITH_DETAILED_METRICS to enable more metric...Giacomo Pozzoni
2022-01-24Core/Creature: Remove non-std::chrono overload of DespawnOrUnsummonCarbenium
2022-01-24Core/EventProcessor: std::chrono-ify the remaining public APICarbenium
2022-01-24Core/EventProcessor: std::chrono-ify CalculateTimeCarbenium
2022-01-24Core/WorldObject: Partially std::chrono-ify SummonCreature overloadsCarbenium
2022-01-24tests/EventMap: Add tests for RepeatCarbenium
2022-01-24Core/EventMap: Clarify documentation of ScheduleEventCarbenium
2022-01-24Core/EventMap: Unify semantics of DelayEventsCarbenium
2022-01-24tests/EventMap: Test for event past it's execution timeCarbenium
2022-01-23EventMap: Change GetTimeUntilEvent to return std::chrono typesCarbenium
2022-01-23EventMap: Switch internal timer over to std::chrono typeCarbenium
2022-01-23Scripts/Kalimdor: Use std::chrono overload of Creature::DespawnOrUnsummonCarbenium
2022-01-23Scripts/World+Outland+Spells: Use std::chrono overload of Creature::DespawnOr...Carbenium
2022-01-23Scripts/Northrend: Use std::chrono overload of Creature::DespawnOrUnsummonCarbenium
2022-01-23Core/Misc: Use std::chrono overload of Creature::DespawnOrUnsummonCarbenium
2022-01-23Scripts/EasternKingdoms: Use std::chrono overload of Creature::DespawnOrUnsummonCarbenium
2022-01-23Core/Crypto: c++17-ify crypto code cherry picked earlier that was downgraded ...Shauren
2022-01-23Core/EscortAI: std::chrono-ify SetPauseTimerCarbenium
2022-01-23Core/EscortAI: std::chrono-ify AddWaypointCarbenium
2022-01-23Core/ScriptedAI: std::chrono-ify DoSpawnCreatureCarbenium
2022-01-23Core/BossAI: Remove _DespawnAtEvade(uint32, Creature*) overloadCarbenium
2022-01-23Core/InstanceScript: std::chrono-ify DoRespawnGameObjectCarbenium
2022-01-23Core/Utilities: Add custom _days chrono literalCarbenium
2022-01-23Build: Add WITH_LD_GOLD option to use gold linker on unixCarbenium
2022-01-23Common/Crypto: #ifdef out unnecessary locking code for OpenSSL 1.1+ (PR #25110)Peter Keresztes Schmidt
2022-01-23DB/SAI: Add new view vw_smart_scripts_with_labels that shows labels instead o...jackpoz
2022-01-23Core/Misc: Code cleanupjackpoz
2022-01-23Scripts/Borean Tundra: duplicate comment text (#25102)Trond B. Krokli
2022-01-23tests: Add some basic tests for EventMapCarbenium
2022-01-23dep: Add catch2 unit test framework and wire it upCarbenium
2022-01-23Core/Metric: Add more metrics about World::Update() loop (#25098)Giacomo Pozzoni
2022-01-23Core/Combat: Disable triggers entering combat (#25086)Giacomo Pozzoni
2022-01-23EventMap: Remove GetNextEventTime and GetTimer methods (PR #25092)Peter Keresztes Schmidt
2022-01-23Core/Scripts: Fix timing issue of EVENT_FLY_TO_RANDOM_PILLAR during Illidan e...Carbenium
2022-01-23TaskScheduler: use randtime instead of custom implementationCarbenium
2022-01-23Dep/Boost: Remove unused thread library (#25076)Giacomo Pozzoni
2022-01-23Core/Threads: Replace Boost TLS with C++11 one (#15782)Giacomo Pozzoni
2022-01-23Build: Enable -Wimplicit-fallthrough on clang (#25056)Peter Keresztes Schmidt
2022-01-23Misc: Use [[fallthrough]] attribute instead of comment to mark intentional fa...Peter Keresztes Schmidt
2022-01-23Core/Misc: Replace boost::shared_mutex with std::shared_mutex (#24328)Giacomo Pozzoni
2022-01-23Dep/Boost: Set boost version to 1.67 on *nix and 1.70 on Windows (#25069)Giacomo Pozzoni
2022-01-23Core/Metric: Log Map::Update() times (#25067)Giacomo Pozzoni
2022-01-23Core/Time: Rename GetGameTime{System, Steady}Point methodsTreeston
2022-01-23Misc: Remove some unneeded/duplicated includes (#25051)Peter Keresztes Schmidt
2022-01-23Nopch fixShauren
2022-01-23Dep: Switch to boost process instead of old standalone versionShauren
2022-01-23Core/Misc: Replace boost::optional with std::optional part 2Shauren
2022-01-23Core/Misc: Replace boost::optional with std::optional (#25047)Peter Keresztes Schmidt