yquake2remaster/src/client
Daniel Gibson f5d9c49f20 Allow second layer of keybindings for controllers, refs #387
There's an "enable alt joy keys" command now. If a key is bound to that
command, all joystick buttons (incl. hat and triggers) are turned from
K_JOYx into K_JOYx_ALT, which allows two keybindings on the same key,
one with the altselector pressed and one without.
If there's no keybinding for K_JOYx_ALT, it will use the binding for
just K_JOYx as a fallback (if it exists).

This is especially handy to create direct bindings for all the weapons
on the (limited amount of) Joystick buttons.
2019-05-05 18:10:10 -01:00
..
curl Add back pak prioritization to HTTP download code. 2019-02-17 10:03:17 +01:00
header Allow second layer of keybindings for controllers, refs #387 2019-05-05 18:10:10 -01:00
input Allow second layer of keybindings for controllers, refs #387 2019-05-05 18:10:10 -01:00
menu Allow second layer of keybindings for controllers, refs #387 2019-05-05 18:10:10 -01:00
refresh Make AMD performance workaround conditional per driver version 2019-05-04 17:37:16 +02:00
sound Fix case of map savegames name (save/bla/MAPNAME.sav/sv2) 2019-02-17 18:46:57 +01:00
vid Fix stupid c&p braino, initialize vid_gamma. 2019-04-08 14:05:54 +02:00
cl_cin.c Remove DOGG compile time option. 2018-08-14 10:40:50 +02:00
cl_console.c Prevent buffer overflows console if vertical resolution > 2048. 2019-02-16 08:57:44 +01:00
cl_download.c Combine all HTTP download quirks into a strict dlquirks_t. 2019-02-17 09:38:11 +01:00
cl_effects.c When an invalid muzzle flash offset is send, just return. 2016-10-23 18:36:43 +02:00
cl_entities.c Remove disgusting and broken Developer_searchpath() function. 2017-08-04 09:20:44 +02:00
cl_input.c Move input.c and input.h into the client and rename to sdl.c. 2018-08-07 09:43:34 +02:00
cl_inventory.c screen: auto-scale the HUD when gl_hudscale < 0. 2014-05-06 19:45:11 +02:00
cl_keyboard.c Allow second layer of keybindings for controllers, refs #387 2019-05-05 18:10:10 -01:00
cl_lights.c Don't stop processing dlights if one of them had a radius of 0. 2018-09-30 19:59:07 +02:00
cl_main.c Fix snd_restart. it should restore the OGG playback state. 2019-01-05 19:26:50 +01:00
cl_network.c Rework HTTP download console output. 2018-12-20 18:01:38 +01:00
cl_parse.c Remove DOGG compile time option. 2018-08-14 10:40:50 +02:00
cl_particles.c Reformat the client 2012-07-22 15:34:45 +02:00
cl_prediction.c Fix stupid bug in e30f824. :( 2018-02-07 19:02:13 +01:00
cl_screen.c Remove DOGG compile time option. 2018-08-14 10:40:50 +02:00
cl_tempentities.c Remove SDL 1.2 support from the menu. 2018-07-31 14:24:28 +02:00
cl_view.c Remove DOGG compile time option. 2018-08-14 10:40:50 +02:00