newtree/source
Jeff Teunissen 17ea696c0d One of the biggest things keeping -mem/-heapsize numbers up is the video
memory in software mode. This is now taken care of, the memory is now
grabbed using calloc.

On Unix systems and all systems using SDL, the default video memory is now
8MB. This should now be enough for almost everybody, unless you have some
truly huge maps and boatloads of sounds. The minimum memory allowable is
now down to 4MB, but complex maps and/or models can cause the game to quit
-- not like this wasn't a problem already with the old 5.3MB lower limit,
but there it is.
2000-10-18 10:16:11 +00:00
..
.gdbinit fix alias model loading for when the model has groups. gdbinit added to ease 2000-09-24 02:34:35 +00:00
.gitignore add .vimrc 2000-10-02 18:11:41 +00:00
buildnum.c Reapply changes - this time tested w/ svga under Linux 2000-05-26 03:55:27 +00:00
cd_audio.c More cleanup, now working on the rendering line as a whole. 2000-09-29 19:29:22 +00:00
cd_linux.c cd_linux.c: whitespace. 2000-10-10 21:45:07 +00:00
cd_null.c Added CDAudio_Pause 2000-05-17 20:11:55 +00:00
cd_sdl.c Cvar audit; These files set cvars improperly, by changing their values 2000-09-25 06:36:50 +00:00
cd_win.c Cvar fixups... 2000-05-24 02:07:53 +00:00
checksum.c C done 2000-05-22 06:46:35 +00:00
cl_cam.c the big cvar value -> int_val audit. seems to work ok 2000-10-17 03:17:42 +00:00
cl_cmd.c %l %a %A %h, for say and say_team, not quite finished yet. 2000-10-06 16:30:37 +00:00
cl_cvar.c port in some improvements from OT (namely fs_basepath, etc, though commandline parsing isn't finished yet) 2000-05-21 08:24:45 +00:00
cl_demo.c zlib support (gzipped pack contents). if you have a probelm with gzgets, you 2000-09-27 19:44:26 +00:00
cl_ents.c the big cvar value -> int_val audit. seems to work ok 2000-10-17 03:17:42 +00:00
cl_input.c the big cvar value -> int_val audit. seems to work ok 2000-10-17 03:17:42 +00:00
cl_main.c the big cvar value -> int_val audit. seems to work ok 2000-10-17 03:17:42 +00:00
cl_math.S revert lsh's checkins. They broke newtree for everybody but him. 2000-05-25 09:48:21 +00:00
cl_misc.c C done 2000-05-22 06:46:35 +00:00
cl_parse.c the big cvar value -> int_val audit. seems to work ok 2000-10-17 03:17:42 +00:00
cl_pred.c the big cvar value -> int_val audit. seems to work ok 2000-10-17 03:17:42 +00:00
cl_slist.c zlib support (gzipped pack contents). if you have a probelm with gzgets, you 2000-09-27 19:44:26 +00:00
cl_sys_sdl.c Cvar audit 1, all unused cvars are gone, with the exception of software 2000-09-30 04:08:40 +00:00
cl_sys_unix.c One of the biggest things keeping -mem/-heapsize numbers up is the video 2000-10-18 10:16:11 +00:00
cl_sys_win.c One of the biggest things keeping -mem/-heapsize numbers up is the video 2000-10-18 10:16:11 +00:00
cl_tent.c Clean up the warnings Tonik didn't 2000-08-01 21:55:26 +00:00
cl_trans.c Clean up the warnings Tonik didn't 2000-08-01 21:55:26 +00:00
cmd.c the big cvar value -> int_val audit. seems to work ok 2000-10-17 03:17:42 +00:00
com.c zlib support (gzipped pack contents). if you have a probelm with gzgets, you 2000-09-27 19:44:26 +00:00
console.c the big cvar value -> int_val audit. seems to work ok 2000-10-17 03:17:42 +00:00
context_x11.c the big cvar value -> int_val audit. seems to work ok 2000-10-17 03:17:42 +00:00
crc.c port in some improvements from OT (namely fs_basepath, etc, though commandline parsing isn't finished yet) 2000-05-21 08:24:45 +00:00
cvar.c the big cvar value -> int_val audit. seems to work ok 2000-10-17 03:17:42 +00:00
d_copy.S revert lsh's checkins. They broke newtree for everybody but him. 2000-05-25 09:48:21 +00:00
d_draw.S revert lsh's checkins. They broke newtree for everybody but him. 2000-05-25 09:48:21 +00:00
d_draw16.S revert lsh's checkins. They broke newtree for everybody but him. 2000-05-25 09:48:21 +00:00
d_edge.c the big cvar value -> int_val audit. seems to work ok 2000-10-17 03:17:42 +00:00
d_fill.c First off in gl_draw.c we have some nice cleanup code for the upload 2000-09-22 09:08:08 +00:00
d_init.c the big cvar value -> int_val audit. seems to work ok 2000-10-17 03:17:42 +00:00
d_modech.c GPL thingy 2000-05-22 06:58:14 +00:00
d_part.c GPL thingy 2000-05-22 06:58:14 +00:00
d_parta.S revert lsh's checkins. They broke newtree for everybody but him. 2000-05-25 09:48:21 +00:00
d_polysa.S revert lsh's checkins. They broke newtree for everybody but him. 2000-05-25 09:48:21 +00:00
d_polyse.c GPL thingy 2000-05-22 06:58:14 +00:00
d_scan.c First off in gl_draw.c we have some nice cleanup code for the upload 2000-09-22 09:08:08 +00:00
d_scana.S revert lsh's checkins. They broke newtree for everybody but him. 2000-05-25 09:48:21 +00:00
d_sky.c all files now include config.h 2000-05-17 10:03:19 +00:00
d_spr8.S revert lsh's checkins. They broke newtree for everybody but him. 2000-05-25 09:48:21 +00:00
d_sprite.c GPL thingy 2000-05-22 06:58:14 +00:00
d_surf.c One of the biggest things keeping -mem/-heapsize numbers up is the video 2000-10-18 10:16:11 +00:00
d_vars.c GPL thingy 2000-05-22 06:58:14 +00:00
d_varsa.S revert lsh's checkins. They broke newtree for everybody but him. 2000-05-25 09:48:21 +00:00
d_zpoint.c GPL thingy 2000-05-22 06:58:14 +00:00
dga_check.c +set_vidfullscreen is 95% working for -x11 and -glx. only remaining known problem is mouse grabbing. 2000-05-23 07:33:03 +00:00
dirent.c Clean up after myself in the Z_* purge.. 2000-06-29 23:30:21 +00:00
draw.c the big cvar value -> int_val audit. seems to work ok 2000-10-17 03:17:42 +00:00
fnmatch.c removed a silly #else case on an ifdef 2000-05-22 07:07:01 +00:00
gl_draw.c the big cvar value -> int_val audit. seems to work ok 2000-10-17 03:17:42 +00:00
gl_mesh.c zlib support (gzipped pack contents). if you have a probelm with gzgets, you 2000-09-27 19:44:26 +00:00
gl_model_alias.c include string.h and or strings.h 2000-10-16 15:34:53 +00:00
gl_model_brush.c gl bmodel fullbrights implemented. I hope. I'll find out for sure when I get 2000-09-20 23:06:26 +00:00
gl_model_fullbright.c model loading reorg ala nuq. once again, gl hasn't been tested (will test when 2000-09-20 22:11:17 +00:00
gl_model_sprite.c include string.h and or strings.h 2000-10-16 15:34:53 +00:00
gl_ngraph.c glTexEnvf audit. 2000-09-28 06:58:24 +00:00
gl_part.c the big cvar value -> int_val audit. seems to work ok 2000-10-17 03:17:42 +00:00
gl_refrag.c The end of Z_*!! 2000-06-29 05:46:15 +00:00
gl_rlight.c the big cvar value -> int_val audit. seems to work ok 2000-10-17 03:17:42 +00:00
gl_rmain.c the big cvar value -> int_val audit. seems to work ok 2000-10-17 03:17:42 +00:00
gl_rmisc.c the big cvar value -> int_val audit. seems to work ok 2000-10-17 03:17:42 +00:00
gl_rsurf.c the big cvar value -> int_val audit. seems to work ok 2000-10-17 03:17:42 +00:00
gl_screen.c the big cvar value -> int_val audit. seems to work ok 2000-10-17 03:17:42 +00:00
gl_trans.c Change a bunch of Sys_Error()'s to Host_EndGame() 2000-07-31 12:54:11 +00:00
gl_view.c gl_screen.c: Whitespace 2000-09-30 05:58:40 +00:00
gl_warp.c the big cvar value -> int_val audit. seems to work ok 2000-10-17 03:17:42 +00:00
in_null.c GPL thingy 2000-05-22 06:58:14 +00:00
in_svgalib.c Makefile.am: misc. fixes to changelog building. 2000-10-13 05:36:46 +00:00
in_win.c the big cvar value -> int_val audit. seems to work ok 2000-10-17 03:17:42 +00:00
in_x11.c the big cvar value -> int_val audit. seems to work ok 2000-10-17 03:17:42 +00:00
info.c Reapply changes - this time tested w/ svga under Linux 2000-05-26 03:55:27 +00:00
joy_linux.c Joystick support generalized, autoconfiscated. Systems without joystick 2000-09-26 14:16:09 +00:00
joy_null.c Add #include "console.h" 2000-10-10 21:49:33 +00:00
keys.c the big cvar value -> int_val audit. seems to work ok 2000-10-17 03:17:42 +00:00
link.c GPL thingy 2000-05-22 06:58:14 +00:00
locs.c Added HAVE_CONFIG_H and pals. Compiles under win32 now. 2000-10-07 10:24:46 +00:00
Makefile.am %l %a %A %h, for say and say_team, not quite finished yet. 2000-10-06 16:30:37 +00:00
makefile.win Patched for QSG Standard 2 (Extend Protocol). 2000-06-25 13:00:19 +00:00
math.S revert lsh's checkins. They broke newtree for everybody but him. 2000-05-25 09:48:21 +00:00
mathlib.c Reapply changes - this time tested w/ svga under Linux 2000-05-26 03:55:27 +00:00
mdfour.c all files now include config.h 2000-05-17 10:03:19 +00:00
menu.c the big cvar value -> int_val audit. seems to work ok 2000-10-17 03:17:42 +00:00
model.c include string.h and or strings.h 2000-10-16 15:34:53 +00:00
model_alias.c include string.h and or strings.h 2000-10-16 15:34:53 +00:00
model_brush.c hehe, thou shalt not include glquake in non-gl code :) 2000-09-29 20:02:16 +00:00
model_sprite.c model loading reorg ala nuq. once again, gl hasn't been tested (will test when 2000-09-20 22:11:17 +00:00
msg.c include string.h and or strings.h 2000-10-16 15:34:53 +00:00
net_chan.c the big cvar value -> int_val audit. seems to work ok 2000-10-17 03:17:42 +00:00
net_com.c First off in gl_draw.c we have some nice cleanup code for the upload 2000-09-22 09:08:08 +00:00
net_udp.c Why SockadrToNetadr(&from,&net_from) twice? Removed extra. 2000-08-17 16:48:06 +00:00
nonintel.c *sigh* 2000-05-22 07:10:16 +00:00
pmove.c Conditionally disable bunny hopping (speed jumping). To disable bunny hopping 2000-10-15 04:26:09 +00:00
pmovetst.c Reapply changes - this time tested w/ svga under Linux 2000-05-26 03:55:27 +00:00
pr_cmds.c the big cvar value -> int_val audit. seems to work ok 2000-10-17 03:17:42 +00:00
pr_edict.c zlib support (gzipped pack contents). if you have a probelm with gzgets, you 2000-09-27 19:44:26 +00:00
pr_exec.c First off in gl_draw.c we have some nice cleanup code for the upload 2000-09-22 09:08:08 +00:00
pr_offs.c Fixed up Endy's EXTEND support - everything should work now. 2000-07-01 04:56:13 +00:00
qargs.c Cvar audit 1, all unused cvars are gone, with the exception of software 2000-09-30 04:08:40 +00:00
qendian.c port in q* from OT, and split of other things in prep for removing common.* 2000-05-20 09:42:02 +00:00
qf-client-sdl.mak Added locs.c. 2000-10-07 17:20:17 +00:00
qf-client-sgl.mak Added locs.c. 2000-10-07 17:20:17 +00:00
qf-client-wgl.mak Added locs.c. 2000-10-07 17:20:17 +00:00
qf-client-win.mak Added locs.c. 2000-10-07 17:20:17 +00:00
qf-server.mak Zlib support for BC win32. 2000-10-03 15:05:24 +00:00
quakefs.c Fix bug in -game parsing 2000-10-11 09:50:13 +00:00
quakeio.c Add Qgetline for Mercury. Safely read in a random lenght line from a file. 2000-10-06 07:05:22 +00:00
qw_client.dsp add locs.c to the vc6 projects 2000-10-14 07:48:30 +00:00
qw_server.dsp add locs.c to the vc6 projects 2000-10-14 07:48:30 +00:00
r_aclip.c First off in gl_draw.c we have some nice cleanup code for the upload 2000-09-22 09:08:08 +00:00
r_aclipa.S revert lsh's checkins. They broke newtree for everybody but him. 2000-05-25 09:48:21 +00:00
r_alias.c First off in gl_draw.c we have some nice cleanup code for the upload 2000-09-22 09:08:08 +00:00
r_aliasa.S revert lsh's checkins. They broke newtree for everybody but him. 2000-05-25 09:48:21 +00:00
r_bsp.c port in some improvements from OT (namely fs_basepath, etc, though commandline parsing isn't finished yet) 2000-05-21 08:24:45 +00:00
r_draw.c First off in gl_draw.c we have some nice cleanup code for the upload 2000-09-22 09:08:08 +00:00
r_drawa.S revert lsh's checkins. They broke newtree for everybody but him. 2000-05-25 09:48:21 +00:00
r_edge.c the big cvar value -> int_val audit. seems to work ok 2000-10-17 03:17:42 +00:00
r_edgea.S revert lsh's checkins. They broke newtree for everybody but him. 2000-05-25 09:48:21 +00:00
r_efrag.c port in some improvements from OT (namely fs_basepath, etc, though commandline parsing isn't finished yet) 2000-05-21 08:24:45 +00:00
r_light.c First off in gl_draw.c we have some nice cleanup code for the upload 2000-09-22 09:08:08 +00:00
r_main.c the big cvar value -> int_val audit. seems to work ok 2000-10-17 03:17:42 +00:00
r_misc.c the big cvar value -> int_val audit. seems to work ok 2000-10-17 03:17:42 +00:00
r_part.c zlib support (gzipped pack contents). if you have a probelm with gzgets, you 2000-09-27 19:44:26 +00:00
r_sky.c First off in gl_draw.c we have some nice cleanup code for the upload 2000-09-22 09:08:08 +00:00
r_sprite.c Need <string.h> here. 2000-05-31 22:49:53 +00:00
r_surf.c Cvar audit 1, all unused cvars are gone, with the exception of software 2000-09-30 04:08:40 +00:00
r_vars.c pretty much finishes source/* 2000-05-22 07:46:47 +00:00
r_varsa.S revert lsh's checkins. They broke newtree for everybody but him. 2000-05-25 09:48:21 +00:00
r_view.c the big cvar value -> int_val audit. seems to work ok 2000-10-17 03:17:42 +00:00
sbar.c the big cvar value -> int_val audit. seems to work ok 2000-10-17 03:17:42 +00:00
screen.c the big cvar value -> int_val audit. seems to work ok 2000-10-17 03:17:42 +00:00
sizebuf.c include string.h and or strings.h 2000-10-16 15:34:53 +00:00
skin.c the big cvar value -> int_val audit. seems to work ok 2000-10-17 03:17:42 +00:00
snd_alsa_0_5.c bring this over from nuq (kept forgetting to). gives things like -sndspeed 2000-10-05 19:16:27 +00:00
snd_alsa_0_6.c latest alsa 0.6.x support from nuq 2000-09-26 18:58:50 +00:00
snd_dma.c the big cvar value -> int_val audit. seems to work ok 2000-10-17 03:17:42 +00:00
snd_mem.c fix the description 2000-10-06 18:47:33 +00:00
snd_mix.c CVAR_FIXME cleanup 2000-06-11 00:23:13 +00:00
snd_mixa.S revert lsh's checkins. They broke newtree for everybody but him. 2000-05-25 09:48:21 +00:00
snd_null.c some fixes to make quakeforge build on solaris. not quite done yet as the 2000-05-25 05:01:20 +00:00
snd_oss.c OSS sound now retries opening /dev/dsp up to 3 times if it fails the first 2000-10-11 10:34:23 +00:00
snd_sdl.c add SDL sound support. totally untested (other than it compiles). Also not yet 2000-10-03 20:15:19 +00:00
snd_sun.c Reapply changes - this time tested w/ svga under Linux 2000-05-26 03:55:27 +00:00
snd_win.c More cleanup, now working on the rendering line as a whole. 2000-09-29 19:29:22 +00:00
surf8.S revert lsh's checkins. They broke newtree for everybody but him. 2000-05-25 09:48:21 +00:00
surf16.S revert lsh's checkins. They broke newtree for everybody but him. 2000-05-25 09:48:21 +00:00
sv_ccmds.c Clean up SV_Serverinfo_f a bit where it sets the cvar corresponding to the 2000-10-15 04:31:32 +00:00
sv_cvar.c the big cvar value -> int_val audit. seems to work ok 2000-10-17 03:17:42 +00:00
sv_ents.c Minor cleanup. (purely cosmetic) 2000-07-04 00:44:10 +00:00
sv_init.c First off in gl_draw.c we have some nice cleanup code for the upload 2000-09-22 09:08:08 +00:00
sv_main.c the big cvar value -> int_val audit. seems to work ok 2000-10-17 03:17:42 +00:00
sv_misc.c Rename client_state_t to sv_client_state_t; 2000-06-09 18:47:12 +00:00
sv_model.c added zlib support in the VC projects. 2000-09-28 19:52:46 +00:00
sv_move.c pretty much finishes source/* 2000-05-22 07:46:47 +00:00
sv_nchan.c Reapply changes - this time tested w/ svga under Linux 2000-05-26 03:55:27 +00:00
sv_phys.c EndFrame function by FrikaC/Maddes 2000-08-20 19:47:37 +00:00
sv_send.c the big cvar value -> int_val audit. seems to work ok 2000-10-17 03:17:42 +00:00
sv_sys_unix.c the big cvar value -> int_val audit. seems to work ok 2000-10-17 03:17:42 +00:00
sv_sys_win.c the big cvar value -> int_val audit. seems to work ok 2000-10-17 03:17:42 +00:00
sv_user.c the big cvar value -> int_val audit. seems to work ok 2000-10-17 03:17:42 +00:00
sw_model_alias.c more fixes 2000-09-29 23:36:16 +00:00
sw_model_brush.c forgot to rename Mod_LoadMMNearest to Mod_ProcessTexture 2000-09-20 22:21:25 +00:00
sw_model_sprite.c model loading reorg ala nuq. once again, gl hasn't been tested (will test when 2000-09-20 22:11:17 +00:00
sw_view.c Palette never gets changed in GL mode now. 2000-09-21 19:15:44 +00:00
sys_null.c zlib support (gzipped pack contents). if you have a probelm with gzgets, you 2000-09-27 19:44:26 +00:00
sys_unix.c the big cvar value -> int_val audit. seems to work ok 2000-10-17 03:17:42 +00:00
sys_win.c the big cvar value -> int_val audit. seems to work ok 2000-10-17 03:17:42 +00:00
sys_x86.S revert lsh's checkins. They broke newtree for everybody but him. 2000-05-25 09:48:21 +00:00
teamplay.c the big cvar value -> int_val audit. seems to work ok 2000-10-17 03:17:42 +00:00
va.c pretty much finishes source/* 2000-05-22 07:46:47 +00:00
vid_3dfxsvga.c Cvar audit 1, all unused cvars are gone, with the exception of software 2000-09-30 04:08:40 +00:00
vid_ggi.c One of the biggest things keeping -mem/-heapsize numbers up is the video 2000-10-18 10:16:11 +00:00
vid_glx.c cl_main.c: More VID_SetCaption status messages. 2000-10-14 07:10:56 +00:00
vid_mgl.c One of the biggest things keeping -mem/-heapsize numbers up is the video 2000-10-18 10:16:11 +00:00
vid_null.c First off in gl_draw.c we have some nice cleanup code for the upload 2000-09-22 09:08:08 +00:00
vid_sdl.c One of the biggest things keeping -mem/-heapsize numbers up is the video 2000-10-18 10:16:11 +00:00
vid_sgl.c the big cvar value -> int_val audit. seems to work ok 2000-10-17 03:17:42 +00:00
vid_svgalib.c One of the biggest things keeping -mem/-heapsize numbers up is the video 2000-10-18 10:16:11 +00:00
vid_wgl.c the big cvar value -> int_val audit. seems to work ok 2000-10-17 03:17:42 +00:00
vid_x11.c One of the biggest things keeping -mem/-heapsize numbers up is the video 2000-10-18 10:16:11 +00:00
wad.c include string.h and or strings.h 2000-10-16 15:34:53 +00:00
world.c Reapply changes - this time tested w/ svga under Linux 2000-05-26 03:55:27 +00:00
worlda.S revert lsh's checkins. They broke newtree for everybody but him. 2000-05-25 09:48:21 +00:00
zone.c zone.c: Remove unnecessary code -- zone isn't used anymore, so it 2000-07-09 12:43:46 +00:00