EverWrath/src/server/game/Movement/MovementGenerators
Francesco Borzì 9dc88def35
refactor(Core): apply clang-tidy modernize-* (#9975)
Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com>
2022-01-17 14:35:07 +01:00
..
ConfusedMovementGenerator.cpp refactor(Core/Misc): fabs() to std::fabs() (#9790) 2021-12-31 20:41:00 -03:00
ConfusedMovementGenerator.h feat(License): add new headers information about license (#7941) 2021-09-30 13:40:52 +07:00
EscortMovementGenerator.cpp Fix (Core/Movement): During escort movement, do not stop moving if unit is casting channeled spells. (#9815) 2022-01-03 15:06:41 -05:00
EscortMovementGenerator.h feat(License): add new headers information about license (#7941) 2021-09-30 13:40:52 +07:00
FleeingMovementGenerator.cpp refactor(Core/Misc): sin() to std::sin() (#9795) 2022-01-06 19:29:40 +01:00
FleeingMovementGenerator.h feat(License): add new headers information about license (#7941) 2021-09-30 13:40:52 +07:00
HomeMovementGenerator.cpp feat(License): add new headers information about license (#7941) 2021-09-30 13:40:52 +07:00
HomeMovementGenerator.h feat(License): add new headers information about license (#7941) 2021-09-30 13:40:52 +07:00
IdleMovementGenerator.cpp refactor(Core/Misc): headers cleanup (#9259) 2021-11-22 17:24:39 +07:00
IdleMovementGenerator.h feat(License): add new headers information about license (#7941) 2021-09-30 13:40:52 +07:00
PathGenerator.cpp refactor(Core/Misc): abs() to std::abs() (#9789) 2021-12-31 19:29:39 -03:00
PathGenerator.h refactor(Core): apply clang-tidy modernize-* (#9975) 2022-01-17 14:35:07 +01:00
PointMovementGenerator.cpp fix(Core/Spells): Charging unit should always reach its target even if stunned/rooted. (#10192) 2022-01-16 14:58:34 -03:00
PointMovementGenerator.h feat(License): add new headers information about license (#7941) 2021-09-30 13:40:52 +07:00
RandomMovementGenerator.cpp refactor(Core/Misc): sin() to std::sin() (#9795) 2022-01-06 19:29:40 +01:00
RandomMovementGenerator.h feat(License): add new headers information about license (#7941) 2021-09-30 13:40:52 +07:00
TargetedMovementGenerator.cpp refactor(Core/Misc): sin() to std::sin() (#9795) 2022-01-06 19:29:40 +01:00
TargetedMovementGenerator.h feat(License): add new headers information about license (#7941) 2021-09-30 13:40:52 +07:00
WaypointMovementGenerator.cpp Fix (Core): add missing default,break. (#10114) 2022-01-10 18:16:28 -05:00
WaypointMovementGenerator.h feat(License): add new headers information about license (#7941) 2021-09-30 13:40:52 +07:00