.. |
.gdbinit
|
|
|
.gitignore
|
|
|
.indent.pro
|
|
|
cl_cam.c
|
big protototype cleanup. Now, except for a few cases, all non-static
|
2002-11-05 19:12:51 +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
|
big protototype cleanup. Now, except for a few cases, all non-static
|
2002-11-05 19:12:51 +00:00 |
cl_ents.c
|
clean up the multiple definitions of the DF_* flags
|
2002-11-22 17:45:30 +00:00 |
cl_input.c
|
Moved GIB into libs/gib and made util no longer depend on it. Cleaned up
|
2002-11-09 07:13:52 +00:00 |
cl_main.c
|
Fixed several GIB bugs, optimized Cbuf_Execute_Stack a bit, changed QW
|
2002-12-01 07:22:42 +00:00 |
cl_ngraph.c
|
|
|
cl_parse.c
|
Fixed several GIB bugs, optimized Cbuf_Execute_Stack a bit, changed QW
|
2002-12-01 07:22:42 +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
|
big protototype cleanup. Now, except for a few cases, all non-static
|
2002-11-05 19:12:51 +00:00 |
cl_sys_sdl.c
|
sys.[ch]:
|
2002-11-13 19:26:44 +00:00 |
cl_sys_unix.c
|
sys.[ch]:
|
2002-11-13 19:26:44 +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
|
|
|
com.c
|
big protototype cleanup. Now, except for a few cases, all non-static
|
2002-11-05 19:12:51 +00:00 |
crudefile.c
|
big protototype cleanup. Now, except for a few cases, all non-static
|
2002-11-05 19:12:51 +00:00 |
game.c
|
go back to using QFile, quakeio.h and quakefs.h
|
2002-08-27 07:16:28 +00:00 |
locs.c
|
big protototype cleanup. Now, except for a few cases, all non-static
|
2002-11-05 19:12:51 +00:00 |
Makefile.am
|
Moved GIB into libs/gib and made util no longer depend on it. Cleaned up
|
2002-11-09 07:13:52 +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
|
|
|
net_chan.c
|
big protototype cleanup. Now, except for a few cases, all non-static
|
2002-11-05 19:12:51 +00:00 |
net_packetlog.c
|
fix a bunch of ;; typos
|
2002-11-20 21:44:04 +00:00 |
net_svc.c
|
|
|
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
|
big protototype cleanup. Now, except for a few cases, all non-static
|
2002-11-05 19:12:51 +00:00 |
pmovetst.c
|
|
|
sbar.c
|
big protototype cleanup. Now, except for a few cases, all non-static
|
2002-11-05 19:12:51 +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
|
show what console says
|
2002-11-11 21:29:05 +00:00 |
sv_demo.c
|
clean up the multiple definitions of the DF_* flags
|
2002-11-22 17:45:30 +00:00 |
sv_ents.c
|
clean up the multiple definitions of the DF_* flags
|
2002-11-22 17:45:30 +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
|
Use Cbuf_Execute_Stack instead of Cbuf_Execute. This guarantees that GIB
|
2002-11-30 21:12:45 +00:00 |
sv_model.c
|
big protototype cleanup. Now, except for a few cases, all non-static
|
2002-11-05 19:12:51 +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
|
|
|
sv_phys.c
|
Rename Length to VectorLength.
|
2002-08-20 02:22:40 +00:00 |
sv_pr_cmds.c
|
big protototype cleanup. Now, except for a few cases, all non-static
|
2002-11-05 19:12:51 +00:00 |
sv_progs.c
|
support tonik's single player/coop qw port
|
2002-10-24 02:45:16 +00:00 |
sv_send.c
|
big protototype cleanup. Now, except for a few cases, all non-static
|
2002-11-05 19:12:51 +00:00 |
sv_sys_unix.c
|
|
|
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
|
big protototype cleanup. Now, except for a few cases, all non-static
|
2002-11-05 19:12:51 +00:00 |
teamplay.c
|
Changed the name of GIB builtins from string.length to string::length, etc.
|
2002-11-11 01:57:34 +00:00 |
world.c
|
|
|
worlda.S
|
|
|