From eb33a2ac4f55a13cf4ac8f42f2336be6c588545c Mon Sep 17 00:00:00 2001 From: David Rose Date: Thu, 26 Feb 2009 23:27:49 +0000 Subject: [PATCH] additional 1.6 notes --- doc/doc/ReleaseNotes | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/doc/ReleaseNotes b/doc/doc/ReleaseNotes index c4e83f6324..e8113c7e9c 100644 --- a/doc/doc/ReleaseNotes +++ b/doc/doc/ReleaseNotes @@ -8,6 +8,9 @@ x.x.0 releases. * Makepanda now fully supports OSX * DDS textures are now supported * COLLADA->egg converter added +* New C++-based Task system, which includes async threading support +* Support for asynchronous on-demand loading of textures and/or animations +* New software-based renderer "tinydisplay" * Packpanda now also supports Linux * Added libsquish support for DXT compression * New MeshDrawer class for realtime mesh manipulation @@ -23,6 +26,8 @@ x.x.0 releases. * Left and right scrolling events now available * Several improvements to API reference * ShaderGenerator now supports several more blend modes and color scale +* .x converter now supports AnimTicksPerSecond +* Smoother transitions in FadeLodNode * Various performance optimizations * Several more minor bugs fixed