newtree/source
Bill Currie 1aa9084aa9 add support for COMPRESSED downloads!!! Of course, both client and server must
both support this. The client tells the server it can support compressed
downloads by setting the z flag in the *cap userinfo. If the server detects
that the client supports compression, and the file to be downloaded is
compressed (more accurately, has the .gz extension), the server sends a special
download packet with a size of -2 (-1 indicates error),, percent of 0, followed
by the new name of the file (eg maps/foo.bsp.gz for maps/foo.bsp). The client
WILL NOT accept a new filename that doesn not match the old name for the length
of the old name. The client also will not accept a new name if there are . or
.. path components. If the client rejects the new name, it prints a warning
message and aborts that download.
2000-09-28 06:11:55 +00:00
..
.gdbinit fix alias model loading for when the model has groups. gdbinit added to ease 2000-09-24 02:34:35 +00:00
.gitignore If we use gcc, then we use -pipe, or we use -save-temps. 2000-09-28 04:32:55 +00:00
Makefile.am If we use gcc, then we use -pipe, or we use -save-temps. 2000-09-28 04:32:55 +00:00
buildnum.c Reapply changes - this time tested w/ svga under Linux 2000-05-26 03:55:27 +00:00
cd_audio.c Cvar fixups... 2000-05-24 02:07:53 +00:00
cd_linux.c Cvar audit; These files set cvars improperly, by changing their values 2000-09-25 06:36:50 +00:00
cd_null.c Added CDAudio_Pause 2000-05-17 20:11:55 +00:00
cd_sdl.c Cvar audit; These files set cvars improperly, by changing their values 2000-09-25 06:36:50 +00:00
cd_win.c Cvar fixups... 2000-05-24 02:07:53 +00:00
checksum.c C done 2000-05-22 06:46:35 +00:00
cl_cam.c Cvar fixups... 2000-05-24 02:07:53 +00:00
cl_cmd.c cl_parsesay --- parse $\ (fake); $[, $]; $R $G $B $Y (ocrana leds); 2000-08-22 18:54:01 +00:00
cl_cvar.c port in some improvements from OT (namely fs_basepath, etc, though commandline parsing isn't finished yet) 2000-05-21 08:24:45 +00:00
cl_demo.c zlib support (gzipped pack contents). if you have a probelm with gzgets, you 2000-09-27 19:44:26 +00:00
cl_ents.c cl_deadbodyfilter and cl_gibfilter should work now. 2000-08-02 23:00:39 +00:00
cl_input.c Ooops (forgot an #include) 2000-08-22 18:00:12 +00:00
cl_main.c add support for COMPRESSED downloads!!! Of course, both client and server must 2000-09-28 06:11:55 +00:00
cl_math.S revert lsh's checkins. They broke newtree for everybody but him. 2000-05-25 09:48:21 +00:00
cl_misc.c C done 2000-05-22 06:46:35 +00:00
cl_parse.c add support for COMPRESSED downloads!!! Of course, both client and server must 2000-09-28 06:11:55 +00:00
cl_pred.c VID_SetCaption (title) support. 2000-07-14 16:10:26 +00:00
cl_slist.c zlib support (gzipped pack contents). if you have a probelm with gzgets, you 2000-09-27 19:44:26 +00:00
cl_sys_sdl.c zlib support (gzipped pack contents). if you have a probelm with gzgets, you 2000-09-27 19:44:26 +00:00
cl_sys_unix.c some fixes to make quakeforge build on solaris. not quite done yet as the 2000-05-25 05:01:20 +00:00
cl_sys_win.c zlib support (gzipped pack contents). if you have a probelm with gzgets, you 2000-09-27 19:44:26 +00:00
cl_tent.c Clean up the warnings Tonik didn't 2000-08-01 21:55:26 +00:00
cl_trans.c Clean up the warnings Tonik didn't 2000-08-01 21:55:26 +00:00
cmd.c zlib support (gzipped pack contents). if you have a probelm with gzgets, you 2000-09-27 19:44:26 +00:00
com.c zlib support (gzipped pack contents). if you have a probelm with gzgets, you 2000-09-27 19:44:26 +00:00
console.c #if 0'd the code that updates the screen after every Con_Printf when 2000-08-02 22:40:13 +00:00
context_x11.c fix for Bug #105221 though it seems repeats were ignored anyway. this was done 2000-09-24 03:43:06 +00:00
crc.c port in some improvements from OT (namely fs_basepath, etc, though commandline parsing isn't finished yet) 2000-05-21 08:24:45 +00:00
cvar.c zlib support (gzipped pack contents). if you have a probelm with gzgets, you 2000-09-27 19:44:26 +00:00
d_copy.S revert lsh's checkins. They broke newtree for everybody but him. 2000-05-25 09:48:21 +00:00
d_draw.S revert lsh's checkins. They broke newtree for everybody but him. 2000-05-25 09:48:21 +00:00
d_draw16.S revert lsh's checkins. They broke newtree for everybody but him. 2000-05-25 09:48:21 +00:00
d_edge.c Cvar fixups... 2000-05-24 02:07:53 +00:00
d_fill.c First off in gl_draw.c we have some nice cleanup code for the upload 2000-09-22 09:08:08 +00:00
d_init.c Cvar fixups... 2000-05-24 02:07:53 +00:00
d_modech.c GPL thingy 2000-05-22 06:58:14 +00:00
d_part.c GPL thingy 2000-05-22 06:58:14 +00:00
d_parta.S revert lsh's checkins. They broke newtree for everybody but him. 2000-05-25 09:48:21 +00:00
d_polysa.S revert lsh's checkins. They broke newtree for everybody but him. 2000-05-25 09:48:21 +00:00
d_polyse.c GPL thingy 2000-05-22 06:58:14 +00:00
d_scan.c First off in gl_draw.c we have some nice cleanup code for the upload 2000-09-22 09:08:08 +00:00
d_scana.S revert lsh's checkins. They broke newtree for everybody but him. 2000-05-25 09:48:21 +00:00
d_sky.c all files now include config.h 2000-05-17 10:03:19 +00:00
d_spr8.S revert lsh's checkins. They broke newtree for everybody but him. 2000-05-25 09:48:21 +00:00
d_sprite.c GPL thingy 2000-05-22 06:58:14 +00:00
d_surf.c GPL thingy 2000-05-22 06:58:14 +00:00
d_vars.c GPL thingy 2000-05-22 06:58:14 +00:00
d_varsa.S revert lsh's checkins. They broke newtree for everybody but him. 2000-05-25 09:48:21 +00:00
d_zpoint.c GPL thingy 2000-05-22 06:58:14 +00:00
dga_check.c +set_vidfullscreen is 95% working for -x11 and -glx. only remaining known problem is mouse grabbing. 2000-05-23 07:33:03 +00:00
dirent.c Clean up after myself in the Z_* purge.. 2000-06-29 23:30:21 +00:00
draw.c First off in gl_draw.c we have some nice cleanup code for the upload 2000-09-22 09:08:08 +00:00
fnmatch.c removed a silly #else case on an ifdef 2000-05-22 07:07:01 +00:00
gl_draw.c State change cleanup, but saner code! 2000-09-28 00:22:24 +00:00
gl_mesh.c zlib support (gzipped pack contents). if you have a probelm with gzgets, you 2000-09-27 19:44:26 +00:00
gl_model_alias.c hopefully fix alias model loading for multiple skins and/or skin groups 2000-09-27 17:01:17 +00:00
gl_model_brush.c gl bmodel fullbrights implemented. I hope. I'll find out for sure when I get 2000-09-20 23:06:26 +00:00
gl_model_fullbright.c model loading reorg ala nuq. once again, gl hasn't been tested (will test when 2000-09-20 22:11:17 +00:00
gl_model_sprite.c model loading reorg ala nuq. once again, gl hasn't been tested (will test when 2000-09-20 22:11:17 +00:00
gl_ngraph.c State change cleanup, but saner code! 2000-09-28 00:22:24 +00:00
gl_part.c State change cleanup, but saner code! 2000-09-28 00:22:24 +00:00
gl_refrag.c The end of Z_*!! 2000-06-29 05:46:15 +00:00
gl_rlight.c State change cleanup, but saner code! 2000-09-28 00:22:24 +00:00
gl_rmain.c State change cleanup, but saner code! 2000-09-28 00:22:24 +00:00
gl_rmisc.c First off in gl_draw.c we have some nice cleanup code for the upload 2000-09-22 09:08:08 +00:00
gl_rsurf.c State change cleanup, but saner code! 2000-09-28 00:22:24 +00:00
gl_screen.c State change cleanup, but saner code! 2000-09-28 00:22:24 +00:00
gl_trans.c Change a bunch of Sys_Error()'s to Host_EndGame() 2000-07-31 12:54:11 +00:00
gl_view.c Palette never gets changed in GL mode now. 2000-09-21 19:15:44 +00:00
gl_warp.c State change cleanup, but saner code! 2000-09-28 00:22:24 +00:00
in_null.c GPL thingy 2000-05-22 06:58:14 +00:00
in_svgalib.c Joystick support generalized, autoconfiscated. Systems without joystick 2000-09-26 14:16:09 +00:00
in_win.c CVAR_FIXME cleanup 2000-06-09 23:37:39 +00:00
in_x11.c Joystick support generalized, autoconfiscated. Systems without joystick 2000-09-26 14:16:09 +00:00
info.c Reapply changes - this time tested w/ svga under Linux 2000-05-26 03:55:27 +00:00
joy_linux.c Joystick support generalized, autoconfiscated. Systems without joystick 2000-09-26 14:16:09 +00:00
joy_null.c Joystick support generalized, autoconfiscated. Systems without joystick 2000-09-26 14:16:09 +00:00
keys.c zlib support (gzipped pack contents). if you have a probelm with gzgets, you 2000-09-27 19:44:26 +00:00
link.c GPL thingy 2000-05-22 06:58:14 +00:00
makefile.win Patched for QSG Standard 2 (Extend Protocol). 2000-06-25 13:00:19 +00:00
math.S revert lsh's checkins. They broke newtree for everybody but him. 2000-05-25 09:48:21 +00:00
mathlib.c Reapply changes - this time tested w/ svga under Linux 2000-05-26 03:55:27 +00:00
mdfour.c all files now include config.h 2000-05-17 10:03:19 +00:00
menu.c glquake.h: Comment out <GL/glu.h> -- may be used in the future, but we 2000-09-25 04:12:58 +00:00
model.c Behold, the great state audit, and a few other things. 2000-09-26 09:03:21 +00:00
model_alias.c Behold, the great state audit, and a few other things. 2000-09-26 09:03:21 +00:00
model_brush.c forgot to rename Mod_LoadMMNearest to Mod_ProcessTexture 2000-09-20 22:21:25 +00:00
model_sprite.c model loading reorg ala nuq. once again, gl hasn't been tested (will test when 2000-09-20 22:11:17 +00:00
msg.c port in q* from OT, and split of other things in prep for removing common.* 2000-05-20 09:42:02 +00:00
net_chan.c Cvar audit; These files set cvars improperly, by changing their values 2000-09-25 06:36:50 +00:00
net_com.c First off in gl_draw.c we have some nice cleanup code for the upload 2000-09-22 09:08:08 +00:00
net_udp.c Why SockadrToNetadr(&from,&net_from) twice? Removed extra. 2000-08-17 16:48:06 +00:00
nonintel.c *sigh* 2000-05-22 07:10:16 +00:00
pmove.c port in some improvements from OT (namely fs_basepath, etc, though commandline parsing isn't finished yet) 2000-05-21 08:24:45 +00:00
pmovetst.c Reapply changes - this time tested w/ svga under Linux 2000-05-26 03:55:27 +00:00
pr_cmds.c zlib support (gzipped pack contents). if you have a probelm with gzgets, you 2000-09-27 19:44:26 +00:00
pr_edict.c zlib support (gzipped pack contents). if you have a probelm with gzgets, you 2000-09-27 19:44:26 +00:00
pr_exec.c First off in gl_draw.c we have some nice cleanup code for the upload 2000-09-22 09:08:08 +00:00
pr_offs.c Fixed up Endy's EXTEND support - everything should work now. 2000-07-01 04:56:13 +00:00
qargs.c +USE unbound fix 2000-08-20 19:17:44 +00:00
qendian.c port in q* from OT, and split of other things in prep for removing common.* 2000-05-20 09:42:02 +00:00
qf-client-sdl.mak Added teamplay.c ... 2000-08-03 14:47:00 +00:00
qf-client-sgl.mak Added teamplay.c ... 2000-08-03 14:47:00 +00:00
qf-client-wgl.mak Added teamplay.c ... 2000-08-03 14:47:00 +00:00
qf-client-win.mak Added teamplay.c ... 2000-08-03 14:47:00 +00:00
qf-server.mak Builds now ... 2000-08-03 16:21:19 +00:00
quakefs.c add support for COMPRESSED downloads!!! Of course, both client and server must 2000-09-28 06:11:55 +00:00
quakeio.c zlib support (gzipped pack contents). if you have a probelm with gzgets, you 2000-09-27 19:44:26 +00:00
qw_client.dsp fixed the vc6 projects for the model change 2000-09-23 01:17:04 +00:00
qw_server.dsp fixed the vc6 projects for the model change 2000-09-23 01:17:04 +00:00
r_aclip.c First off in gl_draw.c we have some nice cleanup code for the upload 2000-09-22 09:08:08 +00:00
r_aclipa.S revert lsh's checkins. They broke newtree for everybody but him. 2000-05-25 09:48:21 +00:00
r_alias.c First off in gl_draw.c we have some nice cleanup code for the upload 2000-09-22 09:08:08 +00:00
r_aliasa.S revert lsh's checkins. They broke newtree for everybody but him. 2000-05-25 09:48:21 +00:00
r_bsp.c port in some improvements from OT (namely fs_basepath, etc, though commandline parsing isn't finished yet) 2000-05-21 08:24:45 +00:00
r_draw.c First off in gl_draw.c we have some nice cleanup code for the upload 2000-09-22 09:08:08 +00:00
r_drawa.S revert lsh's checkins. They broke newtree for everybody but him. 2000-05-25 09:48:21 +00:00
r_edge.c CVAR_FIXME cleanup 2000-06-09 23:37:39 +00:00
r_edgea.S revert lsh's checkins. They broke newtree for everybody but him. 2000-05-25 09:48:21 +00:00
r_efrag.c port in some improvements from OT (namely fs_basepath, etc, though commandline parsing isn't finished yet) 2000-05-21 08:24:45 +00:00
r_light.c First off in gl_draw.c we have some nice cleanup code for the upload 2000-09-22 09:08:08 +00:00
r_main.c Cvar audit; These files set cvars improperly, by changing their values 2000-09-25 06:36:50 +00:00
r_misc.c Cvar audit; These files set cvars improperly, by changing their values 2000-09-25 06:36:50 +00:00
r_part.c zlib support (gzipped pack contents). if you have a probelm with gzgets, you 2000-09-27 19:44:26 +00:00
r_sky.c First off in gl_draw.c we have some nice cleanup code for the upload 2000-09-22 09:08:08 +00:00
r_sprite.c Need <string.h> here. 2000-05-31 22:49:53 +00:00
r_surf.c First off in gl_draw.c we have some nice cleanup code for the upload 2000-09-22 09:08:08 +00:00
r_vars.c pretty much finishes source/* 2000-05-22 07:46:47 +00:00
r_varsa.S revert lsh's checkins. They broke newtree for everybody but him. 2000-05-25 09:48:21 +00:00
r_view.c Palette never gets changed in GL mode now. 2000-09-21 19:15:44 +00:00
sbar.c CVAR_FIXME cleanup 2000-06-09 23:37:39 +00:00
screen.c Clean up after myself in the Z_* purge.. 2000-06-29 23:30:21 +00:00
sizebuf.c pretty much finishes source/* 2000-05-22 07:46:47 +00:00
skin.c Cvar audit; These files set cvars improperly, by changing their values 2000-09-25 06:36:50 +00:00
snd_alsa_0_5.c ALSA 0.6 support added. old snd_alsa.c renamed to snd_alsa_0_5.c 2000-09-18 03:07:49 +00:00
snd_alsa_0_6.c latest alsa 0.6.x support from nuq 2000-09-26 18:58:50 +00:00
snd_dma.c First off in gl_draw.c we have some nice cleanup code for the upload 2000-09-22 09:08:08 +00:00
snd_mem.c CVAR_FIXME cleanup 2000-06-11 00:23:13 +00:00
snd_mix.c CVAR_FIXME cleanup 2000-06-11 00:23:13 +00:00
snd_mixa.S revert lsh's checkins. They broke newtree for everybody but him. 2000-05-25 09:48:21 +00:00
snd_null.c some fixes to make quakeforge build on solaris. not quite done yet as the 2000-05-25 05:01:20 +00:00
snd_oss.c mmap should set PROT_READ|PROT_WRITE, not just PROT_WRITE. Takes care of a 2000-09-21 06:27:08 +00:00
snd_sun.c Reapply changes - this time tested w/ svga under Linux 2000-05-26 03:55:27 +00:00
snd_win.c Fixed includes. 2000-05-21 18:40:10 +00:00
surf8.S revert lsh's checkins. They broke newtree for everybody but him. 2000-05-25 09:48:21 +00:00
surf16.S revert lsh's checkins. They broke newtree for everybody but him. 2000-05-25 09:48:21 +00:00
sv_ccmds.c zlib support (gzipped pack contents). if you have a probelm with gzgets, you 2000-09-27 19:44:26 +00:00
sv_cvar.c port in some improvements from OT (namely fs_basepath, etc, though commandline parsing isn't finished yet) 2000-05-21 08:24:45 +00:00
sv_ents.c Minor cleanup. (purely cosmetic) 2000-07-04 00:44:10 +00:00
sv_init.c First off in gl_draw.c we have some nice cleanup code for the upload 2000-09-22 09:08:08 +00:00
sv_main.c zlib support (gzipped pack contents). if you have a probelm with gzgets, you 2000-09-27 19:44:26 +00:00
sv_misc.c Rename client_state_t to sv_client_state_t; 2000-06-09 18:47:12 +00:00
sv_model.c forgot to rename Mod_LoadMMNearest to Mod_ProcessTexture 2000-09-20 22:21:25 +00:00
sv_move.c pretty much finishes source/* 2000-05-22 07:46:47 +00:00
sv_nchan.c Reapply changes - this time tested w/ svga under Linux 2000-05-26 03:55:27 +00:00
sv_phys.c EndFrame function by FrikaC/Maddes 2000-08-20 19:47:37 +00:00
sv_send.c zlib support (gzipped pack contents). if you have a probelm with gzgets, you 2000-09-27 19:44:26 +00:00
sv_sys_unix.c CVAR_FIXME cleanup. 2000-06-10 00:23:56 +00:00
sv_sys_win.c zlib support (gzipped pack contents). if you have a probelm with gzgets, you 2000-09-27 19:44:26 +00:00
sv_user.c add support for COMPRESSED downloads!!! Of course, both client and server must 2000-09-28 06:11:55 +00:00
sw_model_alias.c hopefully fix alias model loading for multiple skins and/or skin groups 2000-09-27 17:01:17 +00:00
sw_model_brush.c forgot to rename Mod_LoadMMNearest to Mod_ProcessTexture 2000-09-20 22:21:25 +00:00
sw_model_sprite.c model loading reorg ala nuq. once again, gl hasn't been tested (will test when 2000-09-20 22:11:17 +00:00
sw_view.c Palette never gets changed in GL mode now. 2000-09-21 19:15:44 +00:00
sys_null.c zlib support (gzipped pack contents). if you have a probelm with gzgets, you 2000-09-27 19:44:26 +00:00
sys_unix.c Added "last message repeated xx times" to cut down repeated lines from Sys_Printf. 2000-08-17 12:42:08 +00:00
sys_win.c Fix nostdout bug ... 2000-08-17 13:38:57 +00:00
sys_x86.S revert lsh's checkins. They broke newtree for everybody but him. 2000-05-25 09:48:21 +00:00
teamplay.c cl_parsesay --- parse $\ (fake); $[, $]; $R $G $B $Y (ocrana leds); 2000-08-22 18:54:01 +00:00
va.c pretty much finishes source/* 2000-05-22 07:46:47 +00:00
vid_3dfxsvga.c zlib support (gzipped pack contents). if you have a probelm with gzgets, you 2000-09-27 19:44:26 +00:00
vid_ggi.c VID_SetCaption (title) stubs - code added later. 2000-07-14 16:09:35 +00:00
vid_glx.c zlib support (gzipped pack contents). if you have a probelm with gzgets, you 2000-09-27 19:44:26 +00:00
vid_mgl.c corrected a minor issue. 2000-09-25 23:39:47 +00:00
vid_null.c First off in gl_draw.c we have some nice cleanup code for the upload 2000-09-22 09:08:08 +00:00
vid_sdl.c Evil hack to get directsound work under win32, will be removed when sound_sdl & other stuffs are done. 2000-07-30 10:17:18 +00:00
vid_sgl.c zlib support (gzipped pack contents). if you have a probelm with gzgets, you 2000-09-27 19:44:26 +00:00
vid_svgalib.c Cvar audit; These files set cvars improperly, by changing their values 2000-09-25 06:36:50 +00:00
vid_wgl.c zlib support (gzipped pack contents). if you have a probelm with gzgets, you 2000-09-27 19:44:26 +00:00
vid_x11.c fix for Bug #105221 though it seems repeats were ignored anyway. this was done 2000-09-24 03:43:06 +00:00
wad.c First off in gl_draw.c we have some nice cleanup code for the upload 2000-09-22 09:08:08 +00:00
world.c Reapply changes - this time tested w/ svga under Linux 2000-05-26 03:55:27 +00:00
worlda.S revert lsh's checkins. They broke newtree for everybody but him. 2000-05-25 09:48:21 +00:00
zone.c zone.c: Remove unnecessary code -- zone isn't used anymore, so it 2000-07-09 12:43:46 +00:00