From e58c0245a5e9d35d7678f6835763ea97fb169503 Mon Sep 17 00:00:00 2001 From: Josh Yelon Date: Wed, 25 Oct 2006 17:48:39 +0000 Subject: [PATCH] New Release Notes --- doc/doc/ReleaseNotes | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/doc/doc/ReleaseNotes b/doc/doc/ReleaseNotes index 0f646d50de..0a4e477a21 100644 --- a/doc/doc/ReleaseNotes +++ b/doc/doc/ReleaseNotes @@ -1,3 +1,23 @@ +------------------------ RELEASE 1.3.0 ------------------------ + +This release contains several new features, and as such, it might be +buggy. However, we've been testing it internally for a couple weeks, +and it seems to be okay. It contains the following new features: + +* Stencil buffers and stencil operations now supported. +* Sound API now supports DSP and better support for large MP3s. +* Video uses FFMPEG instead of DirectShow - no more codec issues. +* Heightfield terrain. +* Support for intra-frame animation interpolation. +* Use of 'import *' now only imports correct symbols. +* Various minor improvements to the particle system. +* Scene editor at least partially operational (alpha level) +* Removed most of the 65,536 vertex-per-mesh limits. +* Various low-level optimizations. +* Support for threaded model loads (only in CVS, not in distro). +* Support for 'model-cache-dir', which caches a BAM each time you load an EGG. +* OnscreenText/DirectLabel can contain embedded 3D models inside the text. + ------------------------ RELEASE 1.2.3 ------------------------ The last release was a disaster: