nuq/source
Bill Currie c7d8fb3773 preliminary work on really cleaning up *model.c. atm, just split out the model
type specific code into the appropriate files (which will later be merged as
much as possible) and remove all model type specific code from model.c.
gl_model.c is no more as it ended up being an exact copy of model.c minus a
header include and a prototype, neither of which were needed.
2000-09-01 04:43:56 +00:00
..
.gitignore still more uquake->nuq 2000-08-20 05:55:02 +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 sprintf -> snprintf 2000-08-27 10:30:17 +00:00
cl_input.c more header fixups. still doesn't compile 2000-08-21 05:39:54 +00:00
cl_main.c add the maplist command 2000-09-01 04:35:05 +00:00
cl_math.S Initial revision 2000-08-19 22:24:16 +00:00
cl_parse.c cvar.h cvar.c: 2000-08-30 22:45:44 +00:00
cl_tent.c an even better fix (thanks, LordHavoc) 2000-08-28 02:03:55 +00:00
cmd.c nuq-svga now links 2000-08-23 05:53:17 +00:00
com.c com.c: 2000-08-28 16:14:42 +00:00
conproc.c more header fixups. still doesn't compile 2000-08-21 05:39:54 +00:00
console.c bring over gl_screen (sort of). world is now much brighter, but dlights and 2000-08-27 22:13:48 +00:00
context_x11.c cvar.h cvar.c: 2000-08-30 22:45:44 +00:00
crc.c more header fixups. still doesn't compile 2000-08-21 05:39:54 +00:00
cvar.c cvar.h cvar.c: 2000-08-30 22:45:44 +00:00
d_copy.S Initial revision 2000-08-19 22:24:16 +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 header revamp almost done. it now tries (but fails) to link 2000-08-23 04:45:16 +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 header revamp almost done. it now tries (but fails) to link 2000-08-23 04:45:16 +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 header revamp almost done. it now tries (but fails) to link 2000-08-23 04:45:16 +00:00
d_vars.c more header fixups. still doesn't compile 2000-08-21 05:39:54 +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 more header fixups. still doesn't compile 2000-08-21 05:39:54 +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 sprintf -> snprintf 2000-08-27 10:30:17 +00:00
fnmatch.c source/vid_svgalib.c source/in_svgalib.c: 2000-08-28 22:38:46 +00:00
gib.c This update adds a proper instruction and subroutine stack and a better parser. 2000-08-30 06:07:02 +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 This update adds a proper instruction and subroutine stack and a better parser. 2000-08-30 06:07:02 +00:00
gib_modules.c fixes for no optimisation 2000-08-29 04:33:15 +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 that's most of newtree's gl stuff ported over. Three bugs: wound up with 2000-08-27 10:03:31 +00:00
gl_mesh.c import gl_mesh.c from newtree 2000-08-26 21:30:05 +00:00
gl_model_alias.c preliminary work on really cleaning up *model.c. atm, just split out the model 2000-09-01 04:43:56 +00:00
gl_model_brush.c preliminary work on really cleaning up *model.c. atm, just split out the model 2000-09-01 04:43:56 +00:00
gl_model_sprite.c preliminary work on really cleaning up *model.c. atm, just split out the model 2000-09-01 04:43:56 +00:00
gl_part.c gl_part.c: 2000-08-31 05:10:50 +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 bring over gl_rlight from newtree 2000-08-27 07:46:54 +00:00
gl_rmain.c Changed model light clamping. 2000-08-28 01:47:41 +00:00
gl_rmisc.c that's most of newtree's gl stuff ported over. Three bugs: wound up with 2000-08-27 10:03:31 +00:00
gl_rsurf.c turns out GL_WaterSurface wasn't binding the texture wasn't binding the 2000-08-29 05:22:58 +00:00
gl_screen.c quakeNN.{tga,pcx} -> nuqNNN.{tga,pcx} 2000-08-28 02:53:06 +00:00
gl_view.c bring over gl_rlight from newtree 2000-08-27 07:46:54 +00:00
gl_warp.c that's most of newtree's gl stuff ported over. Three bugs: wound up with 2000-08-27 10:03:31 +00:00
host.c Adds GIB, an experimental scripting language for QF, and a few compile fixes. 2000-08-28 00:45:40 +00:00
host_cmd.c sprintf -> snprintf 2000-08-27 10:30:17 +00:00
in_dos.c cvar.h cvar.c: 2000-08-30 22:45:44 +00:00
in_null.c cvar.h cvar.c: 2000-08-30 22:45:44 +00:00
in_sun.c cvar.h cvar.c: 2000-08-30 22:45:44 +00:00
in_svgalib.c cvar.h cvar.c: 2000-08-30 22:45:44 +00:00
in_win.c cvar.h cvar.c: 2000-08-30 22:45:44 +00:00
in_x11.c cvar.h cvar.c: 2000-08-30 22:45:44 +00:00
keys.c -3dfx now compiles and works correctly. 2000-08-31 20:23:20 +00:00
link.c nuq-svga now links 2000-08-23 05:53:17 +00:00
Makefile.am rename net_com.c to checksum.c and create checksum.h. 2000-08-30 06:56:25 +00:00
math.S Initial revision 2000-08-19 22:24:16 +00:00
mathlib.c more header fixups. still doesn't compile 2000-08-21 05:39:54 +00:00
mdfour.c remove duplicate config.h inclusions 2000-08-20 04:58:49 +00:00
menu.c sprintf -> snprintf 2000-08-27 10:30:17 +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
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 more header fixups. still doesn't compile 2000-08-21 05:39:54 +00:00
net_mp.c sprintf -> snprintf 2000-08-27 10:30:17 +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 sprintf -> snprintf 2000-08-27 10:30:17 +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 sprintf -> snprintf 2000-08-27 10:30:17 +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 sprintf -> snprintf 2000-08-27 10:30:17 +00:00
pr_edict.c sprintf -> snprintf 2000-08-27 10:30:17 +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 configure.in: 2000-08-29 20:30:28 +00:00
quakeio.c nuq-svga now links 2000-08-23 05:53:17 +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 more header fixups. still doesn't compile 2000-08-21 05:39:54 +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 bring over gl_rlight from newtree 2000-08-27 07:46:54 +00:00
r_misc.c remove GLQUAKE and IDGODS #ifdefs 2000-08-27 16:53:07 +00:00
r_part.c sprintf -> snprintf 2000-08-27 10:30:17 +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 header revamp almost done. it now tries (but fails) to link 2000-08-23 04:45:16 +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 port over gl_draw.c from newtree 2000-08-26 21:23:07 +00:00
sbar.c sprintf -> snprintf 2000-08-27 10:30:17 +00:00
screen.c quakeNN.{tga,pcx} -> nuqNNN.{tga,pcx} 2000-08-28 02:53:06 +00:00
sizebuf.c nuq-svga now links 2000-08-23 05:53:17 +00:00
snd_alsa.c prelim header changes. doesn't build yet 2000-08-21 03:52:28 +00:00
snd_dma.c more header fixups. still doesn't compile 2000-08-21 05:39:54 +00:00
snd_dos.c more header fixups. still doesn't compile 2000-08-21 05:39:54 +00:00
snd_gus.c more header fixups. still doesn't compile 2000-08-21 05:39:54 +00:00
snd_mem.c prelim header changes. doesn't build yet 2000-08-21 03:52:28 +00:00
snd_mix.c more header fixups. still doesn't compile 2000-08-21 05:39:54 +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 Adds GIB, an experimental scripting language for QF, and a few compile fixes. 2000-08-28 00:45:40 +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_main.c remove GLQUAKE and IDGODS #ifdefs 2000-08-27 16:53:07 +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 header revamp almost done. it now tries (but fails) to link 2000-08-23 04:45:16 +00:00
sv_user.c header revamp almost done. it now tries (but fails) to link 2000-08-23 04:45:16 +00:00
sw_model_alias.c preliminary work on really cleaning up *model.c. atm, just split out the model 2000-09-01 04:43:56 +00:00
sw_model_brush.c preliminary work on really cleaning up *model.c. atm, just split out the model 2000-09-01 04:43:56 +00:00
sw_model_sprite.c preliminary work on really cleaning up *model.c. atm, just split out the model 2000-09-01 04:43:56 +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 bring over gl_rlight from newtree 2000-08-27 07:46:54 +00:00
sys_dos.c sprintf -> snprintf 2000-08-27 10:30:17 +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 nuq-glx almost builds. just some last problems with gl_part.c and gl_view.c 2000-08-25 06:42:29 +00:00
sys_sun.c more header fixups. still doesn't compile 2000-08-21 05:39:54 +00:00
sys_unix.c sprintf -> snprintf 2000-08-27 10:30:17 +00:00
sys_unixd.c sprintf -> snprintf 2000-08-27 10:30:17 +00:00
sys_win.c sprintf -> snprintf 2000-08-27 10:30:17 +00:00
sys_wina.S un-dosify 2000-08-20 01:33:10 +00:00
sys_wind.c sprintf -> snprintf 2000-08-27 10:30:17 +00:00
va.c nuq-svga now links 2000-08-23 05:53:17 +00:00
vid_3dfxsvga.c -3dfx now compiles and works correctly. 2000-08-31 20:23:20 +00:00
vid_dos.c cvar.h cvar.c: 2000-08-30 22:45:44 +00:00
vid_ext.c cvar.h cvar.c: 2000-08-30 22:45:44 +00:00
vid_ggi.c cvar.h cvar.c: 2000-08-30 22:45:44 +00:00
vid_glx.c cvar.h cvar.c: 2000-08-30 22:45:44 +00:00
vid_mgl.c source/vid_svgalib.c source/in_svgalib.c: 2000-08-28 22:38:46 +00:00
vid_null.c cvar.h cvar.c: 2000-08-30 22:45:44 +00:00
vid_sdl.c cvar.h cvar.c: 2000-08-30 22:45:44 +00:00
vid_sgl.c cvar.h cvar.c: 2000-08-30 22:45:44 +00:00
vid_sunx.c cvar.h cvar.c: 2000-08-30 22:45:44 +00:00
vid_sunxil.c cvar.h cvar.c: 2000-08-30 22:45:44 +00:00
vid_svgalib.c cvar.h cvar.c: 2000-08-30 22:45:44 +00:00
vid_vga.c cvar.h cvar.c: 2000-08-30 22:45:44 +00:00
vid_wgl.c source/vid_svgalib.c source/in_svgalib.c: 2000-08-28 22:38:46 +00:00
vid_win.c sprintf -> snprintf 2000-08-27 10:30:17 +00:00
vid_x11.c cvar.h cvar.c: 2000-08-30 22:45:44 +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 more header work. getting there, but still no compile 2000-08-22 06:28:42 +00:00