summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorleo2000-11-18 17:12:10 +0000
committerleo2000-11-18 17:12:10 +0000
commitf07679223c031ca8365a53fcc11512c4bfd1a01e (patch)
treedd2a44740241e83714929212bfee301e0c7ca1b4 /docs
parent09746a951bb47ab3813f2fda9cf48444aca372b9 (diff)
Fixed Z buffer bug in the piece preview.
Fixed blending in the piece preview. git-svn-id: http://svn.leocad.org/trunk@164 c7d43263-9d01-0410-8a33-9dba5d9f93d6
Diffstat (limited to 'docs')
-rw-r--r--docs/CHANGES.txt17
1 files changed, 17 insertions, 0 deletions
diff --git a/docs/CHANGES.txt b/docs/CHANGES.txt
index baa4f88..1a3ec35 100644
--- a/docs/CHANGES.txt
+++ b/docs/CHANGES.txt
@@ -1,5 +1,22 @@
This is a changelog for developers only, not for ordinary users.
+18/11/2000
+ - Fixed Z buffer bug in the piece preview.
+ - Fixed blending in piece preview.
+
+12/11/2000
+ - Added the PtrArray class.
+ - Started adding the internal messaging system.
+ - Link with g++ instead of gcc.
+ - Moved all keyframer functions to the Object class.
+
+09/11/2000
+ - First implementation of the light classes.
+ - Added a const float* operator to the Vector class.
+ - Added functions to create transformation matrixes.
+ - Faster rendering of the camera objects.
+ - Added new minifig pieces.
+
01/10/2000
- Added an option to save custom minifigs to the Minifig Wizard.