ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/rt/data.c
Revision 2.31 - (view) (download) (annotate) - [select for diffs]
Tue Jul 8 18:25:00 2014 UTC (9 years, 8 months ago) by greg
Branch: MAIN
CVS Tags: rad4R2, rad4R2P1, rad4R2P2, rad5R0
Changes since 2.30: +13 -13 lines
Diff to previous 2.30
Eliminated unnecessary "extern" and "register" modifiers

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

Revision 2.29 - (view) (download) (annotate) - [select for diffs]
Tue May 12 16:37:53 2009 UTC (14 years, 10 months ago) by greg
Branch: MAIN
CVS Tags: rad4R0, rad4R1
Changes since 2.28: +5 -5 lines
Diff to previous 2.28
Increased memory amount for warning and changed to MBytes report

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

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

Revision 2.26 - (view) (download) (annotate) - [select for diffs]
Fri Jan 2 11:43:42 2004 UTC (20 years, 2 months ago) by schorsch
Branch: MAIN
Changes since 2.25: +10 -7 lines
Diff to previous 2.25
Fixed typing/prototype of getheader() and its callback.

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

Revision 2.24 - (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 2.23: +3 -3 lines
Diff to previous 2.23
Added grouping parens to reduce ambiguity warnings.

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

Revision 2.22 - (view) (download) (annotate) - [select for diffs]
Wed Jul 16 01:32:53 2003 UTC (20 years, 8 months ago) by greg
Branch: MAIN
Changes since 2.21: +3 -1 lines
Diff to previous 2.21
Minor compile fixes

Revision 2.21 - (view) (download) (annotate) - [select for diffs]
Thu Jun 26 00:58:10 2003 UTC (20 years, 9 months ago) by schorsch
Branch: MAIN
Changes since 2.20: +2 -2 lines
Diff to previous 2.20
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.20 - (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.19: +2 -1 lines
Diff to previous 2.19
Reduced compile warnings/errors on Windows.

Revision 2.19 - (view) (download) (annotate) - [select for diffs]
Thu Jun 5 19:29:34 2003 UTC (20 years, 9 months ago) by schorsch
Branch: MAIN
Changes since 2.18: +2 -7 lines
Diff to previous 2.18
Macros for setting binary file mode. Replacing MSDOS by _WIN32.

Revision 2.18 - (view) (download) (annotate) - [select for diffs]
Thu May 15 05:13:35 2003 UTC (20 years, 10 months ago) by greg
Branch: MAIN
Changes since 2.17: +3 -3 lines
Diff to previous 2.17
Eliminated -DBIGMEM define, since we always used it in makeall

Revision 2.17 - (view) (download) (annotate) - [select for diffs]
Tue May 13 17:58:33 2003 UTC (20 years, 10 months ago) by greg
Branch: MAIN
Changes since 2.16: +2 -2 lines
Diff to previous 2.16
Changed (char *) casts for memory copies to (void *) and other fixes

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

Revision 2.15 - (view) (download) (annotate) - [select for diffs]
Sat Feb 22 02:07:28 2003 UTC (21 years, 1 month ago) by greg
Branch: MAIN
Changes since 2.14: +80 -27 lines
Diff to previous 2.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

Revision 2.14 - (view) (download) (annotate) - [select for diffs]
Thu Nov 5 17:11:56 1998 UTC (25 years, 4 months ago) by gwlarson
Branch: MAIN
Changes since 2.13: +6 -1 lines
Diff to previous 2.13
changed getheader() to pay attention to function return value

Revision 2.13 - (view) (download) (annotate) - [select for diffs]
Wed Dec 3 11:06:17 1997 UTC (26 years, 4 months ago) by gregl
Branch: MAIN
Changes since 2.12: +2 -2 lines
Diff to previous 2.12
increased PSIZWARN definitions

Revision 2.12 - (view) (download) (annotate) - [select for diffs]
Thu Feb 15 18:46:54 1996 UTC (28 years, 1 month ago) by greg
Branch: MAIN
Changes since 2.11: +84 -104 lines
Diff to previous 2.11
made pictures use RGBE storage r.t. float
reduced MAXDDIM to 5

Revision 2.11 - (view) (download) (annotate) - [select for diffs]
Tue Aug 22 08:51:57 1995 UTC (28 years, 7 months ago) by greg
Branch: MAIN
Changes since 2.10: +2 -2 lines
Diff to previous 2.10
bug fix from adding comments to data files

Revision 2.10 - (view) (download) (annotate) - [select for diffs]
Fri Jun 30 16:07:44 1995 UTC (28 years, 9 months ago) by greg
Branch: MAIN
Changes since 2.9: +8 -20 lines
Diff to previous 2.9
added comments to data files using new fgetval() function

Revision 2.9 - (view) (download) (annotate) - [select for diffs]
Fri May 13 13:05:13 1994 UTC (29 years, 10 months ago) by greg
Branch: MAIN
Changes since 2.8: +7 -8 lines
Diff to previous 2.8
minor grooming of datavalue()

Revision 2.8 - (view) (download) (annotate) - [select for diffs]
Thu Apr 14 04:50:27 1994 UTC (29 years, 11 months ago) by greg
Branch: MAIN
Changes since 2.7: +3 -4 lines
Diff to previous 2.7
changed extern char *libpath to extern char *getlibpath()

Revision 2.7 - (view) (download) (annotate) - [select for diffs]
Mon Feb 8 13:12:28 1993 UTC (31 years, 1 month ago) by greg
Branch: MAIN
Changes since 2.6: +20 -1 lines
Diff to previous 2.6
added warning for pictures using more than PSIZWARN bytes memory

Revision 2.6 - (view) (download) (annotate) - [select for diffs]
Sun Nov 22 10:47:51 1992 UTC (31 years, 4 months ago) by greg
Branch: MAIN
Changes since 2.5: +58 -35 lines
Diff to previous 2.5
finally moved to hash-table lookup of data file entries

Revision 2.5 - (view) (download) (annotate) - [select for diffs]
Sun Nov 22 10:02:57 1992 UTC (31 years, 4 months ago) by greg
Branch: MAIN
Changes since 2.4: +19 -17 lines
Diff to previous 2.4
added global freeing routines

Revision 2.4 - (view) (download) (annotate) - [select for diffs]
Thu Nov 12 10:11:51 1992 UTC (31 years, 4 months ago) by greg
Branch: MAIN
Changes since 2.3: +5 -5 lines
Diff to previous 2.3
fixed call to getheader() to pass 3 arguments always (DOS bug fix)

Revision 2.3 - (view) (download) (annotate) - [select for diffs]
Mon Sep 21 12:07:42 1992 UTC (31 years, 6 months ago) by greg
Branch: MAIN
Changes since 2.2: +9 -6 lines
Diff to previous 2.2
Changes for PC port

Revision 2.2 - (view) (download) (annotate) - [select for diffs]
Thu Dec 19 14:54:58 1991 UTC (32 years, 3 months ago) by greg
Branch: MAIN
Changes since 2.1: +0 -1 lines
Diff to previous 2.1
removed atof() declarations for NeXT

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

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Mon Nov 11 14:02:43 1991 UTC (32 years, 4 months ago) by greg
Branch: MAIN
Changes since 1.10: +30 -16 lines
Diff to previous 1.10
Improved handling of scanline ordering

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Mon Jul 22 13:02:24 1991 UTC (32 years, 8 months ago) by greg
Branch: MAIN
Changes since 1.9: +23 -9 lines
Diff to previous 1.9
got rid of scanf() calls

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Thu May 23 08:14:57 1991 UTC (32 years, 10 months ago) by greg
Branch: MAIN
Changes since 1.8: +1 -1 lines
Diff to previous 1.8
changed MAXDIM to MAXDDIM to avoid conflict

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Tue Jan 15 22:24:19 1991 UTC (33 years, 2 months ago) by greg
Branch: MAIN
Changes since 1.7: +3 -5 lines
Diff to previous 1.7
eliminated unnecessary tests for unevenly spaced data points

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Tue May 8 10:37:57 1990 UTC (33 years, 10 months ago) by greg
Branch: MAIN
Changes since 1.6: +8 -7 lines
Diff to previous 1.6
changed y to be first dimension in picture

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Fri Apr 6 14:12:21 1990 UTC (33 years, 11 months ago) by greg
Branch: MAIN
Changes since 1.5: +25 -21 lines
Diff to previous 1.5
Changed format for uneven point data and used binary search

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Tue Apr 3 17:48:46 1990 UTC (34 years ago) by greg
Branch: MAIN
Changes since 1.4: +16 -4 lines
Diff to previous 1.4
Added check for pixel aspect ratio in getpict()

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Tue Apr 3 17:24:35 1990 UTC (34 years ago) by greg
Branch: MAIN
Changes since 1.3: +61 -17 lines
Diff to previous 1.3
Added capability for unevenly spaced points

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Tue Sep 12 12:26:14 1989 UTC (34 years, 6 months ago) by greg
Branch: MAIN
Changes since 1.2: +1 -1 lines
Diff to previous 1.2
added calls to picture resolution get/put routines

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Thu Jul 27 22:25:10 1989 UTC (34 years, 8 months ago) by greg
Branch: MAIN
Changes since 1.1: +2 -2 lines
Diff to previous 1.1
Changed getpath to check permissions

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Thu Feb 2 10:41:18 1989 UTC (35 years, 2 months ago) by greg
Branch: MAIN
Initial revision

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