aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2025-04-09Scripts/Underrot: Implement Sporecaller Zancha encounter (#30705)Aqua Deus
2025-04-08Scripts/Spells: Fix Arms and Protection Execute damage (#30829)MoltenCrystal
2025-04-08Core/Network: Socket refactorsShauren
* 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-07Core/AuctionHouse: Fix mass replace mistake in log messageShauren
2025-04-06Core/Guilds: Guild bank tabs are now purchased only using money deposited in ↵Shauren
the bank (since 11.1.0)
2025-04-06More nopch build fixesShauren
2025-04-05Nopch build fixShauren
2025-04-05Core/Objects: Support corpses in ObjectAccessor::GetObjectByTypeMaskShauren
2025-04-04Core/Maps: Fixed dangling reference to a temporary variableShauren
2025-04-04Core/Spells: Removed dead code and definitionsShauren
2025-04-03Core/Spells: Merge Spell::SetSpellValue overloadsShauren
2025-04-02Core/Misc: Simplify Trinity::invocable_r conceptShauren
2025-04-02Scripts/Spells: Add const in shaman spell scriptsShauren
2025-04-01Core/Units: Fixed offhand melee damageShauren
Closes #30809
2025-04-01Scripts/Spells: Remove Elemental Weapons buff when unlrearning the talentShauren
2025-04-01Scripts/Drustvar: Added combat script for Helena Gentle (#30802)Naddley
2025-04-01Scripts/Spells: Fix druid talent Raze target cap (#30773)Aqua Deus
2025-04-01Scripts/Drustvar: Implement Take a seat event for Quest: "Witch Hunt" (#30794)Naddley
2025-04-01Scripts/Spells: Fixed Crash LightningShauren
2025-03-31Scripts/Spells: Update shaman spell scripts to 11.1Shauren
2025-03-30Scripts/Spells: Fixed shaman talents Elemental Weapons, Stormblast, ↵Shauren
Stormflurry, Stormsurge and Lashing Flames
2025-03-29Core/Transports: Fix triggering transport arrival events on stop waypoints ↵Teleqraph
(#30796)
2025-03-29Scripts/Spells: Update Steady Shot script to 11.1 (#30790)Aqua Deus
2025-03-28Core/Spells: Apply spell modifiers multiple times to each cast, based on ↵Shauren
number of matched SpellFamilyFlags bits
2025-03-25Scripts/Spells: Fixed shaman talents Converging Storms, Ice Strike ↵Shauren
(maelstrom gain), Molten Thunder, Nature's Guardian, Swirling Maelstrom, Unrelenting Storms
2025-03-24Core/Scripts: Fix copypaste in static AuraProcFn hook constructorShauren
2025-03-23Core/Auras: Fixed SPELL_ATTR13_PERIODIC_REFRESH_EXTENDS_DURATIONShauren
2025-03-22Core/Auras: Fixed SPELLVALUE_AURA_STACK adding incorrect number of stacks on ↵Shauren
aura refresh
2025-03-21Core/Spells: Fixed spells that scale value with master not being affected by ↵Shauren
SpellModOp::Points and SpellModOp::PointsIndex spellmods
2025-03-20Scripts/Spells: Fixed shaman talents Doom Winds, Hailstorm, Fire Nova, ↵Shauren
Sundering, Flurry and Ashen Catalyst
2025-03-19Core/Auras: Implemented SPELL_AURA_MOD_CHARGE_RECOVERY_RATE, ↵Shauren
SPELL_AURA_MOD_CHARGE_RECOVERY_RATE_BY_TYPE_MASK and SPELL_AURA_MOD_CHARGE_RECOVERY_BY_TYPE_MASK
2025-03-18Core/Auras: Implemented SPELL_AURA_IGNORE_SPELL_CHARGE_COOLDOWNShauren
2025-03-17Core/Auras: Implemented SPELL_AURA_MOD_RECOVERY_RATE and ↵Shauren
SPELL_AURA_MOD_RECOVERY_RATE_BY_SPELL_LABEL
2025-03-16Scripts/Spells: Fixed shaman talents Hot Hand, Ice Strike, Molten Assault, ↵Shauren
Lava Lash, Elemental Blast, Forceful Winds, Unruly Winds, Tempest Strikes
2025-03-15Scripts/Spells: Updated Flametongue Weapon damage calculationShauren
2025-03-13Core/Database: Fix duplicate query column aliasesShauren
2025-03-13Core/Database: Improve assertion message on duplicate column aliases in queriesShauren
2025-03-13Core/Database: Optimize named query result field accessShauren
2025-03-13Core/Database: Implement accessing query result fields by nameOvahlord
2025-03-12Core/PacketiO: Rename Unk field in SMSG_SPELL_ABSORB_LOGShauren
2025-03-11Scripts/Spells: Update Cycle of Hatred talent for patch 11.1 (#30721)Aqua Deus
2025-03-10Core/Players: Removed old unneccessary death knight and demon hunter riding ↵Shauren
workaround
2025-03-04Core/Players: Fix saving warband scene collectionShauren
Closes #30726
2025-03-04Core/Players: Implement warband scene collectionShauren
2025-03-03Core/Transmog: Allow evokers to transmog mail armorShauren
2025-03-02Core: Updated to 11.1.0Shauren
2025-03-02Core/DataStores: Support non-uint32 ID fieldsShauren
2025-03-01Core/Objects: Optimize spawn tracking handling in building SMSG_UPDATE_OBJECTShauren
2025-03-01Core/PacketIO: Use new packet writing utilities in a bunch of filesShauren
2025-02-25Core/Units: Define new 11.1.0 movement flagsShauren