..
.gdbinit
most of scr_viewsize value to int_val. r_main causes segs atm
2000-10-21 00:09:27 +00:00
.gitignore
add .vimrc
2000-09-11 15:31:46 +00:00
.indent.pro
Added preliminary indent profile, for automatically applying (again,
2000-08-23 20:28:00 +00:00
cd_audio.c
more header fixups. still doesn't compile
2000-08-21 05:39:54 +00:00
cd_linux.c
prelim header changes. doesn't build yet
2000-08-21 03:52:28 +00:00
cd_null.c
more header fixups. still doesn't compile
2000-08-21 05:39:54 +00:00
cd_win.c
more header fixups. still doesn't compile
2000-08-21 05:39:54 +00:00
checksum.c
rename net_com.c to checksum.c and create checksum.h.
2000-08-30 06:56:25 +00:00
cl_cam.c
more header fixups. still doesn't compile
2000-08-21 05:39:54 +00:00
cl_demo.c
first steps to getting zlib support in
2000-09-19 22:32:45 +00:00
cl_input.c
cvar usage audit. value -> int_val where appropriate. tested with x11 glx and
2000-09-27 06:07:10 +00:00
cl_main.c
port over newtree's vid system. works, but doesn't seem fully functional yet
2000-10-31 00:11:59 +00:00
cl_math.S
Initial revision
2000-08-19 22:24:16 +00:00
cl_parse.c
more sw compile fixes
2000-09-30 02:26:46 +00:00
cl_tent.c
an even better fix (thanks, LordHavoc)
2000-08-28 02:03:55 +00:00
cmd.c
cvar usage audit. value -> int_val where appropriate. tested with x11 glx and
2000-09-27 06:07:10 +00:00
com.c
first steps to getting zlib support in
2000-09-19 22:32:45 +00:00
conproc.c
more header fixups. still doesn't compile
2000-08-21 05:39:54 +00:00
console.c
cvar usage audit. value -> int_val where appropriate. tested with x11 glx and
2000-09-27 06:07:10 +00:00
context_x11.c
should have done the `port' after fixing this in newtree, not after :/
2000-11-03 16:50:23 +00:00
crc.c
more header fixups. still doesn't compile
2000-08-21 05:39:54 +00:00
cvar.c
cvar usage audit. value -> int_val where appropriate. tested with x11 glx and
2000-09-27 06:07:10 +00:00
d_copy.S
now builds with --disable-asmop. NOTE: d_copy.S is still used anyway (too lazy
2000-09-11 23:13:06 +00:00
d_draw.S
Initial revision
2000-08-19 22:24:16 +00:00
d_draw16.S
Initial revision
2000-08-19 22:24:16 +00:00
d_edge.c
cvar usage audit. value -> int_val where appropriate. tested with x11 glx and
2000-09-27 06:07:10 +00:00
d_fill.c
header revamp almost done. it now tries (but fails) to link
2000-08-23 04:45:16 +00:00
d_init.c
cvar usage audit. value -> int_val where appropriate. tested with x11 glx and
2000-09-27 06:07:10 +00:00
d_modech.c
header revamp almost done. it now tries (but fails) to link
2000-08-23 04:45:16 +00:00
d_part.c
more header fixups. still doesn't compile
2000-08-21 05:39:54 +00:00
d_parta.S
Initial revision
2000-08-19 22:24:16 +00:00
d_polysa.S
Initial revision
2000-08-19 22:24:16 +00:00
d_polyse.c
more header fixups. still doesn't compile
2000-08-21 05:39:54 +00:00
d_scan.c
more header fixups. still doesn't compile
2000-08-21 05:39:54 +00:00
d_scana.S
Initial revision
2000-08-19 22:24:16 +00:00
d_sky.c
more header fixups. still doesn't compile
2000-08-21 05:39:54 +00:00
d_spr8.S
Initial revision
2000-08-19 22:24:16 +00:00
d_sprite.c
more header fixups. still doesn't compile
2000-08-21 05:39:54 +00:00
d_surf.c
port over newtree's vid system. works, but doesn't seem fully functional yet
2000-10-31 00:11:59 +00:00
d_vars.c
now builds with --disable-asmop. NOTE: d_copy.S is still used anyway (too lazy
2000-09-11 23:13:06 +00:00
d_varsa.S
Initial revision
2000-08-19 22:24:16 +00:00
d_zpoint.c
more header fixups. still doesn't compile
2000-08-21 05:39:54 +00:00
dga_check.c
port over newtree's vid system. works, but doesn't seem fully functional yet
2000-10-31 00:11:59 +00:00
dirent.c
source/vid_svgalib.c source/in_svgalib.c:
2000-08-28 22:38:46 +00:00
dos_v2.c
copyright header stuff
2000-08-20 05:25:28 +00:00
dosasm.S
various make dist related cleanups
2000-08-29 00:10:19 +00:00
draw.c
remove the version printout and some ws cleanup
2000-10-05 02:39:48 +00:00
fnmatch.c
source/vid_svgalib.c source/in_svgalib.c:
2000-08-28 22:38:46 +00:00
gib.c
sprintf -> snprintf
2000-09-21 16:23:51 +00:00
gib_instructions.c
This update adds a proper instruction and subroutine stack and a better parser.
2000-08-30 06:07:02 +00:00
gib_interpret.c
sprintf -> snprintf
2000-09-21 16:23:51 +00:00
gib_modules.c
first steps to getting zlib support in
2000-09-19 22:32:45 +00:00
gib_parse.c
A fix to the argument parser.
2000-08-31 01:21:00 +00:00
gib_stack.c
This update adds a proper instruction and subroutine stack and a better parser.
2000-08-30 06:07:02 +00:00
gib_vars.c
This update adds a proper instruction and subroutine stack and a better parser.
2000-08-30 06:07:02 +00:00
gl_draw.c
cvar usage audit. value -> int_val where appropriate. tested with x11 glx and
2000-09-27 06:07:10 +00:00
gl_mesh.c
first steps to getting zlib support in
2000-09-19 22:32:45 +00:00
gl_model_alias.c
some minor cleanups and a probably fix for gl alias models with more than 4
2000-09-27 16:54:38 +00:00
gl_model_brush.c
brush model fullbrights are now implemented and seem to be working. They can
2000-09-15 04:46:22 +00:00
gl_model_fullbright.c
brush model fullbrights are now implemented and seem to be working. They can
2000-09-15 04:46:22 +00:00
gl_model_sprite.c
sprite model code merge done. model_sprite.c is the common code while
2000-09-05 17:59:11 +00:00
gl_part.c
cvar usage audit. value -> int_val where appropriate. tested with x11 glx and
2000-09-27 06:07:10 +00:00
gl_refrag.c
nuq-glx almost builds. just some last problems with gl_part.c and gl_view.c
2000-08-25 06:42:29 +00:00
gl_rlight.c
cvar usage audit. value -> int_val where appropriate. tested with x11 glx and
2000-09-27 06:07:10 +00:00
gl_rmain.c
cvar usage audit. value -> int_val where appropriate. tested with x11 glx and
2000-09-27 06:07:10 +00:00
gl_rmisc.c
cvar usage audit. value -> int_val where appropriate. tested with x11 glx and
2000-09-27 06:07:10 +00:00
gl_rsurf.c
cvar usage audit. value -> int_val where appropriate. tested with x11 glx and
2000-09-27 06:07:10 +00:00
gl_screen.c
most of scr_viewsize value to int_val. r_main causes segs atm
2000-10-21 00:09:27 +00:00
gl_view.c
Lose lcd_x, some whitespace
2000-10-27 10:50:32 +00:00
gl_warp.c
cvar usage audit. value -> int_val where appropriate. tested with x11 glx and
2000-09-27 06:07:10 +00:00
host.c
port over newtree's vid system. works, but doesn't seem fully functional yet
2000-10-31 00:11:59 +00:00
host_cmd.c
cvar usage audit. value -> int_val where appropriate. tested with x11 glx and
2000-09-27 06:07:10 +00:00
in_dos.c
cvar usage audit. value -> int_val where appropriate. tested with x11 glx and
2000-09-27 06:07:10 +00:00
in_null.c
port over newtree's vid system. works, but doesn't seem fully functional yet
2000-10-31 00:11:59 +00:00
in_sdl.c
port over newtree's vid system. works, but doesn't seem fully functional yet
2000-10-31 00:11:59 +00:00
in_sun.c
cvar usage audit. value -> int_val where appropriate. tested with x11 glx and
2000-09-27 06:07:10 +00:00
in_svgalib.c
port over newtree's vid system. works, but doesn't seem fully functional yet
2000-10-31 00:11:59 +00:00
in_win.c
port over newtree's vid system. works, but doesn't seem fully functional yet
2000-10-31 00:11:59 +00:00
in_x11.c
port over newtree's vid system. works, but doesn't seem fully functional yet
2000-10-31 00:11:59 +00:00
joy_linux.c
port over newtree's vid system. works, but doesn't seem fully functional yet
2000-10-31 00:11:59 +00:00
joy_null.c
add needed client.h as found by Dietrich_Joerg@t-online.de
2000-11-08 19:21:03 +00:00
keys.c
first steps to getting zlib support in
2000-09-19 22:32:45 +00:00
link.c
nuq-svga now links
2000-08-23 05:53:17 +00:00
Makefile.am
part 4
2000-11-04 03:24:37 +00:00
math.S
Initial revision
2000-08-19 22:24:16 +00:00
mathlib.c
now builds with --disable-asmop. NOTE: d_copy.S is still used anyway (too lazy
2000-09-11 23:13:06 +00:00
mdfour.c
remove duplicate config.h inclusions
2000-08-20 04:58:49 +00:00
menu.c
most of scr_viewsize value to int_val. r_main causes segs atm
2000-10-21 00:09:27 +00:00
model.c
preliminary work on really cleaning up *model.c. atm, just split out the model
2000-09-01 04:43:56 +00:00
model_alias.c
hehe, thou shalt not include glquake in non-gl code :)
2000-09-29 20:02:17 +00:00
model_brush.c
hehe, thou shalt not include glquake in non-gl code :)
2000-09-29 20:02:17 +00:00
model_sprite.c
hehe, thou shalt not include glquake in non-gl code :)
2000-09-29 20:02:17 +00:00
mplib.c
copyright header stuff
2000-08-20 05:25:28 +00:00
mplpc.c
sprintf -> snprintf
2000-08-27 10:30:17 +00:00
msg.c
nuq-svga now links
2000-08-23 05:53:17 +00:00
net_bsd.c
more header fixups. still doesn't compile
2000-08-21 05:39:54 +00:00
net_bw.c
sprintf -> snprintf
2000-08-27 10:30:17 +00:00
net_comx.c
sprintf -> snprintf
2000-08-27 10:30:17 +00:00
net_dgrm.c
sprintf -> snprintf
2000-08-27 10:30:17 +00:00
net_dos.c
more header fixups. still doesn't compile
2000-08-21 05:39:54 +00:00
net_ipx.c
sprintf -> snprintf
2000-08-27 10:30:17 +00:00
net_loop.c
more header fixups. still doesn't compile
2000-08-21 05:39:54 +00:00
net_main.c
cvar usage audit. value -> int_val where appropriate. tested with x11 glx and
2000-09-27 06:07:10 +00:00
net_mp.c
fix the 0 byte udp packet DoS bug (for linux, anyway: mods from ProQuake
2000-11-24 20:36:37 +00:00
net_none.c
more header fixups. still doesn't compile
2000-08-21 05:39:54 +00:00
net_ser.c
sprintf -> snprintf
2000-08-27 10:30:17 +00:00
net_udp.c
fix the 0 byte udp packet DoS bug (for linux, anyway: mods from ProQuake
2000-11-24 20:36:37 +00:00
net_vcr.c
more header fixups. still doesn't compile
2000-08-21 05:39:54 +00:00
net_win.c
more header fixups. still doesn't compile
2000-08-21 05:39:54 +00:00
net_wins.c
fix the 0 byte udp packet DoS bug (for linux, anyway: mods from ProQuake
2000-11-24 20:36:37 +00:00
net_wipx.c
sprintf -> snprintf
2000-08-27 10:30:17 +00:00
net_wso.c
Initial revision
2000-08-19 22:24:16 +00:00
nonintel.c
more header fixups. still doesn't compile
2000-08-21 05:39:54 +00:00
pr_cmds.c
cvar usage audit. value -> int_val where appropriate. tested with x11 glx and
2000-09-27 06:07:10 +00:00
pr_edict.c
cvar usage audit. value -> int_val where appropriate. tested with x11 glx and
2000-09-27 06:07:10 +00:00
pr_exec.c
Adds GIB, an experimental scripting language for QF, and a few compile fixes.
2000-08-28 00:45:40 +00:00
qargs.c
configure.in:
2000-08-29 20:30:28 +00:00
qendian.c
nuq-svga now links
2000-08-23 05:53:17 +00:00
quakefs.c
port over the relevant changes from newtree and eliminate the gamedir command.
2000-10-11 02:58:52 +00:00
quakeio.c
%s/HAS_ZLIB/HAVE_ZLIB/g
2000-09-28 19:05:42 +00:00
r_aclip.c
more header fixups. still doesn't compile
2000-08-21 05:39:54 +00:00
r_aclipa.S
Initial revision
2000-08-19 22:24:16 +00:00
r_alias.c
header revamp almost done. it now tries (but fails) to link
2000-08-23 04:45:16 +00:00
r_aliasa.S
Initial revision
2000-08-19 22:24:16 +00:00
r_bsp.c
header revamp almost done. it now tries (but fails) to link
2000-08-23 04:45:16 +00:00
r_draw.c
more header fixups. still doesn't compile
2000-08-21 05:39:54 +00:00
r_drawa.S
Initial revision
2000-08-19 22:24:16 +00:00
r_edge.c
cvar usage audit. value -> int_val where appropriate. tested with x11 glx and
2000-09-27 06:07:10 +00:00
r_edgea.S
Initial revision
2000-08-19 22:24:16 +00:00
r_efrag.c
header revamp almost done. it now tries (but fails) to link
2000-08-23 04:45:16 +00:00
r_light.c
bring over gl_rlight from newtree
2000-08-27 07:46:54 +00:00
r_main.c
Lose lcd_x
2000-10-27 10:51:15 +00:00
r_misc.c
whitespace
2000-10-27 10:52:05 +00:00
r_part.c
more sw compile fixes
2000-09-30 02:26:46 +00:00
r_sky.c
more header fixups. still doesn't compile
2000-08-21 05:39:54 +00:00
r_sprite.c
header revamp almost done. it now tries (but fails) to link
2000-08-23 04:45:16 +00:00
r_surf.c
cvar usage audit. value -> int_val where appropriate. tested with x11 glx and
2000-09-27 06:07:10 +00:00
r_vars.c
more header fixups. still doesn't compile
2000-08-21 05:39:54 +00:00
r_varsa.S
Initial revision
2000-08-19 22:24:16 +00:00
r_view.c
lose lcd_x
2000-10-27 10:52:47 +00:00
sbar.c
Whoops! commit sbar rework
2000-10-27 10:47:53 +00:00
screen.c
Lose lcd_x
2000-10-27 10:51:15 +00:00
sizebuf.c
nuq-svga now links
2000-08-23 05:53:17 +00:00
snd_alsa_0_5.c
accept sound format paramtetsr and snd_alsa_0_6.c currently doesn't support
2000-09-19 04:53:53 +00:00
snd_alsa_0_6.c
bring over from newtree
2000-10-27 19:06:15 +00:00
snd_dma.c
almost there. phase lerping is a bit borked (somehow does it completely wrong),
2000-10-11 23:14:27 +00:00
snd_dos.c
more header fixups. still doesn't compile
2000-08-21 05:39:54 +00:00
snd_gus.c
quakeio.c now compiles with newer glibc versions (fpos_t changed)
2000-09-22 17:07:42 +00:00
snd_mem.c
turns out some like interpolated, others don't. snd_interp conrols this.
2000-10-06 18:42:03 +00:00
snd_mix.c
just some ws. still haven't figure out what's causing the static.
2000-10-14 00:03:05 +00:00
snd_mixa.S
Initial revision
2000-08-19 22:24:16 +00:00
snd_next.c
more header fixups. still doesn't compile
2000-08-21 05:39:54 +00:00
snd_null.c
more header fixups. still doesn't compile
2000-08-21 05:39:54 +00:00
snd_oss.c
mmap should set PROT_READ|PROT_WRITE, not just PROT_WRITE. Takes care of a
2000-09-21 06:28:15 +00:00
snd_sun.c
more header fixups. still doesn't compile
2000-08-21 05:39:54 +00:00
snd_win.c
more header fixups. still doesn't compile
2000-08-21 05:39:54 +00:00
surf8.S
Initial revision
2000-08-19 22:24:16 +00:00
surf16.S
Initial revision
2000-08-19 22:24:16 +00:00
sv_ded.c
getting closer to a linking nuq-ded
2000-09-12 20:12:29 +00:00
sv_main.c
cvar usage audit. value -> int_val where appropriate. tested with x11 glx and
2000-09-27 06:07:10 +00:00
sv_move.c
header revamp almost done. it now tries (but fails) to link
2000-08-23 04:45:16 +00:00
sv_phys.c
cvar usage audit. value -> int_val where appropriate. tested with x11 glx and
2000-09-27 06:07:10 +00:00
sv_user.c
getting closer to a linking nuq-ded
2000-09-12 20:12:29 +00:00
sw_model_alias.c
more bogus glquake.h refs
2000-09-30 00:01:59 +00:00
sw_model_brush.c
preparations for giving bmodels fullbrights. Fullbright detection has been
2000-09-14 06:42:07 +00:00
sw_model_sprite.c
sprite model code merge done. model_sprite.c is the common code while
2000-09-05 17:59:11 +00:00
sw_part.c
finally, nuq-glx works. Still needs lots of work, but getting there :)
2000-08-26 05:48:38 +00:00
sw_view.c
lcd_x == buhbye
2000-10-27 10:54:24 +00:00
sys_dos.c
cvar usage audit. value -> int_val where appropriate. tested with x11 glx and
2000-09-27 06:07:10 +00:00
sys_dosa.S
Initial revision
2000-08-19 22:24:16 +00:00
sys_ia32.S
Initial revision
2000-08-19 22:24:16 +00:00
sys_null.c
quakeio.c now compiles with newer glibc versions (fpos_t changed)
2000-09-22 17:07:42 +00:00
sys_sun.c
quakeio.c now compiles with newer glibc versions (fpos_t changed)
2000-09-22 17:07:42 +00:00
sys_unix.c
cvar usage audit. value -> int_val where appropriate. tested with x11 glx and
2000-09-27 06:07:10 +00:00
sys_unixd.c
cvar usage audit. value -> int_val where appropriate. tested with x11 glx and
2000-09-27 06:07:10 +00:00
sys_win.c
quakeio.c now compiles with newer glibc versions (fpos_t changed)
2000-09-22 17:07:42 +00:00
sys_wina.S
un-dosify
2000-08-20 01:33:10 +00:00
sys_wind.c
quakeio.c now compiles with newer glibc versions (fpos_t changed)
2000-09-22 17:07:42 +00:00
va.c
nuq-svga now links
2000-08-23 05:53:17 +00:00
vid.c
port over newtree's vid system. works, but doesn't seem fully functional yet
2000-10-31 00:11:59 +00:00
vid_3dfxsvga.c
oops :(
2000-11-04 03:21:05 +00:00
vid_common_gl.c
port over newtree's vid system. works, but doesn't seem fully functional yet
2000-10-31 00:11:59 +00:00
vid_dos.c
cvar usage audit. value -> int_val where appropriate. tested with x11 glx and
2000-09-27 06:07:10 +00:00
vid_ext.c
cvar usage audit. value -> int_val where appropriate. tested with x11 glx and
2000-09-27 06:07:10 +00:00
vid_ggi.c
Make ggi renderer compile again.
2000-11-02 17:15:21 +00:00
vid_glx.c
port over newtree's vid system. works, but doesn't seem fully functional yet
2000-10-31 00:11:59 +00:00
vid_mgl.c
port over newtree's vid system. works, but doesn't seem fully functional yet
2000-10-31 00:11:59 +00:00
vid_null.c
port over newtree's vid system. works, but doesn't seem fully functional yet
2000-10-31 00:11:59 +00:00
vid_sdl.c
port over newtree's vid system. works, but doesn't seem fully functional yet
2000-10-31 00:11:59 +00:00
vid_sgl.c
port over newtree's vid system. works, but doesn't seem fully functional yet
2000-10-31 00:11:59 +00:00
vid_sunx.c
cvar usage audit. value -> int_val where appropriate. tested with x11 glx and
2000-09-27 06:07:10 +00:00
vid_sunxil.c
cvar usage audit. value -> int_val where appropriate. tested with x11 glx and
2000-09-27 06:07:10 +00:00
vid_svgalib.c
port over newtree's vid system. works, but doesn't seem fully functional yet
2000-10-31 00:11:59 +00:00
vid_vga.c
cvar usage audit. value -> int_val where appropriate. tested with x11 glx and
2000-09-27 06:07:10 +00:00
vid_wgl.c
port over newtree's vid system. works, but doesn't seem fully functional yet
2000-10-31 00:11:59 +00:00
vid_win.c
lcd_x
2000-10-27 10:55:04 +00:00
vid_x11.c
port over newtree's vid system. works, but doesn't seem fully functional yet
2000-10-31 00:11:59 +00:00
vregset.c
more header fixups. still doesn't compile
2000-08-21 05:39:54 +00:00
wad.c
more header fixups. still doesn't compile
2000-08-21 05:39:54 +00:00
world.c
more header fixups. still doesn't compile
2000-08-21 05:39:54 +00:00
worlda.S
Initial revision
2000-08-19 22:24:16 +00:00
zone.c
error message audit
2000-09-27 16:22:28 +00:00