0
0
Fork 0
mirror of https://git.code.sf.net/p/quake/quakeforge synced 2025-03-10 03:02:10 +00:00
quakeforge/libs/models
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
..
alias Nuke qboolean from orbit 2023-06-13 18:06:11 +09:00
brush Fix most of the hacks for clang 2023-08-11 18:29:30 +09:00
iqm Nuke qboolean from orbit 2023-06-13 18:06:11 +09:00
sprite [vulkan] Fix a silly typo 2023-06-25 00:20:19 +09:00
test Nuke qboolean from orbit 2023-06-13 18:06:11 +09:00
clip_hull.c
fullbright.c
gl_model_fullbright.c
gl_skin.c Nuke qboolean from orbit 2023-06-13 18:06:11 +09:00
glsl_skin.c
Makemodule.am
model.c Nuke qboolean from orbit 2023-06-13 18:06:11 +09:00
null_model.c
portal.c
skin.c
sw_skin.c
trace.c Nuke qboolean from orbit 2023-06-13 18:06:11 +09:00
vulkan_skin.c
winding.c Nuke qboolean from orbit 2023-06-13 18:06:11 +09:00