ReleaseNotes 72 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695
  1. ------------------------ RELEASE 1.10.4.1 ---------------------
  2. This release fixes only one critical regression: calling destroy()
  3. on a DirectGUI item would cause an exception.
  4. ------------------------ RELEASE 1.10.4 -----------------------
  5. This release fixes a regression with DirectScrolledList in 1.10.3,
  6. fixes various other bugs, and introduces a few minor features.
  7. * Fix exception trying to create DirectScrolledList
  8. * Fix flickering in DirectScrolledFrame and other scissor issues (#681)
  9. * Experimental support for Python 3.8
  10. * Support adding icons to deployed applications
  11. * Support non-affine (eg. projective) transforms in calc_tight_bounds
  12. * Allow setting notify-output after initial import
  13. * Fix macOS issue locating Panda3D using Python 2.7.13+ from python.org
  14. * Support for Maya 2019
  15. * On Windows, pip is now installed by the installer (#690)
  16. * Fix Actor.makeSubpart on models with pre-bound animations (#647)
  17. * Properly interrupt task manager if first task chain raises error (#692)
  18. * Fix return value of encrypt_string in Python 3 (#684)
  19. * Support writing loader plug-ins in Python
  20. * Fix reading multiple p3d_TextureMatrix[] values from GLSL shaders
  21. * Fix shader error flag not being set if GLSL compilation failed (#622)
  22. * Add NodePath.replace_texture() convenience method
  23. * Fix deadlock when building with SIMPLE_THREADS=1 (#704)
  24. * Fix DirectOptionMenu cancelFrame not working inside scrolled frame (#658)
  25. * Fix assertion when calling analyze() on geometry with strip cut index
  26. * Implement fallback in GL renderer when F_sluminance is not supported (#693)
  27. * Set reasonable limits for sliders in ParticlePanel
  28. * Fix for DirectEntry autoCapitalize feature on Python 3 (#628)
  29. * Fix various DirectGUI items not working before ShowBase is instantiated
  30. * Work around an MSVC compiler bug in the release build
  31. * PythonUtil.weightedChoice now raises IndexError on empty list
  32. * Support changing DirectScrollBar width after initialiation (#699)
  33. * Workaround for Bullet deadlock when adding shape to a scaled body (#689)
  34. * Support setting DirectEntryScroll entry after initialization (#702)
  35. * Fix some missing imports in directtools (#698)
  36. * Fix undefined behavior issue when using musl-libc
  37. * Update Eigen in Windows thirdparty packages to 3.3.7
  38. * Update metadata of pip wheels
  39. ------------------------ RELEASE 1.10.3 -----------------------
  40. This is another bugfix release that addresses a variety of issues
  41. in 1.10.2 and further improves the stability.
  42. * Fix crash when unplugging certain devices on macOS
  43. * Fix crash on macOS when using RIME input
  44. * Fix logging issues/crashes in apps deployed with Python 2.7
  45. * Fix issues when starting in fullscreen on Linux/X11
  46. * Fix mapping of several gamepads including Trust GXT 24
  47. * Fix Linux crash when no input devices are present
  48. * Unbreak support for matrix arrays in vertex data in OpenGL
  49. * Allow creating multisample FBO in OpenGL with non-MS host window
  50. * Support playing and looping compressed Ogg and WAV audio files
  51. * Fix generation of CollisionBox for transformed geometry in .egg
  52. * Fix Bullet rigid body transform not updating after reparenting
  53. * Fix sporadic color scales with lighting and custom GLSL shader
  54. * Prevent faulty shaders from shutting down GSG on some drivers
  55. * Allow None as either argument to OdeJoint.attach()
  56. * Fix BufferViewer when main window is not opened right away
  57. * Properly detect extension of pz/gz compressed video/audio files
  58. * Fix for invalid behavior of SparseArray methods to clear bits
  59. * FilterManager now allows overriding framebuffer properties
  60. * Fix detection of core-only OpenGL profile on some drivers
  61. * Add gl-forward-compatible config var for OpenGL context creation
  62. * Add paste-emit-keystrokes variable to disable Ctrl+V on Windows
  63. * Fix in-place |= operator on Panda types (such as SparseArray)
  64. * Fix rare FFmpeg "bad src image pointers" errors after seek
  65. * Fix uses of types.InstanceType in some obscure direct functions
  66. * Fix capsule-into-sphere collision test in degenerate case
  67. * KeyboardButton.ascii_key now also accepts a str character
  68. * Fix errors in various Tkinter DIRECT widgets
  69. * Expose save_egg_file/save_egg_data functions in Python API
  70. * Fix assertion error in BoundingBox.set_min_max
  71. * Fix typo in CollisionTraverser.respect_prev_transform property
  72. * Properly install Python bindings when building FreeBSD installer
  73. ------------------------ RELEASE 1.10.2 -----------------------
  74. This release fixes several more bugs, including a few regressions
  75. in 1.10.1. Upgrading is highly recommended.
  76. * Fix regression on Windows causing freezes and instability
  77. * Fix a memory leak issue in Python applications
  78. * Fix crash reading unaligned float4 column in GeomVertexReader
  79. * Fixes for switching to fullscreen at runtime on Windows and Linux
  80. * Fix incorrect display mode listing in some Linux distributions
  81. * Fix threading crash on Linux when using get_keyboard_map()
  82. * Support "from __future__ import division" for Panda types
  83. * Support building with Visual Studio 2019 in makepanda
  84. * Work around Assimp crash when loading multiple .ply models
  85. * On Windows, a Python 3-compatible version of Pmw is included
  86. * Fix ParticlePanel spam when hovering over File menu items
  87. * TexMemWatcher has been fixed for Python 3
  88. * Prevent macOS window getting stuck after base.destroy()
  89. * Fix assertion setting mass before shape with Bullet debug build
  90. * Don't error if DirectScrolledFrame is destroyed twice
  91. * Fix reference count corruption accessing task.__dict__
  92. * Fix writing to SequenceNode frame_rate property
  93. * Fix collider sort not copied when copying CollisionNode
  94. * Add OpenCollective backer file
  95. ------------------------ RELEASE 1.10.1 -----------------------
  96. This is a bugfix release intended to fix several issues in 1.10.0.
  97. * Fix crashes when gamepad is plugged in on 32-bit Windows
  98. * Fix deploy-ng error regarding 'exist_ok' on Python 2
  99. * Fix Linux install from pip not working with some mesa drivers
  100. * Fix compatibility issues with upcoming Python 3.8
  101. * Fix regression with Audio3DManager.setSoundVelocityAuto()
  102. * Fix issues when awaiting loader.loadModel in Python 3.7
  103. * Audio3DManager accepts tuple in setSoundVelocity/setListenerVelocity
  104. * Fix lighting being disabled when only an AmbientLight is active
  105. * Fix an error saving from Particle Panel in Python 3
  106. * Depth buffer now defaults to 24-bit on macOS (fixes flickering)
  107. * Fix no devices being detected on Windows with threading-model
  108. * Implement collision tests from Capsule and Box into InvSphere
  109. * Fix odd behavior and occasional crash in QuatInterval
  110. * Fix SpriteAnim error in particle system
  111. * Fix ShaderGenerator error when using too many shadowing lights
  112. * Fix interrogate crash in Python 3 with optional wstring args
  113. * Fix compilation errors for x86 Android platform
  114. * Fix permissions of directories created by installpanda
  115. * Improvements to API reference documentation
  116. * Fix incorrect features printed out when printing an InputDevice
  117. * Support cross-compiling for Android platforms in makepanda
  118. * Work around various bugs when compiling with OS X 10.7's libc++
  119. * Fix wrong error sometimes being reported when loading plug-in
  120. * Allow getting NodePath from CullTraverserData object
  121. * Add config options to Assimp loader for generating normals
  122. * Fix multisampling in floating-point framebuffers on OpenGL
  123. * Parse egg files with 4-component tangents (must be 1 or -1)
  124. * StencilAttrib.make() write_mask argument is now optional
  125. ------------------------ RELEASE 1.10.0 -----------------------
  126. This is a major release with significant changes. Please review the
  127. changes when upgrading. The list below is by no means exhaustive, but
  128. should contain the most important changes.
  129. General
  130. * Experimental ability to build for Android
  131. * New input framework to natively support gamepads, joysticks, etc.
  132. * Multi-threaded render pipeline is a lot more stable now
  133. * New setuptools-based deployment pipeline
  134. * Improvements to mouselook smoothness
  135. * Cache is now at $XDG_CACHE_HOME/panda3d (~/.cache/panda3d), not ~/.panda3d
  136. * Addition of unit test suite
  137. * Many improvements to thread safety
  138. * Many performance improvements
  139. * Tons of bugfixes
  140. * Big style cleanup of C++ source code
  141. Python API
  142. * Complete support for Python 3
  143. * Support for coroutines and async/await
  144. * Property interfaces have been added for many settings
  145. * More flexible handling for keyboard arguments in C++ APIs
  146. * Python bindings are completely separated out of the C++ libraries.
  147. * Interrogate binding generator has many improvements.
  148. * Use of pandac.PandaModules is discouraged, use panda3d.core et al
  149. * Use of libRocket is discouraged due to lack of Python 3 support
  150. * Tasks are now sorted in addition order when lacking a sort value
  151. * Fixes iris/fade transitions for extreme aspect ratios
  152. * WeakNodePath is now exposed to Python
  153. * WindowProperties.size(x, y) deprecated; use WindowProperties(size=(x, y))
  154. * Calling bare run() is deprecated, use base.run() instead
  155. * downcastTo*() methods have been removed, they were already no-ops
  156. Rendering
  157. * Add new shader-based terrain rendering method (ShaderTerrainMesh)
  158. * The default ColorAttrib mode is now T_vertex
  159. * The ColorAttrib T_off mode now properly disables vertex colors entirely
  160. * Make handling of color attributes more consistent between renderers
  161. * Ability to create an OpenGL core profile context; set "gl-version 3 2"
  162. * Experimental support for reverse-Z rendering for best depth precision
  163. * sRGB framebuffers supported more widely
  164. * Support for infinite near/far clip in lens
  165. * Add some PBR material parameters to material class
  166. * Addition of more built-in GLSL shader inputs; see manual.
  167. * Add p3d_FragData[] GLSL output for MRT in GLSL 1.30
  168. * Add flag enabling vertex shader control over point size
  169. * Support signed ints and double-precision floats in vertex data with GLSL
  170. * Support unsigned 11/10/10-bit floating-point textures and vertex data
  171. * Support for SSBOs via ShaderBuffer class
  172. * Support OpenGL FBO buffers without any attachments
  173. * Support passing uint variables to GLSL shader
  174. * Allow rendering objects with empty vertex data (for vertex pulling)
  175. * Add LogicOpAttrib, for supporting logical operator blending
  176. * Improvements to OpenGL ES support
  177. * Support for geometry with adjacency information
  178. * Change default alpha blending to improve blending rendered result
  179. * New method for obtaining native OpenGL texture object
  180. * Support windowless offscreen rendering on macOS
  181. * Panda resets OpenGL state better before and after draw callbacks
  182. * OpenGL renderer better supports debugging tools like apitrace
  183. * Support fixed-depth billboards, useful for 2D tags that don't change size
  184. Shader generator
  185. * Significant performance improvements
  186. * Support for point light shadows
  187. * Hardware skinning support
  188. * Changes to match fixed-function pipeline better
  189. * Fixes for normal vector normalization
  190. * Support multiple normal maps (uses Reoriented Normal Mapping)
  191. * Tracks modifications to materials and texture stages automatically
  192. Lighting
  193. * Allow specifying light color based on color temperature
  194. * Setting specular color of a light separately is deprecated
  195. * New GLSL inputs to make implementing lighting in shaders much easier
  196. * Add representation for sphere light and rectangle light
  197. * Efficiency improvements for passing light information to shader
  198. * Interocular distance for shadow cameras now always defaults to 0
  199. * Add low-level lighting module from RenderPipeline
  200. Textures
  201. * Support cube map arrays
  202. * Support buffer textures
  203. * Many more texture formats supported
  204. * BC4 and BC5 compression modes supported
  205. * Proper depth textures supported in DirectX 9 renderer
  206. * set_ram_image(_as) directly supports buffer protocol
  207. * TexturePeeker supports more formats and component types
  208. Text
  209. * Dramatic improvements to text rendering performance
  210. * Support for HarfBuzz for higher-quality text shaping and kerning
  211. * Support for right-to-left text
  212. * Support for signed-distance-field rendering in egg-mkfont
  213. Audio/video
  214. * The default unit for audio is now 1 meter for each Panda unit.
  215. * Native .flac loader
  216. * Support videos with alpha channel in ffmpeg
  217. * OpenAL stability improvements, especially on macOS
  218. * Support loading .opus files with libopusfile
  219. * Fix various memory leaks
  220. Physics / collisions
  221. * CollisionTube is renamed to CollisionCapsule.
  222. * Box-box collision test is improved to work well with the Pusher
  223. * More box tests for collision system: box-into-plane, box-into-poly
  224. * Capsule (tube) can be used as "from" shape into plane, sphere, capsule, box
  225. * Bullet objects are serializable to .bam files.
  226. * Bullet bindings are now thread safe.
  227. * Bullet debug drawer is more efficient; no longer inherits GeomNode.
  228. * Various fixes to bullet vehicle wheel synchronization
  229. * PhysX bindings are deprecated.
  230. Pipeline / loading
  231. * Support for Assimp library to load a broad variety of model formats
  232. * Ability to specify min-lod, max-lod, lod-bias in .egg file
  233. * Egg file materials support PBR-style material parameterization
  234. * Support loading more DDS files, including DX10-style ones
  235. * Add support for OpenEXR and HDR textures
  236. * Support line/point thickness in bam2egg
  237. * bam2egg no longer inserts a vestigial ModelNode at the top
  238. * bam2egg supports depth test, offset, cull bin attributes
  239. * Accept a .gz file wherever a .pz file is accepted
  240. * egg-palettize supports mirror and border-color wrap modes
  241. * More robust checks against memory corruptions when loading bad .bam files
  242. * Support for Maya 2017 and 2018
  243. * Support preprocessing GLSL shaders created with Shader.make
  244. Build
  245. * We now require using MSVC 2015 or 2017 to compile on Windows.
  246. * At least GCC 4.8 is now required.
  247. * With GCC/clang, enabling C++11 is now required.
  248. * Allow building with more recent ffmpeg versions
  249. * Support for old FFMpeg versions (before 1.1) dropped.
  250. * The ppremake build system has been removed.
  251. * Support for OpenSSL versions before 0.9.7 has been dropped.
  252. C++
  253. * Use of NULL is replaced with nullptr
  254. * WeakPointerTo now requires use of lock() method for thread safety
  255. * Mutex et al now satisfy C++11 Lockable constraints
  256. * Panda headers no longer contain `using namespace std;`
  257. * PN_int32 et al have been removed, use stdint.h types instead
  258. * The need to link with pystub and add Python include dirs is removed.
  259. ------------------------ RELEASE 1.9.4 ------------------------
  260. One of the bugfixes in the last 1.9.3 release introduced a regression,
  261. therefore it was decided to make another 1.9.x release.
  262. * Fix 1.9.3 regression with generating geometry in threaded pipeline
  263. * Various compile warning fixes
  264. * Fix occasional crash in PNMImage::quick_filter_from()
  265. * Fix issue taking screenshots from an OpenGL FBO buffer
  266. * Fix various issues with MeshDrawer
  267. * Fix issue with collision sphere generation in bam2egg
  268. * Fix compile errors with more obscure Python configurations
  269. * Fix assert when using Texture.load_sub_image to load whole image
  270. * Fix fsm FourState
  271. ------------------------ RELEASE 1.9.3 ------------------------
  272. This issue fixes several bugs that were still found in 1.9.2.
  273. * Fix crash when using homebrew Python on Mac OS X
  274. * Fix crash when running in Steam on Linux when using OpenAL
  275. * Fix crash using wx/tkinter on Mac as long as want-wx/tk is set
  276. * Fix loading models from 'models' package with models/ prefix
  277. * Fix random crashes in task system
  278. * Fix various race conditions causing threading issues
  279. * Fix memory leaks in BulletTriangleMesh
  280. * Fix loading old models with MovingPart<LMatrix4f>
  281. * Improve performance of CPU vertex animation somewhat
  282. * Show framebuffer properties when fbprop request fails
  283. * Show error instead of crash on use of object before __init__
  284. * Fix hang on exit when using Python task on threaded task chain
  285. * Fix inability to get RGBA renderbuffer in certain cases
  286. * Work around GLSL issue with #pragma and certain Intel drivers
  287. * Improve performance of texture load and store operations
  288. * Fix crashes with pbuffers on Intel cards on Windows
  289. * Support for Autodesk Maya 2016.5
  290. * Add shadow-depth-bits config var to control shadow map depth
  291. * Fix cull issue when rendering cube map (or any multi-lens setup)
  292. * Fix crash rendering with the same camera to different contexts
  293. * Fix compile error when making static build with DX9 renderer
  294. * Fix assertion when using aux render targets in DX9
  295. * Work around Cg bug generating invalid ASM for saturated tex loads
  296. * Fix issues with certain Cg shader inputs in DX9
  297. * Support uint8 index buffers in DX9
  298. * Fix occasional frame lag when loading a big model asynchronously
  299. * Fix interrogate parsing issue with "const static"
  300. * Add back missing libp3pystub.a to Mac OS X SDK
  301. * Fix RAM caching of 2D texture arrays
  302. * Fix Ctrl+C interrupt propagation to runtime applications
  303. * Support for InvSphere, Box and Tube solids in bam2egg
  304. * Preserve "intangible" and "level" collide flags in bam2egg
  305. * Add normalized() method to vectors
  306. * asyncFlattenStrong with inPlace=True caused node to disappear
  307. * Fix asyncFlattenStrong called on nodes without parent
  308. * Fix is_playing() check when playing an animation backwards
  309. * Windows installer no longer clears %PATH% if longer than 1024 chars
  310. * Fix inoperative -tbn/-tbnall/-tbnauto options in egg-optchar
  311. * Fix tinydisplay texture errors on shutdown
  312. * Fix mipmap filtering issues in tinydisplay renderer
  313. * Fix exception when creating intervals before ShowBase is started
  314. * Fix rare X11 .ico cursor bug; also now supports PNG-compressed icons
  315. * Add keyword argument support to make() methods such as Shader.make()
  316. * Fix compilation errors with Bullet 2.84
  317. * Fix exception when trying to pickle NodePathCollection objects
  318. * Fix error when trying to raise vectors to a power
  319. * GLSL: fix error when legacy matrix generator inputs are mat3
  320. * Now tries to preserve refresh rate when switching fullscreen on Windows
  321. * Fix back-to-front sorting when gl-coordinate-system is changed
  322. * Now also compiles on older Linux distros (eg. CentOS 5 / manylinux1)
  323. * get_keyboard_map now includes keys on layouts with special characters
  324. * Fix crash due to incorrect alignment when compiling Eigen with AVX
  325. * Fix crash when writing 16-bit .tif file (now silently downsamples)
  326. ------------------------ RELEASE 1.9.2 ------------------------
  327. This is a minor bugfix release, fixing a few minor issues that
  328. remained in the 1.9.1 release, including:
  329. * Fix compile errors with more recent versions of ffmpeg
  330. * Include .lib files for pyd modules in Windows SDK
  331. * packp3d now recognizes default egg-object-type definitions
  332. * Fix issues with sphere-into-box and box-into-sphere collisions
  333. * Texture VRAM usage is now correctly reported by pstats
  334. * Support for reading BMP files with alpha channel
  335. * Fix OpenGL crashes in very ancient OpenGL versions
  336. * Fix rare compile issues and crashes with esoteric Python set-ups
  337. * Fix crash when extracting texture that's not a multiple of 4 bytes
  338. * Work around buggy NVIDIA driver that reports _main_* shader inputs
  339. * Add version of transform_vertices that accepts a SparseArray
  340. * Clamp shininess to 0 to avoid GL error when shininess < 0
  341. * Fix various bugs in RopeNode and NurbsCurveEvaluator
  342. * Fix clock-mode Config.prc settings
  343. * NodePath render_mode setters no longer reset wireframe color
  344. * Fix constant reloading of texture when gl-ignore-mipmaps is set
  345. * BamReader now releases the GIL (so it can be used threaded)
  346. * Fix AttributeError in direct.stdpy.threading module
  347. ------------------------ RELEASE 1.9.1 ------------------------
  348. This minor release fixes some important regressions and bugs found
  349. in 1.9.0, but also introduces a few minor features.
  350. It also reintroduces the deployment tools that were absent from
  351. the previous release.
  352. The following issues were fixed:
  353. * SDK now properly installs in Mac OS X 10.11 "El Capitan"
  354. * Windows 8.1+ no longer applies DPI virtualization to Panda window
  355. * Fix ffmpeg library load issue on Mac OS X
  356. * Fix issues running maya2egg on Mac OS X
  357. * Fix compiler errors on different platforms
  358. * Fix various rare crashes
  359. * Fix crashes on shutdown in threaded pipeline
  360. * Fix low-level threading crash on ARM machines
  361. * More reliably and robustly handle failures opening OpenAL device
  362. * Textures were not being scaled to power-of-2 in some cases
  363. * Correct scaling of normal vectors with flatten operation
  364. * Correct positioning of viewing axis when showing lens frustum
  365. * Add dpi-window-resize option to auto-resize window on DPI change
  366. * Fix assertions when alpha-file-channel references unknown channel
  367. * Use OpenGL-style vertex colors by default on non-Windows systems
  368. * Default vertex column alignment is now 4 bytes
  369. * Add PNMImage premultiply/unpremultiply methods.
  370. * Fix incorrect parsing of numbers with exponents in Config.prc
  371. * Fix for reading URLs mounted via the virtual file system
  372. * Fix shader generator memory leaks and runtime performance
  373. * Fix shader generator scaling of binormals and tangents
  374. * Expose _NET_WM_PID to window managers in X11
  375. * Fix a range of bugs in tinydisplay renderer.
  376. * Don't error when setting lens far distance to infinity
  377. * Allow passing custom lens to saveCubeMap/saveSphereMap
  378. * Fix errors in saveCubeMap/saveSphereMap in threaded pipeline
  379. * Fix DynamicTextFont.makeCopy()
  380. * Make Texture memory size estimation more accurate
  381. * Fix various window resizing issues
  382. * Fix PandaSystem.getCompiler() value for clang (it reported gcc)
  383. * x2egg no longer replaces face normals with vertex normals
  384. * Include Eigen headers in Mac and Windows SDK
  385. * Added geomipterrain-incorrect-normals setting, default=true
  386. * DisplayInformation resolution list was missing on Windows
  387. * Upgrade FMOD and Bullet versions on Windows and Mac OS X
  388. * Various performance optimizations
  389. * Fixed various other bugs not listed here.
  390. Fixes and improvements for the runtime:
  391. * Fix splash screen freezing in the X11 web plug-in
  392. * pdeploy will now handle extracted files (eg. .ico and .cur)
  393. * Added more options for customizing splash screen
  394. * Fix missing xml and ast modules from morepy package
  395. * Certificate dialog is now localized to various languages
  396. * Fix packp3d error when Python file is not in a package
  397. * Pass on failing exit status from packaged application
  398. * Remove annoying ":Packager(warning): No such file" warning
  399. * Fix issue installing pdeploy-generated .pkg on OS X 10.11
  400. Fixes for the Python API:
  401. * Fix mysterious and rare crash in tp_traverse
  402. * Bullet step function accidentally defaulted to step size of 0
  403. * Fix overflow of file offsets (eg. when seeking in huge files)
  404. * Fix regression with memoryviews
  405. * Fix hasattr/getattr of vector classes for invalid attributes
  406. * Allow passing a long to methods accepting an int
  407. * Fix crash when passing None to Filename constructor
  408. * MouseWatcherGroup was erroneously not exposed in 1.9.0
  409. * ShowBase no longer unmounts VFS when shutting down
  410. * No longer requires setting PATH to import panda3d.*
  411. * DirectDialog default geom is once again respected
  412. * DirectDialog no longer overrides custom frameSize
  413. * Fix WebcamVideo/MicrophoneAudio.getOptions() methods
  414. Changes relating to the OpenGL renderer:
  415. * Various performance improvements
  416. * Fix point/line thickness setting
  417. * Improve GLSL error reporting
  418. * Fix Intel driver issues, particularly with geometry shaders
  419. * Add more error checking for parameter types
  420. * Integer shader inputs were not being converted to float properly
  421. * Fix crash passing an undersized array to a GLSL shader input
  422. * p3d_ColorScale et al may now be declared as vec3
  423. * Fix flickering when using trans_model_to_apiview in Cg
  424. * Support wireframe and point rendering modes in OpenGL ES
  425. * Fix issue with model disappearing in rare cases with GLSL
  426. * Fix ColorWriteAttrib not working as it should
  427. * Allow deactivating PStats collectors for GPU timers
  428. * Memory residency of graphics buffers now tracked by PStats
  429. * Allow changing OpenGL coordinate system with gl-coordinate-system
  430. Fixes for libRocket integration:
  431. * libRocket did not work on Mac OS X in 1.9.0
  432. * Fix inconsistent behavior with non-power-of-2 textures in rocket
  433. * Use model-path for finding libRocket assets
  434. * Add missing keys to libRocket keymap
  435. * libRocket elements showed up white in tinydisplay
  436. New features:
  437. * Add -L (lighting) and -P (graphics pipe) pview options
  438. * Add M_confined mouse mode that keeps cursor in window
  439. * Add sample program demonstrating mouse modes
  440. * bam2egg supports collision sphere and plane solids
  441. * p3d_TransformTable GLSL input backported from 1.10 branch
  442. * Add openal-device setting for selecting OpenAL audio output
  443. * Add limited modification timestamp tracking for Ramdisk mounts
  444. * Support for Autodesk Maya 2016
  445. ------------------------ RELEASE 1.9.0 ------------------------
  446. This is a major release with many exciting new features!
  447. Beware of bugs.
  448. The list below contains a subset of the changes introduced:
  449. * We now offer 64-bit Windows and Mac OS X builds.
  450. * Switch to MSVC 2010; no more assembly manifests.
  451. * Cocoa port for better Mac OS X support, esp. newer versions.
  452. * We now compile the Python modules into panda3d/*.pyd modules;
  453. no more imp.load_dynamic hackery needed.
  454. * Support for GPU profiling in OpenGL, see pstats-gpu-timing
  455. * sRGB framebuffers, see framebuffer-srgb
  456. * sRGB texture support, see Texture::F_srgb et al.
  457. * Integer vector support, including passing to shaders
  458. * Native .ogg vorbis and .wav loader (does not require ffmpeg)
  459. * FFmpeg support is a separate plug-in module now, libp3ffmpeg.
  460. * Sample programs are now part of the source code repository
  461. * Can be built with Python 3 (highly experimental)
  462. * Improvements to Windows installer
  463. * M_filled_wireframe rendering mode
  464. * Support specifying sampler state separate from textures
  465. * Support for bindless texture clearing
  466. * Texture LOD bias and min/max LOD settings
  467. * Framebuffer properties allows separate red/green/blue bits
  468. * Explicit float color and float depth specification in fbprops
  469. * Coverage samples settable via FrameBufferProperties
  470. * Stereo buffer implementation in OpenGL via FBOs
  471. * Support enumeration of pixel formats in WebcamVideo
  472. * Frame rate meter can be configured to show milliseconds
  473. * Changes to improve font crispness with default settings
  474. * Fix assertion error when using more than one GraphicsEngine
  475. * raw-w, raw-a, etc. keyboard events for layout-independent input
  476. * Allow querying active keyboard layout via win.get_keyboard_map()
  477. * Distinguish between lmeta and rmeta keys on Mac OS X
  478. * Floating-point image manipulation API, support float tiffs
  479. * Various new 16-bit and 32-bit and int texture formats
  480. * Man pages are now available for the majority of utilities
  481. Pipeline:
  482. * Fix bugs with <Collide> group transformations in .egg
  483. * Don't create unnecessary intermediate node when loading .egg
  484. * bam2egg supports materials, and correctly converts animations
  485. * dae2egg has some skeletal animation support
  486. * Support Maya versions up to 2015
  487. OpenGL renderer changes:
  488. * Error checking is now OFF by default for performance reasons,
  489. set gl-check-errors or gl-debug to true to enable.
  490. * GL 4.2 shader_image_load_store support (incl. multi-bind)
  491. * Layered render-to-texture (using geometry shaders)
  492. * Seamless cube maps (on by default), see gl-cube-map-seamless
  493. * Added gl-debug for improved debug output support
  494. * Added GL object labels when gl-debug is enabled
  495. * gl-dump-compiled-shaders can be used to dump program binaries
  496. * Direct3D-style NT_packed_dabc vertex arrays now directly supported
  497. * Native rendering of line strips, using primitive restart
  498. * Immutable texture storage support (disabled by default)
  499. * Bindless texture support (disabled by default)
  500. * Specular component is now computed separately in FFP
  501. Shader system:
  502. * Support for tessellation shaders
  503. * Support for compute shaders via ComputeNode
  504. * GLSL preprocessor with "#pragma include" support
  505. * Much better coverage of shader inputs in GLSL
  506. * GLSL error messages now show source filename
  507. * Fixes apiclip_of_x shader inputs
  508. * Matrices can be passed directly to setShaderInput
  509. * Support binding images to shaders
  510. * Viewport array support
  511. Optimizations and performance improvements:
  512. * Use of C++11 move semantics to reduce refcounting overhead
  513. * Build with Eigen by default for faster linear math
  514. * Dramatic overhead reduction of generated bindings
  515. * Streamline culling process
  516. * Tighter bounding volume generation
  517. * Take advantage of CPU features for bit operations
  518. * Circumvent bounding volume generation when not required
  519. * Optimizations for interned strings
  520. * Use of GCC atomics should improve 64-bit Linux performance
  521. API features:
  522. * Buffer protocol support for textures and arrays
  523. * Interrogate supports various C++11 features
  524. * Expose TextGlyph interfaces for making custom text renderers
  525. * Better handling of default arguments for many functions
  526. * Cyclic references can sometimes be tracked through tasks
  527. * ShowBase clean teardown possible
  528. * API documentation is more accurate
  529. * Improve interfaces for interop with other applications
  530. Deprecated features:
  531. * Use of pandac.PandaModules is discouraged; use panda3d.core
  532. * Deprecate DirectStart and global run() function; use ShowBase
  533. * Remove old decal system
  534. * Remove Direct3D 8 renderer
  535. * Remove M_light_vector tex gen mode and FFP-based bump mapping
  536. Bug fixes:
  537. * Various point rendering issues are fixed now
  538. * Fix pview issue with 1-frame and/or multiple animations
  539. * Fixes for multisampling in FBOs
  540. * Fix aspect ratio of frame rate meter
  541. * Support NaN and infinity values in Config.prc variables
  542. * Fixes for webcams on Linux that do not output Huffman tables
  543. * Better support for non-basic Cg shaders on non-NVIDIA cards
  544. * Many others
  545. ------------------------ RELEASE 1.8.1 ------------------------
  546. This is a bugfix release, fixing many issues in 1.8.0.
  547. However, there may still be some (minor) bugs.
  548. * Fix a host of issues related to GLSL shaders
  549. * Fix incorrect registry entry for Python in Windows installer
  550. * pdeploy generated binaries with wrong architecture on Linux
  551. * Fix runtime error in pdeploy when building for Windows
  552. * Support for Maya 2013
  553. * ARToolKit now also works on Mac OS X
  554. * WM_CLASS can be set using x-wm-class and x-wm-class-name
  555. * No longer crashes when Xrandr is not supported
  556. * Aux normals are now also normalized when no lights are applied
  557. * Fix hidden cursor when switching fullscreen on Mac OS X
  558. * PackageInstaller didn't add packages to system paths
  559. * Allow disabling custom cursor on Windows
  560. * Fix incorrect panning of 3D audio
  561. * Fix omission of textures of non-standard format in ShaderGenerator
  562. * Fix compile issue with newer gcc versions
  563. * Fix circular reference held by ActorNode
  564. * Window is now correctly centered on Windows
  565. * Fix confusion with depth range of Lens::project()
  566. * Now successfully compiles against recent SSL versions on Windows
  567. * Fix incorrect Cg TEXUNIT0 binding during the first frame
  568. * TextNode::set_text_scale now correctly scales spaces as well
  569. * Expose AudioLoadRequest to Python (for async audio loading)
  570. * Support for the libRocket debugger
  571. * Fix newline entry in libRocket
  572. ------------------------ RELEASE 1.8.0 ------------------------
  573. This is a major release, with several big new features. As such,
  574. it is likely to contain bugs.
  575. * True threading support now enabled in the default build
  576. * Pipelined rendering: app, cull, and draw can run in parallel, each
  577. in their own thread
  578. * Web plugin is more robust, and better supports Safari and Chrome
  579. * Plugin runs properly when the username contains non-ASCII characters on Windows
  580. * Added appRunner.p3dFilename and appRunner.p3dUrl to provide p3d
  581. location
  582. * Multifiles (and p3d files) now make a distinction between binary and
  583. text files
  584. * OccluderNode added for explicit occlusion culling
  585. * Ambient occlusion generation for terrain
  586. * Fixed bug where Windows installer wipes %PATH% when it's too long
  587. * Added fog support to the shader generator
  588. * Added normal_gloss texture mode
  589. * Added a custom color option to the cartoon filter
  590. * Support for texture arrays in shaders
  591. * Better shader support in pandadx9
  592. * Fix some issues with cube map buffers
  593. * Can be compiled to use double-precision floats throughout, instead
  594. of the default of single-precision floats. (Graphics drivers still
  595. use single-precision floats, of course.)
  596. * Can be compiled with the optional Eigen library to provide SSE2 support
  597. * Can be compiled with SpeedTree support
  598. * Can be compiled on MSVS2010, and/or Win64. (These builds not
  599. provided by default.)
  600. * Support for the Bullet physics engine
  601. * Support for the libRocket GUI library
  602. * Support for stereo/multiview textures
  603. * Substantial performance improvements to movie textures
  604. * TGA files with alpha channel now load correctly
  605. * New "Ramdisk" mount type available for the VFS
  606. * The VFS is now writable for ramdisk files and true on-disk files
  607. * pdeploy -i generates a custom icon for the installed game
  608. * wx and tk work better on OSX
  609. * Panda windows can be embedded within wxPython windows on all
  610. platforms (including OSX) with the new WxPandaWindow class
  611. * Added base.pixel2d for pixel-based 2-D coordinates
  612. * Python-based swizzling of Panda vectors, e.g. vec2.xyxy
  613. * Python programmers can now optionally use the original unmangled C++
  614. name for methods and classes, e.g. model.set_pos(LPoint3f(1, 2, 3)).
  615. * Command-line filename globbing now supported on Win32, e.g. egg-texture-cards *.png
  616. * DirectGui works with nonstandard coordinate-system in effect
  617. * Egg loader handles double-sided polygons a little differently by
  618. default now, for better render performance but more memory usage
  619. (use "egg-emulate-bface 0" to restore the old behavior if needed).
  620. ------------------------ RELEASE 1.7.2 ------------------------
  621. This release fixes several bugs that were found in 1.7.1.
  622. * Fix crash on GLX implementations that have no FBConfig support
  623. * Fix trouble with buffers on Mac OS X
  624. * Un-break shadow samplers in Cg shaders
  625. * Fixes for relative mouse mode on OSX
  626. * Pdeployed apps on Windows no longer show a console window
  627. * Fix relative file paths for license files in pdeploy
  628. * Ppatcher no longer writes out faulty checksums
  629. * Fix plugin failure to read from cache
  630. * Include missing X11 extension libs in runtime distribution
  631. * Fix disappearing windows with CEGUI's OpenGL renderer
  632. * Fixes for makepanda on FreeBSD
  633. * Fix LightRampAttrib crash
  634. * Fix bug with two-parameter Lens::set_fov
  635. ------------------------ RELEASE 1.7.1 ------------------------
  636. This release introduces several significant bugfixes,
  637. but also introduces various minor new features. Although
  638. it is a minor release, it may also introduce new bugs.
  639. * Many improvements and bugfixes to pdeploy
  640. * Vectors now support swizzle/write masks (e.g vec.xz)
  641. * Fixes for depth buffer instabilities on Windows
  642. * Better webcam support on Linux using Video4Linux
  643. * Custom cursor support in X11
  644. * Static functions that return a list are now properly wrapped
  645. * ODE objects now have getId() exposed to Python
  646. * NodePath.findMaterial now works properly
  647. * Remove unnecessary dependency on GLU
  648. * Arithmetic operators to PNMImage
  649. * Various OpenGL ES-related bugfixes
  650. * Support for EGL and OpenGL ES in makepanda
  651. * Fix a crash with the Maya converters
  652. * Include missing p3d tools on Windows
  653. * Include tinyxml as part of the source
  654. * Updates to PandAI
  655. * Compile issues with latest OpenSSL fixed
  656. * Fix static-init ordering issues with OpenSSL
  657. * Several other bugfixes and features not listed here
  658. ------------------------ RELEASE 1.7.0 ------------------------
  659. This major release introduces tons of cool new features. As it
  660. is highly experimental, it is not recommended for production use.
  661. * Support for running Panda3D apps in a browser via web plugin
  662. * Fully automatic shadow mapping
  663. * Easy to use distribution and packaging framework
  664. * Integrated support for NVIDIA PhysX
  665. * Support for GLSL shaders
  666. * Geometry shaders, both in Cg and GLSL
  667. * Improved Cg support
  668. * Hardware geometry instancing support
  669. * Runtime fullscreen toggle
  670. * Unix/X11 resolution querying/switching support
  671. * Experimental Unix/X11 support for relative mouse mode (via xf86dga)
  672. * New, cleaner import conventions, replacing PandaModules
  673. * Parallax mapping
  674. * Support for OpenGL ES 1 and 2
  675. * Experimental Screen Space Ambient Occlusion
  676. * New collision solid: box
  677. * Working FreeBSD support
  678. * Blur / Sharpen postprocessing filter
  679. * Many improvements to the Shader Generator
  680. * Fixes and improvements to DistributedObject network system
  681. * New AI libraries
  682. * Added MeshDrawer2D
  683. * Most Panda objects now work with the pickle/cPickle and copy modules.
  684. * Windows build now compiled for Python 2.6
  685. * Tons of new features and bugfixes
  686. ------------------------ RELEASE 1.6.2 ------------------------
  687. This is mainly a bugfix release. Also fixes some bugs that
  688. were accidentally introduced in 1.6.1.
  689. * Fixed a static-init issue in ptloader on Windows
  690. * Fixed texture scaling issue when using buffers
  691. * x2egg is no longer broken
  692. * Threading in OSX build fixed
  693. * Fixed issue with flickering colors in Shader Generator
  694. * Eggcacher now uses less RAM
  695. * Missing 'models' dirs in packpanda games fixed
  696. * Eggcacher step in Panda3D installer is now optional
  697. * Fixes broken shortcut links in Start Menu on Windows
  698. * Shader Generator now supports clip planes
  699. * Bug with combine modes in Shader Generator fixed
  700. * Fixed bug with Texture::make_copy()
  701. * Bug with Actor LOD fixed
  702. * Fixed bug with missing geometry in Collada converter
  703. * OdeUtil.collide instability fixed
  704. * OdeBody setData/getData methods exposed to Python
  705. ------------------------ RELEASE 1.6.1 ------------------------
  706. This release fixes some bugs found in 1.6.0, and adds some
  707. minor features as well.
  708. * Threading layer is now enabled by default
  709. * cTrav.showCollisions fixed
  710. * Fixed broken MovieTexture
  711. * OpenAL is now stable on Linux, too
  712. * OpenAL now supports dynamic playrate changing
  713. * MayaPandaTool now handles NURBS correctly
  714. * Fixed particle panel and directtools bugs
  715. * Fix crash with collada exporter on Windows
  716. * ARToolkit jittering fixed
  717. * Now possible to override shader vertex/fragment profiles
  718. * Maya exporter fixed on OSX
  719. * Fixed depth texture crash for padded textures
  720. * Fixed bug that made OdeUtil.collide return empty geoms
  721. * Fixed crash with render.flattenStrong() when using trackball
  722. * Several improvements to the ODE layer
  723. * Performance improvements to GeoMipTerrain
  724. * GeoMipTerrain.setBorderStitching to fix seams between terrains
  725. * installpanda.py for installing Panda on Linux without deb/rpm
  726. * Several other minor bugfixes
  727. ------------------------ RELEASE 1.6.0 ------------------------
  728. This release introduces several major new features and
  729. significant bugfixes. It is likely to be buggy, like most
  730. x.x.0 releases.
  731. * Lightweight threading framework without runtime overhead
  732. * Makepanda now fully supports OSX
  733. * DDS textures are now supported
  734. * COLLADA->egg converter added
  735. * New C++-based Task system, which includes async threading support
  736. * Support for asynchronous on-demand loading of textures and/or animations
  737. * New software-based renderer "tinydisplay"
  738. * More pythonic features: iterable methods, implicit parameter casting
  739. * Packpanda now also supports Linux
  740. * Added libsquish support for DXT compression
  741. * New MeshDrawer class for realtime mesh manipulation
  742. * Infamous FBO bug fixed
  743. * Preliminary support for Volumetric Lighting
  744. * Shader k-parameters can now contain underscores
  745. * Fixed OpenCVTexture and ARToolKit on Linux
  746. * GeoMipTerrain now supports multi-channel heightmaps
  747. * GeoMipTerrain features new near/far LOD system
  748. * GeoMipTerrain performance improved
  749. * CallbackNode added to support low-level drawing callbacks from Python
  750. * Fixed some minor but annoying OpenAL/FFMpeg issues
  751. * Fixed bug with lcontrol and rcontrol on Linux
  752. * Fixed bug regarding icon filenames
  753. * Multisampling fixed on Linux and OSX
  754. * Left and right scrolling events now available
  755. * Several improvements to API reference
  756. * ShaderGenerator now supports several more blend modes and color scale
  757. * .x converter now supports AnimTicksPerSecond
  758. * vfs-mount-url can load models directly off the web
  759. * Smoother transitions in FadeLodNode
  760. * Dynamically-generated outline on fonts: loader.loadFont(outlineWidth = xxx)
  761. * Texture.getRamImageAs()
  762. * base.toggleTexMem()
  763. * Text generation performance optimization
  764. * Various performance optimizations
  765. * Several more minor bugs fixed
  766. ------------------------ RELEASE 1.5.4 ------------------------
  767. This is a bugfix release, fixing the problems found in 1.5.3.
  768. * Fixes packpanda crash
  769. * Linux build accidentally got configured for OpenAL
  770. * EggTexture now writes wrap modes and types correctly.
  771. * Fixes an occasional crash in TextureAttrib
  772. * DirectEntry no longer crashes when moving cursor in a full box
  773. * Several bugs in RigidBodyCombiner fixed
  774. * Normals generated by GeoMipTerrain are now correct
  775. * Bugs fixed in DirectGrid
  776. * Linux users can now use WindowProperties.setParentWindow
  777. * Fmod now compiles on 64-bits
  778. * Fixed several bugs in the API reference generator
  779. * EggNurbsSurface is now exposed to Python
  780. * Fixes a bug in PGButton
  781. * GeoMipTerrain set_heightfield fixed
  782. * Several bugs in the Max exporter:
  783. - Now generates binormals and tangents
  784. - Pview output fixed
  785. - Overwrite confirmation fixed
  786. - Export type 'Both' now works correctly
  787. * Several other bugs not listed above.
  788. ------------------------ RELEASE 1.5.3 ------------------------
  789. This release fixes most of the remaining bugs, but it adds
  790. some new features as well.
  791. * License changed to BSD
  792. * Fixes x-file parser for real, this time.
  793. * Fixes serious bug in shader generator
  794. * Adds MSVCR71 and MSVCP71 back to the distro (for python)
  795. * Fixed a bug in GeoMipTerrain
  796. * Adds support for .egg.pz to packpanda --bam
  797. * Turns on libpandaode support
  798. * Mayapandatool fixed
  799. * Added support for 3dsmax 2009
  800. * Max exporter overhauled
  801. * Improved support for 64-bits, gcc 4.3 and OSX
  802. ------------------------ RELEASE 1.5.2 ------------------------
  803. This fixes just one serious bug: release 1.5.1 accidentally
  804. reversed the TextureStage sort order.
  805. ------------------------ RELEASE 1.5.1 ------------------------
  806. Mostly a bugfix release, but adds some minor features too.
  807. - The x-file parser now is back to being case-insensitive, as it should be.
  808. - Panda plugins now use an explicit plugin-path.
  809. - Better DLL-hell protection under windows.
  810. - Added GeoMipTerrain (but no docs yet)
  811. - Using python -E in the start menu - really, this time.
  812. - Linmath classes now initialized when using python.
  813. - ConfigVariableSearch
  814. - Implicit sort order for texture attribs.
  815. - OpenAL audio manager now gives control over streaming vs preloaded sounds.
  816. - Preliminary support for 64-bit linux (but thirdparty libs missing).
  817. - Fixes a dozen or so assorted bugs.
  818. ------------------------ RELEASE 1.5.0 ------------------------
  819. * Shader Generator means advanced rendering without
  820. having to manually write shaders. Includes:
  821. - Per-Pixel Lighting
  822. - Normal Maps
  823. - Gloss Maps
  824. - Glow (Self-Illumination) Maps
  825. - HDR tone mapping
  826. - Cartoon shading
  827. * Class 'CommonFilters' makes it easy to do image postprocessing:
  828. - Bloom Filter
  829. - Cartoon Inking
  830. - More coming soon.
  831. * Maya exporter now supports normal maps, gloss maps, glow maps.
  832. * Now compiled for Python 2.5
  833. * Adds support for Maya 2008 export.
  834. * Lots of small tweaks, bugfixes, performance improvements, etc.
  835. ------------------------ RELEASE 1.4.2 ------------------------
  836. * Added code for mouse-trail logging.
  837. * Fixed a minor bug in the new OpenAL code.
  838. * The installer now uses less memory.
  839. * Now easier to compile with recent versions of SSL.
  840. * Minor bugfix in exposeJoint
  841. * Added config variable: basic-shaders-only
  842. * graphicsEngine.removeWindow() and graphicsOutput.setOneShot() fixed.
  843. * Roaming ralph sample now uses collision detection correctly.
  844. ------------------------ RELEASE 1.4.1 ------------------------
  845. This release:
  846. * fixes a couple of small bugs
  847. * adds support for the new OpenAL/FFMpeg unified sound/video system.
  848. * renames the sample programs in a more sensible way
  849. ------------------------ RELEASE 1.4.0 ------------------------
  850. This release incorporates lots of small, incremental
  851. improvements.
  852. * Model-cache enabled by default in prepackaged release.
  853. * Now compiling with visual studio 2005.
  854. * Plugin installation now slightly harder --- see instructions in plugins dir.
  855. * Improved OSX support: mouselook, fmod fixes, icon filename.
  856. * Better memory usage tracking from pstats.
  857. * Removed dependencies on NSPR.
  858. * New default-model-extension prc variable (instead of old implicit-extension behavior)
  859. * New arc emitter in particle system.
  860. * Multiple different Actors can be flattened into one node.
  861. * Texture compression in DX8, DX9.
  862. * New features to support low-memory platforms.
  863. * ParametricCurveDrawer etc. officially deprecated in favor of RopeNode.
  864. * DynamicTextFont::RenderMode allows generating geometric fonts (instead of always using texture-based fonts).
  865. * Some integrated support for ODE (not yet polished and ready)
  866. * New RigidBodyCombiner unifies independently moving bodies into a single Geom as a rendering optimization.
  867. * Support for depth-stencil textures.
  868. * Better support for fullscreen mode on Linux.
  869. * Panda GL/DX windows can be subordinate to other windows (Win32 only).
  870. * Better multithreaded protection.
  871. * Interrogate correctly handles "const" vs. non-const objects.
  872. * PlaneNode::set_clip_effect allows user-defined cull planes (in addition to clip planes).
  873. * Several low-level rendering optimizations.
  874. * Simple occlusion culling with PipeOcclusionCullTraverser.
  875. * Optional bounding boxes (instead of spheres): "bounds-type box", "bounds-type best"
  876. * Addition of eggcacher utility to preload model-cache.
  877. * In source tree, added 'skel' directory to make it easier for newcomers to extend panda.
  878. * The obsolete config variable framebuffer-mode has been removed.
  879. I have no doubt that there will be a few significant bugs in this release, like all X.X.0 releases. - Josh
  880. ------------------------ RELEASE 1.3.2 ------------------------
  881. Bugfix release. This fixes a few problems in 1.3.1
  882. * Sound system won't initialize properly under linux: Fixed.
  883. * Panda DLL names now all start with "libp3" or "libpanda"
  884. * Normals reversed in heightfield tesselator: fixed.
  885. ------------------------ RELEASE 1.3.1 ------------------------
  886. Bugfix release. This fixes a few problems in 1.3.0
  887. * Sound system won't initialize properly under linux: Fixed.(Update: Not fixed)
  888. * Panda not compatible with SElinux: mostly fixed, except fmod.
  889. * Max exporter and importer broken: Fixed.
  890. * Minor problem involving gsg handling in showbase: Fixed.
  891. ------------------------ RELEASE 1.3.0 ------------------------
  892. This release contains several new features, and as such, it might be
  893. buggy. However, we've been testing it internally for a couple weeks,
  894. and it seems to be okay. It contains the following new features:
  895. * Stencil buffers and stencil operations now supported.
  896. * Sound API now supports DSP and better support for large MP3s.
  897. * Video uses FFMPEG instead of DirectShow - no more codec issues.
  898. * Heightfield terrain.
  899. * Support for intra-frame animation interpolation.
  900. * Use of 'import *' now only imports correct symbols.
  901. * Various minor improvements to the particle system.
  902. * Scene editor at least partially operational (alpha level)
  903. * Removed most of the 65,536 vertex-per-mesh limits.
  904. * Various low-level optimizations.
  905. * Support for threaded model loads (only in CVS, not in distro).
  906. * Support for 'model-cache-dir', which caches a BAM each time you load an EGG.
  907. * OnscreenText/DirectLabel can contain embedded 3D models inside the text.
  908. ------------------------ RELEASE 1.2.3 ------------------------
  909. The last release was a disaster:
  910. * I failed to fix packpanda.
  911. * I broke the tcl/tk stuff.
  912. * I added ppythonw, and it wasn't reliable.
  913. So basically, this release fixes packpanda and tcl/tk. It doesn't
  914. fix ppythonw yet (I don't know what's wrong), but it does disable
  915. it temporarily. It keeps the few things from 1.2.2 that were worth
  916. keeping.
  917. ------------------------ RELEASE 1.2.2 ------------------------
  918. This is a minor bugfix release.
  919. * Adds 'ppythonw', a version of ppython that doesn't
  920. open a console window.
  921. * If you have a bad fmod DLL in your windows folder,
  922. this version compensates.
  923. * Fixes a small bug in the VRML-to-egg converter.
  924. * Small stylistic improvements in some sample programs.
  925. ------------------------ RELEASE 1.2.1 ------------------------
  926. This release is likely to be much more stable than its predecessors.
  927. It contains many new features:
  928. * lots of performance optimizations
  929. * a preliminary OSX port
  930. * new modes for animation blending
  931. * easier partial-body animations
  932. * more powerful shader-to-engine interface
  933. * better support for rotating bodies in physics engine
  934. * support for compressed model files
  935. * multiple render targets (ie, glDrawBuffers)
  936. * support for stereo rendering
  937. * more complete API reference manual
  938. * ability to control mipmaps explicitly
  939. * better tools for debugging offscreen buffers
  940. * new sample programs
  941. * a number of packpanda repairs
  942. ------------------------ RELEASE 1.1.0 ------------------------
  943. This is a BETA release. It's pretty reliable, but there are still a
  944. few quirks here and there. Over the summer, Panda3D was overhauled
  945. top to bottom. The new code is dramatically improved, but it needs a
  946. little bit of testing. The new features are:
  947. * Much faster rendering of high-poly models.
  948. * Dramatically improved vertex and pixel shader support.
  949. * New demo programs using shaders and render-to-texture.
  950. * Play movies by using an AVI as a texture (windows only).
  951. * Python scripting uses much faster python to C++ interface.
  952. * Support for procedurally-created geometry (eg, fractals, etc).
  953. * Cleaner, simpler internal data structures.
  954. * Comes with Python 2.4 support built-in.
  955. * A lot more.
  956. The new demo programs are:
  957. * Render to Texture Demo
  958. * Cartoon Shader Demo
  959. * Motion Trails Demo
  960. * Procedural Geometry (Fractals) Demo
  961. * Normal Mapping Demo
  962. However, a caution: this is a BETA release: reasonably stable, but
  963. not quite perfect. Please send us your bug reports.
  964. ------------------------ RELEASE 1.0.5 ------------------------
  965. UPDATE: this release broke support for visual studio. Use
  966. panda3d 1.0.4 if you wish to compile panda from scratch using
  967. visual studio.
  968. This release consists mainly of compatibility improvements.
  969. * Now compiles under MS Visual Toolkit (makefile changes)
  970. * Now compiles under Mandrake 10.1 (a fix in the makefile)
  971. * Now compiles under Debian Sarge (a fix in the VRML lexer)
  972. * Now compiles under Ubuntu HH (same as DEBIAN SARGE)
  973. * Add code for building debian 'deb' archives.
  974. * Fix scene editor and particle panel so they work on linux.
  975. * Add support for --no-python to makepanda.
  976. * Tidied up makepanda a bit.
  977. ------------------------ RELEASE 1.0.4 ------------------------
  978. * This version includes the new Max exporter and the new Maya
  979. export panel.
  980. * We have added the --genman option to makepanda (to
  981. regenerate the API reference manual). This uses the epydoc
  982. documentation-generation system.
  983. * Several bugs in the new tutorials have been repaired.
  984. * A bug in fmod positional audio has been fixed.
  985. * Makepanda now puts the maya and max plugins in a
  986. separate 'plugins' directory, for convenience.
  987. * The 'libpandaegg' library has been exported to python.
  988. ------------------------ RELEASE 1.0.3 ------------------------
  989. * The binary release contains a brand new collection of
  990. sample programs. The new sample programs are much better.
  991. * If you install the windows binary release, the
  992. sample programs can now be run from the start menu.
  993. * Lighting under DirectX was broken. This has been repaired.
  994. * The binary release has been compiled with support for pstats.
  995. (Previously, it was compiled with pstats disabled).
  996. * Various changes to make panda3d more compatible with
  997. the 'epydoc' documentation-generation system.
  998. ------------------------ RELEASE 1.0.2 ------------------------
  999. This is a bugfix release.
  1000. * makepanda contained a bug: it was compiling maya2egg6
  1001. against the Maya 5.0 libraries, making it largely useless.
  1002. This is fixed.
  1003. * Maya2egg65 has been added, for Maya 6.5 users.
  1004. * The configuration combo "want-tk=false, want-directtools=true"
  1005. used to confuse panda, because directtools uses Tk. Now
  1006. it's smart enough to do the right thing.
  1007. * When you ask controlJoint to create a control node for
  1008. you, it initializes the control node to the joint's initial
  1009. position.
  1010. * The scene editor supposedly works now. We'll see.
  1011. * The models directory was missing the animation 'panda-walk4',
  1012. which is necessary for the tutorial.
  1013. * A new directory 'win-extras' has been added to the
  1014. thirdparty tree. This contains some miscellaneous python
  1015. libraries needed at the Entertainment Technology Center.
  1016. The script that builds the windows installer will include
  1017. these libraries in the distribution.
  1018. ------------------------ RELEASE 1.0.1 ------------------------
  1019. This is a bugfix release.
  1020. * In the previous binary release, Config.prc did not contain a
  1021. load-display line. This confuses pview. Pview is being fixed,
  1022. but until then, the load-display line has been restored.
  1023. * The Max and Maya plugins were inadvertently omitted from the
  1024. previous binary release. This has been corrected.
  1025. * An error in the distributed object networking layer has
  1026. been fixed. The error only affected those who were trying to
  1027. write LAN games using the CMU LAN server and p2p messages.
  1028. * An error in the physics code has been corrected.
  1029. * Python Megawidgets (pmw), which is required for "directtools",
  1030. was not supplied in the previous release. We are now including
  1031. pmw. In the Linux RPMs, to avoid overwriting any
  1032. distribution-supplied pmw package, we put this package
  1033. into /usr/share/panda3d.
  1034. * To be consistent, we moved all the other python code into
  1035. /usr/share/panda3d as well. This requires a file 'panda.pth'
  1036. in the python lib directory.
  1037. * In the binary RPMs, the file permissions of the python
  1038. source files have been changed to 555, so that even if root
  1039. runs panda, the '.pyc' files will not be modified or regenerated.
  1040. ------------------------ RELEASE 1.0.0 ------------------------
  1041. Configuration, installation, and execution environments:
  1042. * This is the introduction of the new Panda version numbering
  1043. system. The Panda version will be represented with three
  1044. dot-separated numbers. The first number, the major version, will
  1045. change only very rarely. The second number, the minor version,
  1046. will increment frequently, with each new feature release. The
  1047. third number will increment as needed to indicate bugfix releases
  1048. on the minor version.
  1049. * Use PandaSystem::get_version_string() (or
  1050. PandaSystem.getVersionString() in Python) to return the version
  1051. number of the currently-running Panda.
  1052. * New runtime config system allows for dynamic loading of prc files
  1053. and supports querying of available variable names. Use
  1054. ConfigVariableString, ConfigVariableBool, etc. to get a value from
  1055. the prc file(s); use the ConfigVariableManager and
  1056. ConfigPageManager classes (or the cvMgr and cpMgr global objects
  1057. in Python) to make general queries.
  1058. * The ppremake build system now properly detects intra-tree
  1059. dependencies, but only if each tree is fully built and installed
  1060. before ppremake is run within the next dependent tree. Requires
  1061. using ppremake version 1.18 or higher.
  1062. Miscellaneous:
  1063. * New support for encrypted streams, including encrypted subfiles
  1064. within a multifile, using the OpenSSL encryption library. Adds
  1065. pencrypt and pdecrypt programs.
  1066. * The default port for PStats is now 5185, to avoid a conflict with
  1067. Instant Messenger.
  1068. * New "smooth" checkbox on PStats graphs provides a better sense of
  1069. overall trends when graphs are noisy.
  1070. * The meaning of the three components of HPR angles has been
  1071. officially changed, in particular the meaning of the R component.
  1072. This change was introduced to make the three components more
  1073. consistent with each other, and to make P and R work together in a
  1074. more sensible way. Existing code which used hard-coded HPR angles
  1075. may be invalidated by this change. To convert existing code, you
  1076. should use the global function old_to_new_hpr() to determine what
  1077. new HPR triple that corresponds to an old HPR triple. As a
  1078. temporary stopgap, you may define temp-hpr-fix 0 in your prc file.
  1079. * Add support for weak reference counts using the WeakPointerTo
  1080. class.
  1081. * Add optional support for STL's semistandard hashing containers,
  1082. e.g. hash_map and hash_set.
  1083. * Panda no longer requires any registry keys or environment
  1084. variables. This means it is now possible to run panda directly
  1085. from a CD, install multiple copies of panda on a single machine,
  1086. or install panda by copying the tree from another computer.
  1087. Note that the installer does add the panda 'bin' directory to
  1088. your PATH, and it does store an uninstall key in the registry,
  1089. but neither of these is needed for panda to function.
  1090. * The 'makepanda' build system is now capable of building
  1091. prepackaged games for Windows. These prepackaged games are simply
  1092. copies of panda with the game code included, some of the
  1093. unnecessary stuff stripped out, and some changes to the start
  1094. menu. See "Airblade - Installer" on the panda downloads page
  1095. for an example.
  1096. * This is the first release to include not just a binary installer
  1097. for windows, but also binary RPMs for fedora 2, fedora 3, and
  1098. redhat 9.
  1099. * All of the sample programs have been tested. The ones that didn't
  1100. work have been removed, the ones that do work have been (lightly)
  1101. documented.
  1102. * In the Win32 binary release, the 'config.prc' file has been moved
  1103. to the 'etc' directory. This is to make it consistent with the
  1104. Linux version.
  1105. Rendering system:
  1106. * Multitexture support is now part of Panda. This introduces the
  1107. TextureStage and TexCoordName classes, as well as new interfaces
  1108. like NodePath::add_texture(). As of the present release,
  1109. multitexture is only supported when using the OpenGL renderer.
  1110. * Support for programmable shaders is now possible using the Cg
  1111. shader language. Assign a CgShaderAttrib to a node to apply a
  1112. programmable shader.
  1113. * New support for the Helix library allows playing of a streaming
  1114. movie in a Panda texture. Presently only supported on Windows.
  1115. * Deprecated the old "win-origin-x" and "win-origin-y" prc variables
  1116. in favor of "win-origin", which takes two numbers separated by a
  1117. space. Similarly with "win-width" and "win-height", in favor of
  1118. "win-size".
  1119. * Deprecated the old Camera::set_scene() interface; now a Camera
  1120. implicitly renders whatever scene graph it is parented to.
  1121. * Removed the old GraphicsLayer and GraphicsChannel classes.
  1122. Instead of using these interfaces, you can now create any number
  1123. of DisplayRegions directly on the window.
  1124. * Offscreen render-to-a-texture will now be properly oriented under
  1125. DirectX (previously, it would render the texture image upside-down
  1126. and backward).
  1127. * Support for automatic keystone correction caused by an off-axis
  1128. physical projector using Lens::set_keystone().
  1129. * New framebuffer-mode prc variable allows explicit control over the
  1130. default framebuffer properties requested by Panda, including
  1131. whether software or hardware rendering is required.
  1132. * Added "multisample" transparency mode (alpha keyword "ms" in an
  1133. egg file), which allows good-quality transparency (especially for
  1134. alpha cutouts) without requiring back-to-front sorting, and
  1135. without artifacts from improper sorting. This does require
  1136. special multisample hardware capabilities, however. Presently
  1137. supported in OpenGL mode only. Automatic fallback to "binary"
  1138. transparency mode if multisample is not supported on a given
  1139. platform.
  1140. * New cursor-filename and icon-filename config variables replace the
  1141. old win32-mono-cursor and win32-window-icon variables. Also,
  1142. runtime control over these properties is now provided by the
  1143. WindowProperties class.
  1144. * Better management of potential memory leaks due to cyclic
  1145. reference counts in the RenderState and TransformState caches.
  1146. Now cycles are automatically detected and broken.
  1147. Scene graph:
  1148. * GeomNodes now have a CollideMask, just like CollisionNodes, which
  1149. deprecates the old set_collide_geom() interface to detect
  1150. collisions with visible geometry. There is a new NodePath
  1151. interface for querying and setting the collide masks for single
  1152. nodes or for entire subgraphs.
  1153. * New NodePath interfaces to control lighting eliminate the need to
  1154. create an explicit LightAttrib. The new lighting interfaces are
  1155. designed to be similar to the new multitexture interfaces.
  1156. * New NodePath interfaces to control the texture matrix, including a
  1157. new project_texture() method to enable hardware-assisted
  1158. projective texturing.
  1159. * New NodePath::flatten_multitex() interface to bake in certain
  1160. kinds of multitexture effects into a single texture, generated
  1161. on-the-fly.
  1162. * New options for ColorBlendAttrib and RenderModeAttrib.
  1163. * NodePath::set_transparancy() now accepts a
  1164. TransparencyAttrib::Mode parameter to specify exactly what kind of
  1165. transparency you'd like.
  1166. * New NodePath::set_render_mode() interface accepts a
  1167. RenderModeAttrib::Mode parameter, deprecating
  1168. set_render_mode_filled() and set_render_mode_wireframe().
  1169. * LerpQuatInterval can be used as a drop-in replacement for
  1170. LerpHprInterval; it performs spherical lerps in quaternion space,
  1171. rather than lerping each component of a HPR individually.
  1172. LerpHprInterval is not deprecated; it remains useful within its
  1173. limitations.
  1174. * New DirectSliderBar gui object implements a standard slider bar
  1175. with a thumb (like a window scroll bar).
  1176. * Lighting normals are now automatically counterscaled properly when
  1177. lighting is enabled in the presence of a scale, uniform or
  1178. nonuniform, in the scene graph. You can also use
  1179. RescaleNormalAttrib for explicit control over this behavior.
  1180. * Improvements to RopeNode for rendering splines in various
  1181. representations.
  1182. Collisions and physics systems:
  1183. * New CollisionSegment and CollisionInvSphere collision solids.
  1184. * The collision system now reports normals for intersections
  1185. detected from collision rays, segments, and lines.
  1186. * Several improvements to the physics system.
  1187. Model converters:
  1188. * x2egg and egg2x added to converters, as well as to inline
  1189. conversion supported via ptloader. This adds support for
  1190. DirectX's native so-called "retained-mode" file format. This file
  1191. format supports animation and joint hierarchies as well as basic
  1192. polygonal models.
  1193. * vrml2egg added to converters, as well as to inline conversion
  1194. supported via ptloader. This adds support for VRML 2.0 model
  1195. files only.
  1196. * Added -noabs option to many model converters, to help detect
  1197. problems with unintended absolute path references.
  1198. * Added egg2bam -flatten and -combine-geoms.
  1199. * We now have working exporters for Max5, Max6, Max7, Maya5, Maya6.
  1200. (Update: these were accidentally omitted from the binary release)
  1201. * The Max exporter is dramatically improved: it now includes support
  1202. for character studio, and the polygon winding bug has been fixed.
  1203. ------------------------ RELEASE 2004-07-27 ------------------------
  1204. Configuration, installation, and execution environments:
  1205. * We have moved to a new, more explicit naming convention for our
  1206. import statements. Rather than installing all Python files into
  1207. one big flat namespace, we now import them from their appropriate
  1208. directories, e.g. "from direct.actor import Actor".
  1209. * "from ShowBaseGlobal import *" is replaced with "import
  1210. direct.directbase.DirectStart" and/or "from pandac.PandaModules
  1211. import *".
  1212. * The old "generatePythonCode" script has been replaced with a new
  1213. "genPyCode" script that automates the Python wrapper generation
  1214. process without requiring any special parameters.
  1215. * The old dependencies on environment variables have been removed.
  1216. There are no longer requirements for any environment variables to
  1217. be set in either the build process or the runtime environment
  1218. (although a few optional environment variables remain to allow
  1219. custom configuration).
  1220. * INSTALL document greatly enhanced for clarity.
  1221. * An automatic build script is now provided to further simplify
  1222. building Panda3D for Unix and Cygwin users.
  1223. * The old "Configrc" filename to identify runtime configuration
  1224. files is deprecated; configuration files should now be named
  1225. Config.prc, or in general, *.prc. The system-default
  1226. configuration files are auto-generated as 20_panda.prc,
  1227. 30_pandatool.prc, and 40_direct.prc (the numeric prefixes control
  1228. the order in which these are loaded at runtime).
  1229. Rendering system:
  1230. * Some deprecated methods of CollisionEntry have been flagged to
  1231. raise an exception now; these are replaced with the newer
  1232. interfaces that can return a collision point in an arbitrary
  1233. coordinate system.
  1234. * Camera::set_cull_center() can be used for debugging culling by
  1235. setting the effective point of visibility culling different from
  1236. the actual point. From Python, use base.oobeCull() to examine
  1237. this effect.
  1238. * Alt-Enter in pview toggles between fullscreen and windowed modes.
  1239. * Added experimental support for GL display lists.
  1240. Scene graph:
  1241. * Exposed methods to directly retrieve and set the individual
  1242. vertices of a GeomNode from Python code.
  1243. * The new PortalNode defines the interface for Panda's new
  1244. cell-portal visibility system; each PortalNode is a window into
  1245. another zone, or a separate subgraph; the PortalNode can hide or
  1246. show the subset of its zone's geometry visible through its
  1247. "portal".
  1248. * The new PolylightNode applies a simple lighting-like effect
  1249. without actually using lighting; objects will brighten or darken
  1250. as a whole according to their proximity to the light. Use
  1251. PolylightEffect to enable this effect.
  1252. * The new FadeLODNode works like ordinary LODNode, but the switches
  1253. are alpha-blended in over a short period of time rather than
  1254. popping immediately.
  1255. Text display:
  1256. * Text now supports embedded mode changes--special characters to
  1257. switch fonts, colors, scale, etc. within a line or within a
  1258. paragraph.
  1259. * Windows IME is better supported by Panda/Direct widgets
  1260. (e.g. PGEntry and/or DirectEntry) in fullscreen mode as well as in
  1261. windowed mode.
  1262. Model converters:
  1263. * dxf2egg and egg2dxf added to converters, as well as to inline
  1264. conversion supported via ptloader.
  1265. ------------------------ RELEASE 2004-03-29 ------------------------
  1266. Miscellaneous:
  1267. * We once again support the Microsoft VC6 compiler.
  1268. * The "pstats" program is now provided in the Windows environment as
  1269. part of pandatool. It is similar to "gtk-stats" on a Unix
  1270. environment, and can be used to view a real-time graph of
  1271. performance timing in a running Panda process. See
  1272. panda/src/doc/howto.use_pstats.
  1273. * New session recording and playback support allows capturing user
  1274. and network input to a disk file, for replaying later, offline.
  1275. Use "record-session filename.boo" and "playback-session
  1276. filename.boo" in your Configrc file.
  1277. * The genPyCode script now uses PythonWare's SqueezeTool to
  1278. "squeeze" the large number of generated .py files into a single
  1279. shared library, for substantially improved startup times on
  1280. Windows.
  1281. * The Task system now has substantially reduced overhead when many
  1282. doLater's are waiting in the system.
  1283. * The png image file type is now supported.
  1284. Rendering system:
  1285. * Introducing native DirectX9 graphics support, although we do not
  1286. yet support any features specific to DirectX9, such as
  1287. programmable shaders.
  1288. * DirectX7 and DirectX8 modules are now somewhat more robust.
  1289. * New support for offscreen rendering and render-to-a-texture, which
  1290. will become part of a general multipass-rendering interface.
  1291. Presently supported in OpenGL, with limited DirectX support. Use
  1292. GraphicsWindow::make_texture_buffer() to make a buffer you can
  1293. render into and apply the result as a texture map to objects in
  1294. your scene. The NonlinearImager in the distort directory is a
  1295. complex example of using this interface.
  1296. * Explicit support for the Mesa 3D library's software-based
  1297. offscreen rendering, allowing a Panda program to generate
  1298. offscreen images as a background process, independently of any
  1299. graphics card or desktop environment.
  1300. * GraphicsLayer and GraphicsWindow render order can now be easily
  1301. adjusted dynamically with set_sort() methods.
  1302. * Built-in frame rate meter can be activated by setting
  1303. "show-frame-rate-meter 1" in your Configrc file.
  1304. Scene graph:
  1305. * New tag system on PandaNodes allows storing of arbitrary string
  1306. data on nodes, keyed by a string dictionary. The
  1307. NodePath::get_net_tag() interface retrieves the data value for a
  1308. particular tag on a node or the nearest ancestor of the node.
  1309. NodePath::find() can search for a node in the scene graph with a
  1310. given tag or tag/value pair.
  1311. * Explicit shear transforms are now supported on nodes, as well as
  1312. in character animation tables.
  1313. * Characters now have an interface to control joint and slider
  1314. values dynamically, instead of strictly from an animation file.
  1315. Use Actor.exposeJoint() and/or Actor.controlJoint().
  1316. * Nurbs surfaces and curves can now be rendered directly by Panda,
  1317. which will tesselate them on the fly at some CPU cost. This is a
  1318. modeling convenience only; it is not intended to be used for
  1319. production code. Triangle strips are still the fastest way to
  1320. render complex surfaces.
  1321. * However, Rope.py is now provided as a high-level wrapper around
  1322. Panda's runtime NURBS curve evaluator; it can render dynamic
  1323. curves in a variety of ways.
  1324. * The egg library is now published to Python, allowing construction
  1325. of geometry on-the-fly by show code for convenience. This is also
  1326. intended as a developer's convenience more than a production
  1327. feature.
  1328. Text display:
  1329. * The special character \3 (ASCII 0x03) embedded in a text string
  1330. indicates the position of a soft hyphen when wordwrap mode is in
  1331. effect. The character \4 (ASCII 0x04) serves as a hyphenless
  1332. invisible break point.
  1333. * A default font is compiled in even if the FreeType library is not
  1334. available.
  1335. * pnmtext library added for rendering text directly into an image.
  1336. * New egg-mkfont utility uses FreeType to generate static font
  1337. models that Panda clients without FreeType can use to render text.
  1338. Collision and physics system:
  1339. * More robust collision interface, supporting NodePaths properly so
  1340. that collisions detected into (and from) particular instances of
  1341. nodes can be differentiated. CollisionEntry has a much simpler
  1342. mechanism for getting the intersection point and normal in an
  1343. arbitrary coordinate space defined by a NodePath, instead of the
  1344. user having to convert the coordinate space by hand.
  1345. * New CollisionVisualizer object to visually show collisions as they
  1346. are tested and detected, useful for optimizing collision
  1347. performance. Activate this with
  1348. base.cTrav.showCollisions(render).
  1349. * Implicit velocity system is now integrated with scene graph; the
  1350. relative velocity of moving nodes is automatically considered when
  1351. testing for most kinds of collisions. Use
  1352. NodePath::set_fluid_pos() to indicate that a node is moving
  1353. fluidly to its new position and should test for collisions along
  1354. the way (as opposed to the more traditional NodePath::set_pos(),
  1355. which unconditionally sets the node to its new position).
  1356. * Introduction of "tube" collision shapes, sometimes called
  1357. "capsules" in other libraries. It is a cylinder capped with
  1358. hemispheres.
  1359. * CollisionSolid::set_effective_normal() provides a way to define a
  1360. sloping surface with an apparently vertical normal, to prevent
  1361. characters standing on the surface from sliding down.
  1362. * Collision polygons now respect clipping planes.
  1363. * Many changes to physics system.
  1364. HTTPClient and net systems:
  1365. * More verbose error reporting.
  1366. * Better support for proxy servers, including SOCKS5 proxies.
  1367. Model converters:
  1368. * maya2egg converter now supports skeleton/morph animation files
  1369. fully, including soft-skinning, hard-skinning, and morphs (blend
  1370. shapes). NURBS and polygon meshes are both supported.
  1371. * A new Maya plugin called libmayapview allows opening a Panda
  1372. window from within Maya to view how the scene will look once it
  1373. has been converted to Panda.
  1374. * New soft2egg converter supports models and animation stored in
  1375. SoftImage 4.3 files. (Newer versions of SoftImage are not
  1376. supported.)
  1377. * New egg2flt program more or less reverses flt2egg.
  1378. * The ptloader Panda loader allows direct loading into Panda of most
  1379. model file types defined within pandatool: Maya, flt, and lwo.
  1380. Specify load-file-type ptloader in your Configrc file.
  1381. * New egg-optchar preprocessor improves character animation runtime
  1382. performance by eliminating unneeded joints. It can also
  1383. reorganize a skeleton and/or expose joints for the show code's
  1384. convenience.
  1385. * New egg-qtess utility converts NURBS egg files to polygon egg
  1386. files with either a trivial interface for quick conversions or a
  1387. sophisticated parameter file for more precise control. It
  1388. preserves soft-skinning and animation information.
  1389. * New visibility flag in egg format allows model files to define
  1390. invisible subtrees which will be initially stashed when loaded.
  1391. * The egg library now allows implicit forward references to vertex
  1392. pools, making it much easier to generate a valid egg file from a
  1393. third-party model format.