aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Handlers/MovementHandler.cpp
AgeCommit message (Expand)Author
2025-05-27Core/Players: Fix player outdoor status after leaving instance (#31001)Jason Dove
2025-05-07Core/Misc: Minor compile time improving changesShauren
2025-04-16Core/Players: Improve setting ActivePlayerData::TransportServerTime by includ...Shauren
2024-10-23Core/Player: moved zone/area updating and tavern resting checks into Heartbea...Ovahlord
2024-10-07Core/Movement: Store adv flying speeds instead of hardcoding them in SMSG_UPD...Shauren
2024-10-05Core/Maps: Link instance map to LfgDungeonsShauren
2024-08-02Core/PacketIO: Updated to 11.0.0Shauren
2024-05-25Core/Players: Allow targeting a specific transport during teleportsGolrag
2024-04-26Core/Player: moved indoors/outdoors aura interrupting mechanic into heartbeat...Ovahlord
2024-03-02Core/Creatures: Implemented unsummoning and resummoning critter pets on flyin...Shauren
2023-12-29Core/Battlegrounds: Clean up some Team/TeamId parameters to use enums instead...Jeremy
2023-10-28Core/Creatures: Taxi improvementsShauren
2023-09-10Core/Pets: Improved pet despawn behavior when mountingShauren
2023-08-26Core/Battlegrounds: Rework queues (#29200)Jeremy
2023-01-08Core/Logging: Switch from fmt::sprintf to fmt::format (c++20 standard compati...Shauren
2023-01-06Core/Misc: Use boost/circular_buffer forward declaration headers in our headersShauren
2022-10-04Core/Instances: Delete InstanceSaveMgr and replace most of its uses with new ...Shauren
2022-07-24Core/Maps: Removed MapInstanced - no longer neccessary for grid data referenc...Shauren
2022-07-17Core/Maps: Made instance_template no longer required to create and enter inst...Shauren
2022-07-02Core/Movement: Fixed desync in player knockback movement (#28067)Meji
2022-06-13Core/Transports: Localized transport objects within each mapShauren
2022-06-10Core/Movement: Delay creating MoveSplineInit objects used by GenericMovementG...Shauren
2022-05-25Core/GameObjects: Transport (type 11) improvementsShauren
2022-05-24Core/PacketIO: Implemented CMSG_MOVE_INIT_ACTIVE_MOVER_COMPLETE and ActivePla...Shauren
2022-05-14Core/Players: Allow teleporting to a specific instance idShauren
2022-03-27Core/Misc: Rename AddXXXFlag updatefield functions to SetXXXFlagShauren
2022-03-06Core/Misc: Fix static analysis issues (#25924)Giacomo Pozzoni
2022-03-05Core/Movement: Add a debug log when a player falls below the mapjackpoz
2022-02-13Core/Misc: Minor game include cleanupShauren
2022-01-01Core/Log: Log all character kicks to "network.kick" categoryjackpoz
2022-01-01Core/Logs: Log full guid instead of just low guid, part 2Giacomo Pozzoni
2021-12-12Entities/Unit: Cleanup all the direct accesses to m_unitMovedByMe. Refactor t...Treeston
2021-12-05Core/Movement: Fix Warrior's Charge launch visual while jumping backw… (#23...Aokromes
2021-11-30Core/Movement: Add time synchronisation (#18189)Chaouki Dhib
2021-11-23Core/Movement: Implement move time skipped handler (#22994)Chaouki Dhib
2021-11-08Core/Player: Delay resurrection on release for unreachable maps until telepor...Treeston
2021-10-23Core/Instances: Drop allowMount column in instance_template as it is already ...ModoX
2021-10-16Core/Characters: Made homebind location a WorldLocation (this implicitly adds...ModoX
2021-10-02Core/Transports: Store information about continent transportsShauren
2021-09-28Core/Movement: MotionMaster reimplementation (#21888)ccrs
2021-08-24Core/Movement: Fixed creature hoverShauren
2021-06-13Core/Auras: removed caster dependency from coreariel-
2021-04-15Core/Misc: Replace time(NULL) with GameTime::GetGameTime()jackpoz
2021-03-21Core/Auras: Defined and implemented many new interrupt flagsShauren
2021-03-05Core/Movement: Add trace log message with packet content to movement opcode h...Matan Shukry
2021-03-05Core/Movement: Don't rely on client for water state detectionMatan Shukry
2021-02-25Core/Misc: Fixed nopch MSVC buildShauren
2020-12-08Core/PacketIO: Updated most packet structures to 9.0.1Shauren
2020-08-23Core/Movement: waypoint movement (#20121)ccrs
2020-08-14Core/Misc: Replace NULL with nullptrShauren