quakeforge/libs/video/renderer/gl
Bill Currie c2c3a62956 nuke Qexpand_squiggle. instead, expand ~ to $HOME on qfs initialization and
cache the value.

don't call Qopen directly in the engine. instead call QFS_Open (generic) or
QFS_WOpen (write only, zip flag).

rework QFS_NextFilename to use a dstring (avoiding a potential buffer
overflow), support 10000 files and work from the top-level fs_userpath
directory. adjust QFS_WriteFile and QFS_WriteBuffers etc to suit.

make sw32 screenshots actually get written.

hopefully everything gets written to the right places :)
2003-05-23 17:17:01 +00:00
..
.gitignore
gl_draw.c wad pics don't have extensions (plugs a buffer underflow hole) 2003-05-16 19:44:25 +00:00
gl_dyn_lights.c make qf gcc 3.3 clean 2003-04-17 00:01:48 +00:00
gl_dyn_part.c make qf gcc 3.3 clean 2003-04-17 00:01:48 +00:00
gl_dyn_textures.c initialize noise1 2003-04-22 01:37:13 +00:00
gl_graph.c re-arrange things so __attribute__ and __builtin_expect are properly 2003-01-15 15:31:36 +00:00
gl_lightmap.c make qf gcc 3.3 clean 2003-04-17 00:01:48 +00:00
gl_mod_alias.c make qf gcc 3.3 clean 2003-04-17 00:01:48 +00:00
gl_mod_sprite.c 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
gl_rmain.c Make glError testing static, for now, to shut up compiler warnings. 2003-05-09 05:22:30 +00:00
gl_rmisc.c 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
gl_rsurf.c make qf gcc 3.3 clean 2003-04-17 00:01:48 +00:00
gl_screen.c nuke Qexpand_squiggle. instead, expand ~ to $HOME on qfs initialization and 2003-05-23 17:17:01 +00:00
gl_skin.c make qf gcc 3.3 clean 2003-04-17 00:01:48 +00:00
gl_sky.c beat the skydome bugs to a pulp. no more seam (and probably a bunch faster 2003-04-05 07:59:29 +00:00
gl_sky_clip.c make qf gcc 3.3 clean 2003-04-17 00:01:48 +00:00
gl_textures.c Updated for OpenGL 1.4, plus whitespace. 2003-02-25 05:45:11 +00:00
gl_warp.c re-arrange things so __attribute__ and __builtin_expect are properly 2003-01-15 15:31:36 +00:00
Makefile.am
noisetextures.c make qf gcc 3.3 clean 2003-04-17 00:01:48 +00:00