aboutsummaryrefslogtreecommitdiff
path: root/src/server
AgeCommit message (Collapse)Author
2025-11-14Scripts/Spells: Implement demon hunter talent Sigil of Spite (and the ↵Aqua Deus
shadowlands covenant ability it was copypasted from - Elysian Decree) (#31394) Co-authored-by: Shauren <shauren.trinity@gmail.com>
2025-11-13Core/Creatures: Correct names of some creature static flagsShauren
2025-11-12Build: Modernize include directory management using target_sources(FILE_SET)Shauren
2025-11-12Core/Creatures: Add UNIT_FLAG2_AI_WILL_ONLY_SWIM_IF_TARGET_SWIMS for ↵Meji
creatures using CREATURE_STATIC_FLAG_4_PREVENT_SWIM (#31389)
2025-11-11Core/Movement: Add new function allowing any tier transition animation to be ↵Shauren
used, not only land/takeoff
2025-11-10Core/Movement: Use std::span argument instead of std::vector in ↵Shauren
MoveSplineInit::MovebyPath to avoid having to construct temporary containers
2025-11-10Scripts/Spells: Implement mage talent "Flame Accelerant" (#31371)Aqua Deus
2025-11-09Core/Position: Change Position<->G3D::Vector3 conversion functions to be lambdasShauren
2025-11-09Core/Movement: Change parabolic/animtier spline arguments to use point index ↵Shauren
on path instead of raw timers
2025-11-08nopch build fixShauren
2025-11-08Core/Garrison: Always send response to GetGarrisonInfo, even if no garrison ↵Aqua Deus
exists (#31336)
2025-11-08Core/Achievements: Implemented ModifierTreeType::PlayerIsInTimerunningSeasonShauren
2025-11-06Core/MMaps: Implemented dynamic mmap tile rebuilding for destructible objectsShauren
2025-11-06Core/MMaps: Allow loading mmap meshes per map instanceShauren
2025-11-06Tools/mmaps_generator: Move TerrainBuilder to a shared projectShauren
2025-11-05Tools/mmaps_generator: Add separator to mmap tile file namesShauren
2025-11-03Core/Auras: Rename SPELL_AURA_LEARN_TALENT to ↵Shauren
SPELL_AURA_MOD_TRAIT_NODE_ENTRY_RANK
2025-11-02Core/PacketIO: Fix packet structure for CMSG_SEND_PING_WORLD_POINT (#31441)Luzifix
2025-11-02Core/PacketIO: Reduce the number of catch blocks in WorldSession::UpdateShauren
2025-11-02Core/PacketIO: Fix packet structure for CMSG_CHAT_MESSAGE_CHANNEL (#31433)Luzifix
2025-11-02Scripts/Arenas: Implement Black Rook Hold Arena (#31430)Jeremy
2025-11-02Scripts/Arenas: Implement Tiger's Peak (#31436)Jeremy
2025-11-02Scripts/Arenas: Implement Tol'Viron Arena (#31437)Jeremy
2025-10-31Scripts/Arenas: Implement Ashamane's Fall (#31410)Jeremy
2025-10-31Scripts/Arenas: Implement Nagrand Arena (Legion) (#31406)Jeremy
2025-10-29Core/Misc: Remove large functions from headersShauren
2025-10-29Core/Spells: Name SpellCategoryFlags with official names and implement ↵Aqua Deus
ResetCooldownUponEndingEncounter flag (#31415)
2025-10-28Core/DataStores: Remove db2 id startup checks, compatibility validation is ↵Shauren
done on layout hash already Closes #31413
2025-10-26Core/Creatures: Fix floating corpsesShauren
2025-10-26Core/Units: Fix movement status altering packets being sent to wrong unitsShauren
2025-10-25Core/Vmaps: Rename VMapManager2 to VMapManagerShauren
2025-10-25Core/Vmaps: Remove VMapManager2 virtual interfaceShauren
2025-10-24Scripts/Spells: Update priest pvp talent TrinityShauren
2025-10-24Scripts/Spells: Removed outdated part of Atonement scriptCristian Vintila
2025-10-24Core/SAI: Support SMART_EVENT_FLAG_ACTIONLIST_WAITS in movement fall actionShauren
2025-10-24Core/SAI: Implement fall movement actioncarl3175
2025-10-24Core/SAI: Sync action enum with 3.3.5 branchShauren
2025-10-24Scripts/Spells: Update Power Word: Shield script (#31400)Cristian Vintila
2025-10-22Core/Movement: Fixed spline packed delta limit checkShauren
2025-10-21Scripts/Arena: Fix possible crash in Hook PointModoX
* 480aa30a1efbb6b6ce05aadcaa8724ffae3e3497 followup
2025-10-20Scripts/Arenas: Implement Hook Point (#31384)Jeremy
2025-10-20Core/PacketIO: Mark shop/token packets as ignored (don't log that they are ↵Shauren
unhandled)
2025-10-20Core/Players: Define new PlayerFlagsEx valueShauren
2025-10-19Scripts/Westfall: Implement Quest: "Livin' the Life" (#31327)Naddley
Co-authored-by: Ovahlord <18347559+Ovahlord@users.noreply.github.com>
2025-10-19Core/Scripts: Fix wrong startup errors with arena scriptsShauren
2025-10-18Scripts/Mardum: Script Fel Lord Caza for quest Hidden no more (#30949)Aqua Deus
Co-authored-by: Naddley <NaddleyTC@gmail.com> Co-authored-by: ModoX <moardox@gmail.com>
2025-10-18Scripts/Arenas: Implement Enigma Crucible (#31351)Jeremy
2025-10-18Scripts/Arenas: Implement Nokhudon Proving Grounds (#31345)Jeremy
2025-10-18Core/Spells: Remove stealth auras by dispel type when handling ↵Shauren
SPELL_ATTR1_FAILURE_BREAKS_STEALTH instead of picking a random interrupt flag that stealth has
2025-10-17Core/DataStores: Update DB2Metadata to 11.2.5.63825Shauren