..
anorm_dots.h
initial import of SDL port of Fitzquake-0.85 / 20090510 sources.
2010-02-15 23:26:55 +00:00
anorms.h
initial import of SDL port of Fitzquake-0.85 / 20090510 sources.
2010-02-15 23:26:55 +00:00
arch_def.h
* arch_def.h, net_sys.h, wsaerror.h: New headers, adapted from uhexen2.
2010-06-21 10:55:21 +00:00
bgmusic.c
* common.c (COM_FileExists): changed return type to qboolean.
2011-02-10 17:25:43 +00:00
bgmusic.h
* common.c (FS_fread): fixed coding style.
2011-02-08 11:00:29 +00:00
bspfile.h
bspfile.h, cdaudio.h, client.h, cmd.h, common.h, console.h, crc.h, cvar.h,
2010-02-21 00:01:08 +00:00
cd_bsd.c
added linux, bsd and windows native cdaudio code from uhexen2.
2011-01-15 09:50:17 +00:00
cd_linux.c
added linux, bsd and windows native cdaudio code from uhexen2.
2011-01-15 09:50:17 +00:00
cd_null.c
Made CDAudio_Play() to return success (0) or failure (-1) instead of void.
2011-01-02 18:33:21 +00:00
cd_sdl.c
removed the cdplayer facility added in 0.85.3
2011-01-12 10:02:16 +00:00
cd_unix.h
added linux, bsd and windows native cdaudio code from uhexen2.
2011-01-15 09:50:17 +00:00
cd_win.c
added linux, bsd and windows native cdaudio code from uhexen2.
2011-01-15 09:50:17 +00:00
cdaudio.h
Made CDAudio_Play() to return success (0) or failure (-1) instead of void.
2011-01-02 18:33:21 +00:00
chase.c
* renamed Length() to VectorLength() for consistency with its friends.
2010-08-01 19:22:46 +00:00
cl_demo.c
common.c (searchpath_t): Added new member `path_id', an unsigned
2011-01-02 21:45:16 +00:00
cl_input.c
const correctness changes.
2010-08-29 02:22:55 +00:00
cl_main.c
min/max macros: renamed them to q_min and q_max, moved them common.h.
2011-01-10 10:35:40 +00:00
cl_parse.c
min/max macros: renamed them to q_min and q_max, moved them common.h.
2011-01-10 10:35:40 +00:00
cl_tent.c
gl_rmain.c, gl_rmisc.c, cl_tent.c, quakedef.h: removed leftovers from GLTEST.
2010-06-01 10:55:40 +00:00
client.h
remove the defunct cls.mapstring
2010-08-30 02:15:22 +00:00
cmd.c
common.c (searchpath_t): Added new member `path_id', an unsigned
2011-01-02 21:45:16 +00:00
cmd.h
const correctness changes.
2010-08-29 02:22:55 +00:00
common.c
* common.c (COM_FileExists): changed return type to qboolean.
2011-02-10 17:25:43 +00:00
common.h
* common.c (COM_FileExists): changed return type to qboolean.
2011-02-10 17:25:43 +00:00
conback.c
changed makefiles to use 1/0 instead of yes/no for the codec options.
2011-01-12 09:32:22 +00:00
conback.h
conback.c, conback.h: added new QuakeSpasm conback data.
2010-02-18 16:45:28 +00:00
console.c
min/max macros: renamed them to q_min and q_max, moved them common.h.
2011-01-10 10:35:40 +00:00
console.h
const correctness changes.
2010-08-29 02:22:55 +00:00
crc.c
initial import of SDL port of Fitzquake-0.85 / 20090510 sources.
2010-02-15 23:26:55 +00:00
crc.h
bspfile.h, cdaudio.h, client.h, cmd.h, common.h, console.h, crc.h, cvar.h,
2010-02-21 00:01:08 +00:00
cvar.c
const correctness changes.
2010-08-29 02:22:55 +00:00
cvar.h
const correctness changes.
2010-08-29 02:22:55 +00:00
d_ifacea.h
bspfile.h, cdaudio.h, client.h, cmd.h, common.h, console.h, crc.h, cvar.h,
2010-02-21 00:01:08 +00:00
draw.h
changed makefiles to use 1/0 instead of yes/no for the codec options.
2011-01-12 09:32:22 +00:00
gl_draw.c
changed makefiles to use 1/0 instead of yes/no for the codec options.
2011-01-12 09:32:22 +00:00
gl_fog.c
min/max macros: renamed them to q_min and q_max, moved them common.h.
2011-01-10 10:35:40 +00:00
gl_mesh.c
gl_mesh.c (BuildTris): worked around a type-punned pointer. adapted from quakeforge.
2010-08-01 21:11:16 +00:00
gl_model.c
min/max macros: renamed them to q_min and q_max, moved them common.h.
2011-01-10 10:35:40 +00:00
gl_model.h
gl_model.h (model_t): Added a path_id member to store the
2011-01-02 21:55:26 +00:00
gl_refrag.c
min/max macros: renamed them to q_min and q_max, moved them common.h.
2011-01-10 10:35:40 +00:00
gl_rlight.c
* renamed Length() to VectorLength() for consistency with its friends.
2010-08-01 19:22:46 +00:00
gl_rmain.c
fixed rest of the strict-aliasing and uninitialized use warnings.
2011-01-01 14:05:20 +00:00
gl_rmisc.c
gl_rmain.c, gl_rmisc.c, cl_tent.c, quakedef.h: removed leftovers from GLTEST.
2010-06-01 10:55:40 +00:00
gl_screen.c
const correctness changes.
2010-08-29 02:22:55 +00:00
gl_sky.c
min/max macros: renamed them to q_min and q_max, moved them common.h.
2011-01-10 10:35:40 +00:00
gl_texmgr.c
changed makefiles to use 1/0 instead of yes/no for the codec options.
2011-01-12 09:32:22 +00:00
gl_texmgr.h
const correctness changes.
2010-08-29 02:22:55 +00:00
gl_vidnt.c
Backported external music files support using decoder libraries and the
2011-01-05 19:50:43 +00:00
gl_vidsdl.c
gl_vidsdl.c (VID_Menu_ChooseNextRate): refresh rates not implemented for SDL.
2011-01-29 07:21:04 +00:00
gl_warp.c
host_cmd.c, console.c, gl_draw.c, image.c, gl_model.c, r_sprite.c, cl_parse.c,
2010-05-31 07:42:36 +00:00
gl_warp_sin.h
initial import of SDL port of Fitzquake-0.85 / 20090510 sources.
2010-02-15 23:26:55 +00:00
glquake.h
const correctness changes.
2010-08-29 02:22:55 +00:00
host.c
removed the cdplayer facility added in 0.85.3
2011-01-12 10:02:16 +00:00
host_cmd.c
min/max macros: renamed them to q_min and q_max, moved them common.h.
2011-01-10 10:35:40 +00:00
image.c
common.c (searchpath_t): Added new member `path_id', an unsigned
2011-01-02 21:45:16 +00:00
image.h
bspfile.h, cdaudio.h, client.h, cmd.h, common.h, console.h, crc.h, cvar.h,
2010-02-21 00:01:08 +00:00
in_sdl.c
more fixes for deprecated conversion from string constant to char*:
2010-08-29 12:55:41 +00:00
input.h
* input.h: Removed the SDL_MAJOR_VERSION guards around BuildKeyMaps() and
2010-06-19 22:45:18 +00:00
keys.c
support for mouse buttons 4 and 5:
2011-02-10 16:10:53 +00:00
keys.h
support for mouse buttons 4 and 5:
2011-02-10 16:10:53 +00:00
main_sdl.c
support for mouse buttons 4 and 5:
2011-02-10 16:10:53 +00:00
Makefile
changed makefiles to use 1/0 instead of yes/no for the codec options.
2011-01-12 09:32:22 +00:00
Makefile.darwin
changed makefiles to use 1/0 instead of yes/no for the codec options.
2011-01-12 09:32:22 +00:00
Makefile.w32
changed makefiles to use 1/0 instead of yes/no for the codec options.
2011-01-12 09:32:22 +00:00
Makefile.w64
changed makefiles to use 1/0 instead of yes/no for the codec options.
2011-01-12 09:32:22 +00:00
mathlib.c
removed all remaining references to id386 and UNALIGNED_OK because
2011-01-01 12:24:28 +00:00
mathlib.h
min/max macros: renamed them to q_min and q_max, moved them common.h.
2011-01-10 10:35:40 +00:00
menu.c
min/max macros: renamed them to q_min and q_max, moved them common.h.
2011-01-10 10:35:40 +00:00
menu.h
const correctness changes.
2010-08-29 02:22:55 +00:00
modelgen.h
bspfile.h, cdaudio.h, client.h, cmd.h, common.h, console.h, crc.h, cvar.h,
2010-02-21 00:01:08 +00:00
net.h
const correctness changes.
2010-08-29 02:22:55 +00:00
net_bsd.c
added q_stdinc.h, adapted from uhexen2, to tidy up several includes and
2010-08-14 20:55:39 +00:00
net_defs.h
const correctness changes.
2010-08-29 02:22:55 +00:00
net_dgrm.c
more fixes for deprecated conversion from string constant to char*:
2010-08-29 12:55:41 +00:00
net_dgrm.h
const correctness changes.
2010-08-29 02:22:55 +00:00
net_loop.c
const correctness changes.
2010-08-29 02:22:55 +00:00
net_loop.h
const correctness changes.
2010-08-29 02:22:55 +00:00
net_main.c
const correctness changes.
2010-08-29 02:22:55 +00:00
net_sdl.c
added q_stdinc.h, adapted from uhexen2, to tidy up several includes and
2010-08-14 20:55:39 +00:00
net_sdlnet.c
const correctness changes.
2010-08-29 02:22:55 +00:00
net_sdlnet.h
const correctness changes.
2010-08-29 02:22:55 +00:00
net_sys.h
* net_sys.h: revert previous commit undefining EWOULDBLOCK and
2011-01-12 20:10:34 +00:00
net_udp.c
* net_sys.h: revert previous commit undefining EWOULDBLOCK and
2011-01-12 20:10:34 +00:00
net_udp.h
const correctness changes.
2010-08-29 02:22:55 +00:00
net_win.c
added q_stdinc.h, adapted from uhexen2, to tidy up several includes and
2010-08-14 20:55:39 +00:00
net_wins.c
* net_sys.h: revert previous commit undefining EWOULDBLOCK and
2011-01-12 20:10:34 +00:00
net_wins.h
const correctness changes.
2010-08-29 02:22:55 +00:00
net_wipx.c
* net_sys.h: revert previous commit undefining EWOULDBLOCK and
2011-01-12 20:10:34 +00:00
net_wipx.h
const correctness changes.
2010-08-29 02:22:55 +00:00
pl_linux.c
Reorganize files for platform-specific code:
2010-06-22 11:01:24 +00:00
pl_osx.m
Reorganize files for platform-specific code:
2010-06-22 11:01:24 +00:00
pl_win.c
Reorganize files for platform-specific code:
2010-06-22 11:01:24 +00:00
platform.h
Constified Con_DebugLog, Con_Print, Con_Printf, Con_Warning, Con_DPrintf,
2010-04-26 16:30:40 +00:00
pr_cmds.c
const correctness changes.
2010-08-29 02:22:55 +00:00
pr_comp.h
pr_comp.h: fixed a harmless typo with DEF_SAVEGLOBAL
2010-08-29 12:27:17 +00:00
pr_edict.c
common.c (searchpath_t): Added new member `path_id', an unsigned
2011-01-02 21:45:16 +00:00
pr_exec.c
replaced all usess of vsprintf by q_vsnprintf
2010-08-31 16:57:12 +00:00
progdefs.h
bspfile.h, cdaudio.h, client.h, cmd.h, common.h, console.h, crc.h, cvar.h,
2010-02-21 00:01:08 +00:00
progdefs.q1
initial import of SDL port of Fitzquake-0.85 / 20090510 sources.
2010-02-15 23:26:55 +00:00
progs.h
const correctness changes.
2010-08-29 02:22:55 +00:00
protocol.h
sync several sound-related files with uhexen2 a little: move
2010-12-30 21:10:26 +00:00
q_sound.h
sync several sound-related files with uhexen2 a little: move
2010-12-30 21:10:26 +00:00
q_stdinc.h
added q_stdinc.h, adapted from uhexen2, to tidy up several includes and
2010-08-14 20:55:39 +00:00
qs_bmp.h
updated to Steven's new icon.
2010-04-24 12:55:10 +00:00
quakedef.h
whitespace/formatting tidy-up in quakedef.h.
2011-01-01 12:32:16 +00:00
r_alias.c
* renamed Length() to VectorLength() for consistency with its friends.
2010-08-01 19:22:46 +00:00
r_brush.c
host_cmd.c, console.c, gl_draw.c, image.c, gl_model.c, r_sprite.c, cl_parse.c,
2010-05-31 07:42:36 +00:00
r_part.c
min/max macros: renamed them to q_min and q_max, moved them common.h.
2011-01-10 10:35:40 +00:00
r_sprite.c
-Wshadow fixes:
2010-06-03 19:03:31 +00:00
r_world.c
64 bit compatibility effort, 2/nn: type correctness work in common.h,
2010-02-16 21:26:11 +00:00
render.h
bspfile.h, cdaudio.h, client.h, cmd.h, common.h, console.h, crc.h, cvar.h,
2010-02-21 00:01:08 +00:00
resource.h
bspfile.h, cdaudio.h, client.h, cmd.h, common.h, console.h, crc.h, cvar.h,
2010-02-21 00:01:08 +00:00
sbar.c
min/max macros: renamed them to q_min and q_max, moved them common.h.
2011-01-10 10:35:40 +00:00
sbar.h
bspfile.h, cdaudio.h, client.h, cmd.h, common.h, console.h, crc.h, cvar.h,
2010-02-21 00:01:08 +00:00
screen.h
const correctness changes.
2010-08-29 02:22:55 +00:00
server.h
const correctness changes.
2010-08-29 02:22:55 +00:00
snd_codec.c
* snd_mp3.c: removed useless rudimentary info checks.
2011-01-30 21:34:12 +00:00
snd_codec.h
* snd_mp3.c: removed useless rudimentary info checks.
2011-01-30 21:34:12 +00:00
snd_codeci.h
* snd_mp3.c: removed useless rudimentary info checks.
2011-01-30 21:34:12 +00:00
snd_dma.c
* snd_mp3.c: removed useless rudimentary info checks.
2011-01-30 21:34:12 +00:00
snd_mem.c
* snd_mp3.c: removed useless rudimentary info checks.
2011-01-30 21:34:12 +00:00
snd_mix.c
* snd_mp3.c: removed useless rudimentary info checks.
2011-01-30 21:34:12 +00:00
snd_mp3.c
* snd_mp3.c: removed useless rudimentary info checks.
2011-01-30 21:34:12 +00:00
snd_mp3.h
Backported external music files support using decoder libraries and the
2011-01-05 19:50:43 +00:00
snd_sdl.c
* snd_mp3.c: removed useless rudimentary info checks.
2011-01-30 21:34:12 +00:00
snd_vorbis.c
* snd_mp3.c: removed useless rudimentary info checks.
2011-01-30 21:34:12 +00:00
snd_vorbis.h
Backported external music files support using decoder libraries and the
2011-01-05 19:50:43 +00:00
snd_wave.c
* snd_mp3.c: removed useless rudimentary info checks.
2011-01-30 21:34:12 +00:00
snd_wave.h
Backported external music files support using decoder libraries and the
2011-01-05 19:50:43 +00:00
spritegn.h
bspfile.h, cdaudio.h, client.h, cmd.h, common.h, console.h, crc.h, cvar.h,
2010-02-21 00:01:08 +00:00
sv_main.c
min/max macros: renamed them to q_min and q_max, moved them common.h.
2011-01-10 10:35:40 +00:00
sv_move.c
initial import of SDL port of Fitzquake-0.85 / 20090510 sources.
2010-02-15 23:26:55 +00:00
sv_phys.c
host_cmd.c, console.c, gl_draw.c, image.c, gl_model.c, r_sprite.c, cl_parse.c,
2010-05-31 07:42:36 +00:00
sv_user.c
const correctness changes.
2010-08-29 02:22:55 +00:00
sys.h
const correctness changes.
2010-08-29 02:22:55 +00:00
sys_sdl_unix.c
* common.c (COM_FileExists): changed return type to qboolean.
2011-02-10 17:25:43 +00:00
sys_sdl_win.c
* common.c (COM_FileExists): changed return type to qboolean.
2011-02-10 17:25:43 +00:00
vid.h
Some more tidy-up and minor fixing in net stuff. Largely trivial. Also
2010-06-20 10:03:05 +00:00
view.c
min/max macros: renamed them to q_min and q_max, moved them common.h.
2011-01-10 10:35:40 +00:00
view.h
bspfile.h, cdaudio.h, client.h, cmd.h, common.h, console.h, crc.h, cvar.h,
2010-02-21 00:01:08 +00:00
wad.c
common.c (searchpath_t): Added new member `path_id', an unsigned
2011-01-02 21:45:16 +00:00
wad.h
const correctness changes.
2010-08-29 02:22:55 +00:00
winquake.h
added windows version detection back from original sources
2010-12-30 17:00:19 +00:00
world.c
applied a better fix for the infamous "SV_TouchLinks: next != l->next" problem.
2010-12-31 07:55:43 +00:00
world.h
bspfile.h, cdaudio.h, client.h, cmd.h, common.h, console.h, crc.h, cvar.h,
2010-02-21 00:01:08 +00:00
wsaerror.h
* arch_def.h, net_sys.h, wsaerror.h: New headers, adapted from uhexen2.
2010-06-21 10:55:21 +00:00
zone.c
min/max macros: renamed them to q_min and q_max, moved them common.h.
2011-01-10 10:35:40 +00:00
zone.h
const correctness changes.
2010-08-29 02:22:55 +00:00