ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/util/rad.c
Revision 2.85 - (view) (download) (annotate) - [select for diffs]
Mon Apr 21 07:31:30 2008 UTC (15 years, 11 months ago) by schorsch
Branch: MAIN
CVS Tags: rad3R9
Changes since 2.84: +5 -4 lines
Diff to previous 2.84 , to selected 2.65
Scons update for mingw.

Revision 2.84 - (view) (download) (annotate) - [select for diffs]
Tue Mar 11 12:42:07 2008 UTC (16 years ago) by greg
Branch: MAIN
Changes since 2.83: +19 -9 lines
Diff to previous 2.83 , to selected 2.65
Switched to using defined view types

Revision 2.83 - (view) (download) (annotate) - [select for diffs]
Tue Mar 11 02:21:47 2008 UTC (16 years ago) by greg
Branch: MAIN
Changes since 2.82: +3 -2 lines
Diff to previous 2.82 , to selected 2.65
Added planisphere view type (-vts option) as requested by Axel Jacobs

Revision 2.82 - (view) (download) (annotate) - [select for diffs]
Thu Dec 8 17:06:11 2005 UTC (18 years, 3 months ago) by greg
Branch: MAIN
CVS Tags: rad3R8
Changes since 2.81: +5 -7 lines
Diff to previous 2.81 , to selected 2.65
Added some additional (and probably unnecessary) fflush() calls

Revision 2.81 - (view) (download) (annotate) - [select for diffs]
Mon Sep 12 14:40:13 2005 UTC (18 years, 6 months ago) by schorsch
Branch: MAIN
Changes since 2.80: +5 -5 lines
Diff to previous 2.80 , to selected 2.65
Using RT_PID instead of int.

Revision 2.80 - (view) (download) (annotate) - [select for diffs]
Sat Oct 23 18:55:53 2004 UTC (19 years, 5 months ago) by schorsch
Branch: MAIN
CVS Tags: rad3R6P1, rad3R7P1, rad3R7P2
Changes since 2.79: +6 -1 lines
Diff to previous 2.79 , to selected 2.65
Compatibility fixes as suggested by Siegbert Debatin.

Revision 2.79 - (view) (download) (annotate) - [select for diffs]
Mon Oct 4 04:42:33 2004 UTC (19 years, 5 months ago) by greg
Branch: MAIN
CVS Tags: rad3R6
Changes since 2.78: +4 -2 lines
Diff to previous 2.78 , to selected 2.65
Added flush to stdout for parallel rendering command

Revision 2.78 - (view) (download) (annotate) - [select for diffs]
Fri Sep 17 21:43:50 2004 UTC (19 years, 6 months ago) by greg
Branch: MAIN
Changes since 2.77: +9 -4 lines
Diff to previous 2.77 , to selected 2.65
Added -n option to mkillum for multiprocessing on shared memory machine

Revision 2.77 - (view) (download) (annotate) - [select for diffs]
Thu Sep 9 20:08:21 2004 UTC (19 years, 6 months ago) by greg
Branch: MAIN
Changes since 2.76: +5 -2 lines
Diff to previous 2.76 , to selected 2.65
Made it so rad accepts 'scene' variable with commands only

Revision 2.76 - (view) (download) (annotate) - [select for diffs]
Fri Mar 26 21:36:19 2004 UTC (20 years ago) by schorsch
Branch: MAIN
Changes since 2.75: +179 -80 lines
Diff to previous 2.75 , to selected 2.65
Continued ANSIfication.

Revision 2.75 - (view) (download) (annotate) - [select for diffs]
Thu Jan 1 19:31:46 2004 UTC (20 years, 3 months ago) by greg
Branch: MAIN
Changes since 2.74: +6 -6 lines
Diff to previous 2.74 , to selected 2.65
Renamed rview, lam, calc, and neat to rvu, rlam, icalc, and neaten

Revision 2.74 - (view) (download) (annotate) - [select for diffs]
Mon Oct 27 10:32:06 2003 UTC (20 years, 5 months ago) by schorsch
Branch: MAIN
Changes since 2.73: +2 -2 lines
Diff to previous 2.73 , to selected 2.65
Added simplistic win_netproc.c and various other compatibility fixes.

Revision 2.73 - (view) (download) (annotate) - [select for diffs]
Sat Oct 18 04:46:24 2003 UTC (20 years, 5 months ago) by greg
Branch: MAIN
Changes since 2.72: +4 -4 lines
Diff to previous 2.72 , to selected 2.65
Minor comment changes

Revision 2.72 - (view) (download) (annotate) - [select for diffs]
Wed Sep 24 14:55:54 2003 UTC (20 years, 6 months ago) by greg
Branch: MAIN
Changes since 2.71: +21 -21 lines
Diff to previous 2.71 , to selected 2.65
Increased default ambient options in rpict, rtrace, rview, rad & mkillum

Revision 2.71 - (view) (download) (annotate) - [select for diffs]
Sun Jul 27 22:12:03 2003 UTC (20 years, 8 months ago) by schorsch
Branch: MAIN
Changes since 2.70: +16 -16 lines
Diff to previous 2.70 , to selected 2.65
Added grouping parens to reduce ambiguity warnings.

Revision 2.70 - (view) (download) (annotate) - [select for diffs]
Mon Jul 21 22:30:19 2003 UTC (20 years, 8 months ago) by schorsch
Branch: MAIN
Changes since 2.69: +6 -4 lines
Diff to previous 2.69 , to selected 2.65
Eliminated copystruct() macro, which is unnecessary in ANSI.
Reduced ambiguity warnings for nested if/if/else clauses.

Revision 2.69 - (view) (download) (annotate) - [select for diffs]
Mon Jul 14 20:02:30 2003 UTC (20 years, 8 months ago) by schorsch
Branch: MAIN
Changes since 2.68: +12 -12 lines
Diff to previous 2.68 , to selected 2.65
Moved some more platform dependencies to common header files.
Included a few necessary system headers.

Revision 2.68 - (view) (download) (annotate) - [select for diffs]
Thu Jul 3 22:41:45 2003 UTC (20 years, 9 months ago) by schorsch
Branch: MAIN
Changes since 2.67: +7 -1 lines
Diff to previous 2.67 , to selected 2.65
Reduced compile problems on Windows.

Revision 2.67 - (view) (download) (annotate) - [select for diffs]
Thu Jul 3 18:03:58 2003 UTC (20 years, 9 months ago) by greg
Branch: MAIN
Changes since 2.66: +68 -20 lines
Diff to previous 2.66 , to selected 2.65
Allowed rad to use rpict -PP option and corrected CAPDATE output

Revision 2.66 - (view) (download) (annotate) - [select for diffs]
Thu Jul 3 15:00:19 2003 UTC (20 years, 9 months ago) by greg
Branch: MAIN
Changes since 2.65: +98 -11 lines
Diff to previous 2.65
Added -N option to rad for parallel rendering (preliminary w/o using -PP)

Revision 2.65 - (view) (download) (annotate) - [selected]
Mon Jun 30 14:59:13 2003 UTC (20 years, 9 months ago) by schorsch
Branch: MAIN
Changes since 2.64: +13 -14 lines
Diff to previous 2.64
Replaced most outdated BSD function calls with their posix equivalents, and cleaned up a few other platform dependencies.

Revision 2.64 - (view) (download) (annotate) - [select for diffs]
Thu Jun 26 00:58:11 2003 UTC (20 years, 9 months ago) by schorsch
Branch: MAIN
Changes since 2.63: +5 -2 lines
Diff to previous 2.63 , to selected 2.65
Abstracted process and path handling for Windows.
Renamed FLOAT to RREAL because of conflict on Windows.
Added conditional compiles for some signal handlers.

Revision 2.63 - (view) (download) (annotate) - [select for diffs]
Thu Jun 5 19:29:35 2003 UTC (20 years, 9 months ago) by schorsch
Branch: MAIN
Changes since 2.62: +7 -7 lines
Diff to previous 2.62 , to selected 2.65
Macros for setting binary file mode. Replacing MSDOS by _WIN32.

Revision 2.62 - (view) (download) (annotate) - [select for diffs]
Fri Mar 21 18:48:46 2003 UTC (21 years ago) by greg
Branch: MAIN
CVS Tags: rad3R5
Changes since 2.61: +0 -1 lines
Diff to previous 2.61 , to selected 2.65
Final updates for official 3.5 release

Revision 2.61 - (view) (download) (annotate) - [select for diffs]
Sat Feb 22 02:07:30 2003 UTC (21 years, 1 month ago) by greg
Branch: MAIN
Changes since 2.60: +8 -7 lines
Diff to previous 2.60 , to selected 2.65
Changes and check-in for 3.5 release
Includes new source files and modifications not recorded for many years
See ray/doc/notes/ReleaseNotes for notes between 3.1 and 3.5 release

Revision 2.60 - (view) (download) (annotate) - [select for diffs]
Tue Feb 2 08:57:56 1999 UTC (25 years, 2 months ago) by gwlarson
Branch: MAIN
Changes since 2.59: +4 -7 lines
Diff to previous 2.59 , to selected 2.65
modified "scene" variable to allow in-line commands

Revision 2.59 - (view) (download) (annotate) - [select for diffs]
Tue Jan 19 17:46:13 1999 UTC (25 years, 2 months ago) by gwlarson
Branch: MAIN
Changes since 2.58: +6 -5 lines
Diff to previous 2.58 , to selected 2.65
fixed bug in printing of VIEW's with -vf option

Revision 2.58 - (view) (download) (annotate) - [select for diffs]
Mon Oct 19 16:21:41 1998 UTC (25 years, 5 months ago) by gwlarson
Branch: MAIN
Changes since 2.57: +11 -1 lines
Diff to previous 2.57 , to selected 2.65
added default value for EYESEP variable

Revision 2.57 - (view) (download) (annotate) - [select for diffs]
Wed Jun 10 17:51:06 1998 UTC (25 years, 9 months ago) by gwlarson
Branch: MAIN
Changes since 2.56: +28 -26 lines
Diff to previous 2.56 , to selected 2.65
added EYESEP variable for stereo viewing

Revision 2.56 - (view) (download) (annotate) - [select for diffs]
Wed Jun 3 16:37:51 1998 UTC (25 years, 10 months ago) by gwlarson
Branch: MAIN
Changes since 2.55: +40 -40 lines
Diff to previous 2.55 , to selected 2.65
made variable ordering alphabetical for easier parsing

Revision 2.55 - (view) (download) (annotate) - [select for diffs]
Fri Jan 23 17:17:32 1998 UTC (26 years, 2 months ago) by gregl
Branch: MAIN
Changes since 2.54: +25 -52 lines
Diff to previous 2.54 , to selected 2.65
made it so rad prints out standard views with -V option

Revision 2.54 - (view) (download) (annotate) - [select for diffs]
Fri Jan 23 15:15:59 1998 UTC (26 years, 2 months ago) by gregl
Branch: MAIN
Changes since 2.53: +6 -6 lines
Diff to previous 2.53 , to selected 2.65
removed -aw setting from renderers (too many artifacts)

Revision 2.53 - (view) (download) (annotate) - [select for diffs]
Thu Mar 20 12:50:07 1997 UTC (27 years ago) by greg
Branch: MAIN
Changes since 2.52: +28 -17 lines
Diff to previous 2.52 , to selected 2.65
added function pointer for matching variables to setvariable

Revision 2.52 - (view) (download) (annotate) - [select for diffs]
Wed Feb 14 16:34:05 1996 UTC (28 years, 1 month ago) by greg
Branch: MAIN
Changes since 2.51: +6 -6 lines
Diff to previous 2.51 , to selected 2.65
added -aw ambient value weight option to renderers

Revision 2.51 - (view) (download) (annotate) - [select for diffs]
Wed Jan 17 10:22:06 1996 UTC (28 years, 2 months ago) by greg
Branch: MAIN
Changes since 2.50: +3 -3 lines
Diff to previous 2.50 , to selected 2.65
changed parameter to nvalue()

Revision 2.50 - (view) (download) (annotate) - [select for diffs]
Fri Jan 5 14:43:03 1996 UTC (28 years, 2 months ago) by greg
Branch: MAIN
Changes since 2.49: +2 -2 lines
Diff to previous 2.49 , to selected 2.65
added vflt() macro

Revision 2.49 - (view) (download) (annotate) - [select for diffs]
Tue Dec 12 15:13:32 1995 UTC (28 years, 3 months ago) by greg
Branch: MAIN
Changes since 2.48: +2 -1 lines
Diff to previous 2.48 , to selected 2.65
change xferopts() to put @file on line by itself

Revision 2.48 - (view) (download) (annotate) - [select for diffs]
Tue Dec 12 13:30:14 1995 UTC (28 years, 3 months ago) by greg
Branch: MAIN
Changes since 2.47: +5 -312 lines
Diff to previous 2.47 , to selected 2.65
moved variable loading and checking to loadvars.c

Revision 2.47 - (view) (download) (annotate) - [select for diffs]
Fri Dec 8 19:55:50 1995 UTC (28 years, 3 months ago) by greg
Branch: MAIN
Changes since 2.46: +18 -4 lines
Diff to previous 2.46 , to selected 2.65
added setting of new -ms option for medium sampling

Revision 2.46 - (view) (download) (annotate) - [select for diffs]
Tue Nov 7 18:22:24 1995 UTC (28 years, 4 months ago) by greg
Branch: MAIN
Changes since 2.45: +4 -3 lines
Diff to previous 2.45 , to selected 2.65
forgot to remove illumtmp file upon oconv failure
increased command line length for oconv and getbbox in the case of many files

Revision 2.45 - (view) (download) (annotate) - [select for diffs]
Mon Aug 28 10:12:40 1995 UTC (28 years, 7 months ago) by greg
Branch: MAIN
Changes since 2.44: +35 -29 lines
Diff to previous 2.44 , to selected 2.65
Changed RAWSAVE to RAWFILE (and changed meaning)
added ZFILE variable to rad

Revision 2.44 - (view) (download) (annotate) - [select for diffs]
Fri Aug 18 10:39:56 1995 UTC (28 years, 7 months ago) by greg
Branch: MAIN
Changes since 2.43: +4 -1 lines
Diff to previous 2.43 , to selected 2.65
added cylindrical view type

Revision 2.43 - (view) (download) (annotate) - [select for diffs]
Thu Jul 6 12:15:40 1995 UTC (28 years, 8 months ago) by greg
Branch: MAIN
Changes since 2.42: +28 -3 lines
Diff to previous 2.42 , to selected 2.65
added RAWSAVE variable to rad to save original rpict output

Revision 2.42 - (view) (download) (annotate) - [select for diffs]
Fri Dec 23 09:20:06 1994 UTC (29 years, 3 months ago) by greg
Branch: MAIN
Changes since 2.41: +1 -1 lines
Diff to previous 2.41 , to selected 2.65
reduced -dj maximum to .65 (was .7)

Revision 2.41 - (view) (download) (annotate) - [select for diffs]
Mon Oct 24 13:49:16 1994 UTC (29 years, 5 months ago) by greg
Branch: MAIN
Changes since 2.40: +107 -60 lines
Diff to previous 2.40 , to selected 2.65
added -t (touch) option

Revision 2.40 - (view) (download) (annotate) - [select for diffs]
Thu Apr 21 12:22:44 1994 UTC (29 years, 11 months ago) by greg
Branch: MAIN
Changes since 2.39: +8 -0 lines
Diff to previous 2.39 , to selected 2.65
added a bit of paranoia to oconv() for incorrect system clocks

Revision 2.39 - (view) (download) (annotate) - [select for diffs]
Thu Mar 24 12:28:22 1994 UTC (30 years ago) by greg
Branch: MAIN
Changes since 2.38: +8 -0 lines
Diff to previous 2.38 , to selected 2.65
improved checking of ZONE arguments

Revision 2.38 - (view) (download) (annotate) - [select for diffs]
Sat Jan 1 12:12:32 1994 UTC (30 years, 3 months ago) by greg
Branch: MAIN
Changes since 2.37: +42 -32 lines
Diff to previous 2.37 , to selected 2.65
separated picture options so OPTFILE may be used by rtrace

Revision 2.37 - (view) (download) (annotate) - [select for diffs]
Sat Jan 1 09:16:50 1994 UTC (30 years, 3 months ago) by greg
Branch: MAIN
Changes since 2.36: +9 -3 lines
Diff to previous 2.36 , to selected 2.65
added -w option to avoid warnings on variable assignments

Revision 2.36 - (view) (download) (annotate) - [select for diffs]
Thu Dec 30 08:20:45 1993 UTC (30 years, 3 months ago) by greg
Branch: MAIN
Changes since 2.35: +25 -4 lines
Diff to previous 2.35 , to selected 2.65
improved intelligence of putvals() to prevent line overflow

Revision 2.35 - (view) (download) (annotate) - [select for diffs]
Tue Nov 23 09:26:38 1993 UTC (30 years, 4 months ago) by greg
Branch: MAIN
Changes since 2.34: +15 -14 lines
Diff to previous 2.34 , to selected 2.65
compatibility fixes

Revision 2.34 - (view) (download) (annotate) - [select for diffs]
Thu Nov 18 13:28:30 1993 UTC (30 years, 4 months ago) by greg
Branch: MAIN
Changes since 2.33: +3 -3 lines
Diff to previous 2.33 , to selected 2.65
fixed PC bug in time() call

Revision 2.33 - (view) (download) (annotate) - [select for diffs]
Thu Nov 18 10:00:21 1993 UTC (30 years, 4 months ago) by greg
Branch: MAIN
Changes since 2.32: +0 -1 lines
Diff to previous 2.32 , to selected 2.65
fixed minor compiler warning

Revision 2.32 - (view) (download) (annotate) - [select for diffs]
Tue Nov 16 11:44:08 1993 UTC (30 years, 4 months ago) by greg
Branch: MAIN
Changes since 2.31: +1 -1 lines
Diff to previous 2.31 , to selected 2.65
fixed very serious and stupid bug that set QUA=Hi to QUA=Lo

Revision 2.31 - (view) (download) (annotate) - [select for diffs]
Thu Nov 11 13:17:01 1993 UTC (30 years, 4 months ago) by greg
Branch: MAIN
Changes since 2.30: +11 -1 lines
Diff to previous 2.30 , to selected 2.65
fixed bug introduced in last change

Revision 2.30 - (view) (download) (annotate) - [select for diffs]
Thu Nov 11 10:20:06 1993 UTC (30 years, 4 months ago) by greg
Branch: MAIN
Changes since 2.29: +107 -34 lines
Diff to previous 2.29 , to selected 2.65
improved checking of legal variable values

Revision 2.29 - (view) (download) (annotate) - [select for diffs]
Sat Oct 30 10:47:05 1993 UTC (30 years, 5 months ago) by greg
Branch: MAIN
Changes since 2.28: +3 -1 lines
Diff to previous 2.28 , to selected 2.65
added -pe option to rview

Revision 2.28 - (view) (download) (annotate) - [select for diffs]
Thu Oct 28 11:48:29 1993 UTC (30 years, 5 months ago) by greg
Branch: MAIN
Changes since 2.27: +1 -1 lines
Diff to previous 2.27 , to selected 2.65
increased direct jitter for medium quality penumbras

Revision 2.27 - (view) (download) (annotate) - [select for diffs]
Sat Sep 25 13:21:35 1993 UTC (30 years, 6 months ago) by greg
Branch: MAIN
Changes since 2.26: +7 -3 lines
Diff to previous 2.26 , to selected 2.65
fixed bug in newfname() when directory contains '.'

Revision 2.26 - (view) (download) (annotate) - [select for diffs]
Fri Sep 24 16:49:02 1993 UTC (30 years, 6 months ago) by greg
Branch: MAIN
Changes since 2.25: +213 -90 lines
Diff to previous 2.25 , to selected 2.65
changed fdate() return to unsigned long
added illum and mkillum variables for calling mkillum program
changed getoctcube() to call getbbox program with -n and no previous octree

Revision 2.25 - (view) (download) (annotate) - [select for diffs]
Wed Sep 15 15:11:47 1993 UTC (30 years, 6 months ago) by greg
Branch: MAIN
Changes since 2.24: +20 -9 lines
Diff to previous 2.24 , to selected 2.65
changed setvariable() to squeeze spaces together

Revision 2.24 - (view) (download) (annotate) - [select for diffs]
Thu Sep 9 13:07:13 1993 UTC (30 years, 6 months ago) by greg
Branch: MAIN
Changes since 2.23: +13 -3 lines
Diff to previous 2.23 , to selected 2.65
fixed view echoing for MS-DOS

Revision 2.23 - (view) (download) (annotate) - [select for diffs]
Tue Sep 7 11:57:04 1993 UTC (30 years, 6 months ago) by greg
Branch: MAIN
Changes since 2.22: +9 -9 lines
Diff to previous 2.22 , to selected 2.65
boosted values for -dp by a factor of 4 overall

Revision 2.22 - (view) (download) (annotate) - [select for diffs]
Wed Aug 25 13:48:37 1993 UTC (30 years, 7 months ago) by greg
Branch: MAIN
Changes since 2.21: +5 -3 lines
Diff to previous 2.21 , to selected 2.65
added -R option to rview

Revision 2.21 - (view) (download) (annotate) - [select for diffs]
Tue Aug 24 22:14:21 1993 UTC (30 years, 7 months ago) by greg
Branch: MAIN
Changes since 2.20: +14 -10 lines
Diff to previous 2.20 , to selected 2.65
changed -V so it doesn't take view option or cancel other options

Revision 2.20 - (view) (download) (annotate) - [select for diffs]
Tue Aug 24 21:44:55 1993 UTC (30 years, 7 months ago) by greg
Branch: MAIN
Changes since 2.19: +58 -4 lines
Diff to previous 2.19 , to selected 2.65
added -V option for spitting out view -- not foolproof with -vf

Revision 2.19 - (view) (download) (annotate) - [select for diffs]
Tue Aug 24 20:29:22 1993 UTC (30 years, 7 months ago) by greg
Branch: MAIN
Changes since 2.18: +9 -6 lines
Diff to previous 2.18 , to selected 2.65
added numeric view specification

Revision 2.18 - (view) (download) (annotate) - [select for diffs]
Fri Aug 13 09:19:30 1993 UTC (30 years, 7 months ago) by greg
Branch: MAIN
Changes since 2.17: +4 -3 lines
Diff to previous 2.17 , to selected 2.65
bug fix in standard view specification with rpict

Revision 2.17 - (view) (download) (annotate) - [select for diffs]
Mon Aug 9 17:50:09 1993 UTC (30 years, 7 months ago) by greg
Branch: MAIN
Changes since 2.16: +3 -3 lines
Diff to previous 2.16 , to selected 2.65
changed values for -st rendering option

Revision 2.16 - (view) (download) (annotate) - [select for diffs]
Thu Jul 22 12:39:51 1993 UTC (30 years, 8 months ago) by greg
Branch: MAIN
Changes since 2.15: +9 -9 lines
Diff to previous 2.15 , to selected 2.65
bumped up hemisphere sampling values

Revision 2.15 - (view) (download) (annotate) - [select for diffs]
Fri Jul 16 12:41:21 1993 UTC (30 years, 8 months ago) by greg
Branch: MAIN
Changes since 2.14: +1 -1 lines
Diff to previous 2.14 , to selected 2.65
change file expansion character from '^' to '@'

Revision 2.14 - (view) (download) (annotate) - [select for diffs]
Thu Jul 15 18:32:57 1993 UTC (30 years, 8 months ago) by greg
Branch: MAIN
Changes since 2.13: +1 -1 lines
Diff to previous 2.13 , to selected 2.65
increased value for -m in pfiltopts()

Revision 2.13 - (view) (download) (annotate) - [select for diffs]
Fri Jul 2 14:50:49 1993 UTC (30 years, 9 months ago) by greg
Branch: MAIN
Changes since 2.12: +4 -1 lines
Diff to previous 2.12 , to selected 2.65
fixed rpict routine so it would remake pictures after material change

Revision 2.12 - (view) (download) (annotate) - [select for diffs]
Fri Jun 25 17:35:49 1993 UTC (30 years, 9 months ago) by greg
Branch: MAIN
Changes since 2.11: +8 -2 lines
Diff to previous 2.11 , to selected 2.65
modified parameters for new pfilt

Revision 2.11 - (view) (download) (annotate) - [select for diffs]
Mon Jun 14 10:49:08 1993 UTC (30 years, 9 months ago) by greg
Branch: MAIN
Changes since 2.10: +12 -7 lines
Diff to previous 2.10 , to selected 2.65
needed to remove ambient file on update of materials as well

Revision 2.10 - (view) (download) (annotate) - [select for diffs]
Thu May 27 17:41:46 1993 UTC (30 years, 10 months ago) by greg
Branch: MAIN
Changes since 2.9: +9 -5 lines
Diff to previous 2.9 , to selected 2.65
improved format of options file

Revision 2.9 - (view) (download) (annotate) - [select for diffs]
Wed May 26 11:37:42 1993 UTC (30 years, 10 months ago) by greg
Branch: MAIN
Changes since 2.8: +1 -1 lines
Diff to previous 2.8 , to selected 2.65
bug fix since last change (2.8) in specview()

Revision 2.8 - (view) (download) (annotate) - [select for diffs]
Tue May 18 13:07:56 1993 UTC (30 years, 10 months ago) by greg
Branch: MAIN
Changes since 2.7: +35 -18 lines
Diff to previous 2.7 , to selected 2.65
added VIEW environment variable for dumb ol' MS-DOS

Revision 2.7 - (view) (download) (annotate) - [select for diffs]
Tue Apr 6 17:21:04 1993 UTC (30 years, 11 months ago) by greg
Branch: MAIN
Changes since 2.6: +16 -7 lines
Diff to previous 2.6 , to selected 2.65
remove outdated ambient file before rview run as well as rpict

Revision 2.6 - (view) (download) (annotate) - [select for diffs]
Tue Mar 30 13:16:26 1993 UTC (31 years ago) by greg
Branch: MAIN
Changes since 2.5: +13 -4 lines
Diff to previous 2.5 , to selected 2.65
fixed potential problem in failed overture calculation (recovery!)

Revision 2.5 - (view) (download) (annotate) - [select for diffs]
Sat Mar 13 09:33:17 1993 UTC (31 years ago) by greg
Branch: MAIN
Changes since 2.4: +4 -2 lines
Diff to previous 2.4 , to selected 2.65
minor change in setting of -ab

Revision 2.4 - (view) (download) (annotate) - [select for diffs]
Fri Mar 12 13:37:03 1993 UTC (31 years ago) by greg
Branch: MAIN
Changes since 2.3: +86 -123 lines
Diff to previous 2.3 , to selected 2.65
numerous minor bug fixes and enhancements

Revision 2.3 - (view) (download) (annotate) - [select for diffs]
Thu Mar 11 17:23:33 1993 UTC (31 years ago) by greg
Branch: MAIN
Changes since 2.2: +116 -109 lines
Diff to previous 2.2 , to selected 2.65
various bug fixes and improvements

Revision 2.2 - (view) (download) (annotate) - [select for diffs]
Thu Mar 11 11:39:48 1993 UTC (31 years ago) by greg
Branch: MAIN
Changes since 2.1: +290 -59 lines
Diff to previous 2.1 , to selected 2.65
added routines to set rendering options

Revision 2.1 - (view) (download) (annotate) - [select for diffs]
Thu Mar 11 09:11:00 1993 UTC (31 years ago) by greg
Branch: MAIN
Diff to selected 2.65
Initial revision

Convenience Links

Links to HEAD: (view) (download) (annotate) Links to rad3R9: (view) (download) (annotate)

Compare Revisions

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a