quakeforge/libs/console
Bill Currie 3c17efe91b [console] Unhook hooked functions on shutdown
Forgetting to unhook the functions (Sys_Printf and the client console's
input event handler) was not a problem for static builds because the
functions were always present, but in builds with dynamic plugins, the
client console's code got ripped away and thus Sys_Printf and the event
hander were being sent into invalid memory. Too much work, not enough
play (with a fully installed client).
2021-12-29 21:50:38 +09:00
..
bi_inputline.c [ui] Create library for UI support code 2021-06-12 22:50:51 +09:00
buffer.c Fix some warnings picked up in an optimized build 2020-02-24 11:28:43 +09:00
client.c [console] Unhook hooked functions on shutdown 2021-12-29 21:50:38 +09:00
complete.c [ui] Create library for UI support code 2021-06-12 22:50:51 +09:00
console.c [console] Unhook hooked functions on shutdown 2021-12-29 21:50:38 +09:00
filelist.c [util] Make va thread-safe 2021-01-31 16:05:48 +09:00
list.c Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
Makemodule.am [console] Link against libQFruamoko_console 2021-07-22 18:01:18 +09:00
menu.c [ruamoko] Replace rua_key with rua_input 2021-12-24 06:45:13 +09:00
server.c [console] Tweak the server status bar colors 2021-12-28 00:06:12 +09:00