nuq/source
Jeff Teunissen ad9168db1d "gamma"/v_gamma cvar gone. It wasn't useful in GL, and the brightness and
contrast cvars more than make up for its loss. Both are available from the
options menu now, and what's more, the contrast cvar works properly in GL,
unlike newtree where it seems to have a weird cutoff problem.
2000-09-24 14:15:06 +00:00
..
.gdbinit sw no longer segs!:) I'm not 100% satisfied with how I attacked frame loading, 2000-09-11 23:17:55 +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 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 first steps to getting zlib support in 2000-09-19 22:32:45 +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 sprintf -> snprintf 2000-09-21 16:23:51 +00:00
context_x11.c force color 255 to black and fix x11 handling when the display can't be had 2000-09-18 15:18:51 +00:00
crc.c more header fixups. still doesn't compile 2000-08-21 05:39:54 +00:00
cvar.c first steps to getting zlib support in 2000-09-19 22:32:45 +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 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 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 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 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 "gamma"/v_gamma cvar gone. It wasn't useful in GL, and the brightness and 2000-09-24 14:15:06 +00:00
gl_mesh.c first steps to getting zlib support in 2000-09-19 22:32:45 +00:00
gl_model_alias.c port over the alias skin group fixes from newtree 2000-09-24 02:37:44 +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 *** empty log message *** 2000-09-16 09:45:52 +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 try to fix gl_flashblend 1 2000-09-23 02:13:47 +00:00
gl_rmain.c the model merge hack is almost complete. gl works but sw sefaults due to 2000-09-11 05:28:04 +00:00
gl_rmisc.c brush model fullbrights are now implemented and seem to be working. They can 2000-09-15 04:46:22 +00:00
gl_rsurf.c at last, fullbrights work fully :) 2000-09-16 09:22:42 +00:00
gl_screen.c "gamma"/v_gamma cvar gone. It wasn't useful in GL, and the brightness and 2000-09-24 14:15:06 +00:00
gl_view.c "gamma"/v_gamma cvar gone. It wasn't useful in GL, and the brightness and 2000-09-24 14:15:06 +00:00
gl_warp.c first steps to getting zlib support in 2000-09-19 22:32:45 +00:00
host.c first steps to getting zlib support in 2000-09-19 22:32:45 +00:00
host_cmd.c quakeio.c now compiles with newer glibc versions (fpos_t changed) 2000-09-22 17:07:42 +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 in_x11.c: 2000-09-24 03:08:28 +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 ALSA 0.6 support added. old snd_alsa.c renamed to snd_alsa_0_5.c 2000-09-18 02:49:59 +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 "gamma"/v_gamma cvar gone. It wasn't useful in GL, and the brightness and 2000-09-24 14:15:06 +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, player skins were totally borked for the last 3 weeks :/. They're now 2000-09-16 19:28:13 +00:00
model_brush.c preparations for giving bmodels fullbrights. Fullbright detection has been 2000-09-14 06:42:07 +00:00
model_sprite.c sprite model code merge done. model_sprite.c is the common code while 2000-09-05 17:59:11 +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 zlib now linked in. I'll test tonight at home 2000-09-19 23:01:46 +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 first steps to getting zlib support in 2000-09-19 22:32:45 +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 zlib support now works 2000-09-20 01:29:59 +00:00
quakeio.c quakeio.c now compiles with newer glibc versions (fpos_t changed) 2000-09-22 17:07: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 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 first steps to getting zlib support in 2000-09-19 22:32:45 +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 "gamma"/v_gamma cvar gone. It wasn't useful in GL, and the brightness and 2000-09-24 14:15:06 +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_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 accept sound format paramtetsr and snd_alsa_0_6.c currently doesn't support 2000-09-19 04:53:53 +00:00
snd_dma.c port over a sound init fix from oldtree that prevents a crash if sound doesn't 2000-09-07 17:34:46 +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 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 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 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 getting closer to a linking nuq-ded 2000-09-12 20:12:29 +00:00
sw_model_alias.c port over the alias skin group fixes from newtree 2000-09-24 02:37:44 +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 "gamma"/v_gamma cvar gone. It wasn't useful in GL, and the brightness and 2000-09-24 14:15:06 +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 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 sprintf -> snprintf 2000-08-27 10:30:17 +00:00
sys_unixd.c the beginnings of support for nuq-ded have been added. Also, the begginings 2000-09-12 18:29:02 +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_3dfxsvga.c missed this fopen->Qopen conversion 2000-09-22 15:32:58 +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 quakeio.c now compiles with newer glibc versions (fpos_t changed) 2000-09-22 17:07:42 +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 first steps to getting zlib support in 2000-09-19 22:32:45 +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 quakeio.c now compiles with newer glibc versions (fpos_t changed) 2000-09-22 17:07:42 +00:00
vid_win.c sprintf -> snprintf 2000-08-27 10:30:17 +00:00
vid_x11.c in_x11.c: 2000-09-24 03:08:28 +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