aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts
AgeCommit message (Expand)Author
2022-01-26Scripts/Commands: Use enum type arg for HandleDebugAnimCommand (PR #25256)Peter Keresztes Schmidt
2022-01-26Core/ChatCommands: Add support for enum type arguments (PR #25242)Peter Keresztes Schmidt
2022-01-26Core/Unit: Make HandleEmoteCommand typesafe (#25249)Peter Keresztes Schmidt
2022-01-26Script/Quest: The Light of Dawn (#25243)Aokromes
2022-01-26Scripts/Naxxramas: Adjust Frogger event timer (#25214)Gildor
2022-01-26Script/Quest: fix (More) Torch Catching (#24907)Rothend
2022-01-26Core/Warden: Warden refactors (PR #25235)Treeston
2022-01-26Core/Misc: Code cleanupjackpoz
2022-01-26Scripts/Command: Fix .mmap loc always printing command usagejackpoz
2022-01-26Scripts/BlackwingLair: Suppression Device Room (PR #25199)Jinnaix
2022-01-26Scripts/Comamnds: Improve ".debug objectcount" command (#25208)Giacomo Pozzoni
2022-01-26Scripts/Kologarn: Apply CREATURE_FLAG_EXTRA_NO_COMBAT on NPC_ARM_SWEEP_STALKE...jackpoz
2022-01-26Scripts/Naxxramas: Frogger event improvements (#25202)Gildor
2022-01-26Scripts/World: updated Training Dummy script to modern model and removed poin...Ovahlord
2022-01-26Scripts/AzjolNerub: Fix potential error in pound spell scriptCarbenium
2022-01-26Core/Misc: Fix static analysis issues (#25194)Giacomo Pozzoni
2022-01-26Scripts/Outland: Convert 'Captain Tyralius' to SAI (#25188)Trond B. Krokli
2022-01-24Scripts/AzjolNerub: Update Anub'Arak encounter to current coding standards (#...Peter Keresztes Schmidt
2022-01-24Scripts/Gundrak: Update Slad'ran encounter to current coding standards (#25180)Peter Keresztes Schmidt
2022-01-24 Scripts/Gundrak: Update Drakkari Colossus encounter to current coding standa...Peter Keresztes Schmidt
2022-01-24Scripts/MoltenCore: Update Golemagg encounter to current coding standards (#2...Peter Keresztes Schmidt
2022-01-24Scripts/AhnKahet: Update Herald Volazj to current coding standardsCarbenium
2022-01-24Scripts/AV: Update Vanndar's script to use TaskSchedulerCarbenium
2022-01-24Core/Common: Merge TimeTrackerSmall with TimeTrackerCarbenium
2022-01-24Core/Common: Add a std::chrono interface to TimeTrackerSmallCarbenium
2022-01-24Core/Misc: Fix static analysis issues (#25178)Giacomo Pozzoni
2022-01-24Scripts/BlackrockSpire: Fix encage event of Pyroguard encounter (#25177)Jinnaix
2022-01-24Scripts/Quest: Force of Neltharaku quest credit (#24807)Trond B. Krokli
2022-01-24Core/CreatureAI: std::chrono-ify DoSummon* methodsCarbenium
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/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-23EventMap: Change GetTimeUntilEvent to return std::chrono typesCarbenium
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-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/ScriptedAI: std::chrono-ify DoSpawnCreatureCarbenium
2022-01-23Core/BossAI: Remove _DespawnAtEvade(uint32, Creature*) overloadCarbenium
2022-01-23Core/InstanceScript: std::chrono-ify DoRespawnGameObjectCarbenium
2022-01-23Scripts/Borean Tundra: duplicate comment text (#25102)Trond B. Krokli
2022-01-23Core/Metric: Add more metrics about World::Update() loop (#25098)Giacomo Pozzoni
2022-01-23Core/Scripts: Fix timing issue of EVENT_FLY_TO_RANDOM_PILLAR during Illidan e...Carbenium
2022-01-23Build: Enable -Wimplicit-fallthrough on clang (#25056)Peter Keresztes Schmidt