..
.gdbinit
better progs access error checking and cleanups resulting from it. Fixes
2001-03-27 03:57:17 +00:00
.gitignore
Make cvs blissfully unaware of nq-server.
2001-10-05 19:43:29 +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
cl_cam.c
Whoops, missed one Length.
2002-08-20 02:31:19 +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
Move the signal handling code from video/targets/* to sys.c (I'm leaving
2002-08-20 23:04:57 +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
various msvc fixes thanks to muzzy (hope he doesn't give up:)
2002-08-20 19:16:11 +00:00
Makefile.am
make the sdl clients link reliably (some versions of binutils don't cope well
2002-08-12 16:42:26 +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
various msvc fixes thanks to muzzy (hope he doesn't give up:)
2002-08-20 19:16:11 +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
various msvc fixes thanks to muzzy (hope he doesn't give up:)
2002-08-20 19:16:11 +00:00
pr_cmds.c
Rename Length to VectorLength.
2002-08-20 02:22:40 +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
fix the menu keybinding not working bug
2002-08-19 02:48:38 +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
Rename Length to VectorLength.
2002-08-20 02:22:40 +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
Rename Length to VectorLength.
2002-08-20 02:22:40 +00:00
sys_sdl.c
Move the signal handling code from video/targets/* to sys.c (I'm leaving
2002-08-20 23:04:57 +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
Move the signal handling code from video/targets/* to sys.c (I'm leaving
2002-08-20 23:04:57 +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
include/QF header cleanup. including config.h (or any file from include) is
2001-05-31 05:33:13 +00:00