quakeforge/qw/source
Bill Currie 75ec6bf244 Clean out some unnecessary types from the progs engine and clean up the mess.
This is a nasty commit, sorry, but 99% of the commit is interdependent.
2011-01-10 12:25:31 +09:00
..
.gdbinit
.indent.pro
Makefile.am Nuke libQFbuiltins. 2011-01-04 21:21:19 +09:00
cl_cam.c nuke Con_Printf and Con_DPrintf and use Sys_* instead 2007-11-06 10:17:14 +00:00
cl_chat.c patch from phrosty for vc2005 support. includes fixes for a bunch of gcc-isms that crept in over the years. 2007-03-22 23:20:57 +00:00
cl_cmd.c nuke Con_Printf and Con_DPrintf and use Sys_* instead 2007-11-06 10:17:14 +00:00
cl_cvar.c hah, should have been using __attribute__((used)) all that time (rather 2005-08-04 15:27:09 +00:00
cl_demo.c Don't use entity_t's next for linking static enitities. 2010-12-25 19:59:34 +09:00
cl_ents.c Move the call to R_ClearEnts to the renderer. 2010-12-25 19:59:34 +09:00
cl_http.c nuke Con_Printf and Con_DPrintf and use Sys_* instead 2007-11-06 10:17:14 +00:00
cl_input.c audit the usage of "only" 2010-01-13 06:42:26 +00:00
cl_main.c QW skybox handling 2010-12-28 15:02:56 -05:00
cl_ngraph.c progress in cleaning up the screen size mess 2009-12-22 06:02:53 +00:00
cl_parse.c Don't use entity_t's next for linking static enitities. 2010-12-25 19:59:34 +09:00
cl_pred.c hopefully fix both the "get stuck waiting for 3d" bug and the null worldmodel bug. 2007-03-18 03:37:37 +00:00
cl_screen.c Nuke MAX_OSPATH and clean up the mess. 2010-08-25 13:31:08 +09:00
cl_skin.c nuke Con_Printf and Con_DPrintf and use Sys_* instead 2007-11-06 10:17:14 +00:00
cl_slist.c Nuke MAX_OSPATH and clean up the mess. 2010-08-25 13:31:08 +09:00
cl_sys_sdl.c Lots of win32 (mingw cross) build fixes. 2010-12-23 11:40:16 +09:00
cl_sys_unix.c hah, should have been using __attribute__((used)) all that time (rather 2005-08-04 15:27:09 +00:00
cl_sys_win.c Lots of win32 (mingw cross) build fixes. 2010-12-23 11:40:16 +09:00
cl_tent.c And do the same fix in qw (oops). 2010-12-14 00:19:52 +09:00
cl_view.c audit the usage of "only" 2010-01-13 06:42:26 +00:00
com.c nuke Con_Printf and Con_DPrintf and use Sys_* instead 2007-11-06 10:17:14 +00:00
crudefile.c Rename Sys_DPrintf to Sys_MaskPrintf. 2010-11-26 16:19:26 +09:00
game.c use "must" instead of "should" 2010-01-13 06:43:54 +00:00
locs.c Nuke MAX_OSPATH and clean up the mess. 2010-08-25 13:31:08 +09:00
map_cfg.c hah, should have been using __attribute__((used)) all that time (rather 2005-08-04 15:27:09 +00:00
master.c Lots of win32 (mingw cross) build fixes. 2010-12-23 11:40:16 +09:00
net_packetlog.c nuke Con_Printf and Con_DPrintf and use Sys_* instead 2007-11-06 10:17:14 +00:00
pmove.c Rename Sys_DPrintf to Sys_MaskPrintf. 2010-11-26 16:19:26 +09:00
pmovetst.c Create and use mclipnode_t. 2010-11-29 09:36:21 +09:00
sbar.c Nuke MAX_OSPATH and clean up the mess. 2010-08-25 13:31:08 +09:00
sdl_link.c hah, should have been using __attribute__((used)) all that time (rather 2005-08-04 15:27:09 +00:00
skin.c nuke Con_Printf and Con_DPrintf and use Sys_* instead 2007-11-06 10:17:14 +00:00
sv_ccmds.c print the "message" of the map when displying the map name and time 2010-08-13 05:17:18 +00:00
sv_demo.c Nuke MAX_OSPATH and clean up the mess. 2010-08-25 13:31:08 +09:00
sv_ents.c Change back to storing the leafnum. 2010-12-09 17:24:38 +09:00
sv_gib.c hah, should have been using __attribute__((used)) all that time (rather 2005-08-04 15:27:09 +00:00
sv_init.c Remove non-progs data from edict_t. 2010-12-09 17:24:37 +09:00
sv_main.c Lots of win32 (mingw cross) build fixes. 2010-12-23 11:40:16 +09:00
sv_move.c hah, should have been using __attribute__((used)) all that time (rather 2005-08-04 15:27:09 +00:00
sv_phys.c Remove all "cosmetic" differences between nq and qw sv_phys.c 2010-12-09 08:52:40 +09:00
sv_pr_cmds.c Revert "make droptofloor continue the trace if it starts solid" 2010-12-05 14:56:32 +09:00
sv_pr_cpqw.c audit the usage of "only" 2010-01-13 06:42:26 +00:00
sv_pr_qwe.c Progress on map changing with qtv clients 2010-01-13 06:45:43 +00:00
sv_progs.c Clean out some unnecessary types from the progs engine and clean up the mess. 2011-01-10 12:25:31 +09:00
sv_qtv.c Lots of win32 (mingw cross) build fixes. 2010-12-23 11:40:16 +09:00
sv_recorder.c Limit the amount of time that MVDs can skip. 2010-12-01 08:11:45 +09:00
sv_sbar.c add a recorder count to the status bar 2010-01-13 06:48:20 +00:00
sv_send.c I think I finally got the protocol side of map changes right 2010-01-13 06:50:44 +00:00
sv_sys_unix.c hah, should have been using __attribute__((used)) all that time (rather 2005-08-04 15:27:09 +00:00
sv_sys_win.c Lots of win32 (mingw cross) build fixes. 2010-12-23 11:40:16 +09:00
sv_user.c Do the incoming/outgoing sequence checks before doing anything. 2010-12-22 13:10:27 +09:00
teamplay.c split up and modernize configure.ac 2010-08-19 15:01:43 +09:00
world.c Change back to storing the leafnum. 2010-12-09 17:24:38 +09:00