ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/util/ranimove1.c
Revision 3.22 - (view) (download) (annotate) - [select for diffs]
Fri Oct 5 01:03:22 2012 UTC (11 years, 5 months ago) by greg
Branch: MAIN
CVS Tags: rad4R2, rad4R2P1, rad4R2P2, rad5R0, rad5R1
Changes since 3.21: +27 -42 lines
Diff to previous 3.21
Backed out unintentional commit

Revision 3.21 - (view) (download) (annotate) - [select for diffs]
Fri Oct 5 00:59:38 2012 UTC (11 years, 5 months ago) by greg
Branch: MAIN
Changes since 3.20: +43 -28 lines
Diff to previous 3.20
Created pmblur2 command to compute better motion blur from ranimove runs

Revision 3.20 - (view) (download) (annotate) - [select for diffs]
Tue Oct 2 21:56:20 2012 UTC (11 years, 5 months ago) by greg
Branch: MAIN
Changes since 3.19: +12 -14 lines
Diff to previous 3.19
Minor improvements -- motion blur still incorrect

Revision 3.19 - (view) (download) (annotate) - [select for diffs]
Sun Sep 30 19:18:41 2012 UTC (11 years, 5 months ago) by greg
Branch: MAIN
Changes since 3.18: +32 -40 lines
Diff to previous 3.18
Minor code clean-ups and efficiency improvements

Revision 3.18 - (view) (download) (annotate) - [select for diffs]
Fri Sep 28 22:20:49 2012 UTC (11 years, 6 months ago) by greg
Branch: MAIN
Changes since 3.17: +72 -18 lines
Diff to previous 3.17
Added MNAME and ZNAME variables to ranimove

Revision 3.17 - (view) (download) (annotate) - [select for diffs]
Fri May 20 02:06:39 2011 UTC (12 years, 10 months ago) by greg
Branch: MAIN
CVS Tags: rad4R1
Changes since 3.16: +12 -12 lines
Diff to previous 3.16
Changed every instance of BYTE to uby8 to avoid conflicts

Revision 3.16 - (view) (download) (annotate) - [select for diffs]
Fri Nov 5 04:36:24 2010 UTC (13 years, 4 months ago) by greg
Branch: MAIN
Changes since 3.15: +17 -13 lines
Diff to previous 3.15
Fixed bug in distant sources (sky, etc.)

Revision 3.15 - (view) (download) (annotate) - [select for diffs]
Mon Nov 10 19:08:20 2008 UTC (15 years, 4 months ago) by greg
Branch: MAIN
CVS Tags: rad4R0
Changes since 3.14: +2 -2 lines
Diff to previous 3.14
Changed ".pic" extension to ".hdr" throughout

Revision 3.14 - (view) (download) (annotate) - [select for diffs]
Thu Apr 17 14:49:59 2008 UTC (15 years, 11 months ago) by greg
Branch: MAIN
CVS Tags: rad3R9
Changes since 3.13: +5 -8 lines
Diff to previous 3.13
Eliminated unnecessary bits of code

Revision 3.13 - (view) (download) (annotate) - [select for diffs]
Thu Apr 17 14:44:25 2008 UTC (15 years, 11 months ago) by greg
Branch: MAIN
Changes since 3.12: +3 -4 lines
Diff to previous 3.12
Changed octree reload so fonts and data files not lost.

Revision 3.12 - (view) (download) (annotate) - [select for diffs]
Tue Dec 20 03:49:51 2005 UTC (18 years, 3 months ago) by greg
Branch: MAIN
CVS Tags: rad3R8
Changes since 3.11: +13 -5 lines
Diff to previous 3.11
Eliminated black pixels when no neighbor samples are acceptable

Revision 3.11 - (view) (download) (annotate) - [select for diffs]
Sun Jul 24 21:11:53 2005 UTC (18 years, 8 months ago) by greg
Branch: MAIN
CVS Tags: rad3R7P1, rad3R7P2
Changes since 3.10: +2 -2 lines
Diff to previous 3.10
Fixed comments

Revision 3.10 - (view) (download) (annotate) - [select for diffs]
Tue Apr 19 01:15:07 2005 UTC (18 years, 11 months ago) by greg
Branch: MAIN
Changes since 3.9: +3 -3 lines
Diff to previous 3.9
Extensive changes to enable rtrace -oTW option for tracking ray contributions

Revision 3.9 - (view) (download) (annotate) - [select for diffs]
Thu May 13 15:45:43 2004 UTC (19 years, 10 months ago) by greg
Branch: MAIN
CVS Tags: rad3R6, rad3R6P1
Changes since 3.8: +90 -96 lines
Diff to previous 3.8
Fixed infinite loop introduced during "beautification" of for loops

Revision 3.8 - (view) (download) (annotate) - [select for diffs]
Fri Mar 26 21:36:20 2004 UTC (20 years ago) by schorsch
Branch: MAIN
Changes since 3.7: +197 -168 lines
Diff to previous 3.7
Continued ANSIfication.

Revision 3.7 - (view) (download) (annotate) - [select for diffs]
Tue Oct 21 19:19:29 2003 UTC (20 years, 5 months ago) by schorsch
Branch: MAIN
Changes since 3.6: +5 -3 lines
Diff to previous 3.6
Various platform compatibility fixes.

Revision 3.6 - (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 3.5: +28 -28 lines
Diff to previous 3.5
Added grouping parens to reduce ambiguity warnings.

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

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

Revision 3.3 - (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 3.2: +3 -4 lines
Diff to previous 3.2
Macros for setting binary file mode. Replacing MSDOS by _WIN32.

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

Revision 3.1 - (view) (download) (annotate) - [select for diffs]
Sat Feb 22 02:07:30 2003 UTC (21 years, 1 month 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 rad4R2P2: (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