ReleaseNotes 58 KB

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