aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2025-04-15Core/Spells: Make Spell::GetMinMaxRange publicShauren
2025-04-14Scripts/Drustvar: Implement Quest: "Standing Accused" (#30872)Naddley
2025-04-14Core/Utilities: Added boost asio callback that transforms callback ↵Shauren
signatures from (error_code + other) to (boost::outcome)
2025-04-13Core/Players: Call OnQuestObjectiveChange after updating objective countersMeji
Fix SMART_EVENT_QUEST_OBJ_COMPLETION trigger
2025-04-13Scripts/Spells: Implement hunter talent Scrappy (#30850)Aqua Deus
2025-04-13Dep/Boost: Support boost 1.88Shauren
2025-04-13Scripts/Spells: Implement hunter talent Manhunter (#30851)Aqua Deus
2025-04-13Scripts/Spells: Implement hunter talent High Explosive Trap (#30852)Aqua Deus
2025-04-13Scripts/Spells: Implement hunter talent Emergency Salve (#30854)Aqua Deus
2025-04-13Scripts/Spells: Update talent Concussive Shot to 11.1 (#30855)Aqua Deus
2025-04-13Core/Network: Minor include cleanup and add more required functions and ↵Shauren
typdefs to SslStream and BoostBeastSocketWrapper
2025-04-13Scripts/Drustvar: Implement Quest: "The Final Effigy" (#30821)Naddley
2025-04-13Scripts/Spells: Implemented generic script to update phases on aura ↵Meji
application/removal
2025-04-11Core/Spells: Fixed SPELL_EFFECT_CHARGE trigggering arrival effects too earlyShauren
2025-04-10Core/Commands: Allow non-const reference arguments in chat command handlersShauren
2025-04-10Core/Misc: Port C++23 std::forward_likeShauren
2025-04-09Core/Network: Move to separate projectShauren
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