Skip to content

Releases: danzayau/MovementAPI

2.4.3

05 Feb 12:36
089d398
Compare
Choose a tag to compare
  • Updated gamedata for CS:GO update

2.4.2

07 Jan 12:14
Compare
Choose a tag to compare
  • Added takeoff check outside movement processing
  • Fixed bugged jumps due to float rounding error
  • Fixed a LAJ takeoff bug

2.4.1

23 Oct 20:27
43e99db
Compare
Choose a tag to compare
  • Fixed crashes caused by CS:GO update

2.4.0

07 Oct 17:34
Compare
Choose a tag to compare
  • 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

30 May 09:32
Compare
Choose a tag to compare
  • Fixed taking off from ladder in midair not counting as takeoff
  • Fixed bug that could prevent perf detection

2.2.0

10 Mar 15:18
f5866da
Compare
Choose a tag to compare
  • 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

23 Sep 13:16
Compare
Choose a tag to compare
  • Fixed gamedata for the Operation Riptide update

2.1.0

07 Dec 11:55
451b045
Compare
Choose a tag to compare
  • Add Movement_GetNobugLandingOrigin native

2.0.2

20 Nov 09:59
Compare
Choose a tag to compare
  • 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

09 Aug 13:20
2935059
Compare
Choose a tag to compare
  • Reorder detection of events, affecting measurements when they coincide to better suit use cases