Commit Graph

30299 Commits

Author SHA1 Message Date
Shauren
a97775ba26 Core/Spells: Fixed SPELL_EFFECT_CHARGE trigggering arrival effects too early 2025-04-11 11:26:32 +02:00
Shauren
f1141d3638 Core/Commands: Allow non-const reference arguments in chat command handlers 2025-04-10 16:58:39 +02:00
Shauren
70a5bb451c Core/Misc: Port C++23 std::forward_like 2025-04-10 16:14:34 +02:00
Shauren
71b681bbf0 Core/Network: Move to separate project 2025-04-09 21:02:31 +02:00
Aqua Deus
6c374c56b2 Scripts/Underrot: Implement Sporecaller Zancha encounter (#30705) 2025-04-09 20:00:24 +02:00
MoltenCrystal
db60034515 Scripts/Spells: Fix Arms and Protection Execute damage (#30829) 2025-04-08 21:19:44 +02:00
Shauren
e8b2be3527 Core/Network: Socket refactors
* Devirtualize calls to Read and Update by marking concrete implementations as final
* Removed derived class template argument
* Specialize boost::asio::basic_stream_socket for boost::asio::io_context instead of type-erased any_io_executor
* Make socket initialization easier composable (before entering Read loop)
* Remove use of deprecated boost::asio::null_buffers and boost::beast::ssl_stream
2025-04-08 19:15:16 +02:00
Shauren
d4585cf79e Core/AuctionHouse: Fix mass replace mistake in log message 2025-04-07 23:42:02 +02:00
Shauren
8f07dce5c1 Core/Guilds: Guild bank tabs are now purchased only using money deposited in the bank (since 11.1.0) 2025-04-06 22:14:11 +02:00
Shauren
a4328a92e9 More nopch build fixes 2025-04-06 14:29:54 +02:00
Shauren
68e1db63db Nopch build fix 2025-04-05 19:00:07 +02:00
Shauren
77fe805d25 Core/Objects: Support corpses in ObjectAccessor::GetObjectByTypeMask 2025-04-05 18:10:28 +02:00
Shauren
cbad5fd894 Core/Maps: Fixed dangling reference to a temporary variable 2025-04-04 21:48:36 +02:00
Shauren
f94472572a Core/Spells: Removed dead code and definitions 2025-04-04 19:18:19 +02:00
Shauren
e57b0296d6 Core/Spells: Merge Spell::SetSpellValue overloads 2025-04-03 13:48:52 +02:00
Shauren
b267129ae0 Core/Misc: Simplify Trinity::invocable_r concept 2025-04-02 22:22:03 +02:00
Shauren
93547094cf Scripts/Spells: Add const in shaman spell scripts 2025-04-02 19:53:49 +02:00
Shauren
3d045edd52 Core/Units: Fixed offhand melee damage
Closes #30809
2025-04-01 18:53:41 +02:00
Shauren
dd988965ff Scripts/Spells: Remove Elemental Weapons buff when unlrearning the talent 2025-04-01 12:13:16 +02:00
Naddley
88dd914532 Scripts/Drustvar: Added combat script for Helena Gentle (#30802) 2025-04-01 01:35:06 +02:00
Aqua Deus
531701f582 Scripts/Spells: Fix druid talent Raze target cap (#30773) 2025-04-01 01:23:26 +02:00
Naddley
da8e99862e Scripts/Drustvar: Implement Take a seat event for Quest: "Witch Hunt" (#30794) 2025-04-01 00:32:21 +02:00
Shauren
8d1ab1f1d6 Scripts/Spells: Fixed Crash Lightning 2025-04-01 00:04:09 +02:00
Shauren
79e59e9158 Scripts/Spells: Update shaman spell scripts to 11.1 2025-03-31 00:03:11 +02:00
Shauren
972bcdcdd7 Scripts/Spells: Fixed shaman talents Elemental Weapons, Stormblast, Stormflurry, Stormsurge and Lashing Flames 2025-03-30 18:04:10 +02:00
Teleqraph
b4ccc8268b Core/Transports: Fix triggering transport arrival events on stop waypoints (#30796) 2025-03-29 21:14:37 +01:00
Aqua Deus
058772b47f Scripts/Spells: Update Steady Shot script to 11.1 (#30790) 2025-03-29 15:24:32 +01:00
Shauren
dfcd41abef Core/Spells: Apply spell modifiers multiple times to each cast, based on number of matched SpellFamilyFlags bits 2025-03-28 23:42:39 +01:00
Shauren
8947a04813 Scripts/Spells: Fixed shaman talents Converging Storms, Ice Strike (maelstrom gain), Molten Thunder, Nature's Guardian, Swirling Maelstrom, Unrelenting Storms 2025-03-25 22:57:14 +01:00
Shauren
f3965fe2ca Core/Scripts: Fix copypaste in static AuraProcFn hook constructor 2025-03-24 12:14:51 +01:00
Shauren
92773e207c Core/Auras: Fixed SPELL_ATTR13_PERIODIC_REFRESH_EXTENDS_DURATION 2025-03-23 18:01:40 +01:00
Shauren
4c605ce621 Core/Auras: Fixed SPELLVALUE_AURA_STACK adding incorrect number of stacks on aura refresh 2025-03-22 20:20:18 +01:00
Shauren
bb67a42791 Core/Spells: Fixed spells that scale value with master not being affected by SpellModOp::Points and SpellModOp::PointsIndex spellmods 2025-03-21 00:07:16 +01:00
Shauren
0922b9d4d9 Scripts/Spells: Fixed shaman talents Doom Winds, Hailstorm, Fire Nova, Sundering, Flurry and Ashen Catalyst 2025-03-20 15:05:08 +01:00
Shauren
fa75f63566 Core/Auras: Implemented SPELL_AURA_MOD_CHARGE_RECOVERY_RATE, SPELL_AURA_MOD_CHARGE_RECOVERY_RATE_BY_TYPE_MASK and SPELL_AURA_MOD_CHARGE_RECOVERY_BY_TYPE_MASK 2025-03-19 00:03:38 +01:00
Shauren
e0d3781989 Core/Auras: Implemented SPELL_AURA_IGNORE_SPELL_CHARGE_COOLDOWN 2025-03-18 18:01:09 +01:00
Shauren
0c19893800 Core/Auras: Implemented SPELL_AURA_MOD_RECOVERY_RATE and SPELL_AURA_MOD_RECOVERY_RATE_BY_SPELL_LABEL 2025-03-17 22:50:38 +01:00
Shauren
521a357e24 Scripts/Spells: Fixed shaman talents Hot Hand, Ice Strike, Molten Assault, Lava Lash, Elemental Blast, Forceful Winds, Unruly Winds, Tempest Strikes 2025-03-16 19:46:17 +01:00
Shauren
79d12e9044 Scripts/Spells: Updated Flametongue Weapon damage calculation 2025-03-15 13:47:24 +01:00
Shauren
caf9e8e3e8 Core/Database: Fix duplicate query column aliases 2025-03-13 21:10:36 +01:00
Shauren
d997e821dd Core/Database: Improve assertion message on duplicate column aliases in queries 2025-03-13 20:48:27 +01:00
Shauren
f5d71b2b92 Core/Database: Optimize named query result field access 2025-03-13 12:41:00 +01:00
Ovahlord
6de1e51a2f Core/Database: Implement accessing query result fields by name 2025-03-13 12:41:00 +01:00
Shauren
64e5f9cce9 Core/PacketiO: Rename Unk field in SMSG_SPELL_ABSORB_LOG 2025-03-12 20:01:35 +01:00
Aqua Deus
3ae9dfd4f5 Scripts/Spells: Update Cycle of Hatred talent for patch 11.1 (#30721) 2025-03-11 19:23:24 +01:00
Shauren
44b51616a5 Core/Players: Removed old unneccessary death knight and demon hunter riding workaround 2025-03-10 19:06:53 +01:00
Shauren
233a322aa2 Core/Players: Fix saving warband scene collection
Closes #30726
2025-03-04 20:33:35 +01:00
Shauren
29e0327076 Core/Players: Implement warband scene collection 2025-03-04 13:52:20 +01:00
Shauren
75c8c477d8 Core/Transmog: Allow evokers to transmog mail armor 2025-03-03 00:56:21 +01:00
Shauren
23624ed75a Core: Updated to 11.1.0 2025-03-02 15:43:34 +01:00