quakeforge/include/QF
Bill Currie 32346b6123 [ui] Add support for simple text strings
The same underlying mechanism is used for both simple text strings and
passages, but without the intervening hierarchy of paragraphs etc.
Results in only the one view for a simple text string.
2023-07-01 19:42:02 +09:00
..
classes Nuke qboolean from orbit 2023-06-13 18:06:11 +09:00
ecs [ecs] Plug a bunch of memory leaks 2023-03-05 22:03:01 +09:00
GL Nuke qboolean from orbit 2023-06-13 18:06:11 +09:00
GLSL 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
math
plugin [console] Provide control of cursor visibility 2023-06-30 14:57:04 +09:00
progs [qfcc] Add a handle type for engine resources 2023-05-25 10:41:28 +09:00
scene [glsl] Fix a pile of memory leaks 2023-03-05 18:31:30 +09:00
simd [simd] Add unsigned vector types 2023-06-15 09:36:50 +09:00
ui [ui] Add support for simple text strings 2023-07-01 19:42:02 +09:00
Vulkan [vulkan] Use per-pass entity queues 2023-06-28 17:57:41 +09:00
alloc.h [util] Record allocated blocs for ALLOC 2023-03-05 18:31:30 +09:00
bspfile.h [bspfile] Correct some typos in the documentation 2023-06-29 11:31:24 +09:00
cbuf.h Nuke qboolean from orbit 2023-06-13 18:06:11 +09:00
cdaudio.h Nuke qboolean from orbit 2023-06-13 18:06:11 +09:00
cexpr.h [cexpr] Add support for the bool type 2023-06-26 10:59:16 +09:00
checksum.h
clip_hull.h
cmd.h Nuke qboolean from orbit 2023-06-13 18:06:11 +09:00
cmem.h
console.h [console] Provide control of cursor visibility 2023-06-30 14:57:04 +09:00
crc.h
csqc.h
cvar.h Nuke qboolean from orbit 2023-06-13 18:06:11 +09:00
darray.h [util] Clean up nested macro temp var names a little 2022-03-31 14:44:51 +09:00
draw.h Nuke qboolean from orbit 2023-06-13 18:06:11 +09:00
dstring.h
ecs.h [ecs] Plug a bunch of memory leaks 2023-03-05 22:03:01 +09:00
fbsearch.h
gib.h Nuke qboolean from orbit 2023-06-13 18:06:11 +09:00
hash.h [util] Free up hash links 2023-03-04 02:07:31 +09:00
heapsort.h [util] Support custom swap function for heapsort 2022-10-31 10:52:03 +09:00
idparse.h
image.h [image] Allow color conversion caches to be cleaned up 2023-03-05 18:31:30 +09:00
info.h Nuke qboolean from orbit 2023-06-13 18:06:11 +09:00
input.h [input] Fix some doxygen breakage 2022-05-19 13:26:45 +09:00
iqm.h [vulkan] Get IQM rendering working 2022-05-07 10:14:22 +09:00
joystick.h Nuke qboolean from orbit 2023-06-13 18:06:11 +09:00
keys.h [dox] Fix up some doxygen issues 2022-04-13 14:17:58 +09:00
link.h
listener.h
llist.h Nuke qboolean from orbit 2023-06-13 18:06:11 +09:00
Makemodule.am [vulkan] Nuke the old render pass code from orbit 2023-06-24 10:42:27 +09:00
mathlib.h Nuke qboolean from orbit 2023-06-13 18:06:11 +09:00
mdfour.h
mersenne.h
model.h [model] Clean up the brush leaf api a little 2023-06-28 21:45:41 +09:00
modelgen.h
msg.h Nuke qboolean from orbit 2023-06-13 18:06:11 +09:00
object.h Nuke qboolean from orbit 2023-06-13 18:06:11 +09:00
pak.h
pakfile.h
pcx.h Nuke qboolean from orbit 2023-06-13 18:06:11 +09:00
plist.h Nuke qboolean from orbit 2023-06-13 18:06:11 +09:00
plugin.h Nuke qboolean from orbit 2023-06-13 18:06:11 +09:00
png.h [image] Make WritePNG take settings from tex_t 2022-04-01 01:01:53 +09:00
pqueue.h [util] Clean up nested macro temp var names a little 2022-03-31 14:44:51 +09:00
progs.h Nuke qboolean from orbit 2023-06-13 18:06:11 +09:00
pvsfile.h
qargs.h [cvar] Make cvars properly typed 2022-04-24 19:15:22 +09:00
qdefs.h
qendian.h Nuke qboolean from orbit 2023-06-13 18:06:11 +09:00
qtypes.h [qtypes] Support auto in pre-c23 compilers 2023-06-18 17:16:58 +09:00
quakefs.h Nuke qboolean from orbit 2023-06-13 18:06:11 +09:00
quakeio.h
render.h [sw] Take advantage of the ECS for edge rendering 2022-10-25 19:36:09 +09:00
riff.h
ringbuffer.h [util] Add atomic ring buffer and automated tests 2022-09-22 09:35:57 +09:00
ruamoko.h
screen.h Nuke qboolean from orbit 2023-06-13 18:06:11 +09:00
script.h Nuke qboolean from orbit 2023-06-13 18:06:11 +09:00
segtext.h More doxygen tweaks 2022-05-19 13:26:45 +09:00
set.h [set] Add an edge detection iterator 2023-05-26 21:46:34 +09:00
sizebuf.h Nuke qboolean from orbit 2023-06-13 18:06:11 +09:00
skin.h Nuke qboolean from orbit 2023-06-13 18:06:11 +09:00
sound.h [scene] Make entity_t just an entity id for ECS 2022-10-23 22:24:36 +09:00
spritegn.h
sys.h Fix a pile of warnings for gcc 12 2022-07-31 17:13:26 +09:00
sys_developer.h [sys] Add some developer flags for cache/hunk/zone 2022-06-03 12:04:27 +09:00
teamplay.h [cvar] Make cvars properly typed 2022-04-24 19:15:22 +09:00
tga.h [image] Set texture type for no-load tga images 2022-05-04 13:50:55 +09:00
va.h
ver_check.h
vid.h [vid] Add an api function to control mouse visibility 2023-06-30 14:50:47 +09:00
wad.h
wadfile.h
winding.h Nuke qboolean from orbit 2023-06-13 18:06:11 +09:00
zone.h Nuke qboolean from orbit 2023-06-13 18:06:11 +09:00