quakeforge/qw/source
2004-02-21 05:09:02 +00:00
..
.gdbinit
.gitignore
.indent.pro
cl_cam.c replace all VectorSubtract (vec3_origin, ... and 2003-09-03 22:17:04 +00:00
cl_chat.c Added llist.[ch], a set of general-purpose linked list routines. Added 2003-07-18 06:27:26 +00:00
cl_cmd.c
cl_cvar.c
cl_demo.c except for packet logging, netchan is much cleaner (no more cls in the 2004-02-19 08:58:42 +00:00
cl_ents.c move the ucmd message code into a common qw lib (more will likely follow) 2004-02-21 05:09:02 +00:00
cl_input.c move the ucmd message code into a common qw lib (more will likely follow) 2004-02-21 05:09:02 +00:00
cl_main.c a bit more netchan cleanup 2004-02-19 23:06:47 +00:00
cl_ngraph.c
cl_parse.c move qw/include/protocol.h to include/qw/protocol.h making life easier 2004-02-21 02:31:22 +00:00
cl_pred.c
cl_screen.c nuke QF/texture.h moving it's contents into QF/image.h (yay, finally, a 2003-09-04 18:59:39 +00:00
cl_skin.c
cl_slist.c nuke Qexpand_squiggle. instead, expand ~ to $HOME on qfs initialization and 2003-05-23 17:17:01 +00:00
cl_sys_sdl.c be consistent with WIN32 and _WIN32 (now all _WIN32) 2004-01-20 03:47:27 +00:00
cl_sys_unix.c
cl_sys_win.c removal of legacy MGL block_drawing variable. Fixed window restore bug that prevented the screen from being updated. 2004-02-15 03:40:50 +00:00
cl_tent.c Grievre's gamedir callback patch to fix mangled sounds on gamedir change 2004-02-03 03:01:06 +00:00
cl_view.c rename cl_overlay_gravity to cl_scoreboard_gravity, rename the hud/sbar, 2003-05-09 20:30:50 +00:00
com.c
crudefile.c nuke Qexpand_squiggle. instead, expand ~ to $HOME on qfs initialization and 2003-05-23 17:17:01 +00:00
game.c
locs.c nuke Qexpand_squiggle. instead, expand ~ to $HOME on qfs initialization and 2003-05-23 17:17:01 +00:00
Makefile.am move the ucmd message code into a common qw lib (more will likely follow) 2004-02-21 05:09:02 +00:00
master.c move qw/include/protocol.h to include/qw/protocol.h making life easier 2004-02-21 02:31:22 +00:00
msg_ucmd.c move the ucmd message code into a common qw lib (more will likely follow) 2004-02-21 05:09:02 +00:00
net_packetlog.c move qw/include/protocol.h to include/qw/protocol.h making life easier 2004-02-21 02:31:22 +00:00
net_svc.c Mike Gorchak's <mike@malva.ua> second (final for now:) QNX patch. renames 2004-01-20 06:11:00 +00:00
pmove.c rename VectorMA to VectorMultAdd, add VectorMultSub and use it in a few 2003-08-08 15:25:53 +00:00
pmovetst.c check if the physent bbox (if there is one available) interects with the 2004-02-17 04:29:26 +00:00
sbar.c fix misplaced [ ] in teamplay mode 2003-09-24 02:24:30 +00:00
sdl_link.c
skin.c nuke QF/texture.h moving it's contents into QF/image.h (yay, finally, a 2003-09-04 18:59:39 +00:00
sv_ccmds.c add PR_PushFrame and PR_PopFrame so temp strings are easy to use for 2004-01-05 07:10:32 +00:00
sv_demo.c remove a whole swath of potential buffer overflows by removing the buffer. 2003-08-05 01:45:52 +00:00
sv_ents.c move the ucmd message code into a common qw lib (more will likely follow) 2004-02-21 05:09:02 +00:00
sv_gib.c mindHog's qfpython patch. GIB info string event callbacks and a compile fix 2003-05-16 16:17:24 +00:00
sv_init.c new internal printf engine for progs, mostly thanks to Deek. 2004-01-04 07:42:43 +00:00
sv_main.c a bit more netchan cleanup 2004-02-19 23:06:47 +00:00
sv_move.c
sv_nchan.c better command output redirection handling: maplist over rcon should show 2003-11-21 06:09:21 +00:00
sv_phys.c better command output redirection handling: maplist over rcon should show 2003-11-21 06:09:21 +00:00
sv_pr_cmds.c except for packet logging, netchan is much cleaner (no more cls in the 2004-02-19 08:58:42 +00:00
sv_pr_qwe.c fix a missing terminator found by Grievre 2004-01-15 23:05:56 +00:00
sv_progs.c work with progs that use @self instead of self 2004-02-17 05:12:50 +00:00
sv_send.c Added the missing null terminator for a reliable message send. 2004-01-05 00:25:58 +00:00
sv_sys_unix.c
sv_sys_win.c remove redundant calls to COM_InitArgv 2003-09-22 23:17:47 +00:00
sv_user.c move the ucmd message code into a common qw lib (more will likely follow) 2004-02-21 05:09:02 +00:00
teamplay.c nuke Qexpand_squiggle. instead, expand ~ to $HOME on qfs initialization and 2003-05-23 17:17:01 +00:00
world.c
worlda.S