aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2025-06-17Core/Objects: Replace separate x,y,z,o getters for stationary position with ↵Shauren
single Position
2025-06-17Core/Calendar: MSVC nopch fixShauren
2025-06-15Core/AreaTriggers: Add AREATRIGGER_ACTION_TAVERN (#31035)Jason Dove
2025-06-15Scripts/Spells: Implement druid talent Lunar Beam (#30777)Aqua Deus
2025-06-15Scripts/Spells: Implemented Menace warrior talent (#31015)Jeremy
2025-06-15Scripts/Spells: Implement Vicious Contempt warrior talent (#31055)Jeremy
2025-06-15Scripts/Spells: Implement Deft Experience warrior talent (#31060)Jeremy
2025-06-15Scripts/Spells: Implement Frenzy fury warrior talent (#31075)Jeremy
2025-06-15Scripts/Spells: Fix warrior bloodthirst heal (#31027)Jeremy
2025-06-15Scripts/WanderingIsle: Implement quest 29420 (The Spirit's Guardian) (#30467)Aqua Deus
2025-06-14Scripts/DalaranLegion: Implement aura to handle Orderhall Campaign Intro ↵Naddley
(#31063)
2025-06-14Scripts/TheStonevault: Implement Skarmorak encounter (#30937)Aqua Deus
2025-06-14Core/Players: Fixed traits not updating aura values when changing rankShauren
2025-06-13Core/Scripts: Mark script base class constructors noexceptShauren
2025-06-13Core/Misc: Remove a bunch of code from headersShauren
2025-06-13Core/Scripts: Update PCH content to include most commonly used headersShauren
2025-06-13Core/Worldserver: Update PCH content to include most commonly used headersShauren
2025-06-13Core/Game: Update PCH content to include most commonly used headersShauren
2025-06-12Core/Bnet: Update PCH content to include most commonly used headersShauren
2025-06-12Core/Shared: Update PCH content to include most commonly used headersShauren
2025-06-12Core/Proto: Update PCH content to include most commonly used headersShauren
2025-06-11Core/Network: Enable PCHShauren
2025-06-11Core/Database: Update PCH content to include most commonly used headersShauren
2025-06-11Core/Common: Update PCH content to include most commonly used headersShauren
2025-06-12Scripts/Spells: Implement hunter talent Precise Shots (#31049)Aqua Deus
2025-06-12Scripts/Spells: Implement monk talent Keg Smash target limit (#31048)Aqua Deus
2025-06-11Core/Misc: Fix revision_data.h and boost/predef preprocessor macro conflictShauren
2025-06-11Core/Movement: Fix WaypointMgr::GetNode infinite recursion (function isn't ↵Shauren
used anywhere currently)
2025-06-10Core/Misc: Kill copy/move constructors for singleton classesShauren
2025-06-09Scripts/Spells: Fix Odyn's Fury target cap & Titanic Rage talent (#31043)Jeremy
2025-06-08Core/Spells: Allow removing weapon damage effects by preventing target ↵Shauren
selection in scripts
2025-06-08Scripts/Spells: Correctly handle enrage on rampage & bloodthirst (#31045)Jeremy
2025-06-08Scripts/Spells: Implement Raging Blow cooldown reset talents (#31038)Jeremy
2025-06-08Scripts/Spells: Implement Frenzied & Powerful Enrage talents (#31039)Jeremy
2025-06-08Core/Misc: Remove boost/algorithm dependencyShauren
2025-06-08Core/Misc: Kill AnyPlayerInObjectRangeCheck (duplicate of ↵Shauren
AnyUnitInObjectRangeCheck)
2025-06-07Scripts/Spells: Make Rampage trigger enrage (#31041)Jeremy
2025-06-07Core/Movement: Fixed orientation calculation when using ↵Shauren
MoveSpline::ComputePosition(int32 time_offset) overload
2025-06-07Scripts/Spells: Implement Invigorating Fury talent (#31040)Jeremy
2025-06-07Tools/Extractors: Skip extracting visual only liquids (determined by ↵Shauren
LiquidMaterial flags)
2025-06-06Script/Spells: Remove outdated Sudden Death spell script (#31028)Jeremy
2025-06-06Script/Spells: Fix warrior mortal strike (#31029)Jeremy
2025-06-06Scripts/Spells: Implement monk talent Mists of Life (#31030)Aqua Deus
2025-06-06Scripts/Spells: Implement monk talent Burst of Life (#31031)Aqua Deus
2025-06-06Scripts/Spells: Fix target limit of monk talents Revival/Restoral (#31032)Aqua Deus
2025-06-06Core/Grids: Remove unused template parameter from Grid classShauren
2025-06-06Core/Grids: Fix TypeListContainer::SizeShauren
2025-06-06Core/Spells: Fixed applying glyphs without exclusive categoryShauren
2025-06-06Scripts/Spells: Improved Glyph of the Blazing Trail visualShauren
2025-06-05Scripts/Spells: Fix warrior charge (#31017)Jeremy