[artoolkit-commits] artoolkit ChangeLog.txt,1.3,1.4 README.txt,1.18,1.19
Optical marker tracking and overlay for augmented reality.
Brought to you by:
philip_lamb
From: Philip L. <phi...@us...> - 2005-09-23 00:14:55
|
Update of /cvsroot/artoolkit/artoolkit In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14734 Modified Files: ChangeLog.txt README.txt Log Message: Update for 2.71.1 release. Index: ChangeLog.txt =================================================================== RCS file: /cvsroot/artoolkit/artoolkit/ChangeLog.txt,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** ChangeLog.txt 16 Mar 2005 04:42:15 -0000 1.3 --- ChangeLog.txt 23 Sep 2005 00:14:42 -0000 1.4 *************** *** 3,6 **** --- 3,25 ---- + Changes in version 2.71.1 (2005-09-22). + --------------------------------------- + - Mac OS X XCode builds: An outdated version of the project file slipped into the 2.71 release. This has been corrected. + - Mac OS X XCode builds: Version 2.1 of XCode is required. The obsolete XCode 2.0 .xcode project file has been removed. Users running on Mac OS X versions prior to 10.4 can still build using the command-line Makefiles. + - A bug in libARgsub_lite incorrectly restored OpenGL state. Fixed. Also corrected for this fix in simpleLite and twoView examples. + - Builds of calib_cparam now correctly link against libARgsub_lite. + + + Changes in version 2.71 (2005-09-21). + ------------------------------------- + - Mac OS X video driver: QuickTime 6.4 is now required by default. (Support for versions back to 4.0 can be enabled at compile-time if required). + - Mac OS X libARgsub and binaries which call it: fix for bug "GLUT Warning: glutInit being called a second time" by moving glutInit to main so that it is called before calling arVideoOpen. + - Linux V4L video driver: Apply patch by Wayne Piekarski to auto-adjust video resolution. + - Windows video driver: Uses updated (0.0.8b) DSVideoLib. Building ARToolKit on Windows no longer requires installation of DirectX SDK, or registering of DS filters. It also includes many bug fixes. + - gsub_lite: Added complete support for runtime specification of pixel format and rectangle/power-of-2 textures. + - Mac OS X XCode builds now build the examples as bundled applications. The contents of the "Data" directory are copied into the application bundle at build time. The applications can thus be moved from their build locations. The utilities are still (mostly) built as command-line tools. + - The calibration utilties have been rewritten to use gsub_lite. They should now run much more reliably across different platforms. + + Changes in version 2.70.1 (2005-03-14). --------------------------------------- Index: README.txt =================================================================== RCS file: /cvsroot/artoolkit/artoolkit/README.txt,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** README.txt 22 Sep 2005 00:51:08 -0000 1.18 --- README.txt 23 Sep 2005 00:14:42 -0000 1.19 *************** *** 1,3 **** ! Read me for ARToolKit-2.71. ============================= --- 1,3 ---- ! Read me for ARToolKit-2.71.1. ============================= *************** *** 15,19 **** About this archive. ------------------- ! This archive contains the ARToolKit libraries, utilities and examples, version 2.71. ARToolKit is released under the GNU General Public License (GPL). Please read the file COPYING.txt. --- 15,19 ---- About this archive. ------------------- ! This archive contains the ARToolKit libraries, utilities and examples, version 2.71.1. ARToolKit is released under the GNU General Public License (GPL). Please read the file COPYING.txt. *************** *** 27,31 **** HIT Lab NZ http://www.hitlabnz.org ! 2005-09-21 --- 27,31 ---- HIT Lab NZ http://www.hitlabnz.org ! 2005-09-22 *************** *** 61,65 **** Unpack the ARToolKit to a convenient location. The root of this location will be referred to below as {ARToolKit}: ! tar zxvf ARToolKit-2.71.tgz Configure and build. The Linux builds support video input using either Video4Linux, an IIDC-compliant or DV camera connected via IEEE-1394, or a Sony EyeToy camera connected via USB. You will be prompted as to which of the four Linux video drivers you wish to use at the Configure step. cd {ARToolKit} --- 61,65 ---- Unpack the ARToolKit to a convenient location. The root of this location will be referred to below as {ARToolKit}: ! tar zxvf ARToolKit-2.71.1.tgz Configure and build. The Linux builds support video input using either Video4Linux, an IIDC-compliant or DV camera connected via IEEE-1394, or a Sony EyeToy camera connected via USB. You will be prompted as to which of the four Linux video drivers you wish to use at the Configure step. cd {ARToolKit} *************** *** 99,103 **** Drop the ARToolKit into a convenient location, e.g. your Desktop, then open a Terminal window and type: cd ~/Desktop ! tar zxvf ARToolKit-2.71.tgz Configure and build cd ~/ARToolKit --- 99,103 ---- Drop the ARToolKit into a convenient location, e.g. your Desktop, then open a Terminal window and type: cd ~/Desktop ! tar zxvf ARToolKit-2.71.1.tgz Configure and build cd ~/ARToolKit *************** *** 121,124 **** --- 121,132 ---- Changes in this release. ------------------------ + - Mac OS X XCode builds: An outdated version of the project file slipped into the 2.71 release. This has been corrected. + - Mac OS X XCode builds: Version 2.1 of XCode is required. The obsolete XCode 2.0 .xcode project file has been removed. Users running on Mac OS X versions prior to 10.4 can still build using the command-line Makefiles. + - A bug in libARgsub_lite incorrectly restored OpenGL state. Fixed. Also corrected for this fix in simpleLite and twoView examples. + - Builds of calib_cparam now correctly link against libARgsub_lite. + + + Changes in version 2.71 (2005-09-21). + ------------------------------------- - Mac OS X video driver: QuickTime 6.4 is now required by default. (Support for versions back to 4.0 can be enabled at compile-time if required). - Mac OS X libARgsub and binaries which call it: fix for bug "GLUT Warning: glutInit being called a second time" by moving glutInit to main so that it is called before calling arVideoOpen. *************** *** 129,132 **** --- 137,141 ---- - The calibration utilties have been rewritten to use gsub_lite. They should now run much more reliably across different platforms. + Changes in earlier releases. ---------------------------- |