quakeforge/libs/client
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
..
cl_chase.c [cvar] Make cvars properly typed 2022-04-24 19:15:22 +09:00
cl_effects.c [ecs] Move ECS core into its own library 2022-10-26 17:24:03 +09:00
cl_entities.c [ecs] Move ECS core into its own library 2022-10-26 17:24:03 +09:00
cl_input.c [plist] Use reference counts for items 2023-03-13 11:26:13 +09:00
cl_light.c [plist] Use reference counts for items 2023-03-13 11:26:13 +09:00
cl_particles.c [cvar] Make cvars properly typed 2022-04-24 19:15:22 +09:00
cl_screen.c [console] Switch to using a canvas for the console 2023-01-22 03:45:50 +09:00
cl_temp_entities.c Nuke qboolean from orbit 2023-06-13 18:06:11 +09:00
cl_view.c Nuke qboolean from orbit 2023-06-13 18:06:11 +09:00
cl_world.c [plist] Use reference counts for items 2023-03-13 11:26:13 +09:00
default_input.plist [client] Add bindings for load and quickload in demos 2021-12-24 06:45:13 +09:00
hud.c [ui] Remove some extra debug outlines 2023-01-21 11:20:09 +09:00
locs.c Nuke qboolean from orbit 2023-06-13 18:06:11 +09:00
Makemodule.am [client] Switch to using canvases for screen and hud 2023-01-21 03:43:18 +09:00
old_keys.c [client] Block binding of the escape key 2021-11-28 23:22:11 +09:00
sbar.c Nuke qboolean from orbit 2023-06-13 18:06:11 +09:00