..
alias_model.c
model: fix QW alias model checksums
2012-12-20 08:43:26 +10:30
cd_bsd.c
[PATCH] Add BSD CD audio support
2006-09-16 07:10:04 +09:30
cd_common.c
common: constify COM_Parse and everything that follows...
2012-11-28 09:46:42 +10:30
cd_linux.c
[PATCH] Add BSD CD audio support
2006-09-16 07:10:04 +09:30
cd_null.c
[PATCH] Update null CD driver
2007-02-18 20:32:59 +10:30
cd_win.c
cd: WIN64 build warning fixes
2013-03-16 09:26:10 +10:30
cmd.c
command: move the NQ status command server side
2013-03-24 14:28:10 +10:30
common.c
server: quick and dirty implementation of FitzQuake protocol
2013-01-15 20:21:05 +10:30
console.c
trivial: whitespace
2012-12-20 16:03:23 +10:30
crc.c
Import v0.47 sources
2006-09-10 19:02:51 +09:30
cvar.c
cvar: constify cvar_null_string
2012-12-22 14:31:43 +10:30
d_draw16.S
[PATCH] Replace id386 define
2006-09-10 19:14:02 +09:30
d_draw.S
[PATCH] Replace id386 define
2006-09-10 19:14:02 +09:30
d_edge.c
win: various WIN64 build warning fixes
2013-03-16 10:43:44 +10:30
d_fill.c
win: various WIN64 build warning fixes
2013-03-16 10:43:44 +10:30
d_init.c
draw: rip out polygon based drawing code
2013-01-08 08:38:11 +10:30
d_modech.c
sys: change Sys_MakeCodeWritable API to take start/end addrs
2013-03-16 10:51:22 +10:30
d_part.c
[PATCH] Replace id386 define
2006-09-10 19:14:02 +09:30
d_parta.S
[PATCH] Replace id386 define
2006-09-10 19:14:02 +09:30
d_polysa.S
trivial: whitespace cleanup in d_polysa.S
2012-11-22 13:43:04 +10:30
d_polyse.c
create helper macros for cache aligning pointers/arrays
2012-11-14 14:45:31 +10:30
d_scan.c
win: various WIN64 build warning fixes
2013-03-16 10:43:44 +10:30
d_scana.S
[PATCH] Replace id386 define
2006-09-10 19:14:02 +09:30
d_sky.c
trivial: Make some more drawing functions static
2011-12-28 11:35:06 +10:00
d_spr8.S
[PATCH] Replace id386 define
2006-09-10 19:14:02 +09:30
d_sprite.c
model: create a model loading helper
2012-11-18 18:32:30 +10:30
d_surf.c
win: various WIN64 build warning fixes
2013-03-16 10:43:44 +10:30
d_vars.c
[PATCH] Replace id386 define
2006-09-10 19:14:02 +09:30
d_varsa.S
[PATCH] Replace id386 define
2006-09-10 19:14:02 +09:30
draw.c
vid: convert vid width, height, rowbytes to signed quantities
2013-01-17 16:18:27 +10:30
drawhulls.c
model: make planes and clipnodes members of hull_t const
2013-03-19 14:54:00 +10:30
gl_draw.c
gl: bump the gl texture limits
2013-01-01 10:19:12 +10:30
gl_mesh.c
mesh: trivial sprintf -> snprintf conversion
2012-12-21 16:23:08 +10:30
gl_rlight.c
[PATCH] Cleanup dlight colour handling
2006-09-10 19:05:55 +09:30
gl_rmain.c
model: add foreach_leafbit macro to iterate over one bits
2013-01-05 12:35:21 +10:30
gl_rmisc.c
common: make COM_StripExtension work in-place
2012-12-19 11:50:17 +10:30
gl_rsurf.c
win: various WIN64 build warning fixes
2013-03-16 10:43:44 +10:30
gl_warp.c
model: pass the hunk alloc name for GL_SubdivideSurface
2013-01-04 21:54:04 +10:30
in_null.c
Import v0.47 sources
2006-09-10 19:02:51 +09:30
in_sdl.c
input: only print SDL key events when compiled with DEBUG
2013-04-02 07:49:14 +10:30
in_win.c
net: switch from winsock to winsock2
2013-01-17 08:39:50 +10:30
in_x11.c
input: move X11 IN_Commands to in_x11.c
2012-12-09 18:14:33 +10:30
keys.c
cmd: make Cbuf_AddText accept printf formatted strings
2012-12-18 15:35:38 +10:30
math.S
mathlib: create PSIDE_* define for BoxOnPlaneSide return values
2013-01-02 13:34:33 +10:30
mathlib.c
vid: implement replacement video options menu
2013-04-01 14:28:58 +10:30
model.c
model: whitespace, follow my own style properly...
2013-03-20 10:22:45 +10:30
modela.S
world: move hull point/line testing to model.c/modela.S
2013-03-19 13:47:38 +10:30
nonintel.c
Import v0.47 sources
2006-09-10 19:02:51 +09:30
pr_cmds.c
server: pass client into Host_ClientCommands
2013-03-25 08:35:00 +10:30
pr_edict.c
common: return void * from COM_Load*File
2012-12-22 15:43:10 +10:30
pr_exec.c
progs: remove debugging printf from PR_SetString
2013-01-03 09:17:17 +10:30
r_aclip.c
model: move alias clipping function prototypes to header
2012-11-14 15:31:41 +10:30
r_aclipa.S
[PATCH] Replace id386 define
2006-09-10 19:14:02 +09:30
r_alias.c
misc: try to keep angle ranges consistent
2013-02-28 13:23:41 +10:30
r_aliasa.S
trivial: whitespace cleanup in r_aliasa.S
2012-11-22 13:40:17 +10:30
r_bsp.c
render: use precalculated clipflags in R_DrawSubmodelPolygons
2013-01-14 19:41:26 +10:30
r_draw.c
draw: trivial re-arrangement of long line
2013-01-14 19:41:26 +10:30
r_drawa.S
draw: use an mplane_t for the frustum clipping planes
2013-01-02 11:07:38 +10:30
r_edge.c
render: add reminder to look at intersecting bmodels
2013-01-14 19:41:26 +10:30
r_edgea.S
trivial: whitespace
2012-12-30 13:54:34 +10:30
r_efrag.c
trivial: small cleanup in R_AddEfrags
2013-01-08 16:06:46 +10:30
r_light.c
Import v0.47 sources
2006-09-10 19:02:51 +09:30
r_main.c
sys: change Sys_MakeCodeWritable API to take start/end addrs
2013-03-16 10:51:22 +10:30
r_misc.c
model: trivial API consistency fixes
2013-01-03 17:53:02 +10:30
r_model.c
model: factor out interval selection code for models/sprites/skins
2012-11-22 13:32:18 +10:30
r_part.c
trivial: remove unnecessary snprintf buffer termination checks
2012-12-19 12:19:08 +10:30
r_sky.c
fix strict aliasing issues in r_sky.c
2012-11-02 18:39:39 +10:30
r_sprite.c
draw: use an mplane_t for the frustum clipping planes
2013-01-02 11:07:38 +10:30
r_surf.c
win: various WIN64 build warning fixes
2013-03-16 10:43:44 +10:30
r_vars.c
[PATCH] Replace id386 define
2006-09-10 19:14:02 +09:30
r_varsa.S
[PATCH] Replace id386 define
2006-09-10 19:14:02 +09:30
rb_tree.c
build: fix build warning on OpenBSD in rb_tree.h
2013-01-06 10:46:57 +10:30
screen.c
screen: constify qpic_t usage
2012-12-22 16:28:10 +10:30
sdl_common.c
Fix SDL.h includes.
2012-12-11 20:38:13 +10:30
shell.c
[PATCH] Old completions cleanup, part 2
2006-09-10 19:12:34 +09:30
snd_dma.c
model: trivial API consistency fixes
2013-01-03 17:53:02 +10:30
snd_mem.c
sound: don't cast away const pointers when not needed
2012-12-02 14:22:13 +10:30
snd_mix.c
sound: fix off-by-one error in SND_InitScaletable
2013-01-14 18:38:31 +10:30
snd_mixa.S
[PATCH] Replace id386 define
2006-09-10 19:14:02 +09:30
snd_null.c
sound: fix missing symbols in the null sound driver
2012-10-24 20:53:56 +10:30
snd_oss.c
sound: rename the oss sound driver source file
2012-12-09 19:00:35 +10:30
snd_sdl.c
vid: update the sdl driver(s) to the SDL2 API
2012-12-08 07:34:49 +10:30
snd_sndio.c
snd: Add OpenBSD sndio sound driver
2012-11-05 17:59:59 +10:30
snd_win.c
net: switch from winsock to winsock2
2013-01-17 08:39:50 +10:30
sprite_model.c
entities: push down constness of entities where possible
2012-11-25 15:49:46 +10:30
surf8.S
[PATCH] Replace id386 define
2006-09-10 19:14:02 +09:30
surf16.S
[PATCH] Replace id386 define
2006-09-10 19:14:02 +09:30
sv_move.c
world: use TraceMove, etc. return values in sv_move.c
2013-03-19 10:33:37 +10:30
sv_phys.c
server: rename ent arguement to player physics functions as player
2013-03-22 14:40:57 +10:30
sys_null.c
sys: change Sys_MakeCodeWritable API to take start/end addrs
2013-03-16 10:51:22 +10:30
sys_unix.c
sys: change Sys_MakeCodeWritable API to take start/end addrs
2013-03-16 10:51:22 +10:30
sys_win.c
sys: change Sys_MakeCodeWritable API to take start/end addrs
2013-03-16 10:51:22 +10:30
sys_wina.S
[PATCH] Replace id386 define
2006-09-10 19:14:02 +09:30
vid_glx.c
vid: implement replacement video options menu
2013-04-01 14:28:58 +10:30
vid_mode.c
vid: make VID_DescribeMode print help when parameter is wrong
2013-04-02 11:36:18 +10:30
vid_null.c
vid: constify source bitmap for D_BeginDirectRect
2012-12-22 16:14:59 +10:30
vid_sdl.c
vid: implement replacement video options menu
2013-04-01 14:28:58 +10:30
vid_sgl.c
vid: hook the new video mode menu up to the sgl driver
2013-04-02 07:44:23 +10:30
vid_wgl.c
vid: change rounding of conwidth
2013-04-02 13:15:43 +10:30
vid_win.c
vid: pass parameters into VID_UpdateWindowStatus
2013-04-02 12:48:08 +10:30
vid_x.c
vid: implement replacement video options menu
2013-04-01 14:28:58 +10:30
wad.c
trivial: remove whitespace between type and varable for casts
2012-11-16 12:59:49 +10:30
world.c
server: pass current player into SV_AddLinksToPhysents
2013-03-22 12:50:54 +10:30
x11_core.c
[PATCH] Dead code removal
2006-09-10 19:05:57 +09:30
zone.c
zone: constify Z_Realloc
2012-12-21 16:59:25 +10:30