newtree/source
Jeff Teunissen de55871d32 Overhaul of parts of the polyblend system. Contrast in GL no longer uses
another alpha blend, it's set up exactly as another factor in determining
the final blend. This should help speed up framerates a little.

New cvars:
cl_cshift_bonus: Set to 0 to disable bonus flashes.
cl_cshift_contents: Set to 0 to disable content blends.
cl_cshift_damage: Set to 0 to disable damage blends.
cl_cshift_powerup: Set to 0 to disable powerup (quad, pent, etc) blends.

All of these cvars work for both GL and software, and all of them check
the value of the "cshifts" serverinfo. cshifts is a bit field, with the
following bits defined:

bonus: 1
contents: 2
damage: 4
powerup: 8

An admin can force any of these to be respected by choosing the numbers of
the cshifts to be enforced, and adding them up.

examples:

serverinfo cshifts 15

turns them all on.

serverinfo cshifts 10

turns on powerup and contents shifts.

also, the gl_cshiftpercent Cvar no longer does anything. I'll remove it
entirely soon.
2000-12-13 09:01:11 +00:00
..
.gdbinit remove the connect to oorodina. I don't imagine too many other people have a 2000-11-17 07:27:39 +00:00
.gitignore Yaay, Debian package updates. 2000-11-14 21:45:34 +00:00
.indent.pro Add types to indent profile 2000-10-27 06:18:24 +00:00
buildnum.c Okay, the big whitespace reformat. There is some silliness (case 2000-12-08 06:51:37 +00:00
cd_dos.c Rename of cd_audio.c to cd_dos.c. (cvs needs a move command!) 2000-12-09 18:39:34 +00:00
cd_linux.c Okay, the big whitespace reformat. There is some silliness (case 2000-12-08 06:51:37 +00:00
cd_null.c Add support for SDL CD audio, rename --enable-sdlsound to 2000-12-11 09:50:26 +00:00
cd_sdl.c Add support for SDL CD audio, rename --enable-sdlsound to 2000-12-11 09:50:26 +00:00
cd_sgi.c context_x11.h -- didn't mean to commit my local changes 2000-12-08 07:46:40 +00:00
cd_win.c Okay, the big whitespace reformat. There is some silliness (case 2000-12-08 06:51:37 +00:00
checksum.c Okay, the big whitespace reformat. There is some silliness (case 2000-12-08 06:51:37 +00:00
cl_cam.c Okay, the big whitespace reformat. There is some silliness (case 2000-12-08 06:51:37 +00:00
cl_cmd.c Okay, the big whitespace reformat. There is some silliness (case 2000-12-08 06:51:37 +00:00
cl_cvar.c Okay, the big whitespace reformat. There is some silliness (case 2000-12-08 06:51:37 +00:00
cl_demo.c Okay, the big whitespace reformat. There is some silliness (case 2000-12-08 06:51:37 +00:00
cl_ents.c configure.in: 2000-12-12 07:18:40 +00:00
cl_input.c Okay, the big whitespace reformat. There is some silliness (case 2000-12-08 06:51:37 +00:00
cl_main.c Overhaul of parts of the polyblend system. Contrast in GL no longer uses 2000-12-13 09:01:11 +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 Okay, the big whitespace reformat. There is some silliness (case 2000-12-08 06:51:37 +00:00
cl_parse.c Okay, the big whitespace reformat. There is some silliness (case 2000-12-08 06:51:37 +00:00
cl_pred.c Okay, the big whitespace reformat. There is some silliness (case 2000-12-08 06:51:37 +00:00
cl_slist.c Okay, the big whitespace reformat. There is some silliness (case 2000-12-08 06:51:37 +00:00
cl_sys_sdl.c Okay, the big whitespace reformat. There is some silliness (case 2000-12-08 06:51:37 +00:00
cl_sys_unix.c holy water has been sprinkled on the dancing corpses. they dance no more 2000-12-12 06:17:02 +00:00
cl_sys_win.c Okay, the big whitespace reformat. There is some silliness (case 2000-12-08 06:51:37 +00:00
cl_tent.c Okay, the big whitespace reformat. There is some silliness (case 2000-12-08 06:51:37 +00:00
cl_trans.c Okay, the big whitespace reformat. There is some silliness (case 2000-12-08 06:51:37 +00:00
cmd.c Okay, the big whitespace reformat. There is some silliness (case 2000-12-08 06:51:37 +00:00
com.c Okay, the big whitespace reformat. There is some silliness (case 2000-12-08 06:51:37 +00:00
console.c Okay, the big whitespace reformat. There is some silliness (case 2000-12-08 06:51:37 +00:00
context_x11.c Okay, the big whitespace reformat. There is some silliness (case 2000-12-08 06:51:37 +00:00
crc.c Okay, the big whitespace reformat. There is some silliness (case 2000-12-08 06:51:37 +00:00
cvar.c Okay, the big whitespace reformat. There is some silliness (case 2000-12-08 06:51:37 +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 Okay, the big whitespace reformat. There is some silliness (case 2000-12-08 06:51:37 +00:00
d_fill.c Okay, the big whitespace reformat. There is some silliness (case 2000-12-08 06:51:37 +00:00
d_init.c Okay, the big whitespace reformat. There is some silliness (case 2000-12-08 06:51:37 +00:00
d_modech.c Okay, the big whitespace reformat. There is some silliness (case 2000-12-08 06:51:37 +00:00
d_part.c Okay, the big whitespace reformat. There is some silliness (case 2000-12-08 06:51:37 +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 Okay, the big whitespace reformat. There is some silliness (case 2000-12-08 06:51:37 +00:00
d_scan.c Okay, the big whitespace reformat. There is some silliness (case 2000-12-08 06:51:37 +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 Okay, the big whitespace reformat. There is some silliness (case 2000-12-08 06:51:37 +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 Okay, the big whitespace reformat. There is some silliness (case 2000-12-08 06:51:37 +00:00
d_surf.c Okay, the big whitespace reformat. There is some silliness (case 2000-12-08 06:51:37 +00:00
d_vars.c Okay, the big whitespace reformat. There is some silliness (case 2000-12-08 06:51:37 +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 Okay, the big whitespace reformat. There is some silliness (case 2000-12-08 06:51:37 +00:00
dga_check.c Okay, the big whitespace reformat. There is some silliness (case 2000-12-08 06:51:37 +00:00
dirent.c Okay, the big whitespace reformat. There is some silliness (case 2000-12-08 06:51:37 +00:00
draw.c cl_ents.c: misc. tweaks to CL_ParsePacketEntities () 2000-12-12 02:46:46 +00:00
fnmatch.c Okay, the big whitespace reformat. There is some silliness (case 2000-12-08 06:51:37 +00:00
fractalnoise.c Okay, the big whitespace reformat. There is some silliness (case 2000-12-08 06:51:37 +00:00
gl_draw.c cl_ents.c: misc. tweaks to CL_ParsePacketEntities () 2000-12-12 02:46:46 +00:00
gl_dyn_fires.c Okay, the big whitespace reformat. There is some silliness (case 2000-12-08 06:51:37 +00:00
gl_dyn_part.c Okay, the big whitespace reformat. There is some silliness (case 2000-12-08 06:51:37 +00:00
gl_dyn_textures.c Okay, the big whitespace reformat. There is some silliness (case 2000-12-08 06:51:37 +00:00
gl_mesh.c Okay, the big whitespace reformat. There is some silliness (case 2000-12-08 06:51:37 +00:00
gl_model_alias.c Okay, the big whitespace reformat. There is some silliness (case 2000-12-08 06:51:37 +00:00
gl_model_brush.c Okay, the big whitespace reformat. There is some silliness (case 2000-12-08 06:51:37 +00:00
gl_model_fullbright.c Okay, the big whitespace reformat. There is some silliness (case 2000-12-08 06:51:37 +00:00
gl_model_sprite.c Okay, the big whitespace reformat. There is some silliness (case 2000-12-08 06:51:37 +00:00
gl_ngraph.c cl_ents.c: misc. tweaks to CL_ParsePacketEntities () 2000-12-12 02:46:46 +00:00
gl_refrag.c Okay, the big whitespace reformat. There is some silliness (case 2000-12-08 06:51:37 +00:00
gl_rlight.c Okay, the big whitespace reformat. There is some silliness (case 2000-12-08 06:51:37 +00:00
gl_rmain.c holy water has been sprinkled on the dancing corpses. they dance no more 2000-12-12 06:17:02 +00:00
gl_rmisc.c cl_ents.c: misc. tweaks to CL_ParsePacketEntities () 2000-12-12 02:46:46 +00:00
gl_rsurf.c Okay, the big whitespace reformat. There is some silliness (case 2000-12-08 06:51:37 +00:00
gl_screen.c Overhaul of parts of the polyblend system. Contrast in GL no longer uses 2000-12-13 09:01:11 +00:00
gl_sky.c split gl_sky.c into gl_sky.c and gl_sky_clip.c (should have done this in the 2000-11-15 17:20:54 +00:00
gl_sky_clip.c finally found the black water bug!!! forgot to set the color back to the 2000-12-09 05:37:25 +00:00
gl_trans.c Okay, the big whitespace reformat. There is some silliness (case 2000-12-08 06:51:37 +00:00
gl_view.c Overhaul of parts of the polyblend system. Contrast in GL no longer uses 2000-12-13 09:01:11 +00:00
gl_warp.c Okay, the big whitespace reformat. There is some silliness (case 2000-12-08 06:51:37 +00:00
in_null.c Okay, the big whitespace reformat. There is some silliness (case 2000-12-08 06:51:37 +00:00
in_sdl.c Okay, the big whitespace reformat. There is some silliness (case 2000-12-08 06:51:37 +00:00
in_svgalib.c Okay, the big whitespace reformat. There is some silliness (case 2000-12-08 06:51:37 +00:00
in_win.c Okay, the big whitespace reformat. There is some silliness (case 2000-12-08 06:51:37 +00:00
in_x11.c Okay, the big whitespace reformat. There is some silliness (case 2000-12-08 06:51:37 +00:00
info.c Okay, the big whitespace reformat. There is some silliness (case 2000-12-08 06:51:37 +00:00
joy_linux.c Okay, the big whitespace reformat. There is some silliness (case 2000-12-08 06:51:37 +00:00
joy_null.c Okay, the big whitespace reformat. There is some silliness (case 2000-12-08 06:51:37 +00:00
keys.c Okay, the big whitespace reformat. There is some silliness (case 2000-12-08 06:51:37 +00:00
link.c Okay, the big whitespace reformat. There is some silliness (case 2000-12-08 06:51:37 +00:00
locs.c Okay, the big whitespace reformat. There is some silliness (case 2000-12-08 06:51:37 +00:00
Makefile.am Add support for SDL CD audio, rename --enable-sdlsound to 2000-12-11 09:50:26 +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 Okay, the big whitespace reformat. There is some silliness (case 2000-12-08 06:51:37 +00:00
mdfour.c Okay, the big whitespace reformat. There is some silliness (case 2000-12-08 06:51:37 +00:00
menu.c Okay, the big whitespace reformat. There is some silliness (case 2000-12-08 06:51:37 +00:00
model.c Okay, the big whitespace reformat. There is some silliness (case 2000-12-08 06:51:37 +00:00
model_alias.c Okay, the big whitespace reformat. There is some silliness (case 2000-12-08 06:51:37 +00:00
model_brush.c Okay, the big whitespace reformat. There is some silliness (case 2000-12-08 06:51:37 +00:00
model_sprite.c Okay, the big whitespace reformat. There is some silliness (case 2000-12-08 06:51:37 +00:00
msg.c Okay, the big whitespace reformat. There is some silliness (case 2000-12-08 06:51:37 +00:00
net_chan.c Okay, the big whitespace reformat. There is some silliness (case 2000-12-08 06:51:37 +00:00
net_com.c Okay, the big whitespace reformat. There is some silliness (case 2000-12-08 06:51:37 +00:00
net_packetlog.c Packet logging support for debugging and educational purposes. 2000-12-11 15:35:01 +00:00
net_udp.c Packet logging support for debugging and educational purposes. 2000-12-11 15:30:52 +00:00
nonintel.c Okay, the big whitespace reformat. There is some silliness (case 2000-12-08 06:51:37 +00:00
pcx.c move WritePCXfile to pcx.c, move the screenshot filname creation code to 2000-12-11 03:30:32 +00:00
pmove.c Okay, the big whitespace reformat. There is some silliness (case 2000-12-08 06:51:37 +00:00
pmovetst.c Okay, the big whitespace reformat. There is some silliness (case 2000-12-08 06:51:37 +00:00
pr_cmds.c Okay, the big whitespace reformat. There is some silliness (case 2000-12-08 06:51:37 +00:00
pr_edict.c pr_edict.c: whitespace 2000-12-11 09:59:27 +00:00
pr_exec.c Okay, the big whitespace reformat. There is some silliness (case 2000-12-08 06:51:37 +00:00
pr_offs.c Okay, the big whitespace reformat. There is some silliness (case 2000-12-08 06:51:37 +00:00
qargs.c Okay, the big whitespace reformat. There is some silliness (case 2000-12-08 06:51:37 +00:00
qendian.c Okay, the big whitespace reformat. There is some silliness (case 2000-12-08 06:51:37 +00:00
qf-client-sdl.mak Added pcx.c 2000-12-11 15:29:49 +00:00
qf-client-sgl.mak Added pcx.c 2000-12-11 15:29:49 +00:00
qf-client-wgl.mak Added pcx.c 2000-12-11 15:29:49 +00:00
qf-client-win.mak Added pcx.c 2000-12-11 15:29:49 +00:00
qf-server.mak Made sure we can build with C++ Builder 5 too. Fixed TASM compile a bit. 2000-11-28 17:53:42 +00:00
qfgl_ext.c Include winquake.h must be BEFORE include gl/gl.h or compile WILL fail 2000-12-10 10:54:04 +00:00
quakefs.c remove -basedir again 2000-12-11 17:21:05 +00:00
quakeio.c WIN32 now uses %WINDIR% as the home dir (this basically means c:\windows\quakeforge.conf) 2000-12-11 19:14:51 +00:00
qw_client.dsp split gl_sky.c into gl_sky.c and gl_sky_clip.c (should have done this in the 2000-11-15 17:20:54 +00:00
qw_server.dsp split gl_sky.c into gl_sky.c and gl_sky_clip.c (should have done this in the 2000-11-15 17:20:54 +00:00
r_aclip.c Okay, the big whitespace reformat. There is some silliness (case 2000-12-08 06:51:37 +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 Okay, the big whitespace reformat. There is some silliness (case 2000-12-08 06:51:37 +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 Okay, the big whitespace reformat. There is some silliness (case 2000-12-08 06:51:37 +00:00
r_draw.c Okay, the big whitespace reformat. There is some silliness (case 2000-12-08 06:51:37 +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 Okay, the big whitespace reformat. There is some silliness (case 2000-12-08 06:51:37 +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 Okay, the big whitespace reformat. There is some silliness (case 2000-12-08 06:51:37 +00:00
r_light.c Okay, the big whitespace reformat. There is some silliness (case 2000-12-08 06:51:37 +00:00
r_main.c Okay, the big whitespace reformat. There is some silliness (case 2000-12-08 06:51:37 +00:00
r_misc.c fix r_netgraph 1 fix 2000-12-11 05:39:06 +00:00
r_part.c Okay, the big whitespace reformat. There is some silliness (case 2000-12-08 06:51:37 +00:00
r_sky.c Okay, the big whitespace reformat. There is some silliness (case 2000-12-08 06:51:37 +00:00
r_sprite.c Okay, the big whitespace reformat. There is some silliness (case 2000-12-08 06:51:37 +00:00
r_surf.c Okay, the big whitespace reformat. There is some silliness (case 2000-12-08 06:51:37 +00:00
r_vars.c Okay, the big whitespace reformat. There is some silliness (case 2000-12-08 06:51:37 +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 Overhaul of parts of the polyblend system. Contrast in GL no longer uses 2000-12-13 09:01:11 +00:00
sbar.c Okay, the big whitespace reformat. There is some silliness (case 2000-12-08 06:51:37 +00:00
screen.c cl_ents.c: misc. tweaks to CL_ParsePacketEntities () 2000-12-12 02:46:46 +00:00
sizebuf.c Okay, the big whitespace reformat. There is some silliness (case 2000-12-08 06:51:37 +00:00
skin.c Okay, the big whitespace reformat. There is some silliness (case 2000-12-08 06:51:37 +00:00
snd_alsa_0_5.c Okay, the big whitespace reformat. There is some silliness (case 2000-12-08 06:51:37 +00:00
snd_alsa_0_6.c now has problems with setting the parameters 2000-12-12 23:38:53 +00:00
snd_disk.c Okay, the big whitespace reformat. There is some silliness (case 2000-12-08 06:51:37 +00:00
snd_dma.c Okay, the big whitespace reformat. There is some silliness (case 2000-12-08 06:51:37 +00:00
snd_mem.c Okay, the big whitespace reformat. There is some silliness (case 2000-12-08 06:51:37 +00:00
snd_mix.c Okay, the big whitespace reformat. There is some silliness (case 2000-12-08 06:51:37 +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 Okay, the big whitespace reformat. There is some silliness (case 2000-12-08 06:51:37 +00:00
snd_oss.c remove "Error: " from no-mmap message 2000-12-11 09:46:58 +00:00
snd_sdl.c Okay, the big whitespace reformat. There is some silliness (case 2000-12-08 06:51:37 +00:00
snd_sgi.c context_x11.h -- didn't mean to commit my local changes 2000-12-08 07:46:40 +00:00
snd_sun.c Okay, the big whitespace reformat. There is some silliness (case 2000-12-08 06:51:37 +00:00
snd_win.c Okay, the big whitespace reformat. There is some silliness (case 2000-12-08 06:51:37 +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 Okay, the big whitespace reformat. There is some silliness (case 2000-12-08 06:51:37 +00:00
sv_cvar.c Okay, the big whitespace reformat. There is some silliness (case 2000-12-08 06:51:37 +00:00
sv_ents.c Okay, the big whitespace reformat. There is some silliness (case 2000-12-08 06:51:37 +00:00
sv_init.c Okay, the big whitespace reformat. There is some silliness (case 2000-12-08 06:51:37 +00:00
sv_main.c Packet logging support for debugging and educational purposes. 2000-12-11 15:30:52 +00:00
sv_misc.c Okay, the big whitespace reformat. There is some silliness (case 2000-12-08 06:51:37 +00:00
sv_model.c Okay, the big whitespace reformat. There is some silliness (case 2000-12-08 06:51:37 +00:00
sv_move.c Okay, the big whitespace reformat. There is some silliness (case 2000-12-08 06:51:37 +00:00
sv_nchan.c Okay, the big whitespace reformat. There is some silliness (case 2000-12-08 06:51:37 +00:00
sv_phys.c Okay, the big whitespace reformat. There is some silliness (case 2000-12-08 06:51:37 +00:00
sv_send.c Okay, the big whitespace reformat. There is some silliness (case 2000-12-08 06:51:37 +00:00
sv_sys_unix.c Packet logging support for debugging and educational purposes. 2000-12-11 15:30:52 +00:00
sv_sys_win.c Packet logging support for debugging and educational purposes. 2000-12-11 15:30:52 +00:00
sv_user.c Okay, the big whitespace reformat. There is some silliness (case 2000-12-08 06:51:37 +00:00
sw_model_alias.c Okay, the big whitespace reformat. There is some silliness (case 2000-12-08 06:51:37 +00:00
sw_model_brush.c Okay, the big whitespace reformat. There is some silliness (case 2000-12-08 06:51:37 +00:00
sw_model_sprite.c Okay, the big whitespace reformat. There is some silliness (case 2000-12-08 06:51:37 +00:00
sw_view.c Okay, the big whitespace reformat. There is some silliness (case 2000-12-08 06:51:37 +00:00
sys_null.c Okay, the big whitespace reformat. There is some silliness (case 2000-12-08 06:51:37 +00:00
sys_unix.c Okay, the big whitespace reformat. There is some silliness (case 2000-12-08 06:51:37 +00:00
sys_win.c Okay, the big whitespace reformat. There is some silliness (case 2000-12-08 06:51:37 +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 Okay, the big whitespace reformat. There is some silliness (case 2000-12-08 06:51:37 +00:00
tga.c include/tga.h source/tga.c: 2000-12-11 06:38:58 +00:00
va.c Okay, the big whitespace reformat. There is some silliness (case 2000-12-08 06:51:37 +00:00
ver_check.c context_x11.h -- didn't mean to commit my local changes 2000-12-08 07:46:40 +00:00
vid.c Okay, the big whitespace reformat. There is some silliness (case 2000-12-08 06:51:37 +00:00
vid_3dfxsvga.c [grumble] 2000-12-08 11:16:07 +00:00
vid_common_gl.c Include winquake.h must be BEFORE include gl/gl.h or compile WILL fail 2000-12-10 10:54:04 +00:00
vid_ggi.c Okay, the big whitespace reformat. There is some silliness (case 2000-12-08 06:51:37 +00:00
vid_glx.c Okay, the big whitespace reformat. There is some silliness (case 2000-12-08 06:51:37 +00:00
vid_mgl.c Okay, the big whitespace reformat. There is some silliness (case 2000-12-08 06:51:37 +00:00
vid_null.c Okay, the big whitespace reformat. There is some silliness (case 2000-12-08 06:51:37 +00:00
vid_sdl.c Okay, the big whitespace reformat. There is some silliness (case 2000-12-08 06:51:37 +00:00
vid_sgl.c Okay, the big whitespace reformat. There is some silliness (case 2000-12-08 06:51:37 +00:00
vid_svgalib.c Okay, the big whitespace reformat. There is some silliness (case 2000-12-08 06:51:37 +00:00
vid_wgl.c Okay, the big whitespace reformat. There is some silliness (case 2000-12-08 06:51:37 +00:00
vid_x11.c Okay, the big whitespace reformat. There is some silliness (case 2000-12-08 06:51:37 +00:00
wad.c Okay, the big whitespace reformat. There is some silliness (case 2000-12-08 06:51:37 +00:00
world.c Okay, the big whitespace reformat. There is some silliness (case 2000-12-08 06:51:37 +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 Okay, the big whitespace reformat. There is some silliness (case 2000-12-08 06:51:37 +00:00