ReleaseNotes 58 KB

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