root/juggler/branches/2.2/modules/vrjuggler/ChangeLog-1.0

Revision 19388, 6.9 kB (checked in by patrick, 2 years ago)

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

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1 DATE        AUTHOR      CHANGE
2 ----------- ----------- -------------------------------------------------------
3 [1.0 release brach created - 1.9.2001]=========================================
4 Dec-30-2000 patrick   Build system converted to use Doozer++ 1.0.  Automake 1.4
5                       is now required for compiling in addition to Autoconf.
6                       Use autogen.sh to do the auto generation phase before
7                       compiling.
8 Dec-28-2000 patrick   Added initial version of serial and socket I/O
9                       abstraction layers.  These are to be used for making
10                       cross-platform drivers with very little effort.
11 Dec-17-2000 bthomp    UNIX version of IS-900 driver converted to use termios
12                       which in turn fixes cross-platform building
13 Dec-13-2000 patrick   RELENG_0_2 CVS branch created in preparation for 0.2.0
14                       release
15
16 [0.2 release brach created - 12.13.2000]=======================================
17 Nov-27-2000 bthomp    Added initial version of Intersense IS-900 driver
18 Nov-02-2000 patrick   Finished new MotionStar driver--config files must be
19                       updated to reflect some new options
20 Oct-28-2000 allenb    Fixed bug preventing right eye only mono in Performer
21 Sep-30-2000 allenb    Moved src to SourceForge.net
22 Sep-18-2000 allenb    Added interocular distance configuration
23 Sep-15-2000 patrick   Fixed positioning of keyboard input windows on Win32
24 Sep-03-2000 allenb    Fixed a couple of race conditions on start up.
25 Sep-03-2000 allenb    Fixed bug that prevented X-Win keyboards from
26                       reconfiguring
27 Sep-02-2000 allenb    Fixed several lingering seg fault bugs
28 Aug-30-2000 allenb    Added ability to specify FOV and aspect ratio in sim
29                       windows.
30 Aug-29-2000 allenb    Fixed bug with Performer calling app traversals
31                       once per channel.
32 Aug-21-2000 allenb    Added initial trackd driver support
33 Aug-05-2000 patrick   Now using std namespace for all C++ I/O
34 Aug-03-2000 patrick   -LANG:std is now used when compiling on IRIX
35 Jul-18-2000           VR Juggler 0.1.97 released
36
37 [Version 0.1.97 - 7.19.2000]===================================================
38 Jul-13-2000 cjust     Environment Manager works under NT
39                       Config files can have includes for chunkdesc files
40                       Config file includes now use relative paths correctly
41                       Vjcontrol fixes for editing embedded chunks
42                       Vjcontrol internal event architecture expanded
43                       Vjcontrol componentization (partial)
44                       Numerous fixes in ConfigChunkDB code
45 Jul-13-2000 allenb    Initial ChangeLog file started
46 Jul-11-2000 allenb    Rewrote the way that threads call self()
47                       Rewrote thread specific data
48                       Threads are now much faster (~10x)
49 Jul-07-2000 patrick   Debugging symbols are now compiled into object files on
50                       Win32 which fixes long-standing (but unreported)
51                       problems with linking Juggler applications.
52 Jun-29-2000 cjust     Java 1.1 compatability has been dropped from VjControl
53 Jun-23-2000 patrick   Set the stereo bit in an OpenGL window on Win32 if
54                       stereo is enabled in the windwo's config chunk.
55                       _OLD_TERMIOS is no longer set on IRIX.  The serial
56                       drivers are using the latest termios functions.  This
57                       code will probably not work on versions of IRIX before
58                       6.5 as a result.
59                       Added the new utility library Juggler_utils which is
60                       required by most, if not all, applications after this
61                       date.
62 Jun-17-2000 subatomic SoundManager added, juggler sound engine for audioworks
63                       is available.
64 Jun-08-2000 allenb    vjApp no longer needs to be passed a vjKernel instance
65 Jun-06-2000 subatomic vjGetVJMatrix() has been renamed to vjGetVjMatrix()
66
67 [ Version 0.1.96 - 3.10.2000 ]=================================================
68                       Bug fixes for OpenGL
69 Jan-31-2000 patrick   Improved usability of the configure script on Solaris
70 Jan-28-2000 patrick   Initial configure script support for AIX
71
72 [ Version 0.1.95 - 1.27.2000 ]=================================================
73 1.27.2000            Juggler
74                       - Many bug fixes.
75                       - Win32 and Linux ports.
76                       - Improved the run-time reconfiguration
77                       - Performer works now in Linux and Irix
78                       - Increased performance
79
80                      VjControl
81                       - Redesigned internals, rewritten to support
82                         componentization.
83                       - Flexible event handling architechture.
84                      
85 [ Beta 1 ]=====================================================================
86 7.1.1999             Rewrote kernel
87                      Added dynamic run-time configuration
88                      Bug fixes
89                      
90 [ Alpha 4 ]====================================================================
91 2.13.1999            Added Glove Support
92                      - Added glove device abstraction
93                      - Added simulated glove device
94                      - Added glove proxy and interface classes
95
96                      Added Gesture support
97                      -Added support for gesture recognition
98                      -Added glove gesture simulator device
99
100                      Added simulated devices
101                      - Added proper simulated devices
102                      - SimDigital device
103                      - SimAnalog device
104                      - SimPosition device
105                      - SimGestureGlove device
106
107                      Added proper keyboard device
108                      - Keyboard devicesare now handled by the input manager
109                      - Keyboard devices aredevices that generate key events.
110                      - Added keyboard proxy
111                      - Added keyboard interface
112
113                      vjcontrol
114                      - User editable organizational tree
115                      - Smarter button layout
116                      - Various bug fixes
117
118                      Misc
119                      - Initial keyboard position
120                      - Fixed keyboard mousebug
121                      - Initial position forSimPos
122                      - 2 new sample programs for OpenGL
123                      - Added directory of sample config files
124
125 [ Alpha 3 ]====================================================================
126                      - New vjcontrol interface program
127                      - Context specific data for OpenGL
128                      
129 [ Alpha 2 ]====================================================================
130                      - Bug fixes
131                      
132 [ Alpha 1 ]====================================================================
133                      - Initial version
Note: See TracBrowser for help on using the browser.