quakeforge/libs
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
..
audio Fix most of the hacks for clang 2023-08-11 18:29:30 +09:00
client Implement clang support 2023-08-11 14:25:01 +09:00
console [console] Fix a build failure without ncurses 2023-09-03 22:18:25 +09:00
ecs [ecs] Move correct number of subpool ranges 2023-07-11 00:06:21 +09:00
gamecode [gamecode] Print invalid opcodes correctly 2023-09-08 11:12:37 +09:00
gib Nuke qboolean from orbit 2023-06-13 18:06:11 +09:00
image Nuke qboolean from orbit 2023-06-13 18:06:11 +09:00
input Nuke qboolean from orbit 2023-06-13 18:06:11 +09:00
models [iqm] Use type-specified enums 2023-09-04 12:24:40 +09:00
net Nuke qboolean from orbit 2023-06-13 18:06:11 +09:00
qw [util] Make sizebuf and msg sizes unisgned 2021-04-04 15:53:53 +09:00
ruamoko [ruamoko] Add sincos and sincosh functions 2023-09-10 14:13:56 +09:00
scene Fix most of the hacks for clang 2023-08-11 18:29:30 +09:00
ui Fix most of the hacks for clang 2023-08-11 18:29:30 +09:00
util [util] Support utf-8 strings in Sys_Printf 2023-08-23 21:40:50 +09:00
video [iqm] Use type-specified enums 2023-09-04 12:24:40 +09:00
Makemodule.am [ecs] Move ECS core into its own library 2022-10-26 17:24:03 +09:00