Commit Graph

9 Commits

Author SHA1 Message Date
svdijk
60a70671f0 input: new cvar m_freelook for mouse looking
When set to 1 mouse look key stops mouse looking

Signed-off-by: svdijk <svdijk@users.sourceforge.net>
Signed-off-by: Kevin Shanahan <kmshanah@disenchant.net>
2013-07-01 09:37:42 +09:30
svdijk
4bf4b4fc6d input: handle cl_run in CL_AdjustAngles() as well
Signed-off-by: svdijk <svdijk@users.sourceforge.net>
Signed-off-by: Kevin Shanahan <kmshanah@disenchant.net>
2013-06-27 08:56:10 +09:30
svdijk
95c56f9a01 input: new cvar cl_run for auto-running
When set to 1 speedkey acts as slowkey

Signed-off-by: svdijk <svdijk@users.sourceforge.net>
Signed-off-by: Kevin Shanahan <kmshanah@disenchant.net>
2013-06-26 13:00:33 +09:30
Kevin Shanahan
f41d286162 trivial: typos, allways->always, allready->already
Signed-off-by: Kevin Shanahan <kmshanah@disenchant.net>
2013-04-28 19:07:13 +09:30
Kevin Shanahan
ef14eecafe client: send 16-bit angles when server is fitzquake
This should now be all that is needed on the client side for FitzQuake
protocol (666) support.

Signed-off-by: Kevin Shanahan <kmshanah@disenchant.net>
2013-01-14 20:57:20 +10:30
Kevin Shanahan
3f535f8856 common: constify COM_Parse and everything that follows...
...which is a lot! This ended up touching a lot of code, especially
when it spread to Cmd_Argv, etc. Mostly just propogating the correct
const qualifiers on pointers, but in some cases it was appropriate to
copy the buffer to e.g. lowercase filename in SV_BeginDownload_f or
re-write parts of functions where the buffer modifications was not
strictly needed (e.g. the *Say* functions).

I guess of note is that I now accept a const pointer into Z_Free,
which shouldn't be a problem since it doesn't modify the data pointed
to at all, just marks it as free.

Signed-off-by: Kevin Shanahan <kmshanah@disenchant.net>
2012-11-28 09:46:42 +10:30
Tyrann
fef654d729 [PATCH] Missing semicolon in cl_input.c
Signed-off-by: Tyrann <tyrann@disenchant.net>
2006-09-10 19:05:55 +09:30
Tyrann
2e90f72759 [PATCH] in_klook is static
Signed-off-by: Tyrann <tyrann@disenchant.net>
2006-09-10 19:05:53 +09:30
Tyrann
130e22195a Import v0.47 sources 2006-09-10 19:02:51 +09:30