index
:
mirror/TrinityCore.git
3.3.5
cata_classic
master
wotlk_classic
https://github.com/TrinityCore/TrinityCore.git @ 2026-01-08T19:01:01Z
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
server
/
game
/
Movement
Age
Commit message (
Expand
)
Author
2023-08-27
Core/Misc: Fixed doxygen docs being attached to wrong fields
Shauren
2023-08-08
Core/MMaps: Fixed pathing for objects that have terrain swaps active
Shauren
2023-05-29
Core/Movement: Fixed uninitialized value in MoveSplineInitArgs
Shauren
2023-04-21
GCC warning fix
Shauren
2023-04-21
Core/Spells: Fixed effects targeting the caster not hitting him immediately o...
Shauren
2023-04-06
Core/Creature: Implemented sparring with max health percent thresholds (#27198)
ModoX
2023-03-26
Core/Movement: Allow passing tier transition id (db2 id) to land/takeoff move...
Shauren
2023-03-11
Core/Movement: Refactor TimedFleeingMovementGenerator to use chrono types
Shauren
2023-03-07
Core/Movement: New waypoint movement features
Shauren
2023-03-06
Core/Movement: Refactor jump speed calculation out of spell code
Shauren
2023-03-05
Core/Units: Added Unit::SetFacingToPoint function
Shauren
2023-03-04
Core/Movement: Allow specifying timeout for follow movement
Shauren
2023-03-02
Core/Movement: Extend MovePoint with new arguments
Shauren
2023-03-01
Core/Movement: Allow specifying timeout for random movement
Shauren
2023-01-08
Core/Logging: Switch from fmt::sprintf to fmt::format (c++20 standard compati...
Shauren
2023-01-01
Core/Misc: Fixed deprecation warnings for c++20
Shauren
2022-12-31
Core/Maps: Fixed retrieving terrain info when on child maps
Shauren
2022-12-30
Core/Movement: Don't compute orientation for vertical splines (#28556)
Meji
2022-11-06
Core/Misc: Added noexcept to move constructors and move assignment operators
Shauren
2022-07-24
Core/Units: Removed spline speed limit for MoveJumpWithGravity (#28142)
Teleqraph
2022-07-24
Core/Maps: Removed MapInstanced - no longer neccessary for grid data referenc...
Shauren
2022-07-23
Core/Maps: Move terrain data handling out of Map class
Shauren
2022-06-10
Core/Movement: Allow waypoints to use 0 as valid facing value (#26655)
Ovah
2022-06-10
Core/Movement: b1a94bf94c500b64a5c4ae92642a95d048d9f392 followup - MoveSpline...
Shauren
2022-06-10
Core/Movement: Delay creating MoveSplineInit objects used by GenericMovementG...
Shauren
2022-06-07
Core/Movement: Allow overwriting number of steps for spline length calculations
Shauren
2022-05-25
Core/GameObjects: Transport (type 11) improvements
Shauren
2022-04-24
Core/Scripts: Begin unifying triggering gameevents (not the game_event db stuff)
Shauren
2022-03-27
Core/Misc: Rename AddXXXFlag updatefield functions to SetXXXFlag
Shauren
2022-03-22
Core/Misc: Add TempSummon timer to GetDebugInfo
Shauren
2022-03-15
Core/Misc: Rename UNIT_FLAG_SWIMMING to UNIT_FLAG_CAN_SWIM
offl
2022-03-15
Core/Misc: Rename UNIT_FLAG_TAXI_FLIGHT to UNIT_FLAG_ON_TAXI
offl
2022-03-10
Core/Movement: Add new flag MOVEMENTGENERATOR_FLAG_PERSIST_ON_DEATH (#26549)
Giacomo Pozzoni
2022-03-10
Core/Movement: remove redundant method MovementGenerator::NotifyAIOnFinalize ...
ccrs
2022-03-05
Core/Unit: Fix movement hiccups in water (#24020)
Giacomo Pozzoni
2022-02-28
Core/Movement: add optional velocity argument for MoveLand and MoveTakeoff (P...
Ovah
2022-02-27
Core/PathFinding: Fix GetPathPolyByPosition() using only 2D distance instead ...
xvwyh
2022-02-13
Core/Misc: Cleanup unused includes
Shauren
2022-02-13
Core/Misc: Minor game include cleanup
Shauren
2022-02-12
Core/Misc: Move (or delete) constructors and destructors to .cpp files (avoid...
Shauren
2022-02-05
Core/Movement: Corrected Animation Tier handling (PR #24875)
NoName
2022-02-05
Core/MotionMaster: Do not generate path to MoveLand
Keader
2022-02-05
Core/Scripts: Remove now-unused WaypointPathStarted hook. WaypointStarted doe...
Treeston
2022-02-05
Scripts/Commands: Convert argument parsing of .npc commands
Treeston
2022-02-04
Core/Movement: Fix RandomMovementGenerator for swimming creatures
jackpoz
2022-01-26
Core/Metric: Require WITH_DETAILED_METRICS CMake flag for MMaps metric
jackpoz
2022-01-24
Core/Common: Merge TimeTrackerSmall with TimeTracker
Carbenium
2022-01-24
Core/Misc: Fix static analysis issues (#25178)
Giacomo Pozzoni
2022-01-23
Core/Misc: Replace boost::optional with std::optional part 2
Shauren
2022-01-23
Core/Misc: Replace boost::optional with std::optional (#25047)
Peter Keresztes Schmidt
[next]