quakeforge/libs/console
Bill Currie 48e5848a41 [console] Rework con_buffer ring buffers to have gaps
I really don't know why I tried to do ring-buffers without gaps, the
code complication is just not worth the tiny savings in memory. In fact,
just the switch from pointers to 32-bit offsets saves more memory than
not having gaps (on 64-bit systems, no change on 32-bit).
2022-09-18 11:35:09 +09:00
..
test [console] Rework con_buffer ring buffers to have gaps 2022-09-18 11:35:09 +09:00
bi_inputline.c [gamecode] Add PR_Shutdown for tearing down a VM 2022-05-12 19:58:18 +09:00
buffer.c [console] Rework con_buffer ring buffers to have gaps 2022-09-18 11:35:09 +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 [console] Rework con_buffer ring buffers to have gaps 2022-09-18 11:35:09 +09:00
server.c [console] Rework con_buffer ring buffers to have gaps 2022-09-18 11:35:09 +09:00