quakeforge/libs/console
Bill Currie d13df6cd37 [console] Add failing unit test for con_buffer
I was looking through the code for Con_BufferAddText trying to figure
out what it was doing (answer: ring buffer for both text and lines) and
got suspicious about its handling of the line objects. I decided an
automated test was in order. It turns out I was right: filling the
buffer with a single long line causes the tail line to trample the
current line, setting its pointer and length to 0 when the final
character is put in the buffer.
2022-09-17 12:59:36 +09:00
..
test [console] Add failing unit test for con_buffer 2022-09-17 12:59:36 +09:00
bi_inputline.c [gamecode] Add PR_Shutdown for tearing down a VM 2022-05-12 19:58:18 +09:00
buffer.c Fix some warnings picked up in an optimized build 2020-02-24 11:28:43 +09:00
client.c [console] Fix missed changes to console line exec control 2022-04-24 20:46:06 +09:00
complete.c [ui] Create library for UI support code 2021-06-12 22:50:51 +09:00
console.c [cvar] Clean up most misinterpreted cvar types 2022-04-24 20:04:06 +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 [cvar] Make cvars properly typed 2022-04-24 19:15:22 +09:00
server.c [console] Fix missed changes to console line exec control 2022-04-24 20:46:06 +09:00