ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/gen/mkillum.c
Revision 2.25 - (view) (download) (annotate) - [select for diffs]
Thu May 26 14:46:21 2005 UTC (18 years, 10 months ago) by greg
Branch: MAIN
CVS Tags: rad3R7P1, rad3R7P2
Changes since 2.24: +9 -2 lines
Diff to previous 2.24
Additional signal handling

Revision 2.24 - (view) (download) (annotate) - [select for diffs]
Wed May 25 04:44:25 2005 UTC (18 years, 10 months ago) by greg
Branch: MAIN
Changes since 2.23: +3 -4 lines
Diff to previous 2.23
Created rtcontrib program for computing ray contributions and coefficients

Revision 2.23 - (view) (download) (annotate) - [select for diffs]
Thu Oct 28 00:50:47 2004 UTC (19 years, 5 months ago) by greg
Branch: MAIN
CVS Tags: rad3R6P1
Changes since 2.22: +23 -12 lines
Diff to previous 2.22
Reversed order of rtrace close processes, apparently to no effect

Revision 2.22 - (view) (download) (annotate) - [select for diffs]
Sat Oct 23 18:55:52 2004 UTC (19 years, 5 months ago) by schorsch
Branch: MAIN
Changes since 2.21: +2 -1 lines
Diff to previous 2.21
Compatibility fixes as suggested by Siegbert Debatin.

Revision 2.21 - (view) (download) (annotate) - [select for diffs]
Sun Sep 19 08:42:22 2004 UTC (19 years, 6 months ago) by greg
Branch: MAIN
CVS Tags: rad3R6
Changes since 2.20: +2 -2 lines
Diff to previous 2.20
Fixed deadlock upon termination of mkillum with -n option

Revision 2.20 - (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.19: +83 -37 lines
Diff to previous 2.19
Added -n option to mkillum for multiprocessing on shared memory machine

Revision 2.19 - (view) (download) (annotate) - [select for diffs]
Sun Nov 16 10:29:38 2003 UTC (20 years, 4 months ago) by schorsch
Branch: MAIN
Changes since 2.18: +42 -23 lines
Diff to previous 2.18
Continued ANSIfication and reduced other compile warnings.

Revision 2.18 - (view) (download) (annotate) - [select for diffs]
Wed Oct 22 02:06:34 2003 UTC (20 years, 5 months ago) by greg
Branch: MAIN
Changes since 2.17: +2 -2 lines
Diff to previous 2.17
Fewer complaints if "platform.h" precedes "standard.h"

Revision 2.17 - (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.16: +2 -2 lines
Diff to previous 2.16
Increased default ambient options in rpict, rtrace, rview, rad & mkillum

Revision 2.16 - (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 2.15: +3 -2 lines
Diff to previous 2.15
Eliminated copystruct() macro, which is unnecessary in ANSI.
Reduced ambiguity warnings for nested if/if/else clauses.

Revision 2.15 - (view) (download) (annotate) - [select for diffs]
Fri Jun 27 22:27:45 2003 UTC (20 years, 9 months ago) by greg
Branch: MAIN
Changes since 2.14: +2 -4 lines
Diff to previous 2.14
Fixed a couple of bugs from last changes where atof() declaration was lost

Revision 2.14 - (view) (download) (annotate) - [select for diffs]
Thu Jun 26 00:58:09 2003 UTC (20 years, 9 months ago) by schorsch
Branch: MAIN
Changes since 2.13: +5 -4 lines
Diff to previous 2.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 2.13 - (view) (download) (annotate) - [select for diffs]
Sun Jun 8 12:03:10 2003 UTC (20 years, 9 months ago) by schorsch
Branch: MAIN
Changes since 2.12: +7 -4 lines
Diff to previous 2.12
Reduced compile warnings/errors on Windows.

Revision 2.12 - (view) (download) (annotate) - [select for diffs]
Tue Mar 11 19:29:05 2003 UTC (21 years ago) by greg
Branch: MAIN
CVS Tags: rad3R5
Changes since 2.11: +3 -3 lines
Diff to previous 2.11
Changed alias handling to allow tracking, fixed freeobjects() and do_irrad bugs

Revision 2.11 - (view) (download) (annotate) - [select for diffs]
Sat Feb 22 02:07:24 2003 UTC (21 years, 1 month ago) by greg
Branch: MAIN
Changes since 2.10: +9 -12 lines
Diff to previous 2.10
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.10 - (view) (download) (annotate) - [select for diffs]
Mon Oct 20 16:37:14 1997 UTC (26 years, 5 months ago) by gregl
Branch: MAIN
Changes since 2.9: +2 -1 lines
Diff to previous 2.9
added -ld- to rtrace options list

Revision 2.9 - (view) (download) (annotate) - [select for diffs]
Tue Nov 14 16:03:46 1995 UTC (28 years, 4 months ago) by greg
Branch: MAIN
Changes since 2.8: +2 -1 lines
Diff to previous 2.8
fixed bug in skipping s=%d option faults where integer is missing

Revision 2.8 - (view) (download) (annotate) - [select for diffs]
Tue Oct 17 20:34:55 1995 UTC (28 years, 5 months ago) by greg
Branch: MAIN
Changes since 2.7: +4 -4 lines
Diff to previous 2.7
fixed bug in f= and other space-terminated null specifications

Revision 2.7 - (view) (download) (annotate) - [select for diffs]
Fri Jan 7 14:51:28 1994 UTC (30 years, 2 months ago) by greg
Branch: MAIN
Changes since 2.6: +1 -1 lines
Diff to previous 2.6
increased size of urand() table

Revision 2.6 - (view) (download) (annotate) - [select for diffs]
Tue Sep 21 17:09:59 1993 UTC (30 years, 6 months ago) by greg
Branch: MAIN
Changes since 2.5: +18 -2 lines
Diff to previous 2.5
fixed detection of -w+, etc.

Revision 2.5 - (view) (download) (annotate) - [select for diffs]
Thu Nov 19 20:27:48 1992 UTC (31 years, 4 months ago) by greg
Branch: MAIN
Changes since 2.4: +1 -1 lines
Diff to previous 2.4
changed -di+ to -dv-

Revision 2.4 - (view) (download) (annotate) - [select for diffs]
Tue Jul 21 09:45:58 1992 UTC (31 years, 8 months ago) by greg
Branch: MAIN
Changes since 2.3: +1 -1 lines
Diff to previous 2.3
slight change to rtrace option

Revision 2.3 - (view) (download) (annotate) - [select for diffs]
Wed Mar 25 10:55:03 1992 UTC (32 years ago) by greg
Branch: MAIN
Changes since 2.2: +3 -2 lines
Diff to previous 2.2
improved checking for octree argument

Revision 2.2 - (view) (download) (annotate) - [select for diffs]
Wed Mar 11 11:09:57 1992 UTC (32 years ago) by greg
Branch: MAIN
Changes since 2.1: +11 -1 lines
Diff to previous 2.1
made defaults reporting more complete

Revision 2.1 - (view) (download) (annotate) - [select for diffs]
Tue Nov 12 17:05:04 1991 UTC (32 years, 4 months ago) by greg
Branch: MAIN
Changes since 1.14: +0 -0 lines
Diff to previous 1.14
updated revision number for release 2.0

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Fri Nov 8 13:17:44 1991 UTC (32 years, 4 months ago) by greg
Branch: MAIN
Changes since 1.13: +1 -0 lines
Diff to previous 1.13
reset errno at appropriate points

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Mon Aug 26 10:16:54 1991 UTC (32 years, 7 months ago) by greg
Branch: MAIN
Changes since 1.12: +2 -0 lines
Diff to previous 1.12
fixed distribution pattern discontinuity

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Fri Aug 23 12:30:29 1991 UTC (32 years, 7 months ago) by greg
Branch: MAIN
Changes since 1.11: +10 -0 lines
Diff to previous 1.11
added b variable for minimum brightness

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Tue Aug 13 14:43:49 1991 UTC (32 years, 7 months ago) by greg
Branch: MAIN
Changes since 1.10: +2 -2 lines
Diff to previous 1.10
fixed format of defaults printing

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Tue Jul 30 16:24:42 1991 UTC (32 years, 8 months ago) by greg
Branch: MAIN
Changes since 1.9: +3 -1 lines
Diff to previous 1.9
small changes in default data file name

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Thu Jul 25 15:31:30 1991 UTC (32 years, 8 months ago) by greg
Branch: MAIN
Changes since 1.8: +11 -0 lines
Diff to previous 1.8
added variable settings to -defaults printing

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Thu Jul 25 14:50:03 1991 UTC (32 years, 8 months ago) by greg
Branch: MAIN
Changes since 1.7: +1 -1 lines
Diff to previous 1.7
changed default sample density

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Thu Jul 25 12:52:16 1991 UTC (32 years, 8 months ago) by greg
Branch: MAIN
Changes since 1.6: +5 -4 lines
Diff to previous 1.6
test debugging

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Thu Jul 25 10:59:05 1991 UTC (32 years, 8 months ago) by greg
Branch: MAIN
Changes since 1.5: +14 -6 lines
Diff to previous 1.5
visual debugging pass

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Wed Jul 24 16:48:22 1991 UTC (32 years, 8 months ago) by greg
Branch: MAIN
Changes since 1.4: +2 -3 lines
Diff to previous 1.4
first version of mkillum

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Wed Jul 24 12:22:03 1991 UTC (32 years, 8 months ago) by greg
Branch: MAIN
Changes since 1.3: +21 -40 lines
Diff to previous 1.3
*** empty log message ***

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Tue Jul 23 17:18:21 1991 UTC (32 years, 8 months ago) by greg
Branch: MAIN
Changes since 1.2: +64 -42 lines
Diff to previous 1.2
added input file capability

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Tue Jul 23 16:13:28 1991 UTC (32 years, 8 months ago) by greg
Branch: MAIN
Changes since 1.1: +187 -82 lines
Diff to previous 1.1
*** empty log message ***

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Tue Jul 23 12:00:29 1991 UTC (32 years, 8 months ago) by greg
Branch: MAIN
Initial revision

Convenience Links

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