[quake3-commits] [ioquake/ioq3] 5993c6: Removing input functions from sys_local.h for last...
Zack Middleton
zack at cloemail.com
Mon Aug 21 23:45:11 EDT 2017
Branch: refs/heads/master
Home: https://github.com/ioquake/ioq3
Commit: 5993c63c4e5637a8f3c11adf163ee4542154a0ed
https://github.com/ioquake/ioq3/commit/5993c63c4e5637a8f3c11adf163ee4542154a0ed
Author: Zack Middleton <zack at cloemail.com>
Date: 2017-08-21 (Mon, 21 Aug 2017)
Changed paths:
M code/sys/sys_local.h
Log Message:
-----------
Removing input functions from sys_local.h for last commit
It helps to actually save files before making commits.
Commit: 63e07afae922050d9b9fec1600044d9e07f088be
https://github.com/ioquake/ioq3/commit/63e07afae922050d9b9fec1600044d9e07f088be
Author: Zack Middleton <zack at cloemail.com>
Date: 2017-08-21 (Mon, 21 Aug 2017)
Changed paths:
M code/sdl/sdl_input.c
Log Message:
-----------
Make input events use earliest possible time
SDL doesn't provide exact the exact time that input events happen
so use the earliest possible time that an event could happen.
This make sub-frame input actions such as walking take affect
immediately instead of in the next frame.
Based on patch by Alexander "wareya" Nadeau.
Compare: https://github.com/ioquake/ioq3/compare/ead54782d05b...63e07afae922
More information about the quake3-commits
mailing list