ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/rt/rpmain.c
Revision 2.33 - (view) (download) (annotate) - [select for diffs]
Mon Apr 8 17:08:15 2024 UTC (3 weeks, 4 days ago) by greg
Branch: MAIN
CVS Tags: HEAD
Changes since 2.32: +3 -3 lines
Diff to previous 2.32
fix(rpict): Error in -features OutputCS support string

Revision 2.32 - (view) (download) (annotate) - [select for diffs]
Fri Apr 5 16:41:17 2024 UTC (4 weeks ago) by greg
Branch: MAIN
Changes since 2.31: +5 -3 lines
Diff to previous 2.31
feat(rpict,rtrace,rcontrib): Added OutputCS to features list

Revision 2.31 - (view) (download) (annotate) - [select for diffs]
Thu Jan 18 00:28:54 2024 UTC (3 months, 2 weeks ago) by greg
Branch: MAIN
Changes since 2.30: +2 -3 lines
Diff to previous 2.30
fix(rcontrib, rpict, rvu): Better check for spectral sampling

Revision 2.30 - (view) (download) (annotate) - [select for diffs]
Wed Jan 17 01:31:08 2024 UTC (3 months, 2 weeks ago) by greg
Branch: MAIN
Changes since 2.29: +6 -1 lines
Diff to previous 2.29
fix(rpict,rvu,rcontrib): Fixed luminance estimate during spectral rendering

Revision 2.29 - (view) (download) (annotate) - [select for diffs]
Fri Nov 17 20:02:07 2023 UTC (5 months, 2 weeks ago) by greg
Branch: MAIN
Changes since 2.28: +3 -35 lines
Diff to previous 2.28
fix: multiple bug fixes in hyperspectral code, added rvu, mkillum, rsensor, and ranimove to "working except photon map" status

Revision 2.28 - (view) (download) (annotate) - [select for diffs]
Wed Nov 15 18:02:53 2023 UTC (5 months, 2 weeks ago) by greg
Branch: MAIN
Changes since 2.27: +73 -3 lines
Diff to previous 2.27
feat(rpict,rtrace,rcontrib,rtpict): Hyperspectral rendering (except photon map)

Revision 2.27 - (view) (download) (annotate) - [select for diffs]
Tue Aug 15 01:19:37 2023 UTC (8 months, 2 weeks ago) by greg
Branch: MAIN
CVS Tags: rad5R4
Changes since 2.26: +3 -1 lines
Diff to previous 2.26
fix(rcontrib): Removed participating media from rcontrib -features

Revision 2.26 - (view) (download) (annotate) - [select for diffs]
Mon Feb 6 22:40:21 2023 UTC (14 months, 3 weeks ago) by greg
Branch: MAIN
Changes since 2.25: +3 -3 lines
Diff to previous 2.25
refactor: Changed some char* args to const char* to avoid warnings

Revision 2.25 - (view) (download) (annotate) - [select for diffs]
Mon Feb 6 20:37:06 2023 UTC (14 months, 3 weeks ago) by greg
Branch: MAIN
Changes since 2.24: +2 -2 lines
Diff to previous 2.24
fix: Actually, need to allow -features to have arguments

Revision 2.24 - (view) (download) (annotate) - [select for diffs]
Mon Feb 6 20:34:17 2023 UTC (14 months, 3 weeks ago) by greg
Branch: MAIN
Changes since 2.23: +2 -2 lines
Diff to previous 2.23
fix: fixed crash when executed with no arguments

Revision 2.23 - (view) (download) (annotate) - [select for diffs]
Thu Oct 20 17:18:33 2022 UTC (18 months, 1 week ago) by greg
Branch: MAIN
Changes since 2.22: +3 -3 lines
Diff to previous 2.22
feat(rpict,rtrace,rcontrib): Added Output= list to -features

Revision 2.22 - (view) (download) (annotate) - [select for diffs]
Wed Oct 19 23:10:34 2022 UTC (18 months, 2 weeks ago) by greg
Branch: MAIN
Changes since 2.21: +10 -8 lines
Diff to previous 2.21
fix(rcontrib): removed AdaptiveShadowTesting from feature list (didn't belong)

Revision 2.21 - (view) (download) (annotate) - [select for diffs]
Wed Oct 19 21:25:20 2022 UTC (18 months, 2 weeks ago) by greg
Branch: MAIN
Changes since 2.20: +19 -2 lines
Diff to previous 2.20
feat(rpict,rtrace,rcontrib): Added -features option to check for method support

Revision 2.20 - (view) (download) (annotate) - [select for diffs]
Tue Apr 5 03:02:15 2022 UTC (2 years ago) by greg
Branch: MAIN
Changes since 2.19: +3 -2 lines
Diff to previous 2.19
fix(rpict): Bug in header output with -o option

Revision 2.19 - (view) (download) (annotate) - [select for diffs]
Thu Mar 21 16:52:40 2019 UTC (5 years, 1 month ago) by greg
Branch: MAIN
CVS Tags: rad5R3
Changes since 2.18: +1 -3 lines
Diff to previous 2.18
Added exclusive output file locking (not tested under Windows)

Revision 2.18 - (view) (download) (annotate) - [select for diffs]
Thu Mar 10 18:25:46 2016 UTC (8 years, 1 month ago) by schorsch
Branch: MAIN
CVS Tags: rad5R1, rad5R2
Changes since 2.17: +4 -4 lines
Diff to previous 2.17
newer C++ compilers have a standard type named "bool". rename macro to get rid of warnings.

Revision 2.17 - (view) (download) (annotate) - [select for diffs]
Sun Mar 6 01:13:18 2016 UTC (8 years, 2 months ago) by schorsch
Branch: MAIN
Changes since 2.16: +2 -2 lines
Diff to previous 2.16
Prepare for SCons build on Win32 and Win64

Revision 2.16 - (view) (download) (annotate) - [select for diffs]
Tue Feb 24 19:39:27 2015 UTC (9 years, 2 months ago) by greg
Branch: MAIN
CVS Tags: rad5R0
Changes since 2.15: +9 -2 lines
Diff to previous 2.15
Initial check-in of photon map addition by Roland Schregle

Revision 2.15 - (view) (download) (annotate) - [select for diffs]
Wed Aug 7 05:10:09 2013 UTC (10 years, 8 months ago) by greg
Branch: MAIN
CVS Tags: rad4R2, rad4R2P1, rad4R2P2
Changes since 2.14: +2 -2 lines
Diff to previous 2.14
Eliminated a number of minor warnings (all innocuous)

Revision 2.14 - (view) (download) (annotate) - [select for diffs]
Tue Mar 11 02:21:47 2008 UTC (16 years, 1 month ago) by greg
Branch: MAIN
CVS Tags: rad3R9, rad4R0, rad4R1
Changes since 2.13: +2 -1 lines
Diff to previous 2.13
Added planisphere view type (-vts option) as requested by Axel Jacobs

Revision 2.13 - (view) (download) (annotate) - [select for diffs]
Thu Sep 13 20:02:11 2007 UTC (16 years, 7 months ago) by greg
Branch: MAIN
Changes since 2.12: +3 -2 lines
Diff to previous 2.12
Added ambient pre-synchronization in parallel persist mode

Revision 2.12 - (view) (download) (annotate) - [select for diffs]
Wed Apr 5 06:22:57 2006 UTC (18 years, 1 month ago) by greg
Branch: MAIN
CVS Tags: rad3R8
Changes since 2.11: +8 -3 lines
Diff to previous 2.11
Made -u+ option truly random

Revision 2.11 - (view) (download) (annotate) - [select for diffs]
Tue Jun 21 00:26:44 2005 UTC (18 years, 10 months ago) by greg
Branch: MAIN
CVS Tags: rad3R7P1, rad3R7P2
Changes since 2.10: +2 -2 lines
Diff to previous 2.10
Changed random number seeding to preceed call to initurand()

Revision 2.10 - (view) (download) (annotate) - [select for diffs]
Wed Jun 15 15:36:52 2005 UTC (18 years, 10 months ago) by greg
Branch: MAIN
Changes since 2.9: +3 -2 lines
Diff to previous 2.9
Added seeding of random number generator with -u+ rendering option

Revision 2.9 - (view) (download) (annotate) - [select for diffs]
Tue Jan 18 00:33:16 2005 UTC (19 years, 3 months ago) by greg
Branch: MAIN
Changes since 2.8: +8 -1 lines
Diff to previous 2.8
Added -pd option for depth-of-field sampling and -vd focal distance entry

Revision 2.8 - (view) (download) (annotate) - [select for diffs]
Tue Mar 30 16:13:01 2004 UTC (20 years, 1 month ago) by schorsch
Branch: MAIN
CVS Tags: rad3R6, rad3R6P1
Changes since 2.7: +23 -24 lines
Diff to previous 2.7
Continued ANSIfication. There are only bits and pieces left now.

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

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

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

Revision 2.4 - (view) (download) (annotate) - [select for diffs]
Thu Jun 26 00:58:10 2003 UTC (20 years, 10 months ago) by schorsch
Branch: MAIN
Changes since 2.3: +12 -1 lines
Diff to previous 2.3
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.3 - (view) (download) (annotate) - [select for diffs]
Thu Jun 5 19:29:34 2003 UTC (20 years, 11 months ago) by schorsch
Branch: MAIN
Changes since 2.2: +8 -14 lines
Diff to previous 2.2
Macros for setting binary file mode. Replacing MSDOS by _WIN32.

Revision 2.2 - (view) (download) (annotate) - [select for diffs]
Tue Feb 25 02:47:23 2003 UTC (21 years, 2 months ago) by greg
Branch: MAIN
CVS Tags: rad3R5
Changes since 2.1: +1 -56 lines
Diff to previous 2.1
Replaced inline copyright notice with #include "copyright.h"

Revision 2.1 - (view) (download) (annotate) - [select for diffs]
Sat Feb 22 02:07:29 2003 UTC (21 years, 2 months ago) by greg
Branch: MAIN
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

Convenience Links

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