aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
6 daysBuild: Fixed loading scripts in dynamic modeShauren
6 daysCore/Warden: Removed implementation not compatible with modern client ↵Ovahlord
versions (#30491)
6 daysCore/Movement: Update gravity constant to be more accurateShauren
6 daysCore/Movement: Remove deprecated jump functions and update SAI scripts using ↵Shauren
them
7 daysCore/Movement: Replace MotionMaster::MoveJumpWithGravity with new jump ↵Shauren
height based MoveJump
8 daysCore/Movement: Change MoveJump to use min/max height argument instead of ↵Shauren
vertical speed
9 daysScripts/Misc: Replace manual jumps with proper spells (or non-jump movement ↵Shauren
where there should be no jumps)
9 daysScripts/Battlegrounds: Correct Isle of Conquest catapult launch movementShauren
11 daysScripts/Misc: Update Wind-Up Train WreckerShauren
13 daysCore/Movement: Use MotionMaster::MoveKnockbackFrom for creatures hit by ↵Shauren
SPELL_EFFECT_LEAP_BACK, SPELL_EFFECT_PULL_TOWARDS and SPELL_EFFECT_PULL_TOWARDS_DEST
14 daysCore/Movement: Remove MotionMaster::MoveJump(x, y, z) overloadShauren
14 daysGCC build fix 2Shauren
14 daysGCC build fixShauren
14 daysCore/Movement: Implemented vertical-only knockbacks for creaturesShauren
2025-11-16Core/Scripts: Reorder SpellScriptBase fields to reduce padding and remove ↵Shauren
unused include
2025-11-16Core/Movement: Knockback improvements (#28081)Meji
* Knockbacks with negative speeds will now be validated and processed. * Creatures that cast knockback spells on themselves will use their orientation to determine the direction of movement.
2025-11-15Core/Creatures: Move ↵Meji
CREATURE_STATIC_FLAG_3_ALLOW_INTERACTION_WHILE_IN_COMBAT to DB (#31404)
2025-11-15Scripts/Spells: Implement demon hunter talent "Demon Muzzle" (#31396)Aqua Deus
2025-11-15Core/Misc: Add missing includesShauren
2025-11-15Scripts/Spells: Add missing Shattered Souls implementation for vengeance ↵Shauren
demon hunters and lesser soul fragments
2025-11-14Scripts/Spells: Implement demon passive Demonic AppetiteShauren
2025-11-14Core/Spells: Implement demon hunter passive Shattered Souls (#31376)Aqua Deus
2025-11-14Build: Allow efsw to be built independently of WITH_DYNAMIC_LINKING option ↵Foe
(#30019) (cherry picked from commit 6a5fa255fe053796588684e3876f6047cf92a08f)
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/Vmaps: Expose loaded gameobject collision models in RegularGrid2DShauren
2025-11-06Core/MMaps: Allow loading mmap meshes per map instanceShauren
2025-11-06Tools/mmaps_generator: Move TerrainBuilder to a shared projectShauren
2025-11-05Fix GCC warningShauren
2025-11-05Tools/mmaps_generator: Save offmesh connections input together with navmesh ↵Shauren
params for each map
2025-11-05Tools/mmaps_generator: Add separator to mmap tile file namesShauren
2025-11-05Tools/mmaps_generator: Add optional file name suffix to tile filesShauren
2025-11-05Tools/mmaps_generator: Split loadVMapModel into separate functionShauren
2025-11-04Tools/mmaps_generator: Added --input and --output argumentsShauren
2025-11-04Tools/mmaps_generator: Move saving .mmtile result to separate functionShauren
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