quakeforge/libs/console
Bill Currie 70aa970c32 [gamecode] Make modules responsible for freeing resources
It should have been this way all along, and it seems I thought they were
when I did rua_gui.c as it already freed its resource block, which would
have been a double free (oops). Fixes an invalid write when shutting
down progs in qwaq-cmd (relevant change not committed).
2023-03-03 20:26:00 +09:00
..
test [console] Add test for buffer line tracking 2022-09-18 16:07:22 +09:00
bi_inputline.c [gamecode] Make modules responsible for freeing resources 2023-03-03 20:26:00 +09:00
buffer.c [console] Add a function to clear the scroll-back buffer 2022-09-20 12:14:01 +09:00
client.c [console] Switch to using a canvas for the console 2023-01-22 03:45:50 +09:00
complete.c [ui] Create library for UI support code 2021-06-12 22:50:51 +09:00
console.c [console] Separate loading and initialization 2023-01-20 13:27:17 +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] Add failing unit test for con_buffer 2022-09-17 12:59:36 +09:00
menu.c [console] Get menu rendering working again 2022-11-04 10:38:07 +09:00
server.c [console] Separate loading and initialization 2023-01-20 13:27:17 +09:00