quakeforge/libs/client
Bill Currie 63e5655f68 Clean up some enum sanity checks
It seems clang defaults to unsigned for enums. Interestingly, gcc was ok
with the checks being either way. I guess gcc treats enums that *can* be
unsigned as DWIM.
2022-03-31 00:18:53 +09:00
..
Makemodule.am [renderer] Support multiple entity queues 2022-03-05 02:05:39 +09:00
cl_chase.c Update vec3_t/vec4f_t hacks to work with clang 2022-03-31 00:08:26 +09:00
cl_effects.c [renderer] Move some functions from plugins to main lib 2022-03-07 13:40:04 +09:00
cl_entities.c Update vec3_t/vec4f_t hacks to work with clang 2022-03-31 00:08:26 +09:00
cl_input.c Clean up some enum sanity checks 2022-03-31 00:18:53 +09:00
cl_particles.c Update vec3_t/vec4f_t hacks to work with clang 2022-03-31 00:08:26 +09:00
cl_temp_entities.c Update vec3_t/vec4f_t hacks to work with clang 2022-03-31 00:08:26 +09:00
cl_view.c Update vec3_t/vec4f_t hacks to work with clang 2022-03-31 00:08:26 +09:00
cl_world.c Update vec3_t/vec4f_t hacks to work with clang 2022-03-31 00:08:26 +09:00
default_input.plist [client] Add bindings for load and quickload in demos 2021-12-24 06:45:13 +09:00
hud.c [client] Merge nq and qw cl_view 2022-02-28 12:12:51 +09:00
locs.c [renderer] Move some functions from plugins to main lib 2022-03-07 13:40:04 +09:00
old_keys.c [client] Block binding of the escape key 2021-11-28 23:22:11 +09:00