Releases: danzayau/MovementAPI
Releases · danzayau/MovementAPI
2.4.3
- Updated gamedata for CS:GO update
2.4.2
- Added takeoff check outside movement processing
- Fixed bugged jumps due to float rounding error
- Fixed a LAJ takeoff bug
2.4.1
- Fixed crashes caused by CS:GO update
2.4.0
- Now works with SourceMod 1.11
- Fixed GetEyeAngles setting the wrong value
- Added missing forwards to the include files
- Fixed
Movement_OnStopTouchGround
not being called for some jumps
2.3.0
- Fixed taking off from ladder in midair not counting as takeoff
- Fixed bug that could prevent perf detection
2.2.0
- Improved bhop perf detection
- Now requires DHooks 2 with detour support.
- Movement function hooks now fire a pre and post forward
- Added various forwards
- Fix various inaccuracies in takeoff and landing origin/velocity, including #21
- Fixed gamedata
2.1.1
- Fixed gamedata for the Operation Riptide update
2.1.0
- Add Movement_GetNobugLandingOrigin native
2.0.2
- Update gamedata for CS:GO update
- MovementAPI now targets SourceMod 1.10
- Source code and documentation is no longer packaged in releases
2.0.1
- Reorder detection of events, affecting measurements when they coincide to better suit use cases