root/juggler/trunk/modules/vrjuggler


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @21088 [21088] 11/05/08 08:13:23 patrick There is something about preprocessor value comparison that I don't …
(edit) @21086 [21086] 10/08/08 17:50:08 dshipton Prevent unlocking when we can't unlock (terminal is littered with messages …
(edit) @21085 [21085] 09/30/08 14:11:57 dshipton Get rid of big render lock for OS X windows. This greatly improves multi …
(edit) @21084 [21084] 09/30/08 14:06:48 dshipton Additional cflags for OS X compilation.
(edit) @21080 [21080] 09/20/08 14:43:15 dshipton Avoid redefing WIN32_LEAN_AND_MEAN when its defined from a command line
(edit) @21079 [21079] 08/19/08 10:49:45 patrick Removed HTML character entities that screw up XML parsing. We really need …
(edit) @21078 [21078] 08/19/08 10:48:48 patrick Use native line endings.
(edit) @21075 [21075] 08/18/08 12:15:40 patrick Include gl.h instead of GL.h since the former is the proper …
(edit) @21071 [21071] 04/18/08 17:26:53 patrick This is the config definition for config elements used …
(edit) @21065 [21065] 03/05/08 15:01:59 patrick Documentation correction.
(edit) @21033 [21033] 02/13/08 20:34:59 patrick Update the minimum required version of VPR since there is code that …
(edit) @21032 [21032] 02/13/08 17:51:31 patrick Work around a crash-on-exit problem that I see now that remote …
(edit) @21019 [21019] 02/09/08 20:58:35 patrick More missed copyright updates.
(edit) @21018 [21018] 02/09/08 20:58:14 patrick Updated for changes to the configuration of the JCCL remote …
(edit) @21017 [21017] 02/09/08 20:56:41 patrick Fixed invalid key names.
(edit) @21015 [21015] 02/09/08 20:13:19 patrick Changed the remote run-time performance monitoring plug-in to take …
(edit) @20985 [20985] 01/03/08 17:38:58 patrick Removed calls that seem to have proven unnecessary.
(edit) @20984 [20984] 01/03/08 17:38:35 patrick Resizing OpenGL windows works fine on Mac OS X Leopard. Woo hoo!
(edit) @20983 [20983] 01/03/08 11:53:24 patrick Fixed a race condition that could cause application crashes at …
(edit) @20982 [20982] 01/01/08 12:25:54 patrick Fixed typos in comments.
(edit) @20977 [20977] 01/01/08 09:40:34 patrick Update my email address.
(edit) @20974 [20974] 01/01/08 09:31:54 patrick Copyright update.
(edit) @20971 [20971] 12/30/07 14:10:03 patrick Added a simulated analog device with associated proxies and alises to …
(edit) @20965 [20965] 12/19/07 21:15:32 patrick MF22 r20964: Add a driver for the MotionNode? intertial tracker. This is …
(edit) @20961 [20961] 12/13/07 22:20:32 patrick Removed stray vpr::ReturnStatus? reference.
(edit) @20958 [20958] 11/28/07 22:05:53 patrick Fixed linker errors when building with X11 as the windowing system on Mac …
(edit) @20954 [20954] 11/28/07 21:30:15 patrick Removed the -m option used with ld(1) on Mac OS X. The Juggler libraries …
(edit) @20953 [20953] 11/28/07 21:18:10 patrick Set the Mach-O -arch options correctly this time.
(edit) @20952 [20952] 11/28/07 20:56:34 patrick Simplify the Mac OS X architecture cases.
(edit) @20951 [20951] 11/28/07 20:24:42 patrick Added the Mach-O x86_64 case.
(edit) @20944 [20944] 11/27/07 09:59:59 patrick Protect against (mis-configured) screen identifiers that are less than 0.
(edit) @20942 [20942] 11/21/07 22:18:39 patrick Added missing 'clobber' target.
(edit) @20941 [20941] 11/21/07 22:12:29 patrick Made simple improvements to the clarity of main().
(edit) @20939 [20939] 11/21/07 08:29:19 patrick With Cocoa, identify the right mouse button as MBUTTON3 to be …
(edit) @20937 [20937] 11/18/07 22:34:00 patrick Initlalize the kernel using the simple approach.
(edit) @20936 [20936] 11/18/07 22:33:30 patrick Initialize the kernel correctly.
(edit) @20925 [20925] 11/18/07 03:45:25 patrick Cocoa OpenGL windows now update their input area size correctly. This …
(edit) @20920 [20920] 11/17/07 15:10:26 patrick Assign a value to gadget::InputAreaCocoa::mMainView when we have the …
(edit) @20907 [20907] 11/08/07 21:03:07 patrick Use dlopen(3) on Mac OS X 10.4 and newer for symbol lookup.
(edit) @20903 [20903] 11/08/07 11:14:07 patrick Switch to using a C-style cast to convert from screen number …
(edit) @20901 [20901] 11/08/07 10:03:34 patrick Do not assume that GLint is equivalent to long. Just use GLint.
(edit) @20897 [20897] 11/06/07 09:34:30 patrick Fixed a logic error that prevented -DJCCL_DEFINITION_PATH from being …
(edit) @20896 [20896] 11/06/07 09:31:33 patrick Improved the formatting of outupt text.
(edit) @20895 [20895] 11/06/07 09:31:08 patrick Added a missing error-out case.
(edit) @20894 [20894] 11/06/07 09:30:47 patrick If neither of the environment variables JAVA_HOME nor JDK_HOME are set, …
(edit) @20893 [20893] 11/06/07 09:01:24 patrick When exiting with an error, pause so that the user has a chance to see …
(edit) @20892 [20892] 11/06/07 09:00:29 patrick Add some whitespace in an effort to make this code more readable.
(edit) @20889 [20889] 11/02/07 21:07:33 patrick MF22 r20841: Document the use of and customization of render thread CPU …
(edit) @20882 [20882] 10/21/07 11:44:33 patrick MF22 r20881: Document and reference VJ_DATA_DIR. Fixed a few typos. I …
(edit) @20873 [20873] 09/26/07 15:10:05 patrick Export vrj::SoundManager? from the VR Juggler DLL on Windows, and make …
(edit) @20872 [20872] 09/26/07 14:54:35 patrick Fixed nasty crash-on-exit problems caused by Sonix cleaning up the …
(edit) @20869 [20869] 09/26/07 13:46:41 patrick Protect against operator error if an invalid path is set in the …
(edit) @20843 [20843] 09/20/07 15:42:36 patrick MF22 r20842: Disable OpenGL acceleration of Swing components. It …
(edit) @20834 [20834] 09/19/07 20:32:59 patrick Added new file to the build.
(edit) @20833 [20833] 09/19/07 20:32:34 patrick Minor typo fix.
(edit) @20828 [20828] 09/19/07 17:41:17 patrick Pass the correct pipe identifier to getDrawThreadAffinity().
(edit) @20827 [20827] 09/19/07 17:39:10 patrick Removed additional linker options that hinder forward migration to Visual …
(edit) @20826 [20826] 09/19/07 17:32:53 patrick Removed additional linker options that hinder forward migration to Visual …
(edit) @20825 [20825] 09/19/07 14:20:04 patrick Push the debug level for affinity up from "critical" to "state" so that …
(edit) @20824 [20824] 09/19/07 14:11:56 patrick Added render thread CPU affinity capabilities. The default way that this …
(edit) @20811 [20811] 09/09/07 10:44:26 patrick Correct the dates on the entries added in the last revision.
(edit) @20810 [20810] 09/09/07 10:43:30 patrick Noted new Draw Manager fpc files.
(edit) @20809 [20809] 09/09/07 10:40:53 patrick MF22 r20805: Added an fpc file for the Direct3D Draw Manager.
(edit) @20796 [20796] 09/08/07 06:48:42 patrick Install the fpc files for vrjuggler-opengl and …
(edit) @20792 [20792] 09/07/07 17:17:52 dshipton MFT22: Separate draw managers out in there own fpc files.
(edit) @20781 [20781] 09/06/07 17:05:23 patrick Use ${VJ_DATA_DIR}.
(edit) @20780 [20780] 09/06/07 16:54:59 patrick Fixed a compile error when using a version of GCC older than 4.0.
(edit) @20779 [20779] 09/06/07 16:54:12 patrick Use VJ_DATA_DIR instead of VRJ_DATA_DIR in order to be consistent with …
(edit) @20775 [20775] 09/06/07 15:42:14 patrick Factor window decorations into the size of the window that is …
(edit) @20770 [20770] 09/06/07 09:04:08 patrick Change the run-time behavior of the automatic assignment of …
(edit) @20764 [20764] 09/06/07 07:12:21 patrick Avoid getting stuck in an infinite loop trying to find the package …
(edit) @20759 [20759] 09/04/07 21:38:16 patrick Indentation fix.
(edit) @20757 [20757] 09/04/07 21:02:50 patrick Use the new environment variable VJ_DATA_DIR to look up files …
(edit) @20756 [20756] 09/04/07 21:01:41 patrick Fixed invalid xref.
(edit) @20755 [20755] 09/04/07 20:47:30 patrick Set VJ_BASE_DIR and (the new environment variable) VJ_DATA_DIR …
(edit) @20754 [20754] 09/04/07 13:44:55 patrick Simplify the setting of VJ_BASE_DIR.
(edit) @20751 [20751] 09/04/07 08:32:08 patrick MF22 r20748: Avoid introducing "\\" into paths.
(edit) @20746 [20746] 08/25/07 09:37:14 patrick Back out r20666 and enable thread-safe reference counting explicitly in …
(edit) @20745 [20745] 08/25/07 08:11:54 patrick MF22 r20744: Fixed compile errors when attempting to return a mask of …
(edit) @20740 [20740] 08/21/07 19:55:43 patrick Exclude .svn directories.
(edit) @20739 [20739] 08/21/07 19:55:29 patrick Updated for SPROC removal.
(edit) @20732 [20732] 08/21/07 08:02:43 patrick Fixed coding standard violations in example code.
(edit) @20729 [20729] 08/16/07 21:39:33 patrick Version number updates.
(edit) @20728 [20728] 08/16/07 21:39:07 patrick Link to the JDK 1.5.0 API reference.
(edit) @20722 [20722] 08/14/07 08:49:23 patrick I forgot a critical piece of information in the explanation of how to …
(edit) @20713 [20713] 08/13/07 09:52:30 patrick Document the unique and, in my opinion, interesting aspects of VR …
(edit) @20675 [20675] 08/09/07 21:54:42 patrick Updated documentation links to refer to the VR Juggler 3.0 …
(edit) @20671 [20671] 08/09/07 19:33:46 patrick Fixed a scene flashing bug that occurred with multi-pipe …
(edit) @20666 [20666] 08/09/07 17:22:15 patrick Tell osg::Referenced when the use of thread-safe reference counting …
(edit) @20665 [20665] 08/09/07 17:20:42 patrick Removed unused (deprecated) #include.
(edit) @20664 [20664] 08/09/07 17:20:25 patrick Derive from vrj::opengl::App instead of the deprecated vrj::GlApp?.
(edit) @20663 [20663] 08/09/07 17:17:27 patrick Removed unused (deprecated) header.
(edit) @20662 [20662] 08/09/07 17:09:14 patrick Fixed a typo that I introduced in r20651.
(edit) @20658 [20658] 08/09/07 16:27:26 patrick Note that the number_of_pipes property only gets used by the OpenGL …
(edit) @20657 [20657] 08/09/07 16:22:52 patrick De-inline an expensive constructor.
(edit) @20655 [20655] 08/09/07 15:51:30 patrick MF22 r20654: Don't hard code the use of VJHead. Instead, retrieve the …
(edit) @20651 [20651] 08/09/07 09:45:55 patrick Make the code more conformant with the coding standard and typical C++ …
(edit) @20650 [20650] 08/09/07 09:41:59 patrick Just call vrj::opengl::DrawManager::currentUserData() once and then …
(edit) @20647 [20647] 08/09/07 09:18:42 patrick Each osgUtil::SceneView? instance only has to be told about …
(edit) @20629 [20629] 08/05/07 07:30:06 patrick Add VPR profile guards for rendering stages. Initial submission by: Doug …
Note: See TracRevisionLog for help on using the revision log.