quakeforge/libs/gamecode
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
..
test Fix a bunch of distcheck issues 2022-02-14 19:28:19 +09:00
convert.py
hops.py
Makemodule.am Fix some distcheck issues 2022-03-01 10:12:50 +09:00
opcodes.py
pr_builtins.c [gamecode] Fix handling of undefined builtins 2022-02-14 14:28:19 +09:00
pr_debug.c Clean up some enum sanity checks 2022-03-31 00:18:53 +09:00
pr_edict.c
pr_exec.c
pr_load.c
pr_opcode.c
pr_parse.c
pr_resolve.c
pr_resource.c
pr_strings.c
pr_v6p_opcode.c
pr_zone.c
swizzle.py