aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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
2025-05-11Scripts/Spells: Implement spell no NPC damage below override (#30932)Naddley
2025-05-10Core/AreaTrigger: Implement AreaTriggerActionSetFlag::DontDespawnWithCreator ↵ModoX
(#30832)
2025-05-09Core/Misc: Define new item modifiers and report categoriesShauren
2025-05-08Core/World: Move linking instance socket to WorldSessionShauren
2025-05-08Core/World: Refactor World::LoadConfigSettings to unify validation of all ↵Shauren
config options and reduce its impact on compile time
2025-05-07Core/Config: Use std::string_view instead of std::string to lookup config valuesShauren
2025-05-07Core/Misc: Minor compile time improving changesShauren
2025-05-06Core/Spells: Implemented new SpellMisc field, MinDuration that controls ↵Shauren
minimum spell missile travel time
2025-05-05Scripts/Spells: Implement hunter talent Rejuvenating Wind (#30839)Aqua Deus
2025-05-05Core/Misc: Fix typosShauren
2025-05-05Scripts/Spells: Implement hunter pvp talent Aspect of the FoxShauren
2025-05-05Scripts/Spells: Implement hunter talent Scout's Instincts (#30841)Aqua Deus
2025-05-05Scripts/Spells: Implement hunter talent Tar Trap (#30846)Aqua Deus
2025-05-04Scripts/Spells: Implement hunter talent Wilderness Medicine (#30848)Aqua Deus