quakeforge/libs/console
Bill Currie dbd3d6502a Nuke qboolean from orbit
I never liked it, but with C2x coming out, it's best to handle bools
properly. I haven't gone through all the uses of int as bool (I'll leave
that for fixing when I encounter them), but this gets QF working with
both c2x (really, gnu2x because of raw strings).
2023-06-13 18:06:11 +09:00
..
test [console] Add test for buffer line tracking 2022-09-18 16:07:22 +09:00
Makemodule.am [console] Add failing unit test for con_buffer 2022-09-17 12:59:36 +09:00
bi_inputline.c [console] Plug more memory leaks 2023-03-05 18:31:30 +09:00
buffer.c [console] Add a function to clear the scroll-back buffer 2022-09-20 12:14:01 +09:00
client.c Nuke qboolean from orbit 2023-06-13 18:06:11 +09:00
complete.c [ui] Create library for UI support code 2021-06-12 22:50:51 +09:00
console.c [console] Plug more memory leaks 2023-03-05 18:31:30 +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
menu.c [console] Plug more memory leaks 2023-03-05 18:31:30 +09:00
server.c Nuke qboolean from orbit 2023-06-13 18:06:11 +09:00