quakeforge/nq/source
Adam Olsen d241e8dd64 Make sure all the function names passed to PR_AddBuiltin are
lowercase, for sanity reasons.
2001-08-04 22:14:45 +00:00
..
.gdbinit better progs access error checking and cleanups resulting from it. Fixes 2001-03-27 03:57:17 +00:00
.gitignore This is changing more then I wanted to at once, however. 2001-06-24 09:25:55 +00:00
.indent.pro s/QFile/VFile/g - makes my diffs much smaller and more manageable for the 2001-05-30 03:21:19 +00:00
Makefile.am force the software clients to use the static renderer so asm is used 2001-07-26 20:55:42 +00:00
cl_cam.c no header includes cvar.h now 2001-05-31 03:41:35 +00:00
cl_cmd.c Diff noise reduction. Stop me if I break it :) 2001-07-15 00:21:48 +00:00
cl_demo.c revert the changes to cl_demo.c as they are a serious (10%) speed hit in qw. 2001-07-31 07:29:44 +00:00
cl_input.c fear the mighty const correct patch 2001-07-15 07:04:17 +00:00
cl_main.c fear the mighty const correct patch 2001-07-15 07:04:17 +00:00
cl_parse.c no header includes cvar.h now 2001-05-31 03:41:35 +00:00
cl_screen.c fix the incorrectly displaying net plug 2001-06-08 04:38:00 +00:00
cl_tent.c Diff noise reduction. Stop me if I break it :) 2001-07-15 00:21:48 +00:00
com.c More diff noise reductions. yay! 2001-07-15 01:48:03 +00:00
conproc.c at long last, nq-wgl builds. probably as broken as hell, though 2001-04-11 21:55:27 +00:00
console.c the beginnings of the console lib (using plugins for the client/server type 2001-07-16 20:41:10 +00:00
game.c re-enable the mission pack stuff. yeah, it's clunky, but it's nice to have. 2001-08-01 05:12:37 +00:00
gl_view.c This is changing more then I wanted to at once, however. 2001-06-24 09:25:55 +00:00
host.c Make nq-* -dedicated work. :) 2001-07-16 23:36:43 +00:00
host_cmd.c fear the mighty const correct patch 2001-07-15 07:04:17 +00:00
host_skin.c gcc 3.0 compile fixes 2001-06-19 22:05:13 +00:00
keys.c for some reasone, building the rpms wanted an explicit stdio.h inclusion 2001-08-02 03:24:18 +00:00
locs.c fear the mighty const correct patch 2001-07-15 07:04:17 +00:00
mplib.c run indent over all the .c files using qw's .indent.pro. The real reason for 2001-02-26 06:48:02 +00:00
mplpc.c run indent over all the .c files using qw's .indent.pro. The real reason for 2001-02-26 06:48:02 +00:00
net_bsd.c run indent over all the .c files using qw's .indent.pro. The real reason for 2001-02-26 06:48:02 +00:00
net_bw.c run indent over all the .c files using qw's .indent.pro. The real reason for 2001-02-26 06:48:02 +00:00
net_comx.c fix the broken dlights. turns out realtime is not the right thing (cl.time is) 2001-05-20 06:13:20 +00:00
net_dgrm.c fear the mighty const correct patch 2001-07-15 07:04:17 +00:00
net_dos.c run indent over all the .c files using qw's .indent.pro. The real reason for 2001-02-26 06:48:02 +00:00
net_ipx.c run indent over all the .c files using qw's .indent.pro. The real reason for 2001-02-26 06:48:02 +00:00
net_loop.c fear the mighty const correct patch 2001-07-15 07:04:17 +00:00
net_main.c fear the mighty const correct patch 2001-07-15 07:04:17 +00:00
net_mp.c run indent over all the .c files using qw's .indent.pro. The real reason for 2001-02-26 06:48:02 +00:00
net_none.c run indent over all the .c files using qw's .indent.pro. The real reason for 2001-02-26 06:48:02 +00:00
net_ser.c fix the broken dlights. turns out realtime is not the right thing (cl.time is) 2001-05-20 06:13:20 +00:00
net_udp.c don't seg if looking up the ip of hostname fails (which on a properly 2001-07-27 23:17:40 +00:00
net_vcr.c fear the mighty const correct patch 2001-07-15 07:04:17 +00:00
net_win.c run indent over all the .c files using qw's .indent.pro. The real reason for 2001-02-26 06:48:02 +00:00
net_wins.c run indent over all the .c files using qw's .indent.pro. The real reason for 2001-02-26 06:48:02 +00:00
net_wipx.c run indent over all the .c files using qw's .indent.pro. The real reason for 2001-02-26 06:48:02 +00:00
net_wso.c initial checkin of most recent newtree and nuq(?) source 2001-02-19 21:15:25 +00:00
pr_cmds.c Make sure all the function names passed to PR_AddBuiltin are 2001-08-04 22:14:45 +00:00
r_view.c include/QF header cleanup. including config.h (or any file from include) is 2001-05-31 05:33:13 +00:00
sbar.c re-enable the mission pack stuff. yeah, it's clunky, but it's nice to have. 2001-08-01 05:12:37 +00:00
skin.c hash.h is now const correct as is a lot of qfcc 2001-06-04 04:52:14 +00:00
sv_cvar.c A few more. Also removed a couple inaccurate comments. 2001-04-11 00:10:19 +00:00
sv_ded.c fix the broken dlights. turns out realtime is not the right thing (cl.time is) 2001-05-20 06:13:20 +00:00
sv_main.c fear the mighty const correct patch 2001-07-15 07:04:17 +00:00
sv_move.c More diff noise reductions. yay! 2001-07-15 01:48:03 +00:00
sv_phys.c eval_t is no more: too many evil casts involved in using it (which can result 2001-06-08 00:13:06 +00:00
sv_progs.c Modify progs to add builtins at runtime. It should be trivial to 2001-08-03 06:40:28 +00:00
sv_user.c no header includes cvar.h now 2001-05-31 03:41:35 +00:00
sw_view.c More diff noise reductions. yay! 2001-07-15 01:48:03 +00:00
sys_ia32.S include/QF header cleanup. including config.h (or any file from include) is 2001-05-31 05:33:13 +00:00
sys_null.c Put knghtbrd's sys cleanup changes back in, but with Sys_MakeCodeWriteable 2001-07-05 03:28:40 +00:00
sys_unix.c Make nq-* -dedicated work. :) 2001-07-16 23:36:43 +00:00
sys_unixd.c Put knghtbrd's sys cleanup changes back in, but with Sys_MakeCodeWriteable 2001-07-05 03:28:40 +00:00
sys_win.c mingw compile fixes 2001-08-02 23:00:39 +00:00
sys_wind.c Put knghtbrd's sys cleanup changes back in, but with Sys_MakeCodeWriteable 2001-07-05 03:28:40 +00:00
world.c More diff noise reductions. yay! 2001-07-15 01:48:03 +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