quakeforge/libs
Bill Currie ace8d9ebc5 Implement dynamic IMTs.
Now the user can create and destroy IMTs at will, though currently
destroying IMTs is currently all or nothing (imt_drop_all).

An IMT is created via imt_create which takes the keydest name (key_game
etc), the name of the IMT (must be unique for all IMTs) and optionally the
name of the IMT to which the key binding search will fall back if there is
no binding in the current IMT, but must be already defined and on the same
keydest. This means that IMTs now have user determined fallback paths. The
requirements for the fallback IMT prevent loops and other weird behaviour.

Actual key binding via in_bind is unaffected. This is why the IMT name must
be unique across all IMTs.

The "imt" command works with the key_game keydest, but imt_keydest is
provided for specifying the active IMT for a specific keydest.

At startup, default IMTs are setup to emulate the previous static IMTs so
old configs will continue to work (mostly). New config files will be
written with commands to drop all of the current IMTs and build new ones,
with the bindings and active IMT set as well.
2013-01-16 19:48:54 +09:00
..
audio Change pointer_t to unsigned and clean up the mess. 2012-12-21 21:53:13 +09:00
client Make nq and qw use the new entity state struct. 2012-07-05 09:39:16 +09:00
console Make key_dest private to keys.c 2013-01-16 19:48:54 +09:00
gamecode Use g instead of e for the fp values. 2013-01-08 20:15:24 +09:00
gib Change pointer_t to unsigned and clean up the mess. 2012-12-21 21:53:13 +09:00
image Use pkg-config for zlib. 2012-08-18 21:41:33 +09:00
models Make key_dest private to keys.c 2013-01-16 19:48:54 +09:00
net Fix a couple of warnings found by the mxe gcc. 2012-12-14 17:07:53 +09:00
qw Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
ruamoko Change pointer_t to unsigned and clean up the mess. 2012-12-21 21:53:13 +09:00
util Fix incorrect parsing of comments. 2013-01-16 10:31:02 +09:00
video Implement dynamic IMTs. 2013-01-16 19:48:54 +09:00
Makefile.am Avoid building unneeded libs. 2012-08-20 14:12:20 +09:00