From 96cf87e444f253fe8a1625e9d57faf3ca4ac36f7 Mon Sep 17 00:00:00 2001 From: rdb Date: Wed, 14 Aug 2019 15:11:39 +0200 Subject: [PATCH] doc: add release notes for Panda3D 1.10.4 --- doc/ReleaseNotes | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/doc/ReleaseNotes b/doc/ReleaseNotes index 37156c7dab..0d35d5a6ac 100644 --- a/doc/ReleaseNotes +++ b/doc/ReleaseNotes @@ -1,3 +1,38 @@ +------------------------ RELEASE 1.10.4 ----------------------- + +This release fixes a regression with DirectScrolledList in 1.10.3, +fixes various other bugs, and introduces a few minor features. + +* Fix exception trying to create DirectScrolledList +* Fix flickering in DirectScrolledFrame and other scissor issues (#681) +* Experimental support for Python 3.8 +* Support non-affine (eg. projective) transforms in calc_tight_bounds +* Allow setting notify-output after initial import +* Support for Maya 2019 +* On Windows, pip is now installed by the installer (#690) +* Fix Actor.makeSubpart on models with pre-bound animations (#647) +* Properly interrupt task manager if first task chain raises error (#692) +* Fix return value of encrypt_string in Python 3 (#684) +* Support writing loader plug-ins in Python +* Fix reading multiple p3d_TextureMatrix[] values from GLSL shaders +* Fix shader error flag not being set if GLSL compilation failed (#622) +* Add NodePath.replace_texture() convenience method +* Fix deadlock when building with SIMPLE_THREADS=1 (#704) +* Fix DirectOptionMenu cancelFrame not working inside scrolled frame (#658) +* Fix assertion when calling analyze() on geometry with strip cut index +* Implement fallback in GL renderer when F_sluminance is not supported (#693) +* Set reasonable limits for sliders in ParticlePanel +* Fix for DirectEntry autoCapitalize feature on Python 3 (#628) +* Fix various DirectGUI items not working before ShowBase is instantiated +* Work around an MSVC compiler bug in the release build +* PythonUtil.weightedChoice now raises IndexError on empty list +* Support changing DirectScrollBar width after initialiation (#699) +* Workaround for Bullet deadlock when adding shape to a scaled body (#689) +* Support setting DirectEntryScroll entry after initialization (#702) +* Fix some missing imports in directtools (#698) +* Fix undefined behavior issue when using musl-libc +* Update metadata of pip wheels + ------------------------ RELEASE 1.10.3 ----------------------- This is another bugfix release that addresses a variety of issues