Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-05-20 | More changes to get things built. | Brian Helfrich | 2 | -7/+6 | |
2008-04-23 | NV1 functional. | Manoj Rajagopalan | 4 | -70/+55 | |
Separated release and debug binaries. New MMP test files. NE1 camera system (minus zoom) Many bug-fixes and feature implementations. | |||||
2008-04-10 | Separating debug and release builds for executables and libs | Manoj Rajagopalan | 7 | -74/+149 | |
2008-04-09 | Committing missed .pro file to correct checkin #12408 build-breakage | Manoj Rajagopalan | 1 | -0/+50 | |
2008-04-09 | TrajectoryGraphicsWindow test. | Manoj Rajagopalan | 1 | -1/+2 | |
Automatic play doesn't work yet - manual frame-advance works. Touch-ups to other parts of code to work with this test and to continue working independently. New project files and directories for this test. | |||||
2008-04-06 | Enabled NX_DEBUG flag for release builds to fix checkin #12350 build-breakage | Manoj Rajagopalan | 1 | -0/+1 | |
2008-04-04 | Testing mmp files moved to $NV1_HOME/Testing/MMP_TestFiles/ and tests ↵ | Manoj Rajagopalan | 4 | -15/+50 | |
updated to contain relative paths New graphics test named Testing/Plugins/MMPOpenGLRendererTest for MMP import/export Added an extra CppUnit file-import test (benzene) and added atom- and bond-level diagnostics This test confirms that there is a bug in scenegraph construction - spurious bonds are visible in MMPOpenGLRendererTest as well as in NXOpenGLRenderingEngineTest - all atoms that should be connected by bonds are not connected. | |||||
2008-04-03 | Moved previous MMP tests in class NanorexMMPImportExportTest to new test ↵ | Manoj Rajagopalan | 1 | -4/+10 | |
class NanorexMMPImportExportRagelTest Beginning test of NanorexMMPImportExport class in NanorexMMPImportExport Fixed segfault with old Ragel test Modified CppUnit.pro to include new test Modified NanorexMMPImportExport.pro to create libNanorexMMPImportExport.so for tests in addition to the 'lib'-less binary. | |||||
2008-04-02 | Fixing broken build in checkin #12272 | Manoj Rajagopalan | 1 | -2/+1 | |
Disabled standalone NanorexMMPImportExportTest because that is now part of CppUnit Committing changes to TrajectoryGraphicsWindow to include NXGraphicsManager stuff | |||||
2008-04-02 | Revised MMP import-export module. | Manoj Rajagopalan | 7 | -55/+100 | |
NV-1 imports file successfully but still does not show any graphics. Lots of bug fixes and API changes. | |||||
2008-03-20 | NXCommandResult object management and destructor implementations. | Brian Helfrich | 3 | -4/+10 | |
2008-03-04 | Fixing broken build for NXOpenGLRenderingEngineTest | Manoj Rajagopalan | 2 | -2/+20 | |
2008-03-04 | Fixed build- breaking test project file | Manoj Rajagopalan | 1 | -4/+1 | |
2008-03-04 | Fortified Scenegraph API | Manoj Rajagopalan | 3 | -18/+19 | |
Working NXOpenGLRenderingEngineTest | |||||
2008-03-01 | -- Major -- | Manoj Rajagopalan | 3 | -5/+11 | |
NXOpenGLRenderingEngineTest completed Mouse rotation and translation implemented (latter slightly buggy) Sky-blue background implemented Tweaked NXBallAndStickOpenGLRenderer to produce better canonical bond scenegraph nodes -- Minor -- Added recursive cleanup to NXMoleculeSet destructor Added -g -O0 -fno-inline flags to QMAKE_CXXFLAGS_DEBUG in some project files Added NXOpenGLCamera.sm to DISTFILES for project NXOpenGLRenderingEngine Trimmed an output line in HDF5_SimResultsImportExport.cpp to 80 columns | |||||
2008-02-29 | Project files for graphics testing | Manoj Rajagopalan | 6 | -0/+76 | |
2008-02-29 | NXOpenGLRenderingEngineTest initial commit. | Manoj Rajagopalan | 1 | -1/+2 | |
Basic working (but buggy) rendering of a CH4 molecule with functional trackball. Needs work on projection matrix, atom-dimensioning, resizing callbacks, and rendering materials and lights. | |||||
2008-02-29 | fixing broken windows build with .pro from rev 11695 | Manoj Rajagopalan | 3 | -24/+22 | |
2008-02-29 | NXOpenGLRenderingEngineTest skeleton written, excluded from project for now. | Manoj Rajagopalan | 3 | -22/+24 | |
Included SMC-based camera class for trackball manipulation in NXOpenGLRenderingEngine. Moved a bunch of OpenGL-related headers from include/Nanorex/Interface/ to src/Plugins/RenderingEngines/OpenGL Hardcoding use of NXOpenGLRenderingEngine in StructureGraphicsWindow for now. Modified a bunch of project files (*.pro) because they seemed to have trouble with dependencies. Disabling Brian's clipping of the 'lib' prefix for graphics plugins temporarily till tests are over. | |||||
2008-02-28 | Tweaks to get things compiled on Win32. | Brian Helfrich | 2 | -17/+21 | |
2008-02-28 | Removed lib from beginning of plugin names. | Brian Helfrich | 2 | -5/+3 | |
2008-02-04 | Mods for Mac building. | Brian Helfrich | 2 | -0/+13 | |
2008-02-04 | Moved NXPoint and NXRGBColor to Utility. | Brian Helfrich | 1 | -2/+2 | |
2008-02-04 | Removed Plugins subdir. | Brian Helfrich | 1 | -2/+2 | |
2008-02-03 | ball-and-stick rendering test | Manoj Rajagopalan | 1 | -1/+2 | |
2008-02-02 | Defined templated point class and tests | Manoj Rajagopalan | 1 | -2/+4 | |
2008-02-01 | NXEntityManager now signals when new frames from growing frame sets have ↵ | Brian Helfrich | 1 | -0/+2 | |
been added. | |||||
2008-01-31 | removed duplicate occurrence of HDF5_SimResultsImportExportTest.cpp which ↵ | Manoj Rajagopalan | 1 | -1/+0 | |
lead to function-redefinition errors at link-time | |||||
2008-01-31 | .pro file | Brian Helfrich | 1 | -2/+1 | |
2008-01-31 | CppUnit tests for NXSceneGraph API included and passing | Manoj Rajagopalan | 2 | -2/+12 | |
2008-01-31 | Initial revision of OpenBabelImportExport plugin. | Brian Helfrich | 1 | -2/+4 | |
2008-01-29 | Now handles data stores that are still being written to. | Brian Helfrich | 2 | -1/+18 | |
2008-01-28 | Switched to relative paths and environment variables for library paths. | Brian Helfrich | 1 | -1/+1 | |
2008-01-28 | NXOpenGLRenderingEngine coding complete and building tested | Manoj Rajagopalan | 1 | -0/+2 | |
2008-01-27 | HDF5_SimResultImportExport now reads multi-frame data stores. ↵ | Brian Helfrich | 2 | -2/+3 | |
NXEntityManager now a multi-frame storing object. | |||||
2008-01-25 | Pruning. | Brian Helfrich | 4 | -14/+0 | |
2008-01-24 | Hooked in Utility, Interface, HDF5_SimResultsImportExport, and CppUnit | Brian Helfrich | 1 | -4/+33 | |
2008-01-23 | Subproject hierarchy in KDevelop | Manoj Rajagopalan | 7 | -0/+23 | |