quakeforge/libs/gamecode
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
..
test
convert.py
extend.py
hops.py
Makemodule.am
opcodes.py
pr_builtins.c
pr_debug.c [qfcc] Add a handle type for engine resources 2023-05-25 10:41:28 +09:00
pr_edict.c Nuke qboolean from orbit 2023-06-13 18:06:11 +09:00
pr_exec.c
pr_load.c
pr_opcode.c
pr_parse.c Nuke qboolean from orbit 2023-06-13 18:06:11 +09:00
pr_resolve.c
pr_resource.c
pr_strings.c Nuke qboolean from orbit 2023-06-13 18:06:11 +09:00
pr_v6p_opcode.c
pr_zone.c
swizzle.py