quakeforge/libs/ruamoko
Bill Currie bce2b7d767 [ruamoko] Add sincos and sincosh functions
sincos is just a wrapper around the GNU libc sincos. sincosh is the
equivalent for sinh and cosh, but there doesn't seem to be any such
function, so it's just the two wrapped. They both return their results
in a vec2/vec2d as (sih[h], cos[h]).
2023-09-10 14:13:56 +09:00
..
Makemodule.am [ui] Move font loading into new gui library 2022-12-07 17:38:38 +09:00
pr_cmds.c [gamecode] Clean up progs data access 2022-04-29 16:59:15 +09:00
rua_cbuf.c [ruamoko] Make cbuf functions take a cbuf param 2023-05-24 21:01:07 +09:00
rua_cmd.c [ruamoko] Plug yet more memory leaks 2023-03-05 18:31:30 +09:00
rua_cvar.c [gamecode] Make modules responsible for freeing resources 2023-03-03 20:26:00 +09:00
rua_game_init.c [ui] Move font loading into new gui library 2022-12-07 17:38:38 +09:00
rua_gui.c [ui] Add support for simple text strings 2023-07-01 19:42:02 +09:00
rua_hash.c [gamecode] Clean up a pile of memory leaks 2023-03-03 22:07:27 +09:00
rua_init.c [ruamoko] Actually hook up the stdlib builtins 2021-06-01 23:44:51 +09:00
rua_input.c [ruamoko] Plug yet more memory leaks 2023-03-05 18:31:30 +09:00
rua_keys.c [gamecode] Pass registered data pointer to builtins 2022-02-14 12:28:38 +09:00
rua_math.c [ruamoko] Add sincos and sincosh functions 2023-09-10 14:13:56 +09:00
rua_mersenne.c [gamecode] Make modules responsible for freeing resources 2023-03-03 20:26:00 +09:00
rua_model.c [ruamoko] Plug yet more memory leaks 2023-03-05 18:31:30 +09:00
rua_msgbuf.c [gamecode] Make modules responsible for freeing resources 2023-03-03 20:26:00 +09:00
rua_obj.c [ruamoko] Support nil object in obj_error 2023-05-27 12:47:33 +09:00
rua_plist.c [plist] Use reference counts for items 2023-03-13 11:26:13 +09:00
rua_qfile.c [gamecode] Clean up a pile of memory leaks 2023-03-03 22:07:27 +09:00
rua_qfs.c [gamecode] Pass registered data pointer to builtins 2022-02-14 12:28:38 +09:00
rua_runtime.c [gamecode] Pass registered data pointer to builtins 2022-02-14 12:28:38 +09:00
rua_scene.c [scene] Support extra component systems 2023-08-05 01:35:09 +09:00
rua_script.c [ruamoko] Fortify and extend the script api 2023-05-27 12:47:33 +09:00
rua_set.c [gamecode] Make modules responsible for freeing resources 2023-03-03 20:26:00 +09:00
rua_stdlib.c [gamecode] Pass registered data pointer to builtins 2022-02-14 12:28:38 +09:00
rua_string.c [ruamoko] Extend the string api 2023-05-27 12:47:33 +09:00