quakeforge/libs/console
Bill Currie 2b879af3e1 Fix most of the hacks for clang
gcc didn't like a couple of the changes (rightly so: one was actually
incorrect), and the fix for qfcc I didn't think to suggest while working
with Emily.

The general CFLAGS etc fixes mostly required just getting the order of
operations right: check for attributes after setting the warnings flags,
though those needed some care for gcc as it began warning about main
wanting the const attribute.

Fixing the imui link errors required moving the ui functions and setup
to vulkan_lighting.c, which is really the only place they're used.
2023-08-11 18:29:30 +09:00
..
test Implement clang support 2023-08-11 14:25:01 +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
cl_debug.c [console] Release the mouse when showing the mouse 2023-08-06 12:57:22 +09:00
client.c Fix most of the hacks for clang 2023-08-11 18:29:30 +09:00
complete.c [ui] Create library for UI support code 2021-06-12 22:50:51 +09:00
console.c [console] Provide control of cursor visibility 2023-06-30 14:57:04 +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] Start work on a debug UI 2023-07-01 20:00:26 +09:00
menu.c [console] Start work on a debug UI 2023-07-01 20:00:26 +09:00
server.c Nuke qboolean from orbit 2023-06-13 18:06:11 +09:00