quakeforge/qw/source
2002-10-25 21:07:20 +00:00
..
.gdbinit better progs access error checking and cleanups resulting from it. Fixes 2001-03-27 03:57:17 +00:00
.gitignore Add gitignore for qw-master and qw-master.exe. 2001-09-19 00:06:56 +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 fix a bunch more potential message writes while playing demos 2002-10-07 03:58:08 +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_cvar.c fix a bunch more potential message writes while playing demos 2002-10-07 03:58:08 +00:00
cl_demo.c mvd playback support. seems to work (get some weird entities hanging around 2002-10-02 21:56:45 +00:00
cl_ents.c support as many packet entities in demos as qwex does (ie, 196). Makes me 2002-10-17 16:03:18 +00:00
cl_input.c mvd playback support. seems to work (get some weird entities hanging around 2002-10-02 21:56:45 +00:00
cl_main.c support as many packet entities in demos as qwex does (ie, 196). Makes me 2002-10-17 16:03:18 +00:00
cl_ngraph.c Whitespace, dead code removal, and a couple of tiny cleanups. 2002-07-03 05:40:33 +00:00
cl_parse.c fix a bunch more potential message writes while playing demos 2002-10-07 03:58:08 +00:00
cl_pred.c enhanced no_pogo_stick control 2002-09-13 04:30:18 +00:00
cl_screen.c /never/ write to the message buffers when playing a demo. This avoids the 2002-10-05 04:52:09 +00:00
cl_skin.c /never/ write to the message buffers when playing a demo. This avoids the 2002-10-05 04:52:09 +00:00
cl_slist.c various win32 compile fixes for the latest mingw (not fully working due to 2002-10-11 20:47:17 +00:00
cl_sys_sdl.c diff-- 2002-08-30 02:18:53 +00:00
cl_sys_unix.c no more Sys_* functions defined in nq or qw :) 2002-06-07 15:46:15 +00:00
cl_sys_win.c hmm, missed that one 2002-10-11 20:54:34 +00:00
cl_tent.c clear beam end time when beams expire 2002-10-11 22:13:40 +00:00
cl_view.c Whitespace, prune dead code. 2002-07-07 02:33:00 +00:00
com.c nuke msg_suppress_1 in favor of Sys_DPrintf 2002-08-27 18:05:59 +00:00
crudefile.c go back to using QFile, quakeio.h and quakefs.h 2002-08-27 07:16:28 +00:00
game.c go back to using QFile, quakeio.h and quakefs.h 2002-08-27 07:16:28 +00:00
locs.c go back to using QFile, quakeio.h and quakefs.h 2002-08-27 07:16:28 +00:00
Makefile.am fix some missing windows files 2002-10-11 17:43:51 +00:00
master.c various win32 compile fixes for the latest mingw (not fully working due to 2002-10-11 20:47:17 +00:00
msg_ucmd.c Whitespace, prune dead code. 2002-07-07 02:33:00 +00:00
net_chan.c Whitespace, prune dead code. 2002-07-07 02:33:00 +00:00
net_packetlog.c go back to using QFile, quakeio.h and quakefs.h 2002-08-27 07:16:28 +00:00
net_svc.c Whitespace, prune dead code. 2002-07-07 02:33:00 +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_udp6.c fix a redefined #define 2002-09-06 21:59:02 +00:00
pmove.c make no_pogo_stick 3 force friction whether or not jump is active 2002-10-18 17:47:31 +00:00
pmovetst.c start getting const-correct on vec3_t params 2002-01-03 05:29:38 +00:00
sbar.c fix a bunch more potential message writes while playing demos 2002-10-07 03:58:08 +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 kill most of the diffs 2002-09-26 20:58:03 +00:00
sv_ccmds.c bah 2002-10-10 03:35:45 +00:00
sv_demo.c d'oh, forgot to fix the FIXME :) fixes the seg on demo record start when 2002-10-04 03:36:51 +00:00
sv_ents.c support as many packet entities in demos as qwex does (ie, 196). Makes me 2002-10-17 16:03:18 +00:00
sv_init.c go back to using QFile, quakeio.h and quakefs.h 2002-08-27 07:16:28 +00:00
sv_main.c need skill, too! :P 2002-10-24 04:38:59 +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_nchan.c Kill MSG_WriteChar. 2002-07-02 19:13:53 +00:00
sv_phys.c Rename Length to VectorLength. 2002-08-20 02:22:40 +00:00
sv_pr_cmds.c missed these for mvd writing :P 2002-10-23 02:44:42 +00:00
sv_progs.c support tonik's single player/coop qw port 2002-10-24 02:45:16 +00:00
sv_send.c make it so the demo recorder and normal protocol use common code to 2002-10-07 22:15:19 +00:00
sv_sys_unix.c no more Sys_* functions defined in nq or qw :) 2002-06-07 15:46:15 +00:00
sv_sys_win.c various win32 compile fixes for the latest mingw (not fully working due to 2002-10-11 20:47:17 +00:00
sv_user.c mvd recording :) (thanks to qwex 0.165b and highlander) 2002-10-04 02:29:03 +00:00
teamplay.c fix a nasty buffer overflow found by OptiMus 2002-10-25 21:07:20 +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