quakeforge/libs/gamecode
Bill Currie 2b82533526 [gamecode] Add double time state instructions
This has been a long-held wishlist item, really, and I thought I might
as well take the opportunity to add the instructions. The double
versions of STATE require both the nextthink field and time global to be
double (but they're not resolved properly yet: marked with
"FIXME double time" comments).

Also, the frame number for double time state is integer rather than
float.
2022-01-16 21:27:49 +09:00
..
test [gamecode] Add tests for the hops instructions 2022-01-16 18:46:29 +09:00
convert.py [gamecode] Make no-op conversions simple copies 2022-01-15 15:44:53 +09:00
hops.py [gamecode] Add tests for the hops instructions 2022-01-16 18:46:29 +09:00
Makemodule.am [gamecode] Implement the HOPS sub-instructions 2022-01-16 16:28:48 +09:00
opcodes.py [gamecode] Add double time state instructions 2022-01-16 21:27:49 +09:00
pr_builtins.c [gamecode] Remove the wart from def and function names 2021-12-31 15:02:31 +09:00
pr_debug.c [gamecode] Move progs auxiliary headers into a subdirectory 2022-01-09 00:26:52 +09:00
pr_edict.c [gamecode] Add double time state instructions 2022-01-16 21:27:49 +09:00
pr_exec.c [gamecode] Add double time state instructions 2022-01-16 21:27:49 +09:00
pr_load.c [gamecode] Remove PR_Opcode_Init 2022-01-07 19:25:34 +09:00
pr_opcode.c [gamecode] Implement ruamoko opcode lookup 2022-01-06 11:47:05 +09:00
pr_parse.c [gamecode] Remove the wart from def and function names 2021-12-31 15:02:31 +09:00
pr_resolve.c [gamecode] Add double time state instructions 2022-01-16 21:27:49 +09:00
pr_resource.c [util] Make hash-tables semi-thread-safe 2020-03-25 15:43:16 +09:00
pr_strings.c [gamecode] Add PROG_V6P_VERSION and bump PROG_VERSION 2022-01-03 13:56:43 +09:00
pr_v6p_opcode.c [gamecode] Add double time state instructions 2022-01-16 21:27:49 +09:00
pr_zone.c [gamecode] Conform with libc malloc for pr zone 2021-09-26 12:03:44 +09:00
swizzle.py [gamecode] Add tests for the swizzle instructions 2022-01-15 22:44:58 +09:00