newtree/source
Zephaniah E. Hull e5581c8373 Fix of a bug with fullbright models.. 2000-08-16 12:29:13 +00:00
..
.gitignore added -3dfx 2000-06-09 21:36:53 +00:00
Makefile.am Add teamplay.[ch] to makefiles, also found some necessary files that would 2000-08-02 22:49:41 +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 fixups... 2000-05-24 02:07:53 +00:00
cd_null.c Added CDAudio_Pause 2000-05-17 20:11:55 +00:00
cd_sdl.c Added SDL_INIT for cd-rom. 2000-07-13 13:27:19 +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 Reapply changes - this time tested w/ svga under Linux 2000-05-26 03:55:27 +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 Change a bunch of Sys_Error()'s to Host_EndGame() 2000-07-31 12:54:11 +00:00
cl_ents.c cl_deadbodyfilter and cl_gibfilter should work now. 2000-08-02 23:00:39 +00:00
cl_input.c Cvar fixups... 2000-05-24 02:07:53 +00:00
cl_main.c Fix for ugly 'unknown: #' messages at the end of a demo. 2000-08-04 09:47:53 +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_model.c Reapply changes - this time tested w/ svga under Linux 2000-05-26 03:55:27 +00:00
cl_parse.c cl_deadbodyfilter and cl_gibfilter should work now. 2000-08-02 23:00:39 +00:00
cl_pred.c VID_SetCaption (title) support. 2000-07-14 16:10:26 +00:00
cl_slist.c Clean up after myself in the Z_* purge.. 2000-06-29 23:30:21 +00:00
cl_sys_sdl.c Common cl_sys_sdl for win32 and *nix, replaces cl_sys_win and cl_sys_unix for SDL targets. 2000-07-30 10:12:24 +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 Minor win32 cleanup, now compiles in MSVC 4. 2000-06-26 12:27:03 +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 Clean up the warnings Tonik didn't 2000-08-01 21:55:26 +00:00
com.c Reapply changes - this time tested w/ svga under Linux 2000-05-26 03:55:27 +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 Fixed the signal handling for x11 targets, specificly -x11.. 2000-06-26 17:20:38 +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 Clean up after myself in the Z_* purge.. 2000-06-29 23:30:21 +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 GPL thingy 2000-05-22 06:58:14 +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 GPL thingy 2000-05-22 06:58:14 +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 Old draw cleanups, frogot I had them around.. 2000-08-14 04:53:45 +00:00
fnmatch.c removed a silly #else case on an ifdef 2000-05-22 07:07:01 +00:00
gl_draw.c Old draw cleanups, frogot I had them around.. 2000-08-14 04:53:45 +00:00
gl_mesh.c The end of Z_*!! 2000-06-29 05:46:15 +00:00
gl_model.c FULLBRIGHT SUPPORT FOR MODELS! 2000-08-16 09:26:22 +00:00
gl_ngraph.c Brightness controls (brightness, contrast) and gl_lightmode cvar. 2000-07-02 05:16:10 +00:00
gl_part.c Rewrote multitexture rendering. (faster, no fullbright bugs) 2000-07-04 09:29:56 +00:00
gl_refrag.c The end of Z_*!! 2000-06-29 05:46:15 +00:00
gl_rlight.c Brightness controls (brightness, contrast) and gl_lightmode cvar. 2000-07-02 05:16:10 +00:00
gl_rmain.c Fix of a bug with fullbright models.. 2000-08-16 12:29:13 +00:00
gl_rmisc.c FULLBRIGHT SUPPORT FOR MODELS! 2000-08-16 09:26:22 +00:00
gl_rsurf.c Possible fix for ATI multitexture (gl_texsort 0) wall rendering. 2000-07-17 14:12:05 +00:00
gl_screen.c gl_screen.c: 2000-07-06 03:35:25 +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 GL cleanup. (cleanup after Endy mainly) 2000-06-30 00:47:26 +00:00
gl_warp.c add gl_skymultipass to conroll whether the skydome is single or double pass. 2000-07-30 02:54:17 +00:00
in_null.c GPL thingy 2000-05-22 06:58:14 +00:00
in_svgalib.c bring across the VID and IN modules for svga, x11 and glx from OT. 2000-05-23 06:36:33 +00:00
in_win.c CVAR_FIXME cleanup 2000-06-09 23:37:39 +00:00
in_x11.c Warp the cursor out of the way for 3dfx users. Hopefully this does the job. 2000-07-27 04:39:01 +00:00
info.c Reapply changes - this time tested w/ svga under Linux 2000-05-26 03:55:27 +00:00
keys.c bind command will now accept any number of parameters, e.g. 2000-07-31 12:57:30 +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 Now the cursor will wrap around the server list when you hit the bottom or top. I hope you are happy, stu. 2000-07-08 04:26:09 +00:00
model.c Quick-fix for server crashing on some maps with null names/textures. 2000-08-08 12:47:37 +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 Reapply changes - this time tested w/ svga under Linux 2000-05-26 03:55:27 +00:00
net_com.c all files now include config.h 2000-05-17 10:03:19 +00:00
net_udp.c Reapply changes - this time tested w/ svga under Linux 2000-05-26 03:55:27 +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 Solution for stufftext problem 2000-06-18 14:24:19 +00:00
pr_edict.c Removed Endy's broken protocol enhancements. 2000-06-30 05:54:28 +00:00
pr_exec.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
pr_offs.c Fixed up Endy's EXTEND support - everything should work now. 2000-07-01 04:56:13 +00:00
qargs.c Clean up after myself in the Z_* purge.. 2000-06-29 23:30:21 +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 Clean up after myself in the Z_* purge.. 2000-06-29 23:30:21 +00:00
quakeio.c fix the +gamedir problem and fix my QFile removal 2000-05-22 21:32:14 +00:00
qw_client.dsp Add teamplay.c to project 2000-08-02 22:53:44 +00:00
qw_server.dsp added pr_offs.c to the server project's files 2000-07-23 01:55:57 +00:00
r_aclip.c pretty much finishes source/* 2000-05-22 07:46:47 +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 pretty much finishes source/* 2000-05-22 07:46:47 +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 Changed #if USE_INTEL_ASM to #ifdef USE_INTEL_ASM and 2000-05-17 20:50:22 +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 Dynamic lighting fixes. (relative bmodel lighting, mainly) 2000-06-30 22:26:11 +00:00
r_main.c Dynamic lighting fixes. (relative bmodel lighting, mainly) 2000-06-30 22:26:11 +00:00
r_misc.c CVAR_FIXME cleanup. 2000-06-10 00:23:56 +00:00
r_part.c Revamp the software particle rendering loop. Seems to work well. 2000-06-28 23:20:57 +00:00
r_sky.c loadsky command implemented: 2000-05-18 20:32:11 +00:00
r_sprite.c Need <string.h> here. 2000-05-31 22:49:53 +00:00
r_surf.c Dynamic lighting fixes. (relative bmodel lighting, mainly) 2000-06-30 22:26:11 +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 Dynamic lighting fixes. (relative bmodel lighting, mainly) 2000-06-30 22:26:11 +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_FIXME cleanup. 2000-06-10 00:23:56 +00:00
snd_alsa.c all files now include config.h 2000-05-17 10:03:19 +00:00
snd_dma.c CVAR_FIXME cleanup 2000-06-11 00:23:13 +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 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
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 The end of Z_*!! 2000-06-29 05:46:15 +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 Fixed up Endy's EXTEND support - everything should work now. 2000-07-01 04:56:13 +00:00
sv_main.c Detect runt client packets quicker. 2000-08-14 13:41:05 +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 pretty much finishes source/* 2000-05-22 07:46:47 +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 host_frametime --> sv_frametime for server; 2000-06-09 19:22:30 +00:00
sv_send.c Fixed stupid borland complier error 2000-08-02 15:16:36 +00:00
sv_sys_unix.c CVAR_FIXME cleanup. 2000-06-10 00:23:56 +00:00
sv_sys_win.c CVAR_FIXME cleanup 2000-06-09 23:37:39 +00:00
sv_user.c Fix for pause flood exploit. 2000-08-13 14:21:21 +00:00
sw_view.c pretty much finishes source/* 2000-05-22 07:46:47 +00:00
sys_null.c forgot to rename some SendKeyEvents functions 2000-05-23 09:52:17 +00:00
sys_unix.c who removed the fflush in Sys_Printf? It's back now. 2000-07-19 07:25:03 +00:00
sys_win.c pretty much finishes source/* 2000-05-22 07:46:47 +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 Added cl_deadbodyfilter and cl_gibfilter cvars 2000-08-02 22:50:28 +00:00
va.c pretty much finishes source/* 2000-05-22 07:46:47 +00:00
vid_3dfxsvga.c VID_SetCaption (title) stubs - code added later. 2000-07-14 16:09:35 +00:00
vid_ggi.c VID_SetCaption (title) stubs - code added later. 2000-07-14 16:09:35 +00:00
vid_glx.c Warp the cursor out of the way for 3dfx users. Hopefully this does the job. 2000-07-27 04:39:01 +00:00
vid_mgl.c Added VID_SetCaption (title) support for little more portability. 2000-07-14 16:08:23 +00:00
vid_null.c VID_SetCaption (title) stubs - code added later. 2000-07-14 16:09:35 +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 A few substantive changes, mostly whitespace. EVIL! 2000-08-02 01:18:37 +00:00
vid_svgalib.c VID_SetCaption (title) stubs - code added later. 2000-07-14 16:09:35 +00:00
vid_wgl.c Added VID_SetCaption (title) support for little more portability. 2000-07-14 16:08:23 +00:00
vid_x11.c Move the mouse cursor hiding code from in_x11 to vid_{x11,glx} so it is 2000-07-27 03:37:41 +00:00
wad.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
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