quakeforge/libs/gib
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
..
Makemodule.am [input] Create QF input library using keys.c 2021-07-05 16:26:07 +09:00
bi_gib.c [gamecode] Make modules responsible for freeing resources 2023-03-03 20:26:00 +09:00
exp.c [util] Make va thread-safe 2021-01-31 16:05:48 +09:00
gib_buffer.c Massive whitespace cleanup. 2012-05-22 08:23:22 +09:00
gib_builtin.c Nuke qboolean from orbit 2023-06-13 18:06:11 +09:00
gib_classes.c Nuke qboolean from orbit 2023-06-13 18:06:11 +09:00
gib_execute.c Nuke qboolean from orbit 2023-06-13 18:06:11 +09:00
gib_function.c Nuke qboolean from orbit 2023-06-13 18:06:11 +09:00
gib_handle.c [gib] Clean up some header dependencies 2022-05-26 16:13:09 +09:00
gib_init.c Nuke qboolean from orbit 2023-06-13 18:06:11 +09:00
gib_keys.c [input] Clean out more keys.h refs 2021-12-24 06:45:13 +09:00
gib_object.c Nuke qboolean from orbit 2023-06-13 18:06:11 +09:00
gib_parse.c Nuke qboolean from orbit 2023-06-13 18:06:11 +09:00
gib_process.c [cvar] Make cvars properly typed 2022-04-24 19:15:22 +09:00
gib_regex.c [util] Make hash-tables semi-thread-safe 2020-03-25 15:43:16 +09:00
gib_semantics.c Massive whitespace cleanup. 2012-05-22 08:23:22 +09:00
gib_thread.c Nuke qboolean from orbit 2023-06-13 18:06:11 +09:00
gib_tree.c [util] Make developer flag names easier to manage 2021-03-29 22:38:47 +09:00
gib_vars.c Nuke qboolean from orbit 2023-06-13 18:06:11 +09:00
ops.c Use floor() or ceil() based on sign for 'trunc' GIB math function. 2003-02-23 22:53:36 +00:00
regex.c [gib] Clean up regex.c in anticipation of c23 2023-02-28 12:37:30 +09:00