quakeforge/libs
Bill Currie 1e052ad0dc [vkgen] Use correct types for 64-bit types
When I wrote vkgen's stdint.h, qfcc didn't support long or ulong, and
with the common init check, it now matters that the correct types are
used. It turns out some of my structs may not have been initialized
correctly, but with the next commits (long and ulong for cexpr), they
should be but do seem to be working at least.
2025-01-20 14:18:15 +09:00
..
audio [sound] Flush sfx hash table on gamedir change 2024-01-13 01:03:23 +09:00
client Fix some dodgy shifts 2024-09-24 10:54:17 +09:00
console [console] Update input line builtin for function ptr changes 2025-01-04 00:00:37 +09:00
ecs [sys] Move terminal color escapes to sys.h 2024-01-30 23:13:16 +09:00
gamecode [gamesource] Correct columns for bitops 2025-01-18 20:36:23 +09:00
gib [gamecode] Save all param pointers with PR_SaveParams 2024-09-05 00:00:44 +09:00
image [image] Ensure tex fields are all initialized 2024-01-15 14:59:11 +09:00
input [input] Plug some potential UB 2024-09-24 11:28:59 +09:00
models [vulkan] Add source barrier to packet scatter and image copy 2024-11-27 20:15:51 +09:00
net [net] Always allocate memory for ifaces 2024-09-24 11:04:27 +09:00
qw [util] Make sizebuf and msg sizes unisgned 2021-04-04 15:53:53 +09:00
ruamoko [gamecode] Save all param pointers with PR_SaveParams 2024-09-05 00:00:44 +09:00
scene [scene] Add support for a scene camera 2024-02-01 11:20:36 +09:00
ui [ui] Pass text verticality and font to configure_textview 2024-10-10 14:09:24 +09:00
util Merge branch 'wip-ruaspirv' 2025-01-20 01:41:33 +09:00
video [vkgen] Use correct types for 64-bit types 2025-01-20 14:18:15 +09:00
Makemodule.am [ecs] Move ECS core into its own library 2022-10-26 17:24:03 +09:00