ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/Development/ray/doc/notes/ReleaseNotes
(Generate patch)

Comparing ray/doc/notes/ReleaseNotes (file contents):
Revision 1.32 by greg, Fri Mar 26 03:11:50 2004 UTC vs.
Revision 1.191 by greg, Wed Oct 26 16:48:01 2011 UTC

# Line 1140 | Line 1140 | of recursive routines using sets to avoid overrunning
1140   the stack limit.
1141  
1142   ==============================
1143 < Version 3.6
1143 > Version 3.6 (Released 10/21/04)
1144  
1145   Modified 4-byte RGBE encoding routine to avoid problems
1146   when one or two primary values is negative and the other(s)
# Line 1172 | Line 1172 | Added -N option to rad to start multiple rendering pro
1172   parallel.
1173  
1174   Fixed bug where mesh instances were not being freed, so subsequent calls
1175 < in programs like ranimate would refer to bogus data.
1175 > in programs like ranimove would refer to bogus data.
1176  
1177   Added support in normtiff for floating-point and 16-bit/sample TIFF input
1178   files.
# Line 1256 | Line 1256 | Added -I option to replmarks for mesh instancing.
1256   Made similar change for virtual sources to allow modifiers and aliases
1257   on the mirror and prism types to work properly.
1258  
1259 < Rob Guglielmetti dded -lw and -lh options to falsecolor to control the
1259 > Rob Guglielmetti added -lw and -lh options to falsecolor to control the
1260   legend dimensions.  Made it so -lw 0 and/or -lh 0 turns legend off.
1261  
1262   Made it so pcompos will read everything from a stream even if it doesn't
1263   need it, so input commands will not receive a hangup signal.
1264  
1265   Wrote ra_bmp program to convert to and from Windows BMP files (finally).
1266 < It's a nasty format in so many ways -- I don't yet support conversion
1267 < from compressed 8-bit or 4-bit modes, but may in the near future.