gzz-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gzz-commits] (no subject)


From: Benja Fallenstein <address@hidden>
Subject: [Gzz-commits] (no subject)
Date: Sun, 18 Aug 2002 05:52:02 -0400

Update of /cvsroot/gzz/gzz/test/gzz/impl
In directory subversions:/tmp/cvs-serv1559/test/gzz/impl

Modified Files:
        TestSimpleDim.java 
Log Message:

1. Make extedit work. (If you don't have EDITOR set to anything
   an AWT window is used.)
2. Visual tuning; use HSB in Fallback.
3. Better depth sorting algorithm. The old one had clipping
   errors plus required storing one array per coordsys-- the
   new algorithm uses two ints per coordsys, so now the data
   of coord systems is now all stored in flat arrays (meaning
   the number of Java objects needed scales as log n times a
   constant factor, where n is the number of coord systems).
4. Fix a gotcha in MediaserverFiler-- the file format should
   be stable now (except that preflets will be added later,
   but that won't break existing data).
5. Start work on a rowcol view.

gzz/test/gzz/impl TestSimpleDim.java,1.11,1.12
Sun Aug 18 05:52:02 EDT 2002




reply via email to

[Prev in Thread] Current Thread [Next in Thread]