additional 1.6 notes

This commit is contained in:
David Rose 2009-02-26 23:27:49 +00:00
parent 4880e73032
commit eb33a2ac4f

View File

@ -8,6 +8,9 @@ x.x.0 releases.
* Makepanda now fully supports OSX * Makepanda now fully supports OSX
* DDS textures are now supported * DDS textures are now supported
* COLLADA->egg converter added * 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 * Packpanda now also supports Linux
* Added libsquish support for DXT compression * Added libsquish support for DXT compression
* New MeshDrawer class for realtime mesh manipulation * New MeshDrawer class for realtime mesh manipulation
@ -23,6 +26,8 @@ x.x.0 releases.
* Left and right scrolling events now available * Left and right scrolling events now available
* Several improvements to API reference * Several improvements to API reference
* ShaderGenerator now supports several more blend modes and color scale * ShaderGenerator now supports several more blend modes and color scale
* .x converter now supports AnimTicksPerSecond
* Smoother transitions in FadeLodNode
* Various performance optimizations * Various performance optimizations
* Several more minor bugs fixed * Several more minor bugs fixed