fix(rcontrib): Added a check that the number of color samples doesn't change after the first modifier is specified
refactor: moved memory sharing routines to preload.c with common call interface
perf: Added some list optimization to calcomp routines
feat(rpict,rtrace,rcontrib,rtpict): Hyperspectral rendering (except photon map)
refactor: Changed some char* args to const char* to avoid warnings
fix: repaired bug introduced in last change
feat: removed upper limit on number of modifiers in rcontrib
fix(rcontrib): Removed pointless initial report of 0% done after 0 hours
fix(rcontrib): Forgot EOL in report for new -t option
feat(rcontrib,rfluxmtx): Added -t option to specify progress report interval
fix(mkillum, rcontrib, rtrace, ranimove, rsensor): stall under macOS 10.15 due to broken flockfile() implementation -- workaround is better, anyway
For consistency, reflected ray distance should be inf for diffuse surface
Added -orRxX options to rtrace for VR rendering
Cosmetic fix
Fixed bug in rcontrib with virtual sources
Corrected default setting, which is reset anyway
Reduced specular sampling threshold, which should have never been so low!
Hopeful fix to issue with rcontrib writing multiple records/pixel
Future bug-proofing, should have no effect on behavior or performance
Improved error-checking for too many words in file or string
Added check for 'void' modifier in -m or -M option
Fixed include dependency
Added appropriate setting of ray parameters for bin rcontrib evaluation
Added bad bin number reporting
Fixed bug in parameter parser and added check during main arguments processing
Added more careful checking of parameter setting string
Added -p option to specify per-modifier function file parameters
Silently ignore negative bin values.
Tweaks and fixes related to flushing with -c >1
Fixed bug in handling of -c >1 with zero vectors -- trim pass to follow
Added missing setting of rt
Added missing assignment of ray intersection normal
Added check for blocked shadow rays
Moved source initialization
Accommodations for Windows
Fixed reporting of broken pipe on completion with -c N
Added quick-exit mode and fixed bug in recovery option with -c > 1
Minor fixes
Improved performance for -c 0 option
Simplified immediate irradiance call
Simplified modifier lookup
Fixed problem with recovering many files
Further efficiency improvements
Fixed a number of bugs -- still testing
Tweaks and bug fixes to new code
Created rcontrib program (eventually to replace rtcontrib)
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.