Show
Ignore:
Timestamp:
10/30/06 08:14:44 (2 years ago)
Author:
patrick
Message:

Split up the change log to keep the main copy focused on the current
version.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • juggler/trunk/modules/vrjuggler/ChangeLog-2.0

    r19366 r19388  
    11DATE        AUTHOR      CHANGE 
    22----------- ----------- ------------------------------------------------------- 
    3 Oct-01-2006 patrick     Updated for VPR 1.1.35. 
    4                         NEW VERSION: 2.1.13 
    5 Oct-01-2006 patrick     Updated to handle the vpr::Thread constructor throwing 
    6                         an exception. 
    7                         NEW VERSION: 2.1.12 
    8 Sep-07-2006 patrick     Improved error handling in viewport configurations. 
    9 Jul-12-2006 patrick     Changed the DLL name to include the version as part of 
    10                         the base library name on Windows. Implemented automatic 
    11                         linking of the VR Juggler libraries. 
    12                         NEW VERSION: 2.1.11 
    13 Jun-26-2006 patrick     Added support for building universal binaries on Mac 
    14                         OS X. 
    15                         NEW VERSION: 2.1.10 
    16 Jun-19-2006 patrick     Refactored vrj::OsgApp so that the scene view is 
    17                         updated only once per frame. Subclasses overriding 
    18                         vrj::OsgApp::latePreFrame() must be sure to call up to 
    19                         the base class implementation as the last step in the 
    20                         override. 
    21                         NEW VERSION: 2.1.9 
    22 May-24-2006 dshipton    Versioning of installables for multiple installations. 
    23                         NEW VERSION: 2.1.8 
    24 Feb-15-2006 patrickh    Updated to VPR 1.1.16. 
    25                         NEW VERSION: 2.1.7 
    26 Jan-08-2006 allenb      Added swapSync test application. 
    27 Jan-07-2006 allenb      Added GlExtensionLoader classes. 
    28                         Added support for NV swap_group. 
    29                         NEW VERSION: 2.1.6 
    30 Oct-18-2005 patrickh    Added the functions vrj::getVersionString() and 
    31                         vrj::getVersionNumber(). 
    32                         NEW VERSION: 2.1.5 
    33 Jul-25-2005 patrickh    Added vrj::Projection::getNearFar(). 
    34                         NEW VERSION: 2.1.4 
    35 Jul-18-2005 patrickh    Do not call pfExit() in vrj::PfDrawManager::closeAPI(). 
    36                         Leave that up to application programmers to put at the 
    37                         end of their main() function instead. 
    38                         NEW VERSION: 2.1.3 
    39 Jul-11-2005 patrickh    Updated to VPR 1.1.3. 
    40 Jul-10-2005 patrickh    Updated to VPR 1.1.2. 
    41 Jun-22-2005 aronb       Ensure that we close each OpenGL window and its 
    42                         associated context. 
    43 Jun-10-2005 patrickh    Removed the VR Juggler 1.0 compatibility headers. 
    44                         NEW VERSION: 2.1.2 
    45 Jun-09-2005 patrickh    Updated to support Windows 64-bit edition. 
    46                         NEW VERSION: 2.1.1 
    47 Jun-07-2005 patrickh    VR Juggler 2.0 branch created. 
    48                         NEW VERSION: 2.1.0 
    49  
    503[2.0 Beta 3 released - 6.7.2005]=============================================== 
    514Jun-07-2005 patrickh    NEW VERSION: 1.1.172 
     
    498451                      now defunct RELENG_0_2 branch.  The HEAD is now moving 
    499452                      towards 1.2. 
    500  
    501 [1.0 release brach created - 1.9.2001]========================================= 
    502 Dec-30-2000 patrick   Build system converted to use Doozer++ 1.0.  Automake 1.4 
    503                       is now required for compiling in addition to Autoconf. 
    504                       Use autogen.sh to do the auto generation phase before 
    505                       compiling. 
    506 Dec-28-2000 patrick   Added initial version of serial and socket I/O 
    507                       abstraction layers.  These are to be used for making 
    508                       cross-platform drivers with very little effort. 
    509 Dec-17-2000 bthomp    UNIX version of IS-900 driver converted to use termios 
    510                       which in turn fixes cross-platform building 
    511 Dec-13-2000 patrick   RELENG_0_2 CVS branch created in preparation for 0.2.0 
    512                       release 
    513  
    514 [0.2 release brach created - 12.13.2000]======================================= 
    515 Nov-27-2000 bthomp    Added initial version of Intersense IS-900 driver 
    516 Nov-02-2000 patrick   Finished new MotionStar driver--config files must be 
    517                       updated to reflect some new options 
    518 Oct-28-2000 allenb    Fixed bug preventing right eye only mono in Performer 
    519 Sep-30-2000 allenb    Moved src to SourceForge.net 
    520 Sep-18-2000 allenb    Added interocular distance configuration 
    521 Sep-15-2000 patrick   Fixed positioning of keyboard input windows on Win32 
    522 Sep-03-2000 allenb    Fixed a couple of race conditions on start up. 
    523 Sep-03-2000 allenb    Fixed bug that prevented X-Win keyboards from 
    524                       reconfiguring 
    525 Sep-02-2000 allenb    Fixed several lingering seg fault bugs 
    526 Aug-30-2000 allenb    Added ability to specify FOV and aspect ratio in sim 
    527                       windows. 
    528 Aug-29-2000 allenb    Fixed bug with Performer calling app traversals 
    529                       once per channel. 
    530 Aug-21-2000 allenb    Added initial trackd driver support 
    531 Aug-05-2000 patrick   Now using std namespace for all C++ I/O 
    532 Aug-03-2000 patrick   -LANG:std is now used when compiling on IRIX 
    533 Jul-18-2000           VR Juggler 0.1.97 released 
    534  
    535 [Version 0.1.97 - 7.19.2000]=================================================== 
    536 Jul-13-2000 cjust     Environment Manager works under NT 
    537                       Config files can have includes for chunkdesc files 
    538                       Config file includes now use relative paths correctly 
    539                       Vjcontrol fixes for editing embedded chunks 
    540                       Vjcontrol internal event architecture expanded 
    541                       Vjcontrol componentization (partial) 
    542                       Numerous fixes in ConfigChunkDB code 
    543 Jul-13-2000 allenb    Initial ChangeLog file started 
    544 Jul-11-2000 allenb    Rewrote the way that threads call self() 
    545                       Rewrote thread specific data 
    546                       Threads are now much faster (~10x) 
    547 Jul-07-2000 patrick   Debugging symbols are now compiled into object files on 
    548                       Win32 which fixes long-standing (but unreported) 
    549                       problems with linking Juggler applications. 
    550 Jun-29-2000 cjust     Java 1.1 compatability has been dropped from VjControl 
    551 Jun-23-2000 patrick   Set the stereo bit in an OpenGL window on Win32 if 
    552                       stereo is enabled in the windwo's config chunk. 
    553                       _OLD_TERMIOS is no longer set on IRIX.  The serial 
    554                       drivers are using the latest termios functions.  This 
    555                       code will probably not work on versions of IRIX before 
    556                       6.5 as a result. 
    557                       Added the new utility library Juggler_utils which is 
    558                       required by most, if not all, applications after this 
    559                       date. 
    560 Jun-17-2000 subatomic SoundManager added, juggler sound engine for audioworks  
    561                       is available. 
    562 Jun-08-2000 allenb    vjApp no longer needs to be passed a vjKernel instance 
    563 Jun-06-2000 subatomic vjGetVJMatrix() has been renamed to vjGetVjMatrix() 
    564  
    565 [ Version 0.1.96 - 3.10.2000 ]================================================= 
    566                       Bug fixes for OpenGL 
    567 Jan-31-2000 patrick   Improved usability of the configure script on Solaris 
    568 Jan-28-2000 patrick   Initial configure script support for AIX 
    569  
    570 [ Version 0.1.95 - 1.27.2000 ]================================================= 
    571 1.27.2000            Juggler 
    572                       - Many bug fixes. 
    573                       - Win32 and Linux ports. 
    574                       - Improved the run-time reconfiguration 
    575                       - Performer works now in Linux and Irix 
    576                       - Increased performance 
    577  
    578                      VjControl 
    579                       - Redesigned internals, rewritten to support  
    580                         componentization. 
    581                       - Flexible event handling architechture. 
    582                        
    583 [ Beta 1 ]===================================================================== 
    584 7.1.1999             Rewrote kernel 
    585                      Added dynamic run-time configuration 
    586                      Bug fixes 
    587                       
    588 [ Alpha 4 ]==================================================================== 
    589 2.13.1999            Added Glove Support 
    590                      - Added glove device abstraction 
    591                      - Added simulated glove device 
    592                      - Added glove proxy and interface classes 
    593  
    594                      Added Gesture support 
    595                      -Added support for gesture recognition 
    596                      -Added glove gesture simulator device 
    597  
    598                      Added simulated devices 
    599                      - Added proper simulated devices 
    600                      - SimDigital device 
    601                      - SimAnalog device 
    602                      - SimPosition device 
    603                      - SimGestureGlove device 
    604  
    605                      Added proper keyboard device 
    606                      - Keyboard devicesare now handled by the input manager 
    607                      - Keyboard devices aredevices that generate key events. 
    608                      - Added keyboard proxy 
    609                      - Added keyboard interface 
    610  
    611                      vjcontrol 
    612                      - User editable organizational tree 
    613                      - Smarter button layout 
    614                      - Various bug fixes 
    615  
    616                      Misc 
    617                      - Initial keyboard position 
    618                      - Fixed keyboard mousebug 
    619                      - Initial position forSimPos 
    620                      - 2 new sample programs for OpenGL 
    621                      - Added directory of sample config files 
    622  
    623 [ Alpha 3 ]==================================================================== 
    624                      - New vjcontrol interface program 
    625                      - Context specific data for OpenGL 
    626                       
    627 [ Alpha 2 ]==================================================================== 
    628                      - Bug fixes 
    629                       
    630 [ Alpha 1 ]==================================================================== 
    631                      - Initial version