quakeforge-old/uquake
Joseph Carter e49dfa37d3 Updated the makefiles:
- MesaGL is no more, use a newer mesa that provides libGL.so.1
 - The suffix for software X11 renderer is now -x11 for consistancy with
   other software that build -x11 and -svga versions
 - Unified build is here!  Everything goes into $(BUILD_DIR) now
 - $(BUILD_DIR) is used for both debug and release, override it for now
   if you need to build seperate release and debug objects.  The option to
   build them in different places should probably go into the autoconf
   stuff so Mercury doesn't have to kill me.

Deek told me to remove S_Init() references from host.c to fix a sound bug,
I did so.  The difference should be limited to whitespace since I changed
nothing else.
1999-12-28 06:44:26 +00:00
..
do_not_include Created new subdir: uquake. Pick your favorite U word for the meaning -- 1999-12-26 13:51:52 +00:00
bspfile.h Created new subdir: uquake. Pick your favorite U word for the meaning -- 1999-12-26 13:51:52 +00:00
chase.c Created new subdir: uquake. Pick your favorite U word for the meaning -- 1999-12-26 13:51:52 +00:00
cl_demo.c Created new subdir: uquake. Pick your favorite U word for the meaning -- 1999-12-26 13:51:52 +00:00
cl_input.c The GL stuff compiles now, but has some, err, issues.. 1999-12-27 17:18:40 +00:00
cl_main.c Created new subdir: uquake. Pick your favorite U word for the meaning -- 1999-12-26 13:51:52 +00:00
cl_parse.c The GL stuff compiles now, but has some, err, issues.. 1999-12-27 17:18:40 +00:00
cl_tent.c Created new subdir: uquake. Pick your favorite U word for the meaning -- 1999-12-26 13:51:52 +00:00
client.h Created new subdir: uquake. Pick your favorite U word for the meaning -- 1999-12-26 13:51:52 +00:00
cmd.c Created new subdir: uquake. Pick your favorite U word for the meaning -- 1999-12-26 13:51:52 +00:00
cmd.h Created new subdir: uquake. Pick your favorite U word for the meaning -- 1999-12-26 13:51:52 +00:00
common.c Created new subdir: uquake. Pick your favorite U word for the meaning -- 1999-12-26 13:51:52 +00:00
common.h Created new subdir: uquake. Pick your favorite U word for the meaning -- 1999-12-26 13:51:52 +00:00
conproc.c Created new subdir: uquake. Pick your favorite U word for the meaning -- 1999-12-26 13:51:52 +00:00
console.c Created new subdir: uquake. Pick your favorite U word for the meaning -- 1999-12-26 13:51:52 +00:00
console.h Created new subdir: uquake. Pick your favorite U word for the meaning -- 1999-12-26 13:51:52 +00:00
crc.c Created new subdir: uquake. Pick your favorite U word for the meaning -- 1999-12-26 13:51:52 +00:00
cvar.c Created new subdir: uquake. Pick your favorite U word for the meaning -- 1999-12-26 13:51:52 +00:00
cvar.h Created new subdir: uquake. Pick your favorite U word for the meaning -- 1999-12-26 13:51:52 +00:00
d_copy.s Created new subdir: uquake. Pick your favorite U word for the meaning -- 1999-12-26 13:51:52 +00:00
d_draw.s Created new subdir: uquake. Pick your favorite U word for the meaning -- 1999-12-26 13:51:52 +00:00
d_draw16.s Created new subdir: uquake. Pick your favorite U word for the meaning -- 1999-12-26 13:51:52 +00:00
d_edge.c Created new subdir: uquake. Pick your favorite U word for the meaning -- 1999-12-26 13:51:52 +00:00
d_fill.c Created new subdir: uquake. Pick your favorite U word for the meaning -- 1999-12-26 13:51:52 +00:00
d_init.c Created new subdir: uquake. Pick your favorite U word for the meaning -- 1999-12-26 13:51:52 +00:00
d_modech.c Created new subdir: uquake. Pick your favorite U word for the meaning -- 1999-12-26 13:51:52 +00:00
d_part.c Created new subdir: uquake. Pick your favorite U word for the meaning -- 1999-12-26 13:51:52 +00:00
d_parta.s Created new subdir: uquake. Pick your favorite U word for the meaning -- 1999-12-26 13:51:52 +00:00
d_polysa.s Created new subdir: uquake. Pick your favorite U word for the meaning -- 1999-12-26 13:51:52 +00:00
d_polyse.c Created new subdir: uquake. Pick your favorite U word for the meaning -- 1999-12-26 13:51:52 +00:00
d_scan.c Created new subdir: uquake. Pick your favorite U word for the meaning -- 1999-12-26 13:51:52 +00:00
d_scana.s Created new subdir: uquake. Pick your favorite U word for the meaning -- 1999-12-26 13:51:52 +00:00
d_sky.c Created new subdir: uquake. Pick your favorite U word for the meaning -- 1999-12-26 13:51:52 +00:00
d_spr8.s Created new subdir: uquake. Pick your favorite U word for the meaning -- 1999-12-26 13:51:52 +00:00
d_sprite.c Created new subdir: uquake. Pick your favorite U word for the meaning -- 1999-12-26 13:51:52 +00:00
d_surf.c Created new subdir: uquake. Pick your favorite U word for the meaning -- 1999-12-26 13:51:52 +00:00
d_vars.c Created new subdir: uquake. Pick your favorite U word for the meaning -- 1999-12-26 13:51:52 +00:00
d_varsa.s Created new subdir: uquake. Pick your favorite U word for the meaning -- 1999-12-26 13:51:52 +00:00
d_zpoint.c Created new subdir: uquake. Pick your favorite U word for the meaning -- 1999-12-26 13:51:52 +00:00
dos_v2.c Created new subdir: uquake. Pick your favorite U word for the meaning -- 1999-12-26 13:51:52 +00:00
dosasm.s Created new subdir: uquake. Pick your favorite U word for the meaning -- 1999-12-26 13:51:52 +00:00
draw.c Created new subdir: uquake. Pick your favorite U word for the meaning -- 1999-12-26 13:51:52 +00:00
draw.h Created new subdir: uquake. Pick your favorite U word for the meaning -- 1999-12-26 13:51:52 +00:00
gl_draw.c Couple of fixes for GL 1999-12-27 22:00:21 +00:00
gl_mesh.c The GL stuff compiles now, but has some, err, issues.. 1999-12-27 17:18:40 +00:00
gl_model.c The GL stuff compiles now, but has some, err, issues.. 1999-12-27 17:18:40 +00:00
gl_model.h The GL stuff compiles now, but has some, err, issues.. 1999-12-27 17:18:40 +00:00
gl_refrag.c Pre-merge code commit. This bug will die. 1999-12-28 00:05:59 +00:00
gl_rlight.c Created new subdir: uquake. Pick your favorite U word for the meaning -- 1999-12-26 13:51:52 +00:00
gl_rmain.c Pre-merge code commit. This bug will die. 1999-12-28 00:05:59 +00:00
gl_rmisc.c The GL stuff compiles now, but has some, err, issues.. 1999-12-27 17:18:40 +00:00
gl_rsurf.c The GL stuff compiles now, but has some, err, issues.. 1999-12-27 17:18:40 +00:00
gl_screen.c The GL stuff compiles now, but has some, err, issues.. 1999-12-27 17:18:40 +00:00
gl_test.c Created new subdir: uquake. Pick your favorite U word for the meaning -- 1999-12-26 13:51:52 +00:00
gl_vidlinux.c s/APIENTRY/GLAPIENTRY/, and some tweaking with uquake.. 1999-12-27 17:57:03 +00:00
gl_warp.c The GL stuff compiles now, but has some, err, issues.. 1999-12-27 17:18:40 +00:00
glquake.h s/APIENTRY/GLAPIENTRY/, and some tweaking with uquake.. 1999-12-27 17:57:03 +00:00
host.c Pre-merge code commit. This bug will die. 1999-12-28 00:05:59 +00:00
host_cmd.c The GL stuff compiles now, but has some, err, issues.. 1999-12-27 17:18:40 +00:00
keys.c Created new subdir: uquake. Pick your favorite U word for the meaning -- 1999-12-26 13:51:52 +00:00
Makefile Updated the makefiles: 1999-12-28 06:44:26 +00:00
Makefile.extra Initialize TODO with help request from Mercury to fix possible (perhaps 1999-12-26 15:45:51 +00:00
menu.c The GL stuff compiles now, but has some, err, issues.. 1999-12-27 17:18:40 +00:00
menu.h Created new subdir: uquake. Pick your favorite U word for the meaning -- 1999-12-26 13:51:52 +00:00
model.c Created new subdir: uquake. Pick your favorite U word for the meaning -- 1999-12-26 13:51:52 +00:00
model.h Created new subdir: uquake. Pick your favorite U word for the meaning -- 1999-12-26 13:51:52 +00:00
mplib.c Created new subdir: uquake. Pick your favorite U word for the meaning -- 1999-12-26 13:51:52 +00:00
mplpc.c Created new subdir: uquake. Pick your favorite U word for the meaning -- 1999-12-26 13:51:52 +00:00
net.h Created new subdir: uquake. Pick your favorite U word for the meaning -- 1999-12-26 13:51:52 +00:00
net_bsd.c Created new subdir: uquake. Pick your favorite U word for the meaning -- 1999-12-26 13:51:52 +00:00
net_bw.c Created new subdir: uquake. Pick your favorite U word for the meaning -- 1999-12-26 13:51:52 +00:00
net_comx.c Created new subdir: uquake. Pick your favorite U word for the meaning -- 1999-12-26 13:51:52 +00:00
net_dgrm.c Created new subdir: uquake. Pick your favorite U word for the meaning -- 1999-12-26 13:51:52 +00:00
net_dgrm.h Created new subdir: uquake. Pick your favorite U word for the meaning -- 1999-12-26 13:51:52 +00:00
net_dos.c Created new subdir: uquake. Pick your favorite U word for the meaning -- 1999-12-26 13:51:52 +00:00
net_ipx.c Created new subdir: uquake. Pick your favorite U word for the meaning -- 1999-12-26 13:51:52 +00:00
net_loop.c Created new subdir: uquake. Pick your favorite U word for the meaning -- 1999-12-26 13:51:52 +00:00
net_loop.h Created new subdir: uquake. Pick your favorite U word for the meaning -- 1999-12-26 13:51:52 +00:00
net_main.c Created new subdir: uquake. Pick your favorite U word for the meaning -- 1999-12-26 13:51:52 +00:00
net_mp.c Created new subdir: uquake. Pick your favorite U word for the meaning -- 1999-12-26 13:51:52 +00:00
net_none.c Created new subdir: uquake. Pick your favorite U word for the meaning -- 1999-12-26 13:51:52 +00:00
net_ser.c Created new subdir: uquake. Pick your favorite U word for the meaning -- 1999-12-26 13:51:52 +00:00
net_udp.c Created new subdir: uquake. Pick your favorite U word for the meaning -- 1999-12-26 13:51:52 +00:00
net_udp.h Created new subdir: uquake. Pick your favorite U word for the meaning -- 1999-12-26 13:51:52 +00:00
net_vcr.c Created new subdir: uquake. Pick your favorite U word for the meaning -- 1999-12-26 13:51:52 +00:00
net_vcr.h Created new subdir: uquake. Pick your favorite U word for the meaning -- 1999-12-26 13:51:52 +00:00
net_win.c Created new subdir: uquake. Pick your favorite U word for the meaning -- 1999-12-26 13:51:52 +00:00
net_wins.c Created new subdir: uquake. Pick your favorite U word for the meaning -- 1999-12-26 13:51:52 +00:00
net_wipx.c Created new subdir: uquake. Pick your favorite U word for the meaning -- 1999-12-26 13:51:52 +00:00
nonintel.c Created new subdir: uquake. Pick your favorite U word for the meaning -- 1999-12-26 13:51:52 +00:00
pr_cmds.c Created new subdir: uquake. Pick your favorite U word for the meaning -- 1999-12-26 13:51:52 +00:00
pr_comp.h Created new subdir: uquake. Pick your favorite U word for the meaning -- 1999-12-26 13:51:52 +00:00
pr_edict.c Created new subdir: uquake. Pick your favorite U word for the meaning -- 1999-12-26 13:51:52 +00:00
pr_exec.c Created new subdir: uquake. Pick your favorite U word for the meaning -- 1999-12-26 13:51:52 +00:00
progdefs.h Created new subdir: uquake. Pick your favorite U word for the meaning -- 1999-12-26 13:51:52 +00:00
progs.h Created new subdir: uquake. Pick your favorite U word for the meaning -- 1999-12-26 13:51:52 +00:00
protocol.h The GL stuff compiles now, but has some, err, issues.. 1999-12-27 17:18:40 +00:00
quakedef.h Created new subdir: uquake. Pick your favorite U word for the meaning -- 1999-12-26 13:51:52 +00:00
r_aclip.c Created new subdir: uquake. Pick your favorite U word for the meaning -- 1999-12-26 13:51:52 +00:00
r_aclipa.s Created new subdir: uquake. Pick your favorite U word for the meaning -- 1999-12-26 13:51:52 +00:00
r_alias.c Created new subdir: uquake. Pick your favorite U word for the meaning -- 1999-12-26 13:51:52 +00:00
r_aliasa.s Created new subdir: uquake. Pick your favorite U word for the meaning -- 1999-12-26 13:51:52 +00:00
r_bsp.c Created new subdir: uquake. Pick your favorite U word for the meaning -- 1999-12-26 13:51:52 +00:00
r_draw.c Created new subdir: uquake. Pick your favorite U word for the meaning -- 1999-12-26 13:51:52 +00:00
r_drawa.s Created new subdir: uquake. Pick your favorite U word for the meaning -- 1999-12-26 13:51:52 +00:00
r_edge.c Created new subdir: uquake. Pick your favorite U word for the meaning -- 1999-12-26 13:51:52 +00:00
r_edgea.s Created new subdir: uquake. Pick your favorite U word for the meaning -- 1999-12-26 13:51:52 +00:00
r_efrag.c Created new subdir: uquake. Pick your favorite U word for the meaning -- 1999-12-26 13:51:52 +00:00
r_light.c Created new subdir: uquake. Pick your favorite U word for the meaning -- 1999-12-26 13:51:52 +00:00
r_main.c Created new subdir: uquake. Pick your favorite U word for the meaning -- 1999-12-26 13:51:52 +00:00
r_misc.c Created new subdir: uquake. Pick your favorite U word for the meaning -- 1999-12-26 13:51:52 +00:00
r_part.c Created new subdir: uquake. Pick your favorite U word for the meaning -- 1999-12-26 13:51:52 +00:00
r_shared.h Created new subdir: uquake. Pick your favorite U word for the meaning -- 1999-12-26 13:51:52 +00:00
r_sky.c Created new subdir: uquake. Pick your favorite U word for the meaning -- 1999-12-26 13:51:52 +00:00
r_sprite.c Created new subdir: uquake. Pick your favorite U word for the meaning -- 1999-12-26 13:51:52 +00:00
r_surf.c Created new subdir: uquake. Pick your favorite U word for the meaning -- 1999-12-26 13:51:52 +00:00
r_vars.c Created new subdir: uquake. Pick your favorite U word for the meaning -- 1999-12-26 13:51:52 +00:00
r_varsa.s Created new subdir: uquake. Pick your favorite U word for the meaning -- 1999-12-26 13:51:52 +00:00
render.h Created new subdir: uquake. Pick your favorite U word for the meaning -- 1999-12-26 13:51:52 +00:00
sbar.c The GL stuff compiles now, but has some, err, issues.. 1999-12-27 17:18:40 +00:00
screen.c Created new subdir: uquake. Pick your favorite U word for the meaning -- 1999-12-26 13:51:52 +00:00
screen.h Created new subdir: uquake. Pick your favorite U word for the meaning -- 1999-12-26 13:51:52 +00:00
server.h Created new subdir: uquake. Pick your favorite U word for the meaning -- 1999-12-26 13:51:52 +00:00
surf8.s Created new subdir: uquake. Pick your favorite U word for the meaning -- 1999-12-26 13:51:52 +00:00
surf16.s Created new subdir: uquake. Pick your favorite U word for the meaning -- 1999-12-26 13:51:52 +00:00
sv_main.c The GL stuff compiles now, but has some, err, issues.. 1999-12-27 17:18:40 +00:00
sv_move.c Created new subdir: uquake. Pick your favorite U word for the meaning -- 1999-12-26 13:51:52 +00:00
sv_phys.c Created new subdir: uquake. Pick your favorite U word for the meaning -- 1999-12-26 13:51:52 +00:00
sv_user.c Created new subdir: uquake. Pick your favorite U word for the meaning -- 1999-12-26 13:51:52 +00:00
sys_dos.c Created new subdir: uquake. Pick your favorite U word for the meaning -- 1999-12-26 13:51:52 +00:00
sys_dosa.s Created new subdir: uquake. Pick your favorite U word for the meaning -- 1999-12-26 13:51:52 +00:00
sys_linux.c Created new subdir: uquake. Pick your favorite U word for the meaning -- 1999-12-26 13:51:52 +00:00
sys_null.c Created new subdir: uquake. Pick your favorite U word for the meaning -- 1999-12-26 13:51:52 +00:00
sys_sun.c Created new subdir: uquake. Pick your favorite U word for the meaning -- 1999-12-26 13:51:52 +00:00
sys_win.c Created new subdir: uquake. Pick your favorite U word for the meaning -- 1999-12-26 13:51:52 +00:00
sys_wina.s Created new subdir: uquake. Pick your favorite U word for the meaning -- 1999-12-26 13:51:52 +00:00
sys_wind.c Created new subdir: uquake. Pick your favorite U word for the meaning -- 1999-12-26 13:51:52 +00:00
view.c Created new subdir: uquake. Pick your favorite U word for the meaning -- 1999-12-26 13:51:52 +00:00
vregset.c Created new subdir: uquake. Pick your favorite U word for the meaning -- 1999-12-26 13:51:52 +00:00
winquake.rc Created new subdir: uquake. Pick your favorite U word for the meaning -- 1999-12-26 13:51:52 +00:00
world.c Pre-merge code commit. This bug will die. 1999-12-28 00:05:59 +00:00
world.h Couple of fixes for GL 1999-12-27 22:00:21 +00:00
worlda.s Created new subdir: uquake. Pick your favorite U word for the meaning -- 1999-12-26 13:51:52 +00:00