aboutsummaryrefslogtreecommitdiff
path: root/src/server/game
AgeCommit message (Expand)Author
2022-01-26Core/Units: add new functionality for units to block or enable combat interac...Ovah
2022-01-26Core/Misc: Code cleanupjackpoz
2022-01-26Core/Unit: Creatures' minions now engage in combat if their controller is att...Jinnaix
2022-01-26Core/Battlegrounds: Fix error messages in Isle of Conquestjackpoz
2022-01-26Core/SAI: Fix creatures casting spells while moving with flag SMARTCAST_COMBA...jackpoz
2022-01-26Core/Authserver: Deprecation of sha_pass_hash (PR #25138)Treeston
2022-01-26Core/Common: Move old-style pointer+size HexStr methods to Trinity::Impl wher...Treeston
2022-01-26Core/Misc: Fix compile errors found with msvc /permissive-Shauren
2022-01-26Core/Metric: Require WITH_DETAILED_METRICS CMake flag for MMaps metricjackpoz
2022-01-26Core/Misc: Fix static analysis issues (#25194)Giacomo Pozzoni
2022-01-24Core/Common: Merge TimeTrackerSmall with TimeTrackerCarbenium
2022-01-24Core/DBLayer: Add nicer api for SQLQueryHoldersShauren
2022-01-24Core/Misc: Fix static analysis issues (#25178)Giacomo Pozzoni
2022-01-24Log sync db queries in World::Update() loop (#25174)Giacomo Pozzoni
2022-01-24Core/Commands: Initialize commands on startup instead of first useShauren
2022-01-24Core/Mail: Load mails at login instead of on demand when queried by packets (...Shauren
2022-01-24Core/Misc: Replace database query in WorldSession::HandleAddFriendOpcode with...Shauren
2022-01-24Core/SAI: Ignore SAI while evading (#25108)Giacomo Pozzoni
2022-01-24Core/Loot: Prevent loot already looted item (#25084)Gildor
2022-01-24Scripts/Quest: Force of Neltharaku quest credit (#24807)Trond B. Krokli
2022-01-24Core/World: added startup log outputs for query cache initialization for deta...Ovah
2022-01-24Core/Networking: Fixed authserver socket read handlers being called on incorr...Shauren
2022-01-24Core/Metric: Add new metric in World::UpdateSessions()jackpoz
2022-01-24Core/CreatureAI: std::chrono-ify DoSummon* methodsCarbenium
2022-01-24Core/Metric: Log detailed metrics about each opcode handler (#25153)Giacomo Pozzoni
2022-01-24Core/WorldObject: std::chrono-ify SummonPersonalCloneShauren
2022-01-24Core/WorldObject: Replace non-std::chrono SummonGameObject overloadsCarbenium
2022-01-24Core/WorldObject: Replace non-std::chrono SummonTrigger overloadsCarbenium
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-23Core/Misc: Use std::chrono overload of Creature::DespawnOrUnsummonCarbenium
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/Misc: Code cleanupjackpoz
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-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-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-23Dep: Switch to boost process instead of old standalone versionShauren