aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2025-05-31Scripts/Boralus: Implement Quest: "Daughter of the Sea" (#30967)Naddley
2025-05-30Scripts/Spells: Implement warlock talent Soul Fire (#30950)Aqua Deus
2025-05-30Scripts/AbyssalDepths: Add whirlpool entrance to Abyssal Maw (#31007)Jason Dove
2025-05-30Scripts/Spells: Fix warlock talent Shadowburn (#30951)Aqua Deus
2025-05-30Scripts/RedridgeMountains: Implement Quest "Saving Foreman Oslow" (#30947)Jason Dove
2025-05-30Core/Scripts: Allow accessing removed spell HitAura in scriptsShauren
2025-05-29Core/PacketIO: Fixed structure for SMSG_DISPLAY_TOASTShauren
2025-05-29Core/AreaTriggers: Fixed areatrigger spline duration calculationShauren
2025-05-29Core/Movement: Spline<float> compile fixShauren
2025-05-29Scripts/Spells: Implement monk talent Song of Chi-ji (#30952)Aqua Deus
2025-05-28Core/Items: Classify wands as ranged weapons (fixes wand shooting)Shauren
2025-05-28Scripts/Spells: Implement paladin talent A just reward (#30954)Aqua Deus
2025-05-28Core/GameObjects: Added spell cast for GAMEOBJECT_TYPE_CHEST (#30996)Meji
2025-05-27Scripts/Stormwind: Script second part of Quest: "The Nation of Kul Tiras" ↵Naddley
(#30964)
2025-05-27Scripts/Spells: Implement death knight talent Crimson Scourge (#30966)Aqua Deus
2025-05-27Scripts/Spells: Implement rogue talent Night Terrors (#30994)Aqua Deus
2025-05-27Core/Players: Fix player outdoor status after leaving instance (#31001)Jason Dove
2025-05-25Core/Auras: Implement PROC_FLAG_2_SUCCESSFUL_DISPEL (#30953)Aqua Deus
2025-05-25Scripts/Spells: Fixed Demonic talent starting Metamorphosis cooldown for ↵Shauren
Vengeance demon hunters
2025-05-25Scripts/Spells: Implement demon hunter talent Violent Transformation (#30969)Aqua Deus
2025-05-25Scripts/Spells: Implement rogue talent Shuriken Tornado (#30972)Aqua Deus
2025-05-25Scripts/Spells: Implement rogue talent Cloaked in Shadows (#30974)Aqua Deus
2025-05-25Scripts/Spells: Implement rogue talent Shot in the dark (#30979)Aqua Deus
2025-05-24Scripts/Spells: Implement rogue talent Deepening Shadows (#30980)Aqua Deus
2025-05-24Scripts/Spells: Implement paladin talent Divine Auxiliary (#30984)Aqua Deus
2025-05-24Scripts/Spells: Fix warrior talent Avatar removing movement impairing auras ↵Aqua Deus
(#30985)
2025-05-24Battlegrounds/SeethingShore: Fix crash on player logoutGolrag
2025-05-23Core/PacketIO: Move all packet writing utilities to separate fileShauren
2025-05-23Core/PacketIO: Replace static_asserts with concepts and add them to ↵Shauren
PacketUtilities as well
2025-05-23Core/PacketIO: Remove ByteBuffer constructor from MessageBufferShauren
2025-05-22Core/PacketIO: Mark packet parsing exception throwing code paths as [[noreturn]]Shauren
2025-05-22Core/PacketIO: Migration to PacketUtilities bit/string operations part 4Shauren
2025-05-22Core/PacketIO: Support WorldPackets::String in SizedString/SizedCString writersShauren
2025-05-22Core/Network: Fix typo in AsyncAcceptor function name (#30975)An-Zheng
2025-05-22Core/PacketIO: Migration to PacketUtilities bit/string operations part 3Shauren
2025-05-21Core/PacketIO: Disable implicit bool to int conversions for ByteBuffer operatorsShauren
2025-05-21Core/PacketIO: Fixed SMSG_UPDATE_OBJECT structure for ↵Shauren
OptionalUpdateField<WorldPackets::Item::ItemInstance> typed fields
2025-05-21Core/PacketIO: Migration to PacketUtilities bit/string operations part 2Shauren
2025-05-21Core/PacketIO: Allow disabling utf8 validation in SizedString/SizedCString utilsShauren
2025-05-21Core/PacketIO: Add char overloads to ByteBuffer operatorsShauren
2025-05-20Scripts/Spells: Fixed Improved Death Strike value calculation for blood ↵Shauren
specialization
2025-05-20Scripts/Spells: Implement death knight talent Voracious (#30960)Aqua Deus
2025-05-20Scripts/Spells: Implement death knight talent Blooddrinker (#30956)Aqua Deus
2025-05-19Core/Misc: Add support for non-copyable types in LockedQueueShauren
2025-05-19Core/Scripts: Fixed WorldMapScript being unintentionally restricted to one ↵Shauren
script for a given map id
2025-05-19Core/Misc: Fixed some uninitialized variablesShauren
2025-05-19Core/Position: Remove Position implicit object slicingShauren
2025-05-19Core/Misc: Silence some statis analysis false positive warningsShauren
2025-05-18Core/Commands: Modernize string parsing for EXACT_SEQUENCE command argumentsShauren
2025-05-18Core/Commands: Don't validate enum numeric values for flagsShauren