Commit Graph

22303 Commits

Author SHA1 Message Date
Meji f7cd7661b8 Core/GameObjects: Added spell cast for GAMEOBJECT_TYPE_CHEST (#30996) 2025-05-28 10:27:19 +02:00
Naddley 451f251e83 Scripts/Stormwind: Script second part of Quest: "The Nation of Kul Tiras" (#30964) 2025-05-27 23:38:19 +02:00
Aqua Deus 675f9da415 Scripts/Spells: Implement death knight talent Crimson Scourge (#30966) 2025-05-27 21:17:22 +02:00
Aqua Deus 21a6c0b91b Scripts/Spells: Implement rogue talent Night Terrors (#30994) 2025-05-27 12:59:20 +02:00
Jason Dove 8734e28c8a Core/Players: Fix player outdoor status after leaving instance (#31001) 2025-05-27 12:03:53 +02:00
Aqua Deus 27c17eb59e Core/Auras: Implement PROC_FLAG_2_SUCCESSFUL_DISPEL (#30953) 2025-05-25 22:52:45 +02:00
Shauren 15c1a84b4b Scripts/Spells: Fixed Demonic talent starting Metamorphosis cooldown for Vengeance demon hunters 2025-05-25 22:42:51 +02:00
Aqua Deus 0f7e72a5f6 Scripts/Spells: Implement demon hunter talent Violent Transformation (#30969) 2025-05-25 21:55:27 +02:00
Aqua Deus a8800c4e67 Scripts/Spells: Implement rogue talent Shuriken Tornado (#30972) 2025-05-25 21:03:36 +02:00
Aqua Deus 762122466c Scripts/Spells: Implement rogue talent Cloaked in Shadows (#30974) 2025-05-25 16:54:56 +02:00
Aqua Deus c9101337f6 Scripts/Spells: Implement rogue talent Shot in the dark (#30979) 2025-05-25 14:30:43 +02:00
Aqua Deus 1c360b8e11 Scripts/Spells: Implement rogue talent Deepening Shadows (#30980) 2025-05-24 21:32:38 +02:00
Aqua Deus 7e896d6e42 Scripts/Spells: Implement paladin talent Divine Auxiliary (#30984) 2025-05-24 19:21:55 +02:00
Aqua Deus ecdd12ea6c Scripts/Spells: Fix warrior talent Avatar removing movement impairing auras (#30985) 2025-05-24 19:15:58 +02:00
Golrag dc4740cbb7 Battlegrounds/SeethingShore: Fix crash on player logout 2025-05-24 09:53:57 +02:00
Shauren 7090a2a4a3 Core/PacketIO: Move all packet writing utilities to separate file 2025-05-23 15:48:21 +02:00
Shauren 1027c42352 Core/PacketIO: Replace static_asserts with concepts and add them to PacketUtilities as well 2025-05-23 15:20:57 +02:00
Shauren 85e621f01a Core/PacketIO: Remove ByteBuffer constructor from MessageBuffer 2025-05-23 14:41:39 +02:00
Shauren 5bebf05209 Core/PacketIO: Mark packet parsing exception throwing code paths as [[noreturn]] 2025-05-22 23:17:01 +02:00
Shauren fde4ba92f6 Core/PacketIO: Migration to PacketUtilities bit/string operations part 4 2025-05-22 22:11:31 +02:00
Shauren 0174ece816 Core/PacketIO: Support WorldPackets::String in SizedString/SizedCString writers 2025-05-22 22:11:31 +02:00
Shauren b7122c2f6a Core/PacketIO: Migration to PacketUtilities bit/string operations part 3 2025-05-22 13:46:45 +02:00
Shauren 7ca9e9005d Core/PacketIO: Disable implicit bool to int conversions for ByteBuffer operators 2025-05-21 21:17:38 +02:00
Shauren 923aa1f52a Core/PacketIO: Fixed SMSG_UPDATE_OBJECT structure for OptionalUpdateField<WorldPackets::Item::ItemInstance> typed fields 2025-05-21 21:17:38 +02:00
Shauren 357a6b6397 Core/PacketIO: Migration to PacketUtilities bit/string operations part 2 2025-05-21 18:45:37 +02:00
Shauren fe206ee1c8 Core/PacketIO: Allow disabling utf8 validation in SizedString/SizedCString utils 2025-05-21 18:41:15 +02:00
Shauren 8c01996cae Core/PacketIO: Add char overloads to ByteBuffer operators 2025-05-21 18:32:19 +02:00
Shauren ac79cbbad3 Scripts/Spells: Fixed Improved Death Strike value calculation for blood specialization 2025-05-20 13:11:53 +02:00
Aqua Deus 64e0a1b55a Scripts/Spells: Implement death knight talent Voracious (#30960) 2025-05-20 12:49:15 +02:00
Aqua Deus 4be26bcadd Scripts/Spells: Implement death knight talent Blooddrinker (#30956) 2025-05-20 10:42:48 +02:00
Shauren 5bc24dad58 Core/Scripts: Fixed WorldMapScript being unintentionally restricted to one script for a given map id 2025-05-19 16:58:12 +02:00
Shauren 17a783ce45 Core/Misc: Fixed some uninitialized variables 2025-05-19 15:54:59 +02:00
Shauren a5ca817ff6 Core/Position: Remove Position implicit object slicing 2025-05-19 15:34:32 +02:00
Shauren fe788a5eeb Core/Misc: Silence some statis analysis false positive warnings 2025-05-19 14:41:23 +02:00
Shauren de5f2ff798 Core/Commands: Modernize string parsing for EXACT_SEQUENCE command arguments 2025-05-18 15:00:05 +02:00
Shauren 031fddd2c7 Core/Commands: Don't validate enum numeric values for flags 2025-05-18 14:59:13 +02:00
Shauren 1a78ac6fc9 Core/Commands: Fixed parsing enum chat command arguments when they have a TITLE comment 2025-05-18 14:58:25 +02:00
Shauren c9577c5d6e Core/PacketIO: Added missing packet util for non-bits container sizes 2025-05-18 12:41:27 +02:00
Aqua Deus 49dda145a6 Scripts/Spells: Implement death knight talent Sanguine Ground (#30955) 2025-05-18 11:44:04 +02:00
Aqua Deus adc0be0c66 Scripts/Spells: Implement demon hunter talent "Demonic" (#30544) 2025-05-17 22:28:03 +02:00
Shauren 0d475eac5f Core/PacketIO: Implemented CMSG_UPDATE_SPELL_VISUAL 2025-05-17 19:43:19 +02:00
Shauren 616c5094e0 Core/Auras: Initialize aura spell visual from spell that created it instead of recalculating it 2025-05-17 19:42:02 +02:00
Shauren aefdd67ed1 Core/Spells: Expose spell channel duration to scripts 2025-05-17 19:39:10 +02:00
Shauren b16832b243 Core/PacketIO: Migration to PacketUtilities bit/string operations part 1 2025-05-17 15:17:42 +02:00
Meji 553ce72707 Core/SpawnTracking: Check if the objective is completable to get correct spawn tracking state (#30923) 2025-05-17 13:31:03 +02:00
Shauren ab456bfd31 Core/Spells: Remove NYI labels from implemented spell effect attributes 2025-05-17 01:09:37 +02:00
Shauren ad9984b8a3 Core/PacketIO: Move ObjectGuid and Position::PackedXYZ packet functions out of ByteBuffer 2025-05-16 19:11:12 +02:00
Meji 77d1605700 Scripts/TheJadeForest: Implement quest "Paint it Red!" (31765) (#30884) 2025-05-16 08:30:21 +02:00
Shauren 23b216aa67 Core/Conditions: Fix copypaste from previous commit 2025-05-16 00:54:51 +02:00
Shauren 3f036bc722 Core/Conditions: Catch exceptions caused by invalid WorldStateExpression data 2025-05-16 00:47:16 +02:00