On linux 2.6.16 vanilla with custom config on FC5 i386 I can't use the DEL key. The bind on that key does not work and if I assign something from menus to that key it shows the key is "0X08" but I can't assign binds manually from console with /bind 0X08 something and that prevents me to use mod-specific commands like q3ut ut_radio binds
Created attachment 1078[details]
recognize '0x' and '0X' as hex notation in key bindings.
Patch to recognize both '0x' and '0X' (lowercase and uppercase 'x') in bind/unbind commands, instead of only lowercase ('0x'). To wit, makes quake3 recognize '0X08' (but still prints with uppercase ('0X') in menus).
Created attachment 1185[details]
Fix to make the DEL key work again
Attached is a simple, simple patch that fixes the DEL key not working when compiling with SDL.
Setting a QA contact on all ioquake3 bugs, even resolved ones. Sorry if you get a flood of email from this, it should only happen once. Apologies for the incovenience.
--ryan.
Created attachment 1078 [details] recognize '0x' and '0X' as hex notation in key bindings. Patch to recognize both '0x' and '0X' (lowercase and uppercase 'x') in bind/unbind commands, instead of only lowercase ('0x'). To wit, makes quake3 recognize '0X08' (but still prints with uppercase ('0X') in menus).
Created attachment 1185 [details] Fix to make the DEL key work again Attached is a simple, simple patch that fixes the DEL key not working when compiling with SDL.