quakeforge/qw/source
Zephaniah E. Hull 3715430479 This is changing more then I wanted to at once, however.
The major change is that we no longer require libGL to even exist on the
system at compile time for the GL targets, we dynamicly link to the
libGL of choice at run time. (This probably breaks most non-linux
systems, and all GL targets except -glx, some fixup will be needed.)
(This also kills glquake, dead dead DEAD! GONE FOREVER! WHEE!)

Some gl_draw cleanup.

Commented out equake alias model occlusion test stuff, very experimental.

Added the .lo and .la patterns to the .gitignore files.

Some minor sbar cleanup. (We don't use the disc in use symbol for
anything.)
2001-06-24 09:25:55 +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 This is changing more then I wanted to at once, however. 2001-06-24 09:25:55 +00:00
buildnum.c whitespace 2001-05-20 20:35:39 +00:00
cl_cam.c include/QF header cleanup. including config.h (or any file from include) is 2001-05-31 05:33:13 +00:00
cl_cmd.c Whitespace. 2001-05-14 03:08:24 +00:00
cl_cvar.c move the api headers into include/QF and clean up (most of) the resulting mess. 2001-03-27 20:33:07 +00:00
cl_demo.c include/QF header cleanup. including config.h (or any file from include) is 2001-05-31 05:33:13 +00:00
cl_ents.c include/QF header cleanup. including config.h (or any file from include) is 2001-05-31 05:33:13 +00:00
cl_input.c include/QF header cleanup. including config.h (or any file from include) is 2001-05-31 05:33:13 +00:00
cl_main.c part 1 of slist fixup, added ping and game filtering, also fixed some potential bugs. flame me later 2001-06-17 08:14:22 +00:00
cl_misc.c include/QF header cleanup. including config.h (or any file from include) is 2001-05-31 05:33:13 +00:00
cl_ngraph.c gcc 3.0 compile fixes 2001-06-19 22:05:13 +00:00
cl_parse.c This one's for Mercury :) (cvar control of pmodel and emodel) 2001-06-02 23:29:41 +00:00
cl_pred.c do key_dest right 2001-05-15 05:27:14 +00:00
cl_screen.c no header includes cvar.h now 2001-05-31 03:41:35 +00:00
cl_skin.c include/QF header cleanup. including config.h (or any file from include) is 2001-05-31 05:33:13 +00:00
cl_slist.c part 1 of slist fixup, added ping and game filtering, also fixed some potential bugs. flame me later 2001-06-17 08:14:22 +00:00
cl_sys_sdl.c Whitespace. 2001-05-14 03:08:24 +00:00
cl_sys_unix.c oops :) (packet log fixes: segs aren't nice) 2001-05-31 15:38:08 +00:00
cl_sys_win.c various compile fixes for mingw. 2001-06-01 00:39:31 +00:00
cl_tent.c precache some lightning models 2001-06-14 17:31:15 +00:00
com.c quakefs.h -> vfs.h 2001-05-30 04:34:06 +00:00
console.c include/QF header cleanup. including config.h (or any file from include) is 2001-05-31 05:33:13 +00:00
game.c quakefs.h -> vfs.h 2001-05-30 04:34:06 +00:00
gl_view.c This is changing more then I wanted to at once, however. 2001-06-24 09:25:55 +00:00
keys.c include/QF header cleanup. including config.h (or any file from include) is 2001-05-31 05:33:13 +00:00
locs.c include/QF header cleanup. including config.h (or any file from include) is 2001-05-31 05:33:13 +00:00
makefile.mgw missed these files. not bad considering the number of files involved :) 2001-02-19 21:17:47 +00:00
makefile.win missed these files. not bad considering the number of files involved :) 2001-02-19 21:17:47 +00:00
msg_ucmd.c move the api headers into include/QF and clean up (most of) the resulting mess. 2001-03-27 20:33:07 +00:00
net_chan.c include/QF header cleanup. including config.h (or any file from include) is 2001-05-31 05:33:13 +00:00
net_packetlog.c gcc 3.0 compile fixes 2001-06-19 22:05:13 +00:00
net_udp.c net_udp.c: 2001-06-15 18:08:26 +00:00
net_udp6.c net_udp.c: 2001-06-15 18:08:26 +00:00
pmove.c include/QF header cleanup. including config.h (or any file from include) is 2001-05-31 05:33:13 +00:00
pmovetst.c include/QF header cleanup. including config.h (or any file from include) is 2001-05-31 05:33:13 +00:00
qf-client-sdl.mak missed these files. not bad considering the number of files involved :) 2001-02-19 21:17:47 +00:00
qf-client-sgl.mak missed these files. not bad considering the number of files involved :) 2001-02-19 21:17:47 +00:00
qf-client-wgl.mak missed these files. not bad considering the number of files involved :) 2001-02-19 21:17:47 +00:00
qf-client-win.mak missed these files. not bad considering the number of files involved :) 2001-02-19 21:17:47 +00:00
qf-server.mak missed these files. not bad considering the number of files involved :) 2001-02-19 21:17:47 +00:00
qw_client.dsp missed these files. not bad considering the number of files involved :) 2001-02-19 21:17:47 +00:00
qw_server.dsp missed these files. not bad considering the number of files involved :) 2001-02-19 21:17:47 +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 This is changing more then I wanted to at once, however. 2001-06-24 09:25:55 +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_ccmds.c include/QF header cleanup. including config.h (or any file from include) is 2001-05-31 05:33:13 +00:00
sv_cvar.c move the api headers into include/QF and clean up (most of) the resulting mess. 2001-03-27 20:33:07 +00:00
sv_ents.c include/QF header cleanup. including config.h (or any file from include) is 2001-05-31 05:33:13 +00:00
sv_init.c include/QF header cleanup. including config.h (or any file from include) is 2001-05-31 05:33:13 +00:00
sv_main.c Add a sv_gc cvar, which makes it run the string gc every n frames. 2001-06-16 22:39:41 +00:00
sv_misc.c eliminate Cmd_ForwardToServer from cmd.c. Cmd_ForwardToServer still needs to 2001-03-31 00:35:08 +00:00
sv_model.c qf now links with NO optimisation (not even -O). R_CullBox has been moved from 2001-05-07 04:08:34 +00:00
sv_move.c move the api headers into include/QF and clean up (most of) the resulting mess. 2001-03-27 20:33:07 +00:00
sv_nchan.c move the api headers into include/QF and clean up (most of) the resulting mess. 2001-03-27 20:33:07 +00:00
sv_phys.c move the api headers into include/QF and clean up (most of) the resulting mess. 2001-03-27 20:33:07 +00:00
sv_pr_cmds.c typo 2001-06-14 17:31:53 +00:00
sv_progs.c gcc 3.0 compile fixes 2001-06-19 22:05:13 +00:00
sv_send.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_sys_unix.c oops :) (packet log fixes: segs aren't nice) 2001-05-31 15:38:08 +00:00
sv_sys_win.c oops :) (packet log fixes: segs aren't nice) 2001-05-31 15:38:08 +00:00
sv_user.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
sw_view.c include/QF header cleanup. including config.h (or any file from include) is 2001-05-31 05:33:13 +00:00
sys_null.c s/QFile/VFile/g - makes my diffs much smaller and more manageable for the 2001-05-30 03:21:19 +00:00
sys_unix.c mingw cross compile fixes. qw-server (only, so far) compiles but does not 2001-04-10 20:07:11 +00:00
sys_win.c include/QF header cleanup. including config.h (or any file from include) is 2001-05-31 05:33:13 +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 include/QF header cleanup. including config.h (or any file from include) is 2001-05-31 05:33:13 +00:00
world.c whitespace. 2001-05-20 18:07:39 +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