ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/hd/rholo4.c
Revision 3.36 - (view) (download) (annotate) - [select for diffs]
Thu Jan 1 11:21:55 2004 UTC (20 years, 3 months ago) by schorsch
Branch: MAIN
CVS Tags: rad3R6, rad3R6P1, rad3R7P1, rad3R7P2, rad3R8, rad3R9, rad4R0, rad4R1, rad4R2, rad4R2P1, rad4R2P2, rad5R0
Changes since 3.35: +27 -15 lines
Diff to previous 3.35 , to selected 3.13
Ansification and prototypes.

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

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

Revision 3.33 - (view) (download) (annotate) - [select for diffs]
Tue Jul 1 21:21:40 2003 UTC (20 years, 9 months ago) by greg
Branch: MAIN
Changes since 3.32: +3 -4 lines
Diff to previous 3.32 , to selected 3.13
Compile fixes for gcc 3.3

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

Revision 3.31 - (view) (download) (annotate) - [select for diffs]
Fri Jun 27 06:53:22 2003 UTC (20 years, 9 months ago) by greg
Branch: MAIN
Changes since 3.30: +3 -3 lines
Diff to previous 3.30 , to selected 3.13
Broke standard.h into rtio.h, rterror.h, rtmath.h, and rtmisc.h

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

Revision 3.29 - (view) (download) (annotate) - [select for diffs]
Tue May 13 17:58:33 2003 UTC (20 years, 10 months ago) by greg
Branch: MAIN
Changes since 3.28: +1 -1 lines
Diff to previous 3.28 , to selected 3.13
Changed (char *) casts for memory copies to (void *) and other fixes

Revision 3.28 - (view) (download) (annotate) - [select for diffs]
Sat Feb 22 02:07:25 2003 UTC (21 years, 1 month ago) by greg
Branch: MAIN
CVS Tags: rad3R5
Changes since 3.27: +1 -4 lines
Diff to previous 3.27 , to selected 3.13
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 3.27 - (view) (download) (annotate) - [select for diffs]
Thu Aug 5 13:51:21 1999 UTC (24 years, 7 months ago) by gwlarson
Branch: MAIN
Changes since 3.26: +1 -1 lines
Diff to previous 3.26 , to selected 3.13
added -r option for read-only holodeck with computation

Revision 3.26 - (view) (download) (annotate) - [select for diffs]
Fri Feb 12 11:32:22 1999 UTC (25 years, 1 month ago) by gwlarson
Branch: MAIN
Changes since 3.25: +34 -24 lines
Diff to previous 3.25 , to selected 3.13
added "-o slave" option for slave server operation

Revision 3.25 - (view) (download) (annotate) - [select for diffs]
Mon Jan 4 17:48:30 1999 UTC (25 years, 2 months ago) by gwlarson
Branch: MAIN
Changes since 3.24: +2 -2 lines
Diff to previous 3.24 , to selected 3.13
fixed too-small buffer size for geometry arguments in start_rtrace()

Revision 3.24 - (view) (download) (annotate) - [select for diffs]
Sun Dec 20 20:39:31 1998 UTC (25 years, 3 months ago) by gwlarson
Branch: MAIN
Changes since 3.23: +13 -7 lines
Diff to previous 3.23 , to selected 3.13
added new "portals" variable for multiple section geometry

Revision 3.23 - (view) (download) (annotate) - [select for diffs]
Fri Dec 18 11:56:11 1998 UTC (25 years, 3 months ago) by gwlarson
Branch: MAIN
Changes since 3.22: +17 -11 lines
Diff to previous 3.22 , to selected 3.13
created new ogl driver with direct geometry rendering

Revision 3.22 - (view) (download) (annotate) - [select for diffs]
Tue Nov 24 17:05:36 1998 UTC (25 years, 4 months ago) by gwlarson
Branch: MAIN
Changes since 3.21: +5 -0 lines
Diff to previous 3.21 , to selected 3.13
added eyepoint vicinity restriction for interactive samples

Revision 3.21 - (view) (download) (annotate) - [select for diffs]
Thu Oct 22 08:47:40 1998 UTC (25 years, 5 months ago) by gwlarson
Branch: MAIN
Changes since 3.20: +4 -0 lines
Diff to previous 3.20 , to selected 3.13
added FNONBLK define for Solaris systems

Revision 3.20 - (view) (download) (annotate) - [select for diffs]
Tue Oct 6 18:09:49 1998 UTC (25 years, 5 months ago) by gwlarson
Branch: MAIN
Changes since 3.19: +7 -1 lines
Diff to previous 3.19 , to selected 3.13
added paranoid checks for negative message sizes

Revision 3.19 - (view) (download) (annotate) - [select for diffs]
Wed Aug 12 17:55:11 1998 UTC (25 years, 7 months ago) by gwlarson
Branch: MAIN
Changes since 3.18: +14 -5 lines
Diff to previous 3.18 , to selected 3.13
added more careful calls to disp_check()

Revision 3.18 - (view) (download) (annotate) - [select for diffs]
Fri May 22 08:30:41 1998 UTC (25 years, 10 months ago) by gwlarson
Branch: MAIN
Changes since 3.17: +6 -0 lines
Diff to previous 3.17 , to selected 3.13
added EYESEP variable for world eye separation distance

Revision 3.17 - (view) (download) (annotate) - [select for diffs]
Sun Jan 4 18:37:11 1998 UTC (26 years, 2 months ago) by gregl
Branch: MAIN
Changes since 3.16: +3 -0 lines
Diff to previous 3.16 , to selected 3.13
added motion outside section when OBSTRUCTIONS=True

Revision 3.16 - (view) (download) (annotate) - [select for diffs]
Mon Dec 22 17:42:03 1997 UTC (26 years, 3 months ago) by gregl
Branch: MAIN
Changes since 3.15: +1 -1 lines
Diff to previous 3.15 , to selected 3.13
change driver suffix

Revision 3.15 - (view) (download) (annotate) - [select for diffs]
Tue Dec 16 12:26:04 1997 UTC (26 years, 3 months ago) by gregl
Branch: MAIN
Changes since 3.14: +1 -1 lines
Diff to previous 3.14 , to selected 3.13
took out unnecessary call to disp_check(1)

Revision 3.14 - (view) (download) (annotate) - [select for diffs]
Fri Dec 12 18:12:40 1997 UTC (26 years, 3 months ago) by gregl
Branch: MAIN
Changes since 3.13: +6 -10 lines
Diff to previous 3.13
now we don't quit display process when our calculation ends

Revision 3.13 - (view) (download) (annotate) - [selected]
Fri Dec 12 11:13:17 1997 UTC (26 years, 3 months ago) by gregl
Branch: MAIN
Changes since 3.12: +32 -0 lines
Diff to previous 3.12
implemented kill, clobber and restart commands

Revision 3.12 - (view) (download) (annotate) - [select for diffs]
Thu Dec 11 17:40:04 1997 UTC (26 years, 3 months ago) by gregl
Branch: MAIN
Changes since 3.11: +8 -8 lines
Diff to previous 3.11 , to selected 3.13
added comments

Revision 3.11 - (view) (download) (annotate) - [select for diffs]
Mon Dec 8 18:51:15 1997 UTC (26 years, 3 months ago) by gregl
Branch: MAIN
Changes since 3.10: +19 -5 lines
Diff to previous 3.10 , to selected 3.13
added command reading from server's stdin

Revision 3.10 - (view) (download) (annotate) - [select for diffs]
Mon Dec 1 16:35:35 1997 UTC (26 years, 4 months ago) by gregl
Branch: MAIN
Changes since 3.9: +3 -1 lines
Diff to previous 3.9 , to selected 3.13
improved error recovery when display process dies

Revision 3.9 - (view) (download) (annotate) - [select for diffs]
Wed Nov 26 21:34:28 1997 UTC (26 years, 4 months ago) by gregl
Branch: MAIN
Changes since 3.8: +8 -0 lines
Diff to previous 3.8 , to selected 3.13
eliminated queue flushing in sortbeamlist()
added DS_ADJSET request for adjusting set quantities

Revision 3.8 - (view) (download) (annotate) - [select for diffs]
Wed Nov 26 20:14:43 1997 UTC (26 years, 4 months ago) by gregl
Branch: MAIN
Changes since 3.7: +1 -1 lines
Diff to previous 3.7 , to selected 3.13
added check for delete after processing add in disp_check()

Revision 3.7 - (view) (download) (annotate) - [select for diffs]
Thu Nov 20 18:07:00 1997 UTC (26 years, 4 months ago) by gregl
Branch: MAIN
Changes since 3.6: +2 -0 lines
Diff to previous 3.6 , to selected 3.13
added noop function to recover from vain DR_ATTEN

Revision 3.6 - (view) (download) (annotate) - [select for diffs]
Thu Nov 20 11:40:11 1997 UTC (26 years, 4 months ago) by gregl
Branch: MAIN
Changes since 3.5: +6 -6 lines
Diff to previous 3.5 , to selected 3.13
removed pipesiz variable

Revision 3.5 - (view) (download) (annotate) - [select for diffs]
Mon Nov 10 18:07:15 1997 UTC (26 years, 4 months ago) by gregl
Branch: MAIN
Changes since 3.4: +23 -28 lines
Diff to previous 3.4 , to selected 3.13
changed from unbuffered to buffered output to display process
added name to display program arguments

Revision 3.4 - (view) (download) (annotate) - [select for diffs]
Thu Nov 6 16:12:41 1997 UTC (26 years, 4 months ago) by gregl
Branch: MAIN
Changes since 3.3: +4 -8 lines
Diff to previous 3.3 , to selected 3.13
changed disp_packet to take PACKHEAD* r.t. PACKET*

Revision 3.3 - (view) (download) (annotate) - [select for diffs]
Tue Nov 4 09:58:24 1997 UTC (26 years, 4 months ago) by gregl
Branch: MAIN
Changes since 3.2: +13 -10 lines
Diff to previous 3.2 , to selected 3.13
minor bug fixes

Revision 3.2 - (view) (download) (annotate) - [select for diffs]
Mon Nov 3 18:33:14 1997 UTC (26 years, 5 months ago) by gregl
Branch: MAIN
Changes since 3.1: +154 -5 lines
Diff to previous 3.1 , to selected 3.13
added more routines for display support

Revision 3.1 - (view) (download) (annotate) - [select for diffs]
Fri Oct 31 10:23:29 1997 UTC (26 years, 5 months ago) by gregl
Branch: MAIN
Diff to selected 3.13
Initial revision

Convenience Links

Links to HEAD: (view) (download) (annotate) Links to rad3R6P1: (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