quakeforge/libs
Bill Currie d5156a2320 [set] Add an edge detection iterator
set_while checks the iterator's current element membership and skips to
the first element with different membership. ie, if the current element
is in the set, then set_while returns the next element *not* in the set,
but if the current is not in the set, then set_while returns the next
element that *is* in the set. Rather handy for dealing with clusters of
set elements.
2023-05-26 21:46:34 +09:00
..
audio [plist] Use reference counts for items 2023-03-13 11:26:13 +09:00
client [plist] Use reference counts for items 2023-03-13 11:26:13 +09:00
console [ecs] Plug a bunch of memory leaks 2023-03-05 22:03:01 +09:00
ecs [build] Fix some library install issues 2023-04-20 15:15:12 +09:00
gamecode [qfcc] Add a handle type for engine resources 2023-05-25 10:41:28 +09:00
gib [gamecode] Make modules responsible for freeing resources 2023-03-03 20:26:00 +09:00
image [image] Allow color conversion caches to be cleaned up 2023-03-05 18:31:30 +09:00
input [plist] Use reference counts for items 2023-03-13 11:26:13 +09:00
models [gl] Free alias model cache memory when clearing models 2023-03-21 13:18:16 +09:00
net [client] Merge cl_screen.c 2022-11-02 15:11:09 +09:00
qw [util] Make sizebuf and msg sizes unisgned 2021-04-04 15:53:53 +09:00
ruamoko [ruamoko] Make cbuf functions take a cbuf param 2023-05-24 21:01:07 +09:00
scene [glsl] Be more null-safe for free/destroy functions 2023-03-06 18:21:13 +09:00
ui [build] Fix some library install issues 2023-04-20 15:15:12 +09:00
util [set] Add an edge detection iterator 2023-05-26 21:46:34 +09:00
video [qfcc] Add a handle type for engine resources 2023-05-25 10:41:28 +09:00
Makemodule.am [ecs] Move ECS core into its own library 2022-10-26 17:24:03 +09:00