quakeforge/libs/ruamoko
Bill Currie a6b932025c [gamecode] Provide builtins with information about their parameters
This will make it possible for the engine to set up their parameter
pointers when running Ruamoko progs. At this stage, it doesn't matter
*too* much, except for varargs functions, because no builtin yet takes
anything larger than a float quaternion, but it will be critical when
double or long vec3 and vec4 values are passed.
2022-01-23 22:27:27 +09:00
..
Makemodule.am [ruamoko] Add bindings for Mercenne Twister 2021-12-24 06:45:13 +09:00
pr_cmds.c [gamecode] Provide builtins with information about their parameters 2022-01-23 22:27:27 +09:00
rua_cbuf.c [gamecode] Provide builtins with information about their parameters 2022-01-23 22:27:27 +09:00
rua_cmd.c [gamecode] Provide builtins with information about their parameters 2022-01-23 22:27:27 +09:00
rua_cvar.c [gamecode] Provide builtins with information about their parameters 2022-01-23 22:27:27 +09:00
rua_game_init.c [ruamoko] Add bindings for Mercenne Twister 2021-12-24 06:45:13 +09:00
rua_hash.c [gamecode] Provide builtins with information about their parameters 2022-01-23 22:27:27 +09:00
rua_init.c [ruamoko] Actually hook up the stdlib builtins 2021-06-01 23:44:51 +09:00
rua_input.c [gamecode] Provide builtins with information about their parameters 2022-01-23 22:27:27 +09:00
rua_keys.c [gamecode] Provide builtins with information about their parameters 2022-01-23 22:27:27 +09:00
rua_math.c [gamecode] Provide builtins with information about their parameters 2022-01-23 22:27:27 +09:00
rua_mersenne.c [gamecode] Provide builtins with information about their parameters 2022-01-23 22:27:27 +09:00
rua_msgbuf.c [gamecode] Provide builtins with information about their parameters 2022-01-23 22:27:27 +09:00
rua_obj.c [gamecode] Provide builtins with information about their parameters 2022-01-23 22:27:27 +09:00
rua_plist.c [gamecode] Provide builtins with information about their parameters 2022-01-23 22:27:27 +09:00
rua_qfile.c [gamecode] Provide builtins with information about their parameters 2022-01-23 22:27:27 +09:00
rua_qfs.c [gamecode] Provide builtins with information about their parameters 2022-01-23 22:27:27 +09:00
rua_runtime.c [gamecode] Provide builtins with information about their parameters 2022-01-23 22:27:27 +09:00
rua_script.c [gamecode] Provide builtins with information about their parameters 2022-01-23 22:27:27 +09:00
rua_set.c [gamecode] Provide builtins with information about their parameters 2022-01-23 22:27:27 +09:00
rua_stdlib.c [gamecode] Provide builtins with information about their parameters 2022-01-23 22:27:27 +09:00
rua_string.c [gamecode] Provide builtins with information about their parameters 2022-01-23 22:27:27 +09:00