aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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
2025-05-18Core/Commands: Fixed parsing enum chat command arguments when they have a ↵Shauren
TITLE comment
2025-05-18Core/PacketIO: Added missing packet util for non-bits container sizesShauren
2025-05-18Scripts/Spells: Implement death knight talent Sanguine Ground (#30955)Aqua Deus
2025-05-17Scripts/Spells: Implement demon hunter talent "Demonic" (#30544)Aqua Deus
2025-05-17Core/PacketIO: Implemented CMSG_UPDATE_SPELL_VISUALShauren
2025-05-17Core/Auras: Initialize aura spell visual from spell that created it instead ↵Shauren
of recalculating it
2025-05-17Core/Spells: Expose spell channel duration to scriptsShauren
2025-05-17Core/PacketIO: Migration to PacketUtilities bit/string operations part 1Shauren
2025-05-17Core/SpawnTracking: Check if the objective is completable to get correct ↵Meji
spawn tracking state (#30923)
2025-05-17Core/Spells: Remove NYI labels from implemented spell effect attributesShauren
2025-05-16Core/PacketIO: Move ObjectGuid and Position::PackedXYZ packet functions out ↵Shauren
of ByteBuffer
2025-05-16Scripts/TheJadeForest: Implement quest "Paint it Red!" (31765) (#30884)Meji
2025-05-16Core/Conditions: Fix copypaste from previous commitShauren
2025-05-16Core/Conditions: Catch exceptions caused by invalid WorldStateExpression dataShauren
2025-05-15Core/PacketIO: Rename ByteBuffer::contents to ByteBuffer::dataShauren
2025-05-15Core/PacketIO: Fixed WorldPackets::SizedCString read function (it should not ↵Shauren
attempt to read null terminator if empty)
2025-05-14Scripts/Drustvar: Implement Quest: "Really Big Problem" (#30939)Naddley
2025-05-13Core/Misc: Make string and string_view literal suffixes globally availableShauren
2025-05-12Core/Network: Update LoginRESTService to check all addresses together (#30927)Jason Dove
2025-05-12Core/PacketIO: Improved bit functions - no longer reads each bit separatelyShauren
2025-05-12Scripts/Spells: Fix proc of hunter talent Bullseye (#30788)Aqua Deus
2025-05-11Scripts/Misc: Update ScriptPCH content to include most commonly headersShauren
2025-05-11Core/Vehicles: Added field to set a default pitch (#30878)Meji
2025-05-11Core/Misc: Added new CanSeeOrDetectExtraArgs to CanSeeOrDetect (#30882)Meji