Changeset 7525

Show
Ignore:
Timestamp:
10/01/07 12:21:52
Author:
robert
Message:

Updated Version number for 2.1.13 and updated ChangeLog?.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • OpenSceneGraph/trunk/CMakeLists.txt

    r7466 r7525  
    1717SET(OPENSCENEGRAPH_MAJOR_VERSION 2) 
    1818SET(OPENSCENEGRAPH_MINOR_VERSION 1) 
    19 SET(OPENSCENEGRAPH_PATCH_VERSION 12
    20 SET(OPENSCENEGRAPH_SOVERSION 23
     19SET(OPENSCENEGRAPH_PATCH_VERSION 13
     20SET(OPENSCENEGRAPH_SOVERSION 24
    2121 
    2222SET(OPENSCENEGRAPH_VERSION ${OPENSCENEGRAPH_MAJOR_VERSION}.${OPENSCENEGRAPH_MINOR_VERSION}.${OPENSCENEGRAPH_PATCH_VERSION}) 
  • OpenSceneGraph/trunk/ChangeLog

    r7464 r7525  
     12007-10-01 09:41 +0000 [r7522]  robert: 
     2 
     3        * Changed requestWarpPointer to use _eventDislay to avoid crash in 
     4          osghanglide example due to async usage. 
     5 
     62007-10-01 08:50 +0000 [r7521]  robert: 
     7 
     8        * Removed log2 and replaced the places where is was used with a new 
     9          Image::computeNumberOfMipmapLevels method. 
     10 
     112007-09-30 20:16 +0000 [r7520]  shuber: 
     12 
     13        * updated XCode-projects 
     14 
     152007-09-30 19:56 +0000 [r7519]  robert: 
     16 
     17        * Updated wrappers 
     18 
     192007-09-30 19:53 +0000 [r7518]  robert: 
     20 
     21        * From Paul Martz, "here's the osgDB::Registry changes to add 
     22          Options to the read*File() interface. As we discussed, this 
     23          preserves the old interface for backwards compatibility. osgconv 
     24          also changed to use the new Registry::writeNode() interface. No 
     25          other applications or examples were affected." 
     26 
     272007-09-30 19:39 +0000 [r7517]  robert: 
     28 
     29        * Updated wrappers 
     30 
     312007-09-30 19:27 +0000 [r7516]  robert: 
     32 
     33        * Added support for CompositeViewer to WindowSizeHandler, 
     34          ThreadingHandler, RecordCameraPathManipulator and HelpHandler. 
     35 
     362007-09-30 19:15 +0000 [r7515]  robert: 
     37 
     38        * Changed HelpHandler so it supports use with CompositeViewer and 
     39          Viewer 
     40 
     412007-09-30 18:43 +0000 [r7513-7514]  robert: 
     42 
     43        * Added hdwriter to CMake build 
     44 
     45        * From David Spilling, "Please find attached an extension of the 
     46          Radiance HDR (RGBE) image reader to support writing. The options 
     47          are intended to match the existing read options. By default it 
     48          will only write RGB32F format; if the "RAW" option is selected, 
     49          it will output 8 bit RGBA as "raw" RGBE. Note also that the 
     50          writer inserts a flipVertical(); although the RGBE format, 
     51          according to spec, should support top-to-bottom or bottom-to-top 
     52          ordering, no software I've found, including that from the formats 
     53          originator, actually respects this." 
     54 
     552007-09-30 18:33 +0000 [r7512]  robert: 
     56 
     57        * From Jan Peciva, "I am submitting improved Inventor (iv) writer. 
     58          List of changes: - added support for Billboards and LOD - 
     59          improved Material handling " 
     60 
     612007-09-30 16:24 +0000 [r7511]  shuber: 
     62 
     63        * updated xcode-projects 
     64 
     652007-09-30 15:24 +0000 [r7510]  robert: 
     66 
     67        * Updated wrappers 
     68 
     692007-09-30 15:07 +0000 [r7508-7509]  robert: 
     70 
     71        * Updated wrappers 
     72 
     73        * From Dan Minor, "osgText::Text does not currently have a 
     74          getAxisAlignment method. The attached code adds this, along with 
     75          a member variable to keep track of the setting. It is based on 
     76          the latest subversion version, and was tested by creating a new 
     77          text object with the same axis alignment as an existing one (e.g. 
     78          new_text->setAxisAlignment(old_text->getAxisAlignment()); )." 
     79          From Robert Osfield, " I originally didn't add a 
     80          getAxisAlignment() as all setAxisAlignment does is set the 
     81          Rotation member variable, and potentially one could apply user 
     82          defined Rotation setting after the setAxisAlignment() which would 
     83          bring it out of sync with the setAxisAlignment. Rather than 
     84          reject your submission on the ground of potentially getting out 
     85          of sync and therefore misleading users I've added a 
     86          USED_DEFINED_ROTATION to AxisAlignment enum, and set this in the 
     87          serRotation and then override this setting of _axisAlignment in 
     88          the setAxisAlingment method. I've also removed the lazy updating 
     89          optimization you've added to the top of setAxisAlignment to avoid 
     90          potential problems as well." 
     91 
     922007-09-30 11:37 +0000 [r7507]  robert: 
     93 
     94        * Moved ViewerBase class out into its own header and source file. 
     95          Improved the support for stats collection in 
     96          CompositeViewer/StatsHandler. 
     97 
     982007-09-29 16:46 +0000 [r7506]  robert: 
     99 
     100        * Refactor Viewer/CompositeViewer so the both inherit from the a 
     101          ViewerBase class 
     102 
     1032007-09-29 11:41 +0000 [r7505]  robert: 
     104 
     105        * From Stephan Huber, add basic support for CompositeViewer in 
     106          StatsHandler 
     107 
     1082007-09-29 11:12 +0000 [r7504]  robert: 
     109 
     110        * From Mattias Linde, "Nice, this almost gets the job done, one way 
     111          communication into the plugin is possible. I've done some 
     112          additional small modification regarding constness in ReaderWriter 
     113          and added mutable on _pluginData so passing data back would be 
     114          possible too. Have updated the collada plugin 
     115          (ReaderWriterDAE.cpp) to use the map to handle options and have 
     116          attached the changes. The stuff in daeReader.h and daeWriter.h 
     117          are just cosmetic changes to get rid of a warning." 
     118 
     1192007-09-28 13:42 +0000 [r7503]  robert: 
     120 
     121        * Fixed SphericalDisplay set up codes to properly manage display 
     122          host/num 
     123 
     1242007-09-28 13:38 +0000 [r7501-7502]  robert: 
     125 
     126        * From Mathias Froehlich, "I had a chance to look into the remote 
     127          display problems. The screen resolution was queried for the wrong 
     128          display." 
     129 
     130        * From Mattias Linde, "I've attached a modified ReaderWriter header 
     131          which has some additions to osgDB::ReaderWriter::Options to 
     132          handle PluginData." 
     133 
     1342007-09-28 08:53 +0000 [r7499-7500]  robert: 
     135 
     136        * Andre Garneau, three fixes in one submissions: "This is a fix for 
     137          the issue reported by Anders a week ago (see \u201c[osg-users] 
     138          BUG?: mouse coordinate changes after window move\u201d discussion 
     139          thread on Sept. 20). The issue was that the initial 
     140          implementation added a few months back was not converting the 
     141          window coordinates to client-area coordinates resulting in a 
     142          slight offset each time a decorated window was moved (caused by 
     143          the window border). This was also causing windows to move out of 
     144          their assigned screen." and "Attached is a fix for the taskbar 
     145          repaint issue that occurs when a graphics window is toggled from 
     146          full-screen mode to windowed mode (as identified by Gert van 
     147          Maren a couple of weeks ago). Also included is a fix derived from 
     148          the \u201cEvents from the past\u201d discussion thread that took 
     149          place on July 11." 
     150 
     151        * Added record path manipulator 
     152 
     1532007-09-27 13:49 +0000 [r7498]  robert: 
     154 
     155        * Changed across to using a GraphicsOperation as the base class for 
     156          the RealizeOperation. 
     157 
     1582007-09-27 12:47 +0000 [r7497]  robert: 
     159 
     160        * From Adrian Egli, "update the PSSM, i did some bug fixes and 
     161          added new features to move the camera virtual against the view 
     162          direction by applaying a simple distance factor (a), which is 
     163          calculated camera eye - camera center distance. and we can move 
     164          the "light camera" against the light direction (b). (a) some 
     165          objects behind the camera can cast shadow (b) object aboive the 
     166          camera can cast shadow then i fixed the shadow map orientation, 
     167          now screen x coordinate alinged which improve the quality" 
     168 
     1692007-09-27 12:15 +0000 [r7496]  robert: 
     170 
     171        * From Mathias Froehlich, compile fix for HP-UX without large file 
     172          support 
     173 
     1742007-09-27 10:47 +0000 [r7495]  robert: 
     175 
     176        * From Mathias Froehlich, "Some more file that needs some 
     177          adjustment because of missing member templates in suns stl." 
     178 
     1792007-09-27 10:42 +0000 [r7494]  robert: 
     180 
     181        * Changed copy constrcutor to a default constrcutor and std::copy 
     182          to avoid problems with dodge Sun compiler. 
     183 
     1842007-09-27 10:22 +0000 [r7492]  robert: 
     185 
     186        * Added support for selecting internal texture format via the 
     187          internalFormat <numbits> entry in the .osg file 
     188 
     1892007-09-26 16:17 +0000 [r7491]  shuber: 
     190 
     191        * updated XCode project-files 
     192 
     1932007-09-26 14:44 +0000 [r7490]  robert: 
     194 
     195        * From Jean-Sebastien Guay, "Attached you will find an expanded 
     196          FindOpenVRML.cmake file, as well as a fixed CMakeLists.txt file 
     197          for the VRML plugin ." 
     198 
     1992007-09-26 14:31 +0000 [r7489]  robert: 
     200 
     201        * Updated wrappers 
     202 
     2032007-09-26 14:02 +0000 [r7488]  robert: 
     204 
     205        * Added IntensityMap reading in .view files 
     206 
     2072007-09-26 11:32 +0000 [r7486]  robert: 
     208 
     209        * Tweaked the wrapping of osgViewer::Scene to fix build problems 
     210 
     2112007-09-26 10:58 +0000 [r7485]  robert: 
     212 
     213        * From Stephan Huber, "attached you'll find a first implementation 
     214          for the obj-plugin to write obj-files. It is not feature complete 
     215          but usable. Known issues: * not all materials are handled 
     216          correctly (especially when using osg::StateAttribute::OVERRIDE), 
     217          not all properties are supported * could not test point and 
     218          lines, all of my programs which are capable to read obj-files 
     219          only import triangle-meshes. * only simple texture-handling" 
     220 
     2212007-09-26 10:46 +0000 [r7484]  robert: 
     222 
     223        * Added suprression of the reflection of osgViewer::Scene to avoid 
     224          build issues associated with the class. 
     225 
     2262007-09-26 09:59 +0000 [r7483]  robert: 
     227 
     228        * Updated wrappers 
     229 
     2302007-09-26 09:50 +0000 [r7482]  robert: 
     231 
     232        * From David Callu, adding support for GraphicsWindowX11 window 
     233          inhertance and setWindowName() method. 
     234 
     2352007-09-25 19:14 +0000 [r7481]  robert: 
     236 
     237        * Added support for intensityMap and fix naming of --panoramic-sd 
     238          and --3d-sd command line arguments 
     239 
     2402007-09-25 17:02 +0000 [r7479-7480]  robert: 
     241 
     242        * Added --flip argument docs. 
     243 
     244        * Added --flip option to allow one to flip the source data about 
     245          the x axis. 
     246 
     2472007-09-25 15:01 +0000 [r7477]  robert: 
     248 
     249        * Removed all dome distortion correction code as this is now part 
     250          of the core osgViewer. Added viewer mode where movies are made 
     251          fullscreen. One can use the old interactive camera mode by using 
     252          --interactive parameter on the command line. 
     253 
     2542007-09-25 13:51 +0000 [r7475]  robert: 
     255 
     256        * Preliminary PanoramicSphericalScreen support 
     257 
     2582007-09-25 12:34 +0000 [r7473]  robert: 
     259 
     260        * Added --major/minor/path-number support 
     261 
     2622007-09-25 11:26 +0000 [r7472]  robert: 
     263 
     264        * Fixed version number 
     265 
     2662007-09-25 10:18 +0000 [r7471]  robert: 
     267 
     268        * Added thread unit test to test the create, start and destruction 
     269          of threads 
     270 
     2712007-09-24 16:34 +0000 [r7466]  robert: 
     272 
     273        * Updated Version and AUTHORS for 2.1.12 dev release 
     274 
     2752007-09-24 16:30 +0000 [r7464-7465]  robert: 
     276 
     277        * Renamed packaging directory to pkgconfig 
     278 
     279        * Updated ChangeLog for release 
     280 
     2812007-09-24 16:25 +0000 [r7463]  robert: 
     282 
     283        * Updated wrappers 
     284 
     2852007-09-24 15:24 +0000 [r7462]  robert: 
     286 
     287        * From Adrian Egli, further work on PSSM implementation. 
     288 
    12892007-09-24 10:36 +0000 [r7460]  robert: 
    2290 
  • OpenSceneGraph/trunk/README.txt

    r7464 r7525  
    1111Robert Osfield. 
    1212Project Lead. 
    13 24th September 2007. 
     131st October 2007. 
    1414 
    1515-- 
  • OpenSceneGraph/trunk/include/osg/Version

    r7466 r7525  
    2222#define OPENSCENEGRAPH_MAJOR_VERSION 2 
    2323#define OPENSCENEGRAPH_MINOR_VERSION 1 
    24 #define OPENSCENEGRAPH_PATCH_VERSION 12 
    25 #define OPENSCENEGRAPH_SOVERSION 23 
     24#define OPENSCENEGRAPH_PATCH_VERSION 13 
     25#define OPENSCENEGRAPH_SOVERSION 24 
    2626 
    2727/** 
  • OpenSceneGraph/trunk/packaging/pkgconfig/openscenegraph.pc

    r7472 r7525  
    88Name: openscenegraph 
    99Description: 3D scenegraph 
    10 Version: 2.1.12 
     10Version: 2.1.13 
    1111Requires: openthreads 
    1212Conflicts: 
  • OpenSceneGraph/trunk/packaging/pkgconfig/openthreads.pc

    r7429 r7525  
    88Name: openthreads 
    99Description: Object-Oriented (OO) thread interface for C++ programmers 
    10 Version: 1.9.6 
     10Version: 1.9.7 
    1111Requires: 
    1212Conflicts: