Update ReleaseNotes

This commit is contained in:
rdb 2016-09-12 00:38:18 +02:00
parent 632ad5e3ef
commit 18085a7cb1

View File

@ -6,6 +6,7 @@ This issue fixes several bugs that were still found in 1.9.2.
* Fix crash using wx/tkinter on Mac as long as want-wx/tk is set * Fix crash using wx/tkinter on Mac as long as want-wx/tk is set
* Fix loading models from 'models' package with models/ prefix * Fix loading models from 'models' package with models/ prefix
* Fix random crashes in task system * Fix random crashes in task system
* Fix various race conditions causing threading issues
* Fix memory leaks in BulletTriangleMesh * Fix memory leaks in BulletTriangleMesh
* Fix loading old models with MovingPart<LMatrix4f> * Fix loading old models with MovingPart<LMatrix4f>
* Improve performance of CPU vertex animation somewhat * Improve performance of CPU vertex animation somewhat
@ -26,13 +27,13 @@ This issue fixes several bugs that were still found in 1.9.2.
* Fix issues with certain Cg shader inputs in DX9 * Fix issues with certain Cg shader inputs in DX9
* Support uint8 index buffers in DX9 * Support uint8 index buffers in DX9
* Fix occasional frame lag when loading a big model asynchronously * Fix occasional frame lag when loading a big model asynchronously
* Fix race condition reading string config var
* Fix interrogate parsing issue with "const static" * Fix interrogate parsing issue with "const static"
* Add back missing libp3pystub.a to Mac OS X SDK * Add back missing libp3pystub.a to Mac OS X SDK
* Fix RAM caching of 2D texture arrays * Fix RAM caching of 2D texture arrays
* Fix Ctrl+C interrupt propagation to runtime applications * Fix Ctrl+C interrupt propagation to runtime applications
* Support for InvSphere, Box and Tube solids in bam2egg * Support for InvSphere, Box and Tube solids in bam2egg
* Add normalized() method to vectors * Add normalized() method to vectors
* asyncFlattenStrong with inPlace=True caused node to disappear
------------------------ RELEASE 1.9.2 ------------------------ ------------------------ RELEASE 1.9.2 ------------------------