quakeforge/qw/source
Bill Currie 71be8510e5 Don't do anything when the message is empty.
This clears up some fun valgrind noise in SV_Print.
2011-09-07 09:41:06 +09:00
..
.gdbinit better progs access error checking and cleanups resulting from it. Fixes 2001-03-27 03:57:17 +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 Split up the qw entity handling code. 2011-09-04 09:58:11 +09:00
cl_cam.c Reduce cl_cam diffs to spectator specifics. 2011-09-04 09:58:11 +09:00
cl_chat.c patch from phrosty for vc2005 support. includes fixes for a bunch of gcc-isms that crept in over the years. 2007-03-22 23:20:57 +00:00
cl_cmd.c Reduce cl_cmd.c diffs down to protocol specifics. 2011-09-04 09:58:11 +09:00
cl_cvar.c hah, should have been using __attribute__((used)) all that time (rather 2005-08-04 15:27:09 +00:00
cl_demo.c Eliminate the is_server global. 2011-09-04 09:58:13 +09:00
cl_entparse.c Change MSG_ReadShort to return an unsigned short. 2011-09-04 09:58:12 +09:00
cl_ents.c A bit more diff reduction before attempting to merge client code. 2011-09-04 09:58:12 +09:00
cl_http.c nuke Con_Printf and Con_DPrintf and use Sys_* instead 2007-11-06 10:17:14 +00:00
cl_input.c Much diff reduction. 2011-09-04 09:58:11 +09:00
cl_main.c Fix a segfault when centerprinting. 2011-09-07 09:41:06 +09:00
cl_ngraph.c Clean up all the "set but not used" warnings. 2011-06-19 10:48:02 +09:00
cl_parse.c Fix a segfault when centerprinting. 2011-09-07 09:41:06 +09:00
cl_pred.c hopefully fix both the "get stuck waiting for 3d" bug and the null worldmodel bug. 2007-03-18 03:37:37 +00:00
cl_screen.c Nuke MAX_OSPATH and clean up the mess. 2010-08-25 13:31:08 +09:00
cl_skin.c nuke Con_Printf and Con_DPrintf and use Sys_* instead 2007-11-06 10:17:14 +00:00
cl_slist.c Nuke MAX_OSPATH and clean up the mess. 2010-08-25 13:31:08 +09:00
cl_sys_sdl.c Clean up the startup file diffs. 2011-09-04 12:04:03 +09:00
cl_sys_unix.c Clean up the startup file diffs. 2011-09-04 12:04:03 +09:00
cl_sys_win.c Clean up the startup file diffs. 2011-09-04 12:04:03 +09:00
cl_tent.c Diff reduction. 2011-09-04 09:58:11 +09:00
cl_view.c White space cleanups. 2011-09-04 09:58:11 +09:00
com.c nuke Con_Printf and Con_DPrintf and use Sys_* instead 2007-11-06 10:17:14 +00:00
crudefile.c Rename Sys_DPrintf to Sys_MaskPrintf. 2010-11-26 16:19:26 +09:00
game.c Use the gamedir callback for the serverinfo key. 2011-09-04 09:58:13 +09:00
locs.c Clean up all the "set but not used" warnings. 2011-06-19 10:48:02 +09:00
map_cfg.c hah, should have been using __attribute__((used)) all that time (rather 2005-08-04 15:27:09 +00:00
master.c Add some disabled test code for interface access. 2011-08-06 17:25:31 +09:00
net_packetlog.c Eliminate the is_server global. 2011-09-04 09:58:13 +09:00
pmove.c Clean up all the "set but not used" warnings. 2011-06-19 10:48:02 +09:00
pmovetst.c Create and use mclipnode_t. 2010-11-29 09:36:21 +09:00
sbar.c Do a lot of diff reduction. 2011-09-04 09:58:11 +09:00
sdl_link.c Clean up the startup file diffs. 2011-09-04 12:04:03 +09:00
skin.c nuke Con_Printf and Con_DPrintf and use Sys_* instead 2007-11-06 10:17:14 +00:00
sv_ccmds.c Clean up all the "set but not used" warnings. 2011-06-19 10:48:02 +09:00
sv_demo.c Nuke MAX_OSPATH and clean up the mess. 2010-08-25 13:31:08 +09:00
sv_ents.c Change back to storing the leafnum. 2010-12-09 17:24:38 +09:00
sv_gib.c hah, should have been using __attribute__((used)) all that time (rather 2005-08-04 15:27:09 +00:00
sv_init.c Remove non-progs data from edict_t. 2010-12-09 17:24:37 +09:00
sv_main.c Give QW NQ's explode-box jumping code. 2011-09-07 09:41:05 +09:00
sv_move.c hah, should have been using __attribute__((used)) all that time (rather 2005-08-04 15:27:09 +00:00
sv_phys.c Give QW NQ's explode-box jumping code. 2011-09-07 09:41:05 +09:00
sv_pr_cmds.c Clean up the diffs a bit between qw and nq sv_pr_cmds 2011-09-07 09:41:05 +09:00
sv_pr_cpqw.c Some compile fixes for OpenBSD 2011-08-25 22:35:20 +09:00
sv_pr_qwe.c Mintor improvment to the QWE newstr(). 2011-07-10 21:29:10 +09:00
sv_progs.c Add support for map specified fog and skys to qw. 2011-09-04 09:58:12 +09:00
sv_qtv.c Use ncqport_e on the right field. 2011-07-23 21:39:13 +09:00
sv_recorder.c Clean up all the "set but not used" warnings. 2011-06-19 10:48:02 +09:00
sv_sbar.c add a recorder count to the status bar 2010-01-13 06:48:20 +00:00
sv_send.c Don't do anything when the message is empty. 2011-09-07 09:41:06 +09:00
sv_sys_unix.c Clean up the startup file diffs. 2011-09-04 12:04:03 +09:00
sv_sys_win.c Clean up the startup file diffs. 2011-09-04 12:04:03 +09:00
sv_user.c Do the incoming/outgoing sequence checks before doing anything. 2010-12-22 13:10:27 +09:00
teamplay.c split up and modernize configure.ac 2010-08-19 15:01:43 +09:00
world.c Change back to storing the leafnum. 2010-12-09 17:24:38 +09:00