../
|
pyradlib/
|
|
README
|
2.8
(22 years ago)
by greg:
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
|
Rmakefile
|
2.49
(20 years ago)
by greg:
Created ra_bmp program to convert between Radiance pictures and Windows BMP
|
SConscript
|
1.5
(20 years ago)
by schorsch:
Updated SCons build environment to work with a fresh download and on OS X, as suggested by Randolph Fritz.
|
addobjnotify.c
|
3.3
(22 years ago)
by greg:
Replaced inline copyright notice with #include "copyright.h"
|
badarg.c
|
2.6
(21 years ago)
by schorsch:
Reduced compile warnings, and other compatibility fixes.
|
bcopy.c
|
1.5
(21 years ago)
by schorsch:
Reduced compile warnings, and other compatibility fixes.
|
biggerlib.c
|
3.5
(21 years ago)
by greg:
Added prototype for LIBR function pointer in calcomp.h
|
bmalloc.c
|
2.8
(20 years ago)
by schorsch:
Changed bposition back to char*, to allow pointer arithmetic.
|
bmpfile.c
|
2.12
(20 years ago)
by greg:
Added #undef for getc/putc where they were being replaced
|
bmpfile.h
|
2.3
(20 years ago)
by greg:
Bug fixes in run-length encoding code
|
calcomp.h
|
2.18
(20 years ago)
by greg:
Removed hazardous //-style comments
|
caldefn.c
|
2.22
(20 years ago)
by schorsch:
Continued ANSIfication, and other fixes and clarifications.
|
calexpr.c
|
2.29
(20 years ago)
by schorsch:
Continued ANSIfication, and other fixes and clarifications.
|
calfunc.c
|
2.14
(21 years ago)
by schorsch:
Reduced compile warnings, and other compatibility fixes.
|
calprnt.c
|
2.5
(21 years ago)
by schorsch:
Reduced compile warnings, and other compatibility fixes.
|
chanvalue.c
|
3.3
(21 years ago)
by schorsch:
Added prototypes and includes from patch by Randolph Fritz.
Added more required includes and reduced other compile warnings.
|
clip.c
|
2.5
(21 years ago)
by schorsch:
Abstracted process and path handling for Windows.
Renamed FLOAT to RREAL because of conflict on Windows.
Added conditional compiles for some signal handlers.
|
color.c
|
2.15
(20 years ago)
by greg:
Added #undef for getc/putc where they were being replaced
|
color.h
|
2.28
(20 years ago)
by schorsch:
Continued ANSIfication, and other fixes and clarifications.
|
colrops.c
|
2.11
(21 years ago)
by schorsch:
Added prototypes submitted by Randolph Fritz.
|
cone.c
|
2.9
(21 years ago)
by schorsch:
Added grouping parens to reduce ambiguity warnings.
|
cone.h
|
2.7
(21 years ago)
by schorsch:
Reduced compile warnings, and other compatibility fixes.
|
copyright.h
|
3.1
(22 years ago)
by greg:
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
|
dircode.c
|
2.7
(21 years ago)
by greg:
Broke standard.h into rtio.h, rterror.h, rtmath.h, and rtmisc.h
|
ealloc.c
|
2.9
(20 years ago)
by schorsch:
Continued ANSIfication, and other fixes and clarifications.
|
eputs.c
|
2.4
(21 years ago)
by schorsch:
Added prototypes and includes from patch by Randolph Fritz.
Added more required includes and reduced other compile warnings.
|
erf.c
|
3.1
(22 years ago)
by greg:
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
|
error.c
|
2.10
(21 years ago)
by schorsch:
Added grouping parens to reduce ambiguity warnings.
|
expandarg.c
|
2.8
(21 years ago)
by schorsch:
Replaced most outdated BSD function calls with their posix equivalents, and cleaned up a few other platform dependencies.
|
face.c
|
2.11
(21 years ago)
by schorsch:
Abstracted process and path handling for Windows.
Renamed FLOAT to RREAL because of conflict on Windows.
Added conditional compiles for some signal handlers.
|
face.h
|
2.6
(21 years ago)
by greg:
Broke standard.h into rtio.h, rterror.h, rtmath.h, and rtmisc.h
|
fdate.c
|
2.8
(21 years ago)
by greg:
Broke standard.h into rtio.h, rterror.h, rtmath.h, and rtmisc.h
|
fgetline.c
|
2.7
(20 years ago)
by greg:
Added #undef for getc/putc where they were being replaced
|
fgetval.c
|
2.8
(20 years ago)
by schorsch:
Continued ANSIfication, and other fixes and clarifications.
|
fgetword.c
|
2.5
(21 years ago)
by schorsch:
Added grouping parens to reduce ambiguity warnings.
|
fixargv0.c
|
2.5
(21 years ago)
by schorsch:
Added gethomedir.c and various compatibility fixes.
|
font.c
|
2.19
(20 years ago)
by greg:
Fixed missing R_OK definition under Unix
|
font.h
|
2.7
(21 years ago)
by greg:
Broke standard.h into rtio.h, rterror.h, rtmath.h, and rtmisc.h
|
fputword.c
|
3.8
(20 years ago)
by greg:
Took out redundant inclusion of stdio.h
|
free_os.c
|
3.4
(21 years ago)
by schorsch:
Added prototypes and includes from patch by Randolph Fritz.
Added more required includes and reduced other compile warnings.
|
frexp.c
|
1.4
(21 years ago)
by greg:
Update to library replacement function frexp()
|
fropen.c
|
2.14
(21 years ago)
by greg:
Minor improvements
|
fvect.c
|
2.8
(21 years ago)
by greg:
Wrote closestapproach() function to find closest point for two rays
|
fvect.h
|
2.12
(21 years ago)
by greg:
Wrote closestapproach() function to find closest point for two rays
|
fwrite.c
|
2.3
(22 years ago)
by greg:
Replaced inline copyright notice with #include "copyright.h"
|
gethomedir.c
|
1.1
(21 years ago)
by schorsch:
Now really adding gethomedir.c.
|
getlibpath.c
|
2.5
(21 years ago)
by schorsch:
Added prototypes and includes from patch by Randolph Fritz.
Added more required includes and reduced other compile warnings.
|
getpagesize.c
|
2.5
(22 years ago)
by greg:
Replaced inline copyright notice with #include "copyright.h"
|
getpath.c
|
2.17
(21 years ago)
by greg:
Moved paths.h out of rtio.h and included it manually where R_OK was needed
|
header.c
|
2.22
(21 years ago)
by schorsch:
Fixed typing/prototype of getheader() and its callback.
|
image.c
|
2.28
(20 years ago)
by greg:
Removed redundant #include's and fixed ordering on some headers
|
instance.c
|
2.11
(21 years ago)
by greg:
Moved paths.h out of rtio.h and included it manually where R_OK was needed
|
instance.h
|
2.6
(21 years ago)
by greg:
Broke standard.h into rtio.h, rterror.h, rtmath.h, and rtmisc.h
|
invmat4.c
|
2.3
(22 years ago)
by greg:
Replaced inline copyright notice with #include "copyright.h"
|
lamps.c
|
2.9
(21 years ago)
by schorsch:
Reduced compile warnings/errors on Windows.
|
linregr.c
|
2.4
(22 years ago)
by greg:
Replaced inline copyright notice with #include "copyright.h"
|
linregr.h
|
2.6
(21 years ago)
by greg:
Broke standard.h into rtio.h, rterror.h, rtmath.h, and rtmisc.h
|
loadvars.c
|
2.14
(21 years ago)
by schorsch:
Added prototypes submitted by Randolph Fritz.
|
lookup.c
|
2.15
(20 years ago)
by greg:
Added const modifier to key and other parameters in lookup.h
|
lookup.h
|
2.14
(20 years ago)
by greg:
Added const modifier to key and other parameters in lookup.h
|
malloc.c
|
2.16
(21 years ago)
by schorsch:
Replaced most outdated BSD function calls with their posix equivalents, and cleaned up a few other platform dependencies.
|
mat4.c
|
2.4
(22 years ago)
by greg:
Replaced inline copyright notice with #include "copyright.h"
|
mat4.h
|
2.12
(21 years ago)
by schorsch:
Instrumented headers against multiple inclusion and for use from C++.
Moved includes in headers out of "C" scope.
|
mesh.c
|
2.20
(20 years ago)
by greg:
Added const modifier to key and other parameters in lookup.h
|
mesh.h
|
2.12
(21 years ago)
by greg:
Returned to 32-bit (x2) uv coordinates, since 16-bits was sometimes inadequate
|
mktemp.c
|
2.5
(21 years ago)
by schorsch:
Various small changes to reduce compile warnings/errors on Windows.
|
modobject.c
|
2.12
(20 years ago)
by greg:
Bug fix for alias modifiers -- not exactly right for non-unique modifiers
|
multisamp.c
|
2.5
(21 years ago)
by schorsch:
Various small changes to reduce compile warnings/errors on Windows.
|
myhostname.c
|
2.7
(21 years ago)
by schorsch:
Added gethomedir.c and various compatibility fixes.
|
object.h
|
2.17
(21 years ago)
by schorsch:
Added prototypes and includes from patch by Randolph Fritz.
Added more required includes and reduced other compile warnings.
|
objset.c
|
2.14
(21 years ago)
by greg:
Fixed inappropriate removal of auxiliary files during build
|
octree.c
|
2.6
(22 years ago)
by greg:
Replaced inline copyright notice with #include "copyright.h"
|
octree.h
|
2.10
(21 years ago)
by greg:
Broke standard.h into rtio.h, rterror.h, rtmath.h, and rtmisc.h
|
otypes.c
|
2.4
(21 years ago)
by greg:
Compile error fixes for Linux and other improvements
|
otypes.h
|
2.15
(20 years ago)
by schorsch:
Continued ANSIfication, and other fixes and clarifications.
|
paths.c
|
2.4
(21 years ago)
by greg:
Compile fixes for gcc 3.3
|
paths.h
|
2.20
(21 years ago)
by schorsch:
Various platform compatibility fixes.
|
peano.c
|
2.3
(22 years ago)
by greg:
Replaced inline copyright notice with #include "copyright.h"
|
platform.h
|
3.11
(21 years ago)
by schorsch:
Added gethomedir.c and various compatibility fixes.
|
plocate.c
|
2.3
(22 years ago)
by greg:
Replaced inline copyright notice with #include "copyright.h"
|
plocate.h
|
2.7
(21 years ago)
by greg:
Broke standard.h into rtio.h, rterror.h, rtmath.h, and rtmisc.h
|
popen.c
|
2.6
(22 years ago)
by greg:
Replaced inline copyright notice with #include "copyright.h"
|
portio.c
|
2.11
(20 years ago)
by greg:
Added #undef for getc/putc where they were being replaced
|
preadwrite.c
|
3.2
(21 years ago)
by greg:
Included "platform.h" wherever lseek() was called
|
process.c
|
2.8
(20 years ago)
by greg:
Added -n option to mkillum for multiprocessing on shared memory machine
|
quit.c
|
2.5
(21 years ago)
by schorsch:
Added prototypes and includes from patch by Randolph Fritz.
Added more required includes and reduced other compile warnings.
|
radogl.h
|
3.11
(21 years ago)
by greg:
Fixed prototype for freemtl() to match function pointer in lookup.h
|
random.c
|
3.1
(22 years ago)
by greg:
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
|
random.h
|
2.14
(21 years ago)
by greg:
Fixed compile error with -DMC
|
readfargs.c
|
2.10
(21 years ago)
by schorsch:
Added grouping parens to reduce ambiguity warnings.
|
readmesh.c
|
2.13
(20 years ago)
by greg:
Added #undef for getc/putc where they were being replaced
|
readobj.c
|
2.19
(20 years ago)
by greg:
Increased buffer size for long commands/comments in Radiance scenes
|
readoct.c
|
2.26
(20 years ago)
by greg:
Added #undef for getc/putc where they were being replaced
|
resolu.c
|
2.4
(22 years ago)
by greg:
Replaced inline copyright notice with #include "copyright.h"
|
resolu.h
|
2.9
(21 years ago)
by schorsch:
Fixed typing/prototype of getheader() and its callback.
|
rexpr.c
|
2.9
(21 years ago)
by schorsch:
Added prototypes and includes from patch by Randolph Fritz.
Added more required includes and reduced other compile warnings.
|
rgldomat.c
|
3.4
(21 years ago)
by schorsch:
Reduced compile warnings, and other compatibility fixes.
|
rglfile.c
|
3.11
(20 years ago)
by schorsch:
Continued ANSIfication, and other fixes and clarifications.
|
rglinst.c
|
3.15
(20 years ago)
by greg:
Added const modifier to key and other parameters in lookup.h
|
rglmat.c
|
3.6
(21 years ago)
by schorsch:
Reduced compile warnings, and other compatibility fixes.
|
rglsrc.c
|
3.6
(21 years ago)
by schorsch:
Reduced compile warnings, and other compatibility fixes.
|
rglsurf.c
|
3.12
(20 years ago)
by greg:
ANSI-discovered fixes thanks to Schorsh
|
rterror.h
|
3.2
(21 years ago)
by schorsch:
Instrumented headers against multiple inclusion and for use from C++.
Moved includes in headers out of "C" scope.
|
rtio.h
|
3.8
(20 years ago)
by schorsch:
Continued ANSIfication, and other fixes and clarifications.
|
rtmath.h
|
3.3
(21 years ago)
by schorsch:
Instrumented headers against multiple inclusion and for use from C++.
Moved includes in headers out of "C" scope.
|
rtmisc.h
|
3.6
(20 years ago)
by schorsch:
Continued ANSIfication, and other fixes and clarifications.
|
rtprocess.h
|
3.10
(21 years ago)
by schorsch:
Created our own RT_PID instead of hijacking pid_t on Windows.
|
savestr.c
|
2.10
(20 years ago)
by greg:
Increased savestr() hash table size from 509 to 2039
|
savqstr.c
|
2.9
(21 years ago)
by schorsch:
Added prototypes submitted by Randolph Fritz.
|
sceneio.c
|
2.4
(21 years ago)
by schorsch:
Abstracted process and path handling for Windows.
Renamed FLOAT to RREAL because of conflict on Windows.
Added conditional compiles for some signal handlers.
|
selcall.h
|
3.10
(21 years ago)
by schorsch:
Instrumented headers against multiple inclusion and for use from C++.
Moved includes in headers out of "C" scope.
|
spec_rgb.c
|
2.13
(21 years ago)
by greg:
Removed stdio.h includes from calcomp.h, resolu.h, and color.h
|
standard.h
|
2.31
(21 years ago)
by greg:
Broke standard.h into rtio.h, rterror.h, rtmath.h, and rtmisc.h
|
strcmp.c
|
2.3
(22 years ago)
by greg:
Replaced inline copyright notice with #include "copyright.h"
|
targa.h
|
2.5
(21 years ago)
by greg:
Broke standard.h into rtio.h, rterror.h, rtmath.h, and rtmisc.h
|
tcos.c
|
3.4
(21 years ago)
by schorsch:
Added prototypes and includes from patch by Randolph Fritz.
Added more required includes and reduced other compile warnings.
|
tiff.h
|
3.11
(21 years ago)
by greg:
Updated to TIFF library version 3.5.7
|
tiffio.h
|
3.10
(21 years ago)
by greg:
Updated to TIFF library version 3.5.7
|
tifftypes.h
|
3.1
(21 years ago)
by greg:
Changed instances of "int4" to "int32" and "int2" to "int16"
|
tiffvers.h
|
3.4
(21 years ago)
by greg:
Updated to TIFF library version 3.5.7
|
tmap16bit.c
|
1.4
(21 years ago)
by schorsch:
Added grouping parens to reduce ambiguity warnings.
|
tmapcolrs.c
|
3.15
(21 years ago)
by schorsch:
Fixed typing/prototype of getheader() and its callback.
|
tmapluv.c
|
3.9
(21 years ago)
by schorsch:
Added grouping parens to reduce ambiguity warnings.
|
tmaptiff.c
|
3.4
(21 years ago)
by schorsch:
Added grouping parens to reduce ambiguity warnings.
|
tmaptiff.h
|
3.4
(21 years ago)
by greg:
Broke standard.h into rtio.h, rterror.h, rtmath.h, and rtmisc.h
|
tmerrmsg.h
|
3.6
(21 years ago)
by greg:
Broke standard.h into rtio.h, rterror.h, rtmath.h, and rtmisc.h
|
tmesh.c
|
2.4
(21 years ago)
by schorsch:
Reduced compile warnings, and other compatibility fixes.
|
tmesh.cal
|
2.2
(20 years ago)
by greg:
Fixed tile texturing in tmesh2rad -- thanks to Marucs Jacobs for the request
|
tmesh.h
|
2.5
(21 years ago)
by schorsch:
Abstracted process and path handling for Windows.
Renamed FLOAT to RREAL because of conflict on Windows.
Added conditional compiles for some signal handlers.
|
tmprivat.h
|
3.13
(21 years ago)
by schorsch:
Added prototypes and includes from patch by Randolph Fritz.
Added more required includes and reduced other compile warnings.
|
tonemap.c
|
3.15
(20 years ago)
by greg:
Added check for incompatible use of TM_F_MESOPIC with TM_F_BW
|
tonemap.h
|
3.16
(21 years ago)
by schorsch:
Instrumented headers against multiple inclusion and for use from C++.
Moved includes in headers out of "C" scope.
|
unix_process.c
|
3.6
(20 years ago)
by greg:
Fixed deadlock upon termination of mkillum with -n option
|
urand.c
|
2.9
(20 years ago)
by greg:
Fixed bug introduced in last change (serious)
|
urind.c
|
2.4
(21 years ago)
by schorsch:
Added prototypes and includes from patch by Randolph Fritz.
Added more required includes and reduced other compile warnings.
|
uvcode.h
|
3.2
(22 years ago)
by greg:
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
|
vars.h
|
2.7
(21 years ago)
by schorsch:
Added prototypes submitted by Randolph Fritz.
|
view.h
|
2.16
(20 years ago)
by greg:
Removed redundant #include's and fixed ordering on some headers
|
win_popen.c
|
1.4
(20 years ago)
by schorsch:
Included paths.h for X_OK.
|
win_process.c
|
3.4
(21 years ago)
by schorsch:
Various platform compatibility fixes.
|
wordfile.c
|
2.13
(20 years ago)
by schorsch:
Continued ANSIfication, and other fixes and clarifications.
|
words.c
|
2.9
(20 years ago)
by greg:
Fixed messed-up RCCS Id at top of file
|
wputs.c
|
3.6
(21 years ago)
by schorsch:
Added prototypes submitted by Randolph Fritz.
|
x11findwind.c
|
2.6
(20 years ago)
by schorsch:
Updated SCons build environment to work with a fresh download and on OS X, as suggested by Randolph Fritz.
|
xf.c
|
2.7
(21 years ago)
by greg:
Fixed a couple of bugs from last changes where atof() declaration was lost
|
zeroes.c
|
2.5
(21 years ago)
by schorsch:
Added prototypes and includes from patch by Randolph Fritz.
Added more required includes and reduced other compile warnings.
|