quakeforge/libs
Bill Currie 16c6818612 [util] Set parsed array size correctly
The array has to be allocated using byte elements and thus the size of
the array is the number of bytes, but it needs to be the actual number
of elements in the array. Problem caused by not knowing the actual type
(and C not having type variables anyway).
2020-07-16 22:14:19 +09:00
..
audio Merge branch 'master' into vulkan 2020-06-25 14:03:52 +09:00
client [build] Move to non-recursive make 2020-06-25 11:35:37 +09:00
console Merge branch 'master' into vulkan 2020-06-25 14:03:52 +09:00
gamecode [gamecode] Add a comment about returning temp strings 2020-07-05 16:53:35 +09:00
gib [build] Move to non-recursive make 2020-06-25 11:35:37 +09:00
image [build] Move to non-recursive make 2020-06-25 11:35:37 +09:00
models [build] Move to non-recursive make 2020-06-25 11:35:37 +09:00
net Merge branch 'master' into vulkan 2020-06-25 14:03:52 +09:00
qw [build] Move to non-recursive make 2020-06-25 11:35:37 +09:00
ruamoko [ruamoko] Handle 0-length @va_list for va_copy 2020-06-28 18:48:38 +09:00
util [util] Set parsed array size correctly 2020-07-16 22:14:19 +09:00
video [vulkan] Start work on scripted pipeline 2020-07-16 22:14:19 +09:00
Makemodule.am [build] Move to non-recursive make 2020-06-25 11:35:37 +09:00