quakeforge/include/QF
2003-04-07 20:02:06 +00:00
..
GL Test for gl errors every frame. 2003-03-21 21:28:09 +00:00
plugin make SND_ClearBuffer get called directly by Block/UnblockSound and remove 2003-01-31 19:55:21 +00:00
.gitignore
bspfile.h qfbsp now mostly works. only known issue is multiple texture wads don't 2002-09-19 20:39:33 +00:00
cbuf.h Various cleanups and bugfixes. Added proper line number reporting to 2003-02-14 08:06:01 +00:00
cdaudio.h
checksum.h
clip_hull.h
cmd.h Various cleanups and bugfixes. Added proper line number reporting to 2003-02-14 08:06:01 +00:00
console.h re-arrange things so __attribute__ and __builtin_expect are properly 2003-01-15 15:31:36 +00:00
crc.h
csqc.h plist api (hope it works:) 2003-04-07 20:02:06 +00:00
cvar.h go back to using QFile, quakeio.h and quakefs.h 2002-08-27 07:16:28 +00:00
draw.h big protototype cleanup. Now, except for a few cases, all non-static 2002-11-05 19:12:51 +00:00
dstring.h re-arrange things so __attribute__ and __builtin_expect are properly 2003-01-15 15:31:36 +00:00
gib_buffer.h Oops, make 'return' GIB builtin actually end the current function. 2003-03-01 02:44:58 +00:00
gib_builtin.h GIB: Many bugfixes and cleanups. Added bitwise math operations, expansion 2003-02-16 19:46:34 +00:00
gib_execute.h Overhauled GIB to parse scripts in advance, among other design and language 2003-01-28 21:16:21 +00:00
gib_function.h Various cleanups and bugfixes. Added proper line number reporting to 2003-02-14 08:06:01 +00:00
gib_init.h Added Sys_PathType, which reports whether a path is absolute, relative 2002-11-14 05:28:54 +00:00
gib_parse.h Cleaned up the GIB parser and GIB_Execute() a lot. Made aliases work in 2003-02-25 06:52:27 +00:00
gib_process.h Overhauled GIB to parse scripts in advance, among other design and language 2003-01-28 21:16:21 +00:00
gib_regex.h Created gib_regex.[ch] to manage regular expressions in GIB. Regexs are 2002-11-19 06:24:29 +00:00
gib_thread.h More cleanups and bug fixes. Added stem-and-leaf variables back in and 2003-02-16 02:44:24 +00:00
gib_tree.h Cleaned up the GIB parser and GIB_Execute() a lot. Made aliases work in 2003-02-25 06:52:27 +00:00
gib_vars.h More cleanups and bug fixes. Added stem-and-leaf variables back in and 2003-02-16 02:44:24 +00:00
hash.h improve Hash_Free's docs 2003-02-21 02:37:44 +00:00
hl.h
idparse.h fix the menu keybinding not working bug 2002-08-19 02:48:38 +00:00
in_event.h make gcc more anal about prototypes, string constants and function 2003-01-06 18:28:13 +00:00
info.h fix a snafu in SVC_DirectConnect related to info strings, make 2003-02-19 17:39:21 +00:00
input.h hopefully fix the input grabbing (and evem more hopefully, without driving 2003-03-07 03:55:51 +00:00
joystick.h Remove dead cvar. 2003-02-14 02:21:31 +00:00
keys.h apply Kaare Slettnes' key name extention patch (Closes: #62) 2002-12-02 16:26:18 +00:00
link.h
locs.h make gcc more anal about prototypes, string constants and function 2003-01-06 18:28:13 +00:00
Makefile.am add gib_tree.h 2003-01-30 04:43:40 +00:00
mathlib.h make gcc more anal about prototypes, string constants and function 2003-01-06 18:28:13 +00:00
mdfour.h
model.h big protototype cleanup. Now, except for a few cases, all non-static 2002-11-05 19:12:51 +00:00
modelgen.h
msg.h remove a redundant prototype 2003-02-10 21:04:50 +00:00
pak.h
pakfile.h go back to using QFile, quakeio.h and quakefs.h 2002-08-27 07:16:28 +00:00
pcx.h go back to using QFile, quakeio.h and quakefs.h 2002-08-27 07:16:28 +00:00
plugin.h make gcc more anal about prototypes, string constants and function 2003-01-06 18:28:13 +00:00
pr_comp.h implement pr_obj_msg_sendv 2002-10-16 22:17:26 +00:00
pr_debug.h
pr_obj.h
progs.h make pr_source_path a ; separated list of dirs and make it controllable in 2003-03-12 22:31:44 +00:00
qargs.h make gcc more anal about prototypes, string constants and function 2003-01-06 18:28:13 +00:00
qdefs.h
qendian.h Replace removed bigendian declaration. 2003-02-23 22:53:03 +00:00
qfplist.h make plist arrays unlimited in size 2003-04-07 19:29:52 +00:00
qtypes.h
quakefs.h work towards a more secure qfs 2003-02-14 22:36:10 +00:00
quakeio.h re-arrange things so __attribute__ and __builtin_expect are properly 2003-01-15 15:31:36 +00:00
render.h Make sprite rendering use vertex arrays, as a test for detection of vertex array support (tests only for OpenGL 1.1 or better, at the moment, no driver blacklist yet). 2003-03-20 19:58:18 +00:00
screen.h
sizebuf.h
skin.h get larger player skins working in gl 2002-09-13 05:32:28 +00:00
sound.h partial cleanup. more to come later :) 2003-01-31 20:51:04 +00:00
spritegn.h
sys.h re-arrange things so __attribute__ and __builtin_expect are properly 2003-01-15 15:31:36 +00:00
teamplay.h make gcc more anal about prototypes, string constants and function 2003-01-06 18:28:13 +00:00
texture.h Don't need LA for greyscale textures, switch to luminance-only. 2003-03-21 22:08:46 +00:00
tga.h re-arrange things so __attribute__ and __builtin_expect are properly 2003-01-15 15:31:36 +00:00
uint32.h
va.h re-arrange things so __attribute__ and __builtin_expect are properly 2003-01-15 15:31:36 +00:00
ver_check.h
vid.h don't adjust the system gamma unless the window has focus. also quench an 2003-02-13 18:24:30 +00:00
wad.h
zone.h big protototype cleanup. Now, except for a few cases, all non-static 2002-11-05 19:12:51 +00:00