quakeforge/qw/source
Adam Olsen 9f088567d1 - convert svc_sound, svc_spawnbaseline, svc_spawnstatic, and
svc_tempentity

there isn't actually anything in the server that uses svc_tempentity,
only the progs do, so it's currently unused.
2001-11-02 10:40:20 +00:00
..
.gdbinit better progs access error checking and cleanups resulting from it. Fixes 2001-03-27 03:57:17 +00:00
.gitignore Add gitignore for qw-master and qw-master.exe. 2001-09-19 00:06:56 +00:00
.indent.pro sw32. Flee in terror. This'll break compilation for everything until -sdl32 compiles. sw32 wont work for a while either, so don't get overly excited yet. 2001-08-25 02:47:11 +00:00
Makefile.am Begin phase 2 :) 2001-11-02 07:32:19 +00:00
buildnum.c the rcsid commit from hell }:> 2001-09-28 06:26:31 +00:00
cl_cam.c Remove local len, use mathlib's Length, among other cleanups. 2001-10-30 20:00:05 +00:00
cl_cmd.c the rcsid commit from hell }:> 2001-09-28 06:26:31 +00:00
cl_cvar.c the rcsid commit from hell }:> 2001-09-28 06:26:31 +00:00
cl_demo.c more externs cleaned up 2001-10-29 17:46:03 +00:00
cl_ents.c it seems that map changes generate from mismatches, so change that 2001-10-30 09:15:09 +00:00
cl_input.c * taniwha gets medieval on extern 2001-10-28 04:23:37 +00:00
cl_main.c * taniwha gets medieval on extern 2001-10-28 04:23:37 +00:00
cl_misc.c the rcsid commit from hell }:> 2001-09-28 06:26:31 +00:00
cl_ngraph.c the rcsid commit from hell }:> 2001-09-28 06:26:31 +00:00
cl_parse.c more externs cleaned up 2001-10-29 17:46:03 +00:00
cl_pred.c * taniwha gets medieval on extern 2001-10-28 04:23:37 +00:00
cl_screen.c * taniwha gets medieval on extern 2001-10-28 04:23:37 +00:00
cl_skin.c * taniwha gets medieval on extern 2001-10-28 04:23:37 +00:00
cl_slist.c - audit malloc usage. now everything checks the return value :) 2001-10-24 22:50:06 +00:00
cl_sys_sdl.c d'oh, forgot to compile test :P 2001-10-18 17:03:50 +00:00
cl_sys_unix.c d'oh, forgot to compile test :P 2001-10-18 17:03:50 +00:00
cl_sys_win.c - audit malloc usage. now everything checks the return value :) 2001-10-24 22:50:06 +00:00
cl_tent.c - audit of the net_svc.c users' sanity checking 2001-10-25 23:26:33 +00:00
cl_view.c * taniwha gets medieval on extern 2001-10-28 04:23:37 +00:00
com.c the rcsid commit from hell }:> 2001-09-28 06:26:31 +00:00
console.c * taniwha gets medieval on extern 2001-10-28 04:23:37 +00:00
crudefile.c the rcsid commit from hell }:> 2001-09-28 06:26:31 +00:00
game.c * taniwha gets medieval on extern 2001-10-28 04:23:37 +00:00
locs.c - audit malloc usage. now everything checks the return value :) 2001-10-24 22:50:06 +00:00
master.c fix for win32 (need to init winsock) 2001-10-21 00:48:38 +00:00
msg_ucmd.c the rcsid commit from hell }:> 2001-09-28 06:26:31 +00:00
net_chan.c * taniwha gets medieval on extern 2001-10-28 04:23:37 +00:00
net_packetlog.c more externs cleaned up 2001-10-29 17:46:03 +00:00
net_svc.c - convert svc_sound, svc_spawnbaseline, svc_spawnstatic, and 2001-11-02 10:40:20 +00:00
net_udp.c * taniwha gets medieval on extern 2001-10-28 04:23:37 +00:00
net_udp6.c the rcsid commit from hell }:> 2001-09-28 06:26:31 +00:00
pmove.c the rcsid commit from hell }:> 2001-09-28 06:26:31 +00:00
pmovetst.c * taniwha gets medieval on extern 2001-10-28 04:23:37 +00:00
sbar.c - make the fallback console use stdin 2001-10-02 03:24:36 +00:00
skin.c * taniwha gets medieval on extern 2001-10-28 04:23:37 +00:00
sv_ccmds.c * taniwha gets medieval on extern 2001-10-28 04:23:37 +00:00
sv_cvar.c the rcsid commit from hell }:> 2001-09-28 06:26:31 +00:00
sv_ents.c whitespace 2001-10-29 05:42:10 +00:00
sv_init.c - convert svc_sound, svc_spawnbaseline, svc_spawnstatic, and 2001-11-02 10:40:20 +00:00
sv_main.c Begin phase 2 :) 2001-11-02 07:32:19 +00:00
sv_model.c - convert svc_deltapacketentities 2001-10-24 15:23:02 +00:00
sv_move.c the rcsid commit from hell }:> 2001-09-28 06:26:31 +00:00
sv_nchan.c the rcsid commit from hell }:> 2001-09-28 06:26:31 +00:00
sv_phys.c - convert svc_sound, svc_spawnbaseline, svc_spawnstatic, and 2001-11-02 10:40:20 +00:00
sv_pr_cmds.c - convert svc_sound, svc_spawnbaseline, svc_spawnstatic, and 2001-11-02 10:40:20 +00:00
sv_progs.c new cvar: sv_hide_version_info. This hides QuakeForge specific info strings 2001-10-24 02:50:11 +00:00
sv_send.c - convert svc_sound, svc_spawnbaseline, svc_spawnstatic, and 2001-11-02 10:40:20 +00:00
sv_sys_unix.c more externs cleaned up 2001-10-29 17:46:03 +00:00
sv_sys_win.c massive windows.h and WIN32 cleanup. 2001-10-16 21:40:45 +00:00
sv_user.c - convert svc_damage and svc_serverdata emitting 2001-11-02 08:10:41 +00:00
sys_x86.S include/QF header cleanup. including config.h (or any file from include) is 2001-05-31 05:33:13 +00:00
teamplay.c more externs cleaned up 2001-10-29 17:46:03 +00:00
world.c the rcsid commit from hell }:> 2001-09-28 06:26:31 +00:00
worlda.S include/QF header cleanup. including config.h (or any file from include) is 2001-05-31 05:33:13 +00:00