quakeforge/nq/source
Bill Currie ff02dfbbbc make the sdl clients link reliably (some versions of binutils don't cope well
with no .o files)
2002-08-12 16:42:26 +00:00
..
.gdbinit
.gitignore Make cvs blissfully unaware of nq-server. 2001-10-05 19:43:29 +00:00
.indent.pro
Makefile.am make the sdl clients link reliably (some versions of binutils don't cope well 2002-08-12 16:42:26 +00:00
cl_cam.c allow server to control player angles as in Hack and Slash mod\nclient's player model stands up straight\nmouse and joystick work properly in chase_active 2 and 3 modes 2001-12-11 20:49:10 +00:00
cl_cmd.c take cmd.[ch] back to basics. the gib code is temporarily gone pending 2002-07-31 05:19:03 +00:00
cl_demo.c rename cl_demospeed to demo_speed and add demo_gzip (yeah, compressed demos) 2002-06-08 23:22:26 +00:00
cl_input.c MSG_(Read|Write)(Coord|Angle|CoordAngle)V. Cleanups, and preparation for use of vector ops in msg.c. 2001-12-12 21:56:09 +00:00
cl_main.c take cmd.[ch] back to basics. the gib code is temporarily gone pending 2002-07-31 05:19:03 +00:00
cl_parse.c per map config files (eg, maps/start.cfg for maps/start.bsp) 2002-08-06 05:45:03 +00:00
cl_screen.c Fix up the watervis stuff. Whoops! :) 2002-04-25 14:34:15 +00:00
cl_tent.c Cache grappling hook beam model loading, should speed up CTF beam handling. For mods with no beam model, wastes a pointer on a lightning bolt model. Better than crashing... ;) 2002-08-10 02:53:44 +00:00
cl_view.c Prune dead code. 2002-07-02 21:37:22 +00:00
com.c init order cleanup 2002-01-17 04:11:36 +00:00
conproc.c the rcsid commit from hell }:> 2001-09-28 06:26:31 +00:00
game.c the rcsid commit from hell }:> 2001-09-28 06:26:31 +00:00
host.c If and while now work, and embedded commands use backticks instead of <> now 2002-08-07 06:17:50 +00:00
host_cmd.c Whoops, missed some stuff that needed to be in idparse.h 2002-07-31 22:13:15 +00:00
host_skin.c take cmd.[ch] back to basics. the gib code is temporarily gone pending 2002-07-31 05:19:03 +00:00
locs.c memory allocation checking cleanup 2002-05-14 06:37:28 +00:00
mplib.c the rcsid commit from hell }:> 2001-09-28 06:26:31 +00:00
mplpc.c * taniwha gets medieval on extern 2001-10-28 04:23:37 +00:00
net_bsd.c the rcsid commit from hell }:> 2001-09-28 06:26:31 +00:00
net_bw.c strip the \n from all(?) of the Sys_Error calls (Sys_Error itself will be 2002-05-14 06:12:29 +00:00
net_dgrm.c take cmd.[ch] back to basics. the gib code is temporarily gone pending 2002-07-31 05:19:03 +00:00
net_dos.c the rcsid commit from hell }:> 2001-09-28 06:26:31 +00:00
net_ipx.c strip the \n from all(?) of the Sys_Error calls (Sys_Error itself will be 2002-05-14 06:12:29 +00:00
net_loop.c strip the \n from all(?) of the Sys_Error calls (Sys_Error itself will be 2002-05-14 06:12:29 +00:00
net_main.c take cmd.[ch] back to basics. the gib code is temporarily gone pending 2002-07-31 05:19:03 +00:00
net_mp.c strip the \n from all(?) of the Sys_Error calls (Sys_Error itself will be 2002-05-14 06:12:29 +00:00
net_none.c the rcsid commit from hell }:> 2001-09-28 06:26:31 +00:00
net_udp.c fix model_t issues for solaris (now that I know which headers cause the 2002-08-09 02:44:23 +00:00
net_vcr.c strip the \n from all(?) of the Sys_Error calls (Sys_Error itself will be 2002-05-14 06:12:29 +00:00
net_win.c this should fix the crashing on win32 2001-12-20 19:19:58 +00:00
net_wins.c strip the \n from all(?) of the Sys_Error calls (Sys_Error itself will be 2002-05-14 06:12:29 +00:00
net_wipx.c strip the \n from all(?) of the Sys_Error calls (Sys_Error itself will be 2002-05-14 06:12:29 +00:00
pr_cmds.c take cmd.[ch] back to basics. the gib code is temporarily gone pending 2002-07-31 05:19:03 +00:00
sbar.c more cleanups 2002-01-12 05:32:21 +00:00
sdl_link.c make the sdl clients link reliably (some versions of binutils don't cope well 2002-08-12 16:42:26 +00:00
skin.c * taniwha gets medieval on extern 2001-10-28 04:23:37 +00:00
sv_cl_phys.c touch, think and blocked now support methods 2002-05-31 21:05:58 +00:00
sv_cvar.c the rcsid commit from hell }:> 2001-09-28 06:26:31 +00:00
sv_ded.c take cmd.[ch] back to basics. the gib code is temporarily gone pending 2002-07-31 05:19:03 +00:00
sv_main.c Kill MSG_WriteChar. 2002-07-02 19:13:53 +00:00
sv_model.c `adequate' temporary fix for r_lightmap_components 1 2002-05-28 04:11:40 +00:00
sv_move.c use P_* for params and R_* for return values in builtins code 2002-07-24 21:42:33 +00:00
sv_phys.c touch, think and blocked now support methods 2002-05-31 21:05:58 +00:00
sv_progs.c sv_progs_zone controls the size of the zone for the progs. defaults to 2002-05-31 15:27:56 +00:00
sv_user.c take cmd.[ch] back to basics. the gib code is temporarily gone pending 2002-07-31 05:19:03 +00:00
sys_sdl.c clean out some unneeded includes and fix up model_t for sun (again:P) 2002-08-08 22:24:02 +00:00
sys_unix.c no more Sys_* functions defined in nq or qw :) 2002-06-07 15:46:15 +00:00
sys_unixd.c clean out some unneeded includes and fix up model_t for sun (again:P) 2002-08-08 22:24:02 +00:00
sys_win.c fix a stray ( 2002-07-03 20:47:45 +00:00
sys_wind.c no more Sys_* functions defined in nq or qw :) 2002-06-07 15:46:15 +00:00
world.c touch, think and blocked now support methods 2002-05-31 21:05:58 +00:00
worlda.S