ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/lsys/NEWS
Revision: 1.1
Committed: Thu Nov 6 14:31:24 2008 UTC (15 years, 6 months ago) by root
Branch: MAIN
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 root 1.1 version 0.7
2     - make it compile with g++-4.x.
3     - improved support for alpha-framebuffers, for hardware that only
4     supports that.
5    
6     version 0.6 Tue Jan 7 20:26:50 CET 2003
7     - much improved opengl rendering.
8     - antialiasing now done in software by default,
9     which is much faster than accumbufs.
10     - ported to newer autoconf (2.57) and automake (1.7).
11     - long options work now.
12    
13     version 0.0.5 Mon Dec 23 11:26:34 CET 2002
14     - tried to compile on a current system, many fixes.
15     - "ported" to g++-3.2, i.e. newer c++.
16     - updated to antlr 1.33MR33.
17    
18     version 0.0.4
19     - use <exception> as base class.
20     - added -h switch (help).
21     - removed bogus options from Makefile.am.
22     - updated url.
23    
24     version 0.0.3 Wed Jun 2 15:14:36 CEST 1999
25     - more compatibility fixes.
26     - first release.
27    
28     version 0.0.2
29     - removed some BIIG memory leaks.
30     - eval cache implemented, lookup very slow.
31     - whole bunch of functions added (untested & undocumented, as everything).
32     - antialiasing implemented in opengl, just wait a few seconds/minutes.
33     - primitive rayshade interface added.
34     - primitive (?) radiance interface added.
35    
36     version 0.0.1 Fri Aug 14 19:35:06 CEST 1998
37     - initial revision.