ReleaseNotes 56 KB

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