quakeforge/libs/ruamoko
Bill Currie 9c51c3d2e1 [gamecode] Add a data pointer passed to builtin functions
This is part of the work for #26 (Record resource pointer with builtin
function data). Currently, the data pointer gets as far as the
per-instance VM function table (I don't feel like tackling the job of
converting all the builtin functions tonight). All the builtin modules
that register a resources data block pass that block on to
PR_RegisterBuiltins.
2022-01-24 00:20:05 +09:00
..
Makemodule.am [ruamoko] Add bindings for Mercenne Twister 2021-12-24 06:45:13 +09:00
pr_cmds.c [gamecode] Add a data pointer passed to builtin functions 2022-01-24 00:20:05 +09:00
rua_cbuf.c [gamecode] Add a data pointer passed to builtin functions 2022-01-24 00:20:05 +09:00
rua_cmd.c [gamecode] Add a data pointer passed to builtin functions 2022-01-24 00:20:05 +09:00
rua_cvar.c [gamecode] Add a data pointer passed to builtin functions 2022-01-24 00:20:05 +09:00
rua_game_init.c [ruamoko] Add bindings for Mercenne Twister 2021-12-24 06:45:13 +09:00
rua_hash.c [gamecode] Add a data pointer passed to builtin functions 2022-01-24 00:20:05 +09:00
rua_init.c [ruamoko] Actually hook up the stdlib builtins 2021-06-01 23:44:51 +09:00
rua_input.c [gamecode] Add a data pointer passed to builtin functions 2022-01-24 00:20:05 +09:00
rua_keys.c [gamecode] Add a data pointer passed to builtin functions 2022-01-24 00:20:05 +09:00
rua_math.c [gamecode] Add a data pointer passed to builtin functions 2022-01-24 00:20:05 +09:00
rua_mersenne.c [gamecode] Add a data pointer passed to builtin functions 2022-01-24 00:20:05 +09:00
rua_msgbuf.c [gamecode] Add a data pointer passed to builtin functions 2022-01-24 00:20:05 +09:00
rua_obj.c [gamecode] Add a data pointer passed to builtin functions 2022-01-24 00:20:05 +09:00
rua_plist.c [gamecode] Add a data pointer passed to builtin functions 2022-01-24 00:20:05 +09:00
rua_qfile.c [gamecode] Add a data pointer passed to builtin functions 2022-01-24 00:20:05 +09:00
rua_qfs.c [gamecode] Add a data pointer passed to builtin functions 2022-01-24 00:20:05 +09:00
rua_runtime.c [gamecode] Add a data pointer passed to builtin functions 2022-01-24 00:20:05 +09:00
rua_script.c [gamecode] Add a data pointer passed to builtin functions 2022-01-24 00:20:05 +09:00
rua_set.c [gamecode] Add a data pointer passed to builtin functions 2022-01-24 00:20:05 +09:00
rua_stdlib.c [gamecode] Add a data pointer passed to builtin functions 2022-01-24 00:20:05 +09:00
rua_string.c [gamecode] Add a data pointer passed to builtin functions 2022-01-24 00:20:05 +09:00