Skip to content

v7.3.0

Compare
Choose a tag to compare
@andrewmcwatters andrewmcwatters released this 07 Oct 17:56
· 60 commits to master since this release
  • Fix bind.keypressed() and bind.keyreleased() passing nil localplayer
  • Fix crash in throbber.lua
  • Fix engine not detecting _DEDICATED
  • Add host_timescale console command
  • Update engine to 100 tick by default
  • Fix crash in addon.lua
  • Add input enumeration
  • Fix improperly named private members in character.lua
  • character moveSpeed network variable is now a representation of pixels per second
  • Fix character:move() not integrating timestep
  • Update r_draw_position console variable flag to display velocity as well
  • Add entity:isMoving()
  • Add networked player:isKeyDown( button )
  • Add cl_footsteps console variable
  • Add usercmd payload
  • Fix crash in path module with drawPath
  • Change default pathfinding heuristic from to euclidean to manhattan