ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/util/ranimove.c
Revision 3.20 - (view) (download) (annotate) - [select for diffs]
Mon Feb 6 22:40:21 2023 UTC (13 months, 2 weeks ago) by greg
Branch: MAIN
CVS Tags: HEAD, rad5R4
Changes since 3.19: +2 -2 lines
Diff to previous 3.19 , to selected 3.14
refactor: Changed some char* args to const char* to avoid warnings

Revision 3.19 - (view) (download) (annotate) - [select for diffs]
Mon Jul 20 15:54:29 2020 UTC (3 years, 8 months ago) by greg
Branch: MAIN
CVS Tags: rad5R3
Changes since 3.18: +4 -2 lines
Diff to previous 3.18 , to selected 3.14
fix(mkillum, rcontrib, rtrace, ranimove, rsensor): stall under macOS 10.15
due to broken flockfile() implementation -- workaround is better, anyway

Revision 3.18 - (view) (download) (annotate) - [select for diffs]
Mon Apr 18 22:39:13 2016 UTC (7 years, 11 months ago) by greg
Branch: MAIN
CVS Tags: rad5R1, rad5R2
Changes since 3.17: +19 -20 lines
Diff to previous 3.17 , to selected 3.14
Minor ansifixations

Revision 3.17 - (view) (download) (annotate) - [select for diffs]
Mon Mar 21 19:06:08 2016 UTC (8 years ago) by greg
Branch: MAIN
Changes since 3.16: +3 -3 lines
Diff to previous 3.16 , to selected 3.14
Improved error-checking for too many words in file or string

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

Revision 3.15 - (view) (download) (annotate) - [select for diffs]
Wed Oct 5 17:20:55 2011 UTC (12 years, 5 months ago) by greg
Branch: MAIN
CVS Tags: rad4R1, rad4R2, rad4R2P1, rad4R2P2, rad5R0
Changes since 3.14: +39 -1 lines
Diff to previous 3.14
Windows compatibility changes from Bill Hoffman

Revision 3.14 - (view) (download) (annotate) - [selected]
Wed Nov 3 05:05:21 2010 UTC (13 years, 4 months ago) by greg
Branch: MAIN
Changes since 3.13: +7 -7 lines
Diff to previous 3.13
Fixed efficiency and name collision issues with octree creation

Revision 3.13 - (view) (download) (annotate) - [select for diffs]
Sat Dec 12 19:01:00 2009 UTC (14 years, 3 months ago) by greg
Branch: MAIN
CVS Tags: rad4R0
Changes since 3.12: +11 -1 lines
Diff to previous 3.12 , to selected 3.14
Added -n option to rtrace and moved quit() funciton out of raypcalls

Revision 3.12 - (view) (download) (annotate) - [select for diffs]
Tue Sep 28 17:54:19 2004 UTC (19 years, 6 months ago) by greg
Branch: MAIN
CVS Tags: rad3R6, rad3R6P1, rad3R7P1, rad3R7P2, rad3R8, rad3R9
Changes since 3.11: +1 -1 lines
Diff to previous 3.11 , to selected 3.14
Fixed messed-up RCCS Id at top of file

Revision 3.11 - (view) (download) (annotate) - [select for diffs]
Fri Mar 26 23:34:23 2004 UTC (20 years ago) by schorsch
Branch: MAIN
Changes since 3.10: +3 -2 lines
Diff to previous 3.10 , to selected 3.14
Continued ANSIfication.

Revision 3.10 - (view) (download) (annotate) - [select for diffs]
Fri Mar 26 21:36:20 2004 UTC (20 years ago) by schorsch
Branch: MAIN
Changes since 3.9: +71 -48 lines
Diff to previous 3.9 , to selected 3.14
Continued ANSIfication.

Revision 3.9 - (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.8: +3 -1 lines
Diff to previous 3.8 , to selected 3.14
Various platform compatibility fixes.

Revision 3.8 - (view) (download) (annotate) - [select for diffs]
Tue Sep 23 03:54:57 2003 UTC (20 years, 6 months ago) by greg
Branch: MAIN
Changes since 3.7: +7 -8 lines
Diff to previous 3.7 , to selected 3.14
Bug fix where ranimove was restarting processes unnecessarily

Revision 3.7 - (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.6: +4 -4 lines
Diff to previous 3.6 , to selected 3.14
Added grouping parens to reduce ambiguity warnings.

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

Revision 3.5 - (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.4: +6 -3 lines
Diff to previous 3.4 , to selected 3.14
Replaced most outdated BSD function calls with their posix equivalents, and cleaned up a few other platform dependencies.

Revision 3.4 - (view) (download) (annotate) - [select for diffs]
Thu Jun 26 00:58:11 2003 UTC (20 years, 9 months ago) by schorsch
Branch: MAIN
Changes since 3.3: +3 -1 lines
Diff to previous 3.3 , to selected 3.14
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.3 - (view) (download) (annotate) - [select for diffs]
Mon Mar 10 17:26:26 2003 UTC (21 years ago) by greg
Branch: MAIN
CVS Tags: rad3R5
Changes since 3.2: +2 -1 lines
Diff to previous 3.2 , to selected 3.14
Compile fixes for Linux

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
Changes since 3.1: +1 -56 lines
Diff to previous 3.1 , to selected 3.14
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
Diff to selected 3.14
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)

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