Skip to content

Releases: danzayau/MovementAPI

2.4.5

2.4.5 Pre-release
Pre-release

Choose a tag to compare

@zealain zealain released this 02 Jul 08:25
1525570
  • fix landing bug on skz (from wrongly placed early return) by @jvnipers in #50

2.4.4

Choose a tag to compare

@zealain zealain released this 27 Apr 12:26
fc8fa6c
  • Use TryPlayerMove's m_tracelist for true landing origin in bugged jumps
  • Bump deps and actions versions
  • No longer ignore bots for movement function hooks
  • Add edgebug forward

2.4.3

Choose a tag to compare

@zealain zealain released this 05 Feb 12:36
089d398
  • Updated gamedata for CS:GO update

2.4.2

Choose a tag to compare

@zealain zealain released this 07 Jan 12:14
  • Added takeoff check outside movement processing
  • Fixed bugged jumps due to float rounding error
  • Fixed a LAJ takeoff bug

2.4.1

Choose a tag to compare

@zealain zealain released this 23 Oct 20:27
43e99db
  • Fixed crashes caused by CS:GO update

2.4.0

Choose a tag to compare

@zealain zealain released this 07 Oct 17:34
  • 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

Choose a tag to compare

@zealain zealain released this 30 May 09:32
  • Fixed taking off from ladder in midair not counting as takeoff
  • Fixed bug that could prevent perf detection

2.2.0

Choose a tag to compare

@zealain zealain released this 10 Mar 15:18
f5866da
  • 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

Choose a tag to compare

@zealain zealain released this 23 Sep 13:16
  • Fixed gamedata for the Operation Riptide update

2.1.0

Choose a tag to compare

@danzayau danzayau released this 07 Dec 11:55
451b045
  • Add Movement_GetNobugLandingOrigin native