You can subscribe to this list here.
2004 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(7) |
Nov
(21) |
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2005 |
Jan
(3) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Jonathan P. <jp...@us...> - 2005-01-30 22:18:43
|
Update of /cvsroot/sheepengine/sheep In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7478 Added Files: .cvsignore Log Message: - more cvsignore tweaking --- NEW FILE: .cvsignore --- bin lib config.opts |
From: Jonathan P. <jp...@us...> - 2005-01-30 22:15:32
|
Update of /cvsroot/sheepengine/CVSROOT In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6679 Added Files: cvsignore Log Message: - cvsignore build files --- NEW FILE: cvsignore --- *.ncb *.suo *.idb .sconsign Debug Release Release-P4 |
From: Jonathan P. <jp...@us...> - 2005-01-30 21:57:04
|
Update of /cvsroot/sheepengine/sheep/src/common/math In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1974/src/common/math Modified Files: customdistribution.inl Log Message: - one typecast in, one warning out Index: customdistribution.inl =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/common/math/customdistribution.inl,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** customdistribution.inl 10 Nov 2004 01:32:22 -0000 1.4 --- customdistribution.inl 30 Jan 2005 21:56:55 -0000 1.5 *************** *** 74,78 **** assert(densities.size() > 0); ! for(int i = 0; i < densities.size(); ++i) { m_max += densities[i]; m_cdf[i] = m_max; --- 74,78 ---- assert(densities.size() > 0); ! for(int i = 0; i < static_cast<int>(densities.size()); ++i) { m_max += densities[i]; m_cdf[i] = m_max; |
From: Jonathan P. <jp...@us...> - 2004-11-16 02:24:22
|
Update of /cvsroot/sheepengine/sheep/src/framework In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31821/src/framework Modified Files: main.cpp Log Message: - tweaked the VS.NET build process - fixed missing <iostream> in sheepframework Index: main.cpp =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/framework/main.cpp,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** main.cpp 10 Nov 2004 00:09:13 -0000 1.6 --- main.cpp 16 Nov 2004 02:24:13 -0000 1.7 *************** *** 29,32 **** --- 29,33 ---- #include <cassert> #include <cstdlib> + #include <iostream> #include <GL/glut.h> #include <IL/il.h> |
From: Jonathan P. <jp...@us...> - 2004-11-16 02:24:21
|
Update of /cvsroot/sheepengine/sheep/src/common/math/projects/msvc71 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31821/src/common/math/projects/msvc71 Modified Files: math.vcproj Log Message: - tweaked the VS.NET build process - fixed missing <iostream> in sheepframework Index: math.vcproj =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/common/math/projects/msvc71/math.vcproj,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** math.vcproj 30 Oct 2004 15:55:06 -0000 1.7 --- math.vcproj 16 Nov 2004 02:24:12 -0000 1.8 *************** *** 160,214 **** Name="VCAuxiliaryManagedWrapperGeneratorTool"/> </Configuration> - <Configuration - Name="VTune|Win32" - OutputDirectory="$(ConfigurationName)" - IntermediateDirectory="$(ConfigurationName)" - ConfigurationType="4" - CharacterSet="2" - WholeProgramOptimization="TRUE"> - <Tool - Name="VCCLCompilerTool" - Optimization="3" - GlobalOptimizations="TRUE" - InlineFunctionExpansion="2" - EnableIntrinsicFunctions="TRUE" - FavorSizeOrSpeed="1" - OmitFramePointers="TRUE" - OptimizeForProcessor="3" - AdditionalIncludeDirectories="..\..\..\..;"..\..\..\..\..\externals\itl-4.0.0-1";"..\..\..\..\..\externals\mtl-2.1.2-21";..\..\..\..\..\externals\boost_1_31_0" - PreprocessorDefinitions="WIN32;NDEBUG;_LIB" - StringPooling="TRUE" - RuntimeLibrary="2" - BufferSecurityCheck="FALSE" - EnableEnhancedInstructionSet="2" - ForceConformanceInForLoopScope="TRUE" - UsePrecompiledHeader="0" - WarningLevel="3" - Detect64BitPortabilityProblems="TRUE" - DebugInformationFormat="3"/> - <Tool - Name="VCCustomBuildTool"/> - <Tool - Name="VCLibrarianTool" - OutputFile="..\..\..\..\..\lib\$(OutDir)\sheep$(ProjectName).lib"/> - <Tool - Name="VCMIDLTool"/> - <Tool - Name="VCPostBuildEventTool"/> - <Tool - Name="VCPreBuildEventTool"/> - <Tool - Name="VCPreLinkEventTool"/> - <Tool - Name="VCResourceCompilerTool"/> - <Tool - Name="VCWebServiceProxyGeneratorTool"/> - <Tool - Name="VCXMLDataGeneratorTool"/> - <Tool - Name="VCManagedWrapperGeneratorTool"/> - <Tool - Name="VCAuxiliaryManagedWrapperGeneratorTool"/> - </Configuration> </Configurations> <References> --- 160,163 ---- |
From: Jonathan P. <jp...@us...> - 2004-11-10 01:32:42
|
Update of /cvsroot/sheepengine/sheep/src/engine/geometry In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1840/src/engine/geometry Modified Files: feature.inl rigidmodel.inl rigidmodelbuilder.inl swiftcollisiondetector.inl Log Message: updated Copyright notice and contact information Index: feature.inl =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/engine/geometry/feature.inl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** feature.inl 13 May 2004 23:12:26 -0000 1.2 --- feature.inl 10 Nov 2004 01:32:23 -0000 1.3 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: rigidmodelbuilder.inl =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/engine/geometry/rigidmodelbuilder.inl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** rigidmodelbuilder.inl 13 May 2004 23:12:26 -0000 1.2 --- rigidmodelbuilder.inl 10 Nov 2004 01:32:23 -0000 1.3 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: swiftcollisiondetector.inl =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/engine/geometry/swiftcollisiondetector.inl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** swiftcollisiondetector.inl 13 May 2004 23:12:26 -0000 1.2 --- swiftcollisiondetector.inl 10 Nov 2004 01:32:23 -0000 1.3 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: rigidmodel.inl =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/engine/geometry/rigidmodel.inl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** rigidmodel.inl 13 May 2004 23:12:26 -0000 1.3 --- rigidmodel.inl 10 Nov 2004 01:32:23 -0000 1.4 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. |
From: Jonathan P. <jp...@us...> - 2004-11-10 01:32:42
|
Update of /cvsroot/sheepengine/sheep/src/engine/dynamics In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1840/src/engine/dynamics Modified Files: contact.inl contacthandler.inl forcetorque.inl joints.inl rctracker.inl rigidbody.inl Log Message: updated Copyright notice and contact information Index: rigidbody.inl =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/engine/dynamics/rigidbody.inl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** rigidbody.inl 13 May 2004 23:12:26 -0000 1.2 --- rigidbody.inl 10 Nov 2004 01:32:23 -0000 1.3 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: rctracker.inl =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/engine/dynamics/rctracker.inl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** rctracker.inl 13 May 2004 23:12:26 -0000 1.2 --- rctracker.inl 10 Nov 2004 01:32:23 -0000 1.3 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: contacthandler.inl =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/engine/dynamics/contacthandler.inl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** contacthandler.inl 13 May 2004 23:12:26 -0000 1.2 --- contacthandler.inl 10 Nov 2004 01:32:23 -0000 1.3 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: joints.inl =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/engine/dynamics/joints.inl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** joints.inl 13 May 2004 23:12:26 -0000 1.2 --- joints.inl 10 Nov 2004 01:32:23 -0000 1.3 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: contact.inl =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/engine/dynamics/contact.inl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** contact.inl 13 May 2004 23:12:26 -0000 1.2 --- contact.inl 10 Nov 2004 01:32:23 -0000 1.3 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: forcetorque.inl =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/engine/dynamics/forcetorque.inl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** forcetorque.inl 13 May 2004 23:12:26 -0000 1.2 --- forcetorque.inl 10 Nov 2004 01:32:23 -0000 1.3 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. |
Update of /cvsroot/sheepengine/sheep/src/common/meshio In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1840/src/common/meshio Modified Files: XXXLOADER.inl aseloader.inl imeshloader.inl keywordtable.inl meshmodifier.inl objloader.inl triangulator.inl triloader.inl Log Message: updated Copyright notice and contact information Index: triloader.inl =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/common/meshio/triloader.inl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** triloader.inl 13 May 2004 23:12:25 -0000 1.2 --- triloader.inl 10 Nov 2004 01:32:22 -0000 1.3 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: triangulator.inl =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/common/meshio/triangulator.inl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** triangulator.inl 13 May 2004 23:12:25 -0000 1.2 --- triangulator.inl 10 Nov 2004 01:32:22 -0000 1.3 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: aseloader.inl =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/common/meshio/aseloader.inl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** aseloader.inl 13 May 2004 23:12:25 -0000 1.3 --- aseloader.inl 10 Nov 2004 01:32:22 -0000 1.4 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: meshmodifier.inl =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/common/meshio/meshmodifier.inl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** meshmodifier.inl 13 May 2004 23:12:25 -0000 1.2 --- meshmodifier.inl 10 Nov 2004 01:32:22 -0000 1.3 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: objloader.inl =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/common/meshio/objloader.inl,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** objloader.inl 13 May 2004 23:12:25 -0000 1.4 --- objloader.inl 10 Nov 2004 01:32:22 -0000 1.5 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: imeshloader.inl =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/common/meshio/imeshloader.inl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** imeshloader.inl 13 May 2004 23:12:25 -0000 1.2 --- imeshloader.inl 10 Nov 2004 01:32:22 -0000 1.3 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: keywordtable.inl =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/common/meshio/keywordtable.inl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** keywordtable.inl 13 May 2004 23:12:25 -0000 1.2 --- keywordtable.inl 10 Nov 2004 01:32:22 -0000 1.3 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: XXXLOADER.inl =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/common/meshio/XXXLOADER.inl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** XXXLOADER.inl 13 May 2004 23:12:25 -0000 1.2 --- XXXLOADER.inl 10 Nov 2004 01:32:22 -0000 1.3 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. |
From: Jonathan P. <jp...@us...> - 2004-11-10 01:32:42
|
Update of /cvsroot/sheepengine/sheep/src/glrenderer In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1840/src/glrenderer Modified Files: glmesh.inl material.inl sgnode.inl texture.inl Log Message: updated Copyright notice and contact information Index: sgnode.inl =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/glrenderer/sgnode.inl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** sgnode.inl 13 May 2004 23:12:27 -0000 1.2 --- sgnode.inl 10 Nov 2004 01:32:24 -0000 1.3 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: texture.inl =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/glrenderer/texture.inl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** texture.inl 13 May 2004 23:12:27 -0000 1.2 --- texture.inl 10 Nov 2004 01:32:24 -0000 1.3 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: material.inl =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/glrenderer/material.inl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** material.inl 13 May 2004 23:12:27 -0000 1.3 --- material.inl 10 Nov 2004 01:32:24 -0000 1.4 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: glmesh.inl =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/glrenderer/glmesh.inl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** glmesh.inl 13 May 2004 23:12:27 -0000 1.3 --- glmesh.inl 10 Nov 2004 01:32:24 -0000 1.4 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. |
From: Jonathan P. <jp...@us...> - 2004-11-10 01:32:42
|
Update of /cvsroot/sheepengine/sheep/src/engine/simulation In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1840/src/engine/simulation Modified Files: rigidobject.inl subspace.inl world.inl Log Message: updated Copyright notice and contact information Index: subspace.inl =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/engine/simulation/subspace.inl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** subspace.inl 13 May 2004 23:12:26 -0000 1.2 --- subspace.inl 10 Nov 2004 01:32:23 -0000 1.3 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: world.inl =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/engine/simulation/world.inl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** world.inl 13 May 2004 23:12:26 -0000 1.2 --- world.inl 10 Nov 2004 01:32:23 -0000 1.3 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: rigidobject.inl =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/engine/simulation/rigidobject.inl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** rigidobject.inl 13 May 2004 23:12:26 -0000 1.2 --- rigidobject.inl 10 Nov 2004 01:32:23 -0000 1.3 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. |
From: Jonathan P. <jp...@us...> - 2004-11-10 01:32:42
|
Update of /cvsroot/sheepengine/sheep/src/framework In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1840/src/framework Modified Files: arcball.inl sceneorbiter.inl Log Message: updated Copyright notice and contact information Index: sceneorbiter.inl =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/framework/sceneorbiter.inl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** sceneorbiter.inl 13 May 2004 23:12:27 -0000 1.3 --- sceneorbiter.inl 10 Nov 2004 01:32:23 -0000 1.4 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: arcball.inl =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/framework/arcball.inl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** arcball.inl 13 May 2004 23:12:27 -0000 1.2 --- arcball.inl 10 Nov 2004 01:32:23 -0000 1.3 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. |
From: Jonathan P. <jp...@us...> - 2004-11-10 01:32:41
|
Update of /cvsroot/sheepengine/sheep/src/common/misc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1840/src/common/misc Modified Files: apppath.inl binarystream.inl commandlineparser.inl htmlstream.inl iclonable.inl iprogressmonitor.inl isingleton.inl minmax.inl pentiumrtsc.inl stopwatch.inl stringutils.inl taskmanager.inl threadutils.inl types.inl xercesmanager.inl xercesutils.inl xmlconfigfile.inl Log Message: updated Copyright notice and contact information Index: iclonable.inl =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/common/misc/iclonable.inl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** iclonable.inl 13 May 2004 23:12:25 -0000 1.2 --- iclonable.inl 10 Nov 2004 01:32:22 -0000 1.3 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: htmlstream.inl =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/common/misc/htmlstream.inl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** htmlstream.inl 13 May 2004 23:12:25 -0000 1.2 --- htmlstream.inl 10 Nov 2004 01:32:22 -0000 1.3 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: iprogressmonitor.inl =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/common/misc/iprogressmonitor.inl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** iprogressmonitor.inl 30 Oct 2004 15:55:07 -0000 1.1 --- iprogressmonitor.inl 10 Nov 2004 01:32:22 -0000 1.2 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: threadutils.inl =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/common/misc/threadutils.inl,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** threadutils.inl 4 Jun 2004 11:01:49 -0000 1.4 --- threadutils.inl 10 Nov 2004 01:32:22 -0000 1.5 *************** *** 2,5 **** --- 2,6 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune + Copyright (C) 2004 The toxic Project Contact: be...@ai... Index: taskmanager.inl =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/common/misc/taskmanager.inl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** taskmanager.inl 13 May 2004 23:12:25 -0000 1.2 --- taskmanager.inl 10 Nov 2004 01:32:22 -0000 1.3 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: isingleton.inl =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/common/misc/isingleton.inl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** isingleton.inl 13 May 2004 23:12:25 -0000 1.2 --- isingleton.inl 10 Nov 2004 01:32:22 -0000 1.3 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: binarystream.inl =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/common/misc/binarystream.inl,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** binarystream.inl 30 Oct 2004 15:55:07 -0000 1.6 --- binarystream.inl 10 Nov 2004 01:32:22 -0000 1.7 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: xercesmanager.inl =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/common/misc/xercesmanager.inl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** xercesmanager.inl 13 May 2004 23:12:25 -0000 1.2 --- xercesmanager.inl 10 Nov 2004 01:32:22 -0000 1.3 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: commandlineparser.inl =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/common/misc/commandlineparser.inl,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** commandlineparser.inl 13 May 2004 23:12:25 -0000 1.4 --- commandlineparser.inl 10 Nov 2004 01:32:22 -0000 1.5 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: stringutils.inl =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/common/misc/stringutils.inl,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** stringutils.inl 13 May 2004 23:12:25 -0000 1.5 --- stringutils.inl 10 Nov 2004 01:32:22 -0000 1.6 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: types.inl =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/common/misc/types.inl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** types.inl 13 May 2004 23:12:25 -0000 1.2 --- types.inl 10 Nov 2004 01:32:22 -0000 1.3 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: minmax.inl =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/common/misc/minmax.inl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** minmax.inl 13 May 2004 23:12:25 -0000 1.2 --- minmax.inl 10 Nov 2004 01:32:22 -0000 1.3 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: xercesutils.inl =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/common/misc/xercesutils.inl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** xercesutils.inl 13 May 2004 23:12:25 -0000 1.2 --- xercesutils.inl 10 Nov 2004 01:32:22 -0000 1.3 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: pentiumrtsc.inl =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/common/misc/pentiumrtsc.inl,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** pentiumrtsc.inl 30 Oct 2004 15:55:07 -0000 1.4 --- pentiumrtsc.inl 10 Nov 2004 01:32:22 -0000 1.5 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: xmlconfigfile.inl =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/common/misc/xmlconfigfile.inl,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** xmlconfigfile.inl 13 May 2004 23:12:25 -0000 1.5 --- xmlconfigfile.inl 10 Nov 2004 01:32:22 -0000 1.6 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: stopwatch.inl =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/common/misc/stopwatch.inl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** stopwatch.inl 30 Oct 2004 15:55:07 -0000 1.1 --- stopwatch.inl 10 Nov 2004 01:32:22 -0000 1.2 *************** *** 2,5 **** --- 2,6 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune + Copyright (C) 2004 The toxic Project Contact: be...@ai... Index: apppath.inl =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/common/misc/apppath.inl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** apppath.inl 13 May 2004 23:12:25 -0000 1.2 --- apppath.inl 10 Nov 2004 01:32:22 -0000 1.3 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. |
From: Jonathan P. <jp...@us...> - 2004-11-10 01:32:41
|
Update of /cvsroot/sheepengine/sheep/src/common/math In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1840/src/common/math Modified Files: aabb2.inl aabb3.inl bs.inl build_basis.inl catmullromcurve3.inl customdistribution.inl de.inl matrix.inl matrix3.inl matrix4.inl mt19937rng.inl octree.inl point2.inl point3.inl quaternion.inl real.inl sampling.inl vector.inl vector2.inl vector3.inl vector4.inl Log Message: updated Copyright notice and contact information Index: vector4.inl =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/common/math/vector4.inl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** vector4.inl 13 May 2004 23:12:25 -0000 1.2 --- vector4.inl 10 Nov 2004 01:32:22 -0000 1.3 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: aabb3.inl =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/common/math/aabb3.inl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** aabb3.inl 13 May 2004 23:12:24 -0000 1.3 --- aabb3.inl 10 Nov 2004 01:32:22 -0000 1.4 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: aabb2.inl =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/common/math/aabb2.inl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** aabb2.inl 13 May 2004 23:12:24 -0000 1.2 --- aabb2.inl 10 Nov 2004 01:32:22 -0000 1.3 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: vector3.inl =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/common/math/vector3.inl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** vector3.inl 13 May 2004 23:12:25 -0000 1.2 --- vector3.inl 10 Nov 2004 01:32:22 -0000 1.3 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: point3.inl =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/common/math/point3.inl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** point3.inl 13 May 2004 23:12:24 -0000 1.2 --- point3.inl 10 Nov 2004 01:32:22 -0000 1.3 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: vector.inl =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/common/math/vector.inl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** vector.inl 13 May 2004 23:12:24 -0000 1.2 --- vector.inl 10 Nov 2004 01:32:22 -0000 1.3 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: mt19937rng.inl =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/common/math/mt19937rng.inl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** mt19937rng.inl 18 May 2004 00:31:24 -0000 1.3 --- mt19937rng.inl 10 Nov 2004 01:32:22 -0000 1.4 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: matrix4.inl =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/common/math/matrix4.inl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** matrix4.inl 13 May 2004 23:12:24 -0000 1.2 --- matrix4.inl 10 Nov 2004 01:32:22 -0000 1.3 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: real.inl =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/common/math/real.inl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** real.inl 13 May 2004 23:12:24 -0000 1.2 --- real.inl 10 Nov 2004 01:32:22 -0000 1.3 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: de.inl =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/common/math/de.inl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** de.inl 13 May 2004 23:12:24 -0000 1.2 --- de.inl 10 Nov 2004 01:32:22 -0000 1.3 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: vector2.inl =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/common/math/vector2.inl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** vector2.inl 13 May 2004 23:12:24 -0000 1.2 --- vector2.inl 10 Nov 2004 01:32:22 -0000 1.3 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: matrix.inl =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/common/math/matrix.inl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** matrix.inl 13 May 2004 23:12:24 -0000 1.2 --- matrix.inl 10 Nov 2004 01:32:22 -0000 1.3 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: sampling.inl =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/common/math/sampling.inl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** sampling.inl 13 May 2004 23:12:24 -0000 1.2 --- sampling.inl 10 Nov 2004 01:32:22 -0000 1.3 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: catmullromcurve3.inl =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/common/math/catmullromcurve3.inl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** catmullromcurve3.inl 13 May 2004 23:12:24 -0000 1.2 --- catmullromcurve3.inl 10 Nov 2004 01:32:22 -0000 1.3 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: octree.inl =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/common/math/octree.inl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** octree.inl 13 May 2004 23:12:24 -0000 1.2 --- octree.inl 10 Nov 2004 01:32:22 -0000 1.3 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: matrix3.inl =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/common/math/matrix3.inl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** matrix3.inl 13 May 2004 23:12:24 -0000 1.2 --- matrix3.inl 10 Nov 2004 01:32:22 -0000 1.3 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: build_basis.inl =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/common/math/build_basis.inl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** build_basis.inl 13 May 2004 23:12:24 -0000 1.2 --- build_basis.inl 10 Nov 2004 01:32:22 -0000 1.3 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: quaternion.inl =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/common/math/quaternion.inl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** quaternion.inl 13 May 2004 23:12:24 -0000 1.2 --- quaternion.inl 10 Nov 2004 01:32:22 -0000 1.3 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: bs.inl =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/common/math/bs.inl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** bs.inl 13 May 2004 23:12:24 -0000 1.2 --- bs.inl 10 Nov 2004 01:32:22 -0000 1.3 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: customdistribution.inl =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/common/math/customdistribution.inl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** customdistribution.inl 13 May 2004 23:12:24 -0000 1.3 --- customdistribution.inl 10 Nov 2004 01:32:22 -0000 1.4 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: point2.inl =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/common/math/point2.inl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** point2.inl 13 May 2004 23:12:24 -0000 1.2 --- point2.inl 10 Nov 2004 01:32:22 -0000 1.3 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. |
From: Jonathan P. <jp...@us...> - 2004-11-10 01:32:40
|
Update of /cvsroot/sheepengine/sheep/src/TEMPLATES In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1840/src/TEMPLATES Modified Files: INLINE_TEMPLATE.inl Log Message: updated Copyright notice and contact information Index: INLINE_TEMPLATE.inl =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/TEMPLATES/INLINE_TEMPLATE.inl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** INLINE_TEMPLATE.inl 28 Jan 2004 00:31:52 -0000 1.1 --- INLINE_TEMPLATE.inl 10 Nov 2004 01:32:22 -0000 1.2 *************** *** 2,5 **** --- 2,6 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune + Copyright (C) 2004 The toxic Project Contact: be...@ai... |
Update of /cvsroot/sheepengine/sheep/src/common/math In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14966/src/common/math Modified Files: aabb2.cpp aabb2.h aabb3.cpp aabb3.h bs.cpp bs.h build_basis.cpp build_basis.h catmullromcurve3.cpp catmullromcurve3.h customdistribution.cpp customdistribution.h de.h findroot.cpp findroot.h icurve3.h itl_bicgstab.cpp itl_bicgstab.h math.h matrix.cpp matrix.h matrix3.cpp matrix3.h matrix4.cpp matrix4.h mt19937rng.cpp mt19937rng.h octree.cpp octree.h point2.cpp point2.h point3.cpp point3.h quaternion.cpp quaternion.h real.h sampling.cpp sampling.h vector.cpp vector.h vector2.cpp vector2.h vector3.cpp vector3.h vector4.cpp vector4.h Log Message: updated Copyright notice and contact information Index: aabb3.h =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/common/math/aabb3.h,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** aabb3.h 13 May 2004 23:12:24 -0000 1.3 --- aabb3.h 10 Nov 2004 00:09:00 -0000 1.4 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: findroot.cpp =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/common/math/findroot.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** findroot.cpp 13 May 2004 23:12:24 -0000 1.2 --- findroot.cpp 10 Nov 2004 00:09:00 -0000 1.3 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: aabb3.cpp =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/common/math/aabb3.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** aabb3.cpp 13 May 2004 23:12:24 -0000 1.2 --- aabb3.cpp 10 Nov 2004 00:09:00 -0000 1.3 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: aabb2.h =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/common/math/aabb2.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** aabb2.h 13 May 2004 23:12:24 -0000 1.2 --- aabb2.h 10 Nov 2004 00:09:00 -0000 1.3 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: matrix4.h =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/common/math/matrix4.h,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** matrix4.h 30 Oct 2004 15:55:06 -0000 1.3 --- matrix4.h 10 Nov 2004 00:09:01 -0000 1.4 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. *************** *** 76,80 **** //! as a 4x3 matrix (does not take into account the last row). Vector3 operator*(const Vector3 &v) const; ! Point3 operator*(const Point3 &v) const; // Array subscripting. --- 77,81 ---- //! as a 4x3 matrix (does not take into account the last row). Vector3 operator*(const Vector3 &v) const; ! Point3 operator*(const Point3 &v) const; // Array subscripting. Index: matrix.cpp =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/common/math/matrix.cpp,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** matrix.cpp 30 Oct 2004 15:55:06 -0000 1.3 --- matrix.cpp 10 Nov 2004 00:09:01 -0000 1.4 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: vector3.cpp =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/common/math/vector3.cpp,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** vector3.cpp 30 Oct 2004 15:55:06 -0000 1.3 --- vector3.cpp 10 Nov 2004 00:09:01 -0000 1.4 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: itl_bicgstab.cpp =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/common/math/itl_bicgstab.cpp,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** itl_bicgstab.cpp 23 May 2004 15:10:18 -0000 1.3 --- itl_bicgstab.cpp 10 Nov 2004 00:09:01 -0000 1.4 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: math.h =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/common/math/math.h,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** math.h 13 May 2004 23:12:24 -0000 1.4 --- math.h 10 Nov 2004 00:09:01 -0000 1.5 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: quaternion.h =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/common/math/quaternion.h,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** quaternion.h 30 Oct 2004 15:55:06 -0000 1.3 --- quaternion.h 10 Nov 2004 00:09:01 -0000 1.4 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: customdistribution.cpp =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/common/math/customdistribution.cpp,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** customdistribution.cpp 13 May 2004 23:12:24 -0000 1.3 --- customdistribution.cpp 10 Nov 2004 00:09:00 -0000 1.4 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: point3.cpp =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/common/math/point3.cpp,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** point3.cpp 30 Oct 2004 15:55:06 -0000 1.3 --- point3.cpp 10 Nov 2004 00:09:01 -0000 1.4 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: vector2.h =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/common/math/vector2.h,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** vector2.h 30 Oct 2004 15:55:06 -0000 1.3 --- vector2.h 10 Nov 2004 00:09:01 -0000 1.4 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: vector3.h =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/common/math/vector3.h,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** vector3.h 30 Oct 2004 15:55:06 -0000 1.3 --- vector3.h 10 Nov 2004 00:09:01 -0000 1.4 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: octree.h =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/common/math/octree.h,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** octree.h 30 Oct 2004 15:55:06 -0000 1.5 --- octree.h 10 Nov 2004 00:09:01 -0000 1.6 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: octree.cpp =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/common/math/octree.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** octree.cpp 13 May 2004 23:12:24 -0000 1.2 --- octree.cpp 10 Nov 2004 00:09:01 -0000 1.3 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: customdistribution.h =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/common/math/customdistribution.h,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** customdistribution.h 13 May 2004 23:12:24 -0000 1.3 --- customdistribution.h 10 Nov 2004 00:09:00 -0000 1.4 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: aabb2.cpp =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/common/math/aabb2.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** aabb2.cpp 13 May 2004 23:12:24 -0000 1.2 --- aabb2.cpp 10 Nov 2004 00:09:00 -0000 1.3 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: vector.h =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/common/math/vector.h,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** vector.h 30 Oct 2004 15:55:06 -0000 1.3 --- vector.h 10 Nov 2004 00:09:01 -0000 1.4 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: matrix.h =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/common/math/matrix.h,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** matrix.h 30 Oct 2004 15:55:06 -0000 1.3 --- matrix.h 10 Nov 2004 00:09:01 -0000 1.4 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: bs.cpp =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/common/math/bs.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** bs.cpp 13 May 2004 23:12:24 -0000 1.2 --- bs.cpp 10 Nov 2004 00:09:00 -0000 1.3 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: quaternion.cpp =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/common/math/quaternion.cpp,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** quaternion.cpp 30 Oct 2004 15:55:06 -0000 1.3 --- quaternion.cpp 10 Nov 2004 00:09:01 -0000 1.4 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: bs.h =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/common/math/bs.h,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** bs.h 13 May 2004 23:12:24 -0000 1.3 --- bs.h 10 Nov 2004 00:09:00 -0000 1.4 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: catmullromcurve3.h =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/common/math/catmullromcurve3.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** catmullromcurve3.h 13 May 2004 23:12:24 -0000 1.2 --- catmullromcurve3.h 10 Nov 2004 00:09:00 -0000 1.3 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: matrix3.h =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/common/math/matrix3.h,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** matrix3.h 30 Oct 2004 15:55:06 -0000 1.3 --- matrix3.h 10 Nov 2004 00:09:01 -0000 1.4 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: matrix4.cpp =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/common/math/matrix4.cpp,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** matrix4.cpp 30 Oct 2004 15:55:06 -0000 1.3 --- matrix4.cpp 10 Nov 2004 00:09:01 -0000 1.4 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: build_basis.h =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/common/math/build_basis.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** build_basis.h 13 May 2004 23:12:24 -0000 1.2 --- build_basis.h 10 Nov 2004 00:09:00 -0000 1.3 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: point3.h =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/common/math/point3.h,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** point3.h 30 Oct 2004 15:55:06 -0000 1.3 --- point3.h 10 Nov 2004 00:09:01 -0000 1.4 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: real.h =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/common/math/real.h,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** real.h 13 May 2004 23:12:24 -0000 1.3 --- real.h 10 Nov 2004 00:09:01 -0000 1.4 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: findroot.h =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/common/math/findroot.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** findroot.h 13 May 2004 23:12:24 -0000 1.2 --- findroot.h 10 Nov 2004 00:09:01 -0000 1.3 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: mt19937rng.h =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/common/math/mt19937rng.h,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** mt19937rng.h 18 May 2004 00:31:24 -0000 1.4 --- mt19937rng.h 10 Nov 2004 00:09:01 -0000 1.5 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. *************** *** 21,25 **** */ ! /* A C-program for MT19937, with initialization improved 2002/2/10. Coded by Takuji Nishimura and Makoto Matsumoto. --- 22,26 ---- */ ! /* A C-program for MT19937, with initialization improved 2002/2/10. Coded by Takuji Nishimura and Makoto Matsumoto. *************** *** 27,35 **** Matthe Bellew's simplification, Isaku Wada's real version. ! Before using, initialize the state by using init_genrand(seed) or init_by_array(init_key, key_length). Copyright (C) 1997 - 2002, Makoto Matsumoto and Takuji Nishimura, ! All rights reserved. Redistribution and use in source and binary forms, with or without --- 28,36 ---- Matthe Bellew's simplification, Isaku Wada's real version. ! Before using, initialize the state by using init_genrand(seed) or init_by_array(init_key, key_length). Copyright (C) 1997 - 2002, Makoto Matsumoto and Takuji Nishimura, ! All rights reserved. Redistribution and use in source and binary forms, with or without *************** *** 44,49 **** documentation and/or other materials provided with the distribution. ! 3. The names of its contributors may not be used to endorse or promote ! products derived from this software without specific prior written permission. --- 45,50 ---- documentation and/or other materials provided with the distribution. ! 3. The names of its contributors may not be used to endorse or promote ! products derived from this software without specific prior written permission. Index: icurve3.h =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/common/math/icurve3.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** icurve3.h 13 May 2004 23:12:24 -0000 1.2 --- icurve3.h 10 Nov 2004 00:09:01 -0000 1.3 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: matrix3.cpp =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/common/math/matrix3.cpp,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** matrix3.cpp 30 Oct 2004 15:55:06 -0000 1.3 --- matrix3.cpp 10 Nov 2004 00:09:01 -0000 1.4 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: sampling.h =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/common/math/sampling.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** sampling.h 13 May 2004 23:12:24 -0000 1.2 --- sampling.h 10 Nov 2004 00:09:01 -0000 1.3 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: de.h =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/common/math/de.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** de.h 13 May 2004 23:12:24 -0000 1.2 --- de.h 10 Nov 2004 00:09:00 -0000 1.3 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: vector.cpp =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/common/math/vector.cpp,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** vector.cpp 30 Oct 2004 15:55:06 -0000 1.3 --- vector.cpp 10 Nov 2004 00:09:01 -0000 1.4 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: build_basis.cpp =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/common/math/build_basis.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** build_basis.cpp 13 May 2004 23:12:24 -0000 1.2 --- build_basis.cpp 10 Nov 2004 00:09:00 -0000 1.3 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: catmullromcurve3.cpp =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/common/math/catmullromcurve3.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** catmullromcurve3.cpp 13 May 2004 23:12:24 -0000 1.2 --- catmullromcurve3.cpp 10 Nov 2004 00:09:00 -0000 1.3 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: itl_bicgstab.h =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/common/math/itl_bicgstab.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** itl_bicgstab.h 13 May 2004 23:12:24 -0000 1.2 --- itl_bicgstab.h 10 Nov 2004 00:09:01 -0000 1.3 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: vector4.h =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/common/math/vector4.h,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** vector4.h 30 Oct 2004 15:55:06 -0000 1.3 --- vector4.h 10 Nov 2004 00:09:11 -0000 1.4 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: sampling.cpp =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/common/math/sampling.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** sampling.cpp 13 May 2004 23:12:24 -0000 1.2 --- sampling.cpp 10 Nov 2004 00:09:01 -0000 1.3 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: vector2.cpp =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/common/math/vector2.cpp,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** vector2.cpp 30 Oct 2004 15:55:06 -0000 1.3 --- vector2.cpp 10 Nov 2004 00:09:01 -0000 1.4 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: mt19937rng.cpp =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/common/math/mt19937rng.cpp,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** mt19937rng.cpp 18 May 2004 00:31:24 -0000 1.3 --- mt19937rng.cpp 10 Nov 2004 00:09:01 -0000 1.4 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. *************** *** 21,25 **** */ ! /* A C-program for MT19937, with initialization improved 2002/2/10. Coded by Takuji Nishimura and Makoto Matsumoto. --- 22,26 ---- */ ! /* A C-program for MT19937, with initialization improved 2002/2/10. Coded by Takuji Nishimura and Makoto Matsumoto. *************** *** 27,35 **** Matthe Bellew's simplification, Isaku Wada's real version. ! Before using, initialize the state by using init_genrand(seed) or init_by_array(init_key, key_length). Copyright (C) 1997 - 2002, Makoto Matsumoto and Takuji Nishimura, ! All rights reserved. Redistribution and use in source and binary forms, with or without --- 28,36 ---- Matthe Bellew's simplification, Isaku Wada's real version. ! Before using, initialize the state by using init_genrand(seed) or init_by_array(init_key, key_length). Copyright (C) 1997 - 2002, Makoto Matsumoto and Takuji Nishimura, ! All rights reserved. Redistribution and use in source and binary forms, with or without *************** *** 44,49 **** documentation and/or other materials provided with the distribution. ! 3. The names of its contributors may not be used to endorse or promote ! products derived from this software without specific prior written permission. --- 45,50 ---- documentation and/or other materials provided with the distribution. ! 3. The names of its contributors may not be used to endorse or promote ! products derived from this software without specific prior written permission. *************** *** 72,76 **** using namespace sheep; ! /* Period parameters */ #define MATRIX_A 0x9908b0dfUL /* constant vector a */ #define UMASK 0x80000000UL /* most significant w-r bits */ --- 73,77 ---- using namespace sheep; ! /* Period parameters */ #define MATRIX_A 0x9908b0dfUL /* constant vector a */ #define UMASK 0x80000000UL /* most significant w-r bits */ *************** *** 93,97 **** state[0]= seed & 0xffffffffUL; for (j=1; j<N; j++) { ! state[j] = (1812433253UL * (state[j-1] ^ (state[j-1] >> 30)) + j); /* See Knuth TAOCP Vol2. 3rd Ed. P.106 for multiplier. */ /* In the previous versions, MSBs of the seed affect */ --- 94,98 ---- state[0]= seed & 0xffffffffUL; for (j=1; j<N; j++) { ! state[j] = (1812433253UL * (state[j-1] ^ (state[j-1] >> 30)) + j); /* See Knuth TAOCP Vol2. 3rd Ed. P.106 for multiplier. */ /* In the previous versions, MSBs of the seed affect */ *************** *** 109,117 **** left = N; next = state; ! ! for (j=N-M+1; --j; p++) *p = p[M] ^ TWIST(p[0], p[1]); ! for (j=M; --j; p++) *p = p[M-N] ^ TWIST(p[0], p[1]); --- 110,118 ---- left = N; next = state; ! ! for (j=N-M+1; --j; p++) *p = p[M] ^ TWIST(p[0], p[1]); ! for (j=M; --j; p++) *p = p[M-N] ^ TWIST(p[0], p[1]); Index: point2.h =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/common/math/point2.h,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** point2.h 30 Oct 2004 15:55:06 -0000 1.3 --- point2.h 10 Nov 2004 00:09:01 -0000 1.4 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: point2.cpp =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/common/math/point2.cpp,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** point2.cpp 30 Oct 2004 15:55:06 -0000 1.3 --- point2.cpp 10 Nov 2004 00:09:01 -0000 1.4 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: vector4.cpp =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/common/math/vector4.cpp,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** vector4.cpp 30 Oct 2004 15:55:06 -0000 1.3 --- vector4.cpp 10 Nov 2004 00:09:01 -0000 1.4 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. |
Update of /cvsroot/sheepengine/sheep/src/common/meshio In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14966/src/common/meshio Modified Files: XXXLOADER.cpp XXXLOADER.h aseloader.cpp aseloader.h imeshbuilder.h imeshloader.cpp imeshloader.h keywordtable.cpp keywordtable.h loadmesh.h meshmodifier.cpp meshmodifier.h objloader.cpp objloader.h smartloader.cpp smartloader.h triangulator.cpp triangulator.h triloader.cpp triloader.h Log Message: updated Copyright notice and contact information Index: meshmodifier.cpp =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/common/meshio/meshmodifier.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** meshmodifier.cpp 13 May 2004 23:12:25 -0000 1.2 --- meshmodifier.cpp 10 Nov 2004 00:09:11 -0000 1.3 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: triangulator.h =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/common/meshio/triangulator.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** triangulator.h 13 May 2004 23:12:25 -0000 1.2 --- triangulator.h 10 Nov 2004 00:09:11 -0000 1.3 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: imeshbuilder.h =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/common/meshio/imeshbuilder.h,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** imeshbuilder.h 13 May 2004 23:12:25 -0000 1.5 --- imeshbuilder.h 10 Nov 2004 00:09:11 -0000 1.6 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: smartloader.h =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/common/meshio/smartloader.h,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** smartloader.h 30 Oct 2004 15:55:07 -0000 1.5 --- smartloader.h 10 Nov 2004 00:09:11 -0000 1.6 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: objloader.h =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/common/meshio/objloader.h,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** objloader.h 30 Oct 2004 15:55:07 -0000 1.6 --- objloader.h 10 Nov 2004 00:09:11 -0000 1.7 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: imeshloader.cpp =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/common/meshio/imeshloader.cpp,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** imeshloader.cpp 13 May 2004 23:12:25 -0000 1.3 --- imeshloader.cpp 10 Nov 2004 00:09:11 -0000 1.4 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: keywordtable.h =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/common/meshio/keywordtable.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** keywordtable.h 13 May 2004 23:12:25 -0000 1.2 --- keywordtable.h 10 Nov 2004 00:09:11 -0000 1.3 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: meshmodifier.h =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/common/meshio/meshmodifier.h,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** meshmodifier.h 13 May 2004 23:12:25 -0000 1.3 --- meshmodifier.h 10 Nov 2004 00:09:11 -0000 1.4 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: keywordtable.cpp =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/common/meshio/keywordtable.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** keywordtable.cpp 13 May 2004 23:12:25 -0000 1.2 --- keywordtable.cpp 10 Nov 2004 00:09:11 -0000 1.3 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: loadmesh.h =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/common/meshio/loadmesh.h,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** loadmesh.h 30 Oct 2004 15:55:07 -0000 1.5 --- loadmesh.h 10 Nov 2004 00:09:11 -0000 1.6 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: imeshloader.h =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/common/meshio/imeshloader.h,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** imeshloader.h 30 Oct 2004 15:55:07 -0000 1.7 --- imeshloader.h 10 Nov 2004 00:09:11 -0000 1.8 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: objloader.cpp =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/common/meshio/objloader.cpp,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** objloader.cpp 30 Oct 2004 15:55:07 -0000 1.7 --- objloader.cpp 10 Nov 2004 00:09:11 -0000 1.8 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: smartloader.cpp =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/common/meshio/smartloader.cpp,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** smartloader.cpp 30 Oct 2004 15:55:07 -0000 1.6 --- smartloader.cpp 10 Nov 2004 00:09:11 -0000 1.7 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: aseloader.h =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/common/meshio/aseloader.h,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** aseloader.h 30 Oct 2004 15:55:07 -0000 1.4 --- aseloader.h 10 Nov 2004 00:09:11 -0000 1.5 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: XXXLOADER.cpp =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/common/meshio/XXXLOADER.cpp,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** XXXLOADER.cpp 30 Oct 2004 15:55:06 -0000 1.7 --- XXXLOADER.cpp 10 Nov 2004 00:09:11 -0000 1.8 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: XXXLOADER.h =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/common/meshio/XXXLOADER.h,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** XXXLOADER.h 30 Oct 2004 15:55:07 -0000 1.5 --- XXXLOADER.h 10 Nov 2004 00:09:11 -0000 1.6 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: aseloader.cpp =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/common/meshio/aseloader.cpp,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** aseloader.cpp 30 Oct 2004 15:55:07 -0000 1.6 --- aseloader.cpp 10 Nov 2004 00:09:11 -0000 1.7 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. *************** *** 336,340 **** accept(NODE_NAME); // *NODE_NAME ! const string mesh_name = accept_string(); #ifdef VERBOSE --- 337,341 ---- accept(NODE_NAME); // *NODE_NAME ! const string mesh_name = accept_string(); #ifdef VERBOSE Index: triloader.h =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/common/meshio/triloader.h,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** triloader.h 30 Oct 2004 15:55:07 -0000 1.5 --- triloader.h 10 Nov 2004 00:09:11 -0000 1.6 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: triangulator.cpp =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/common/meshio/triangulator.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** triangulator.cpp 13 May 2004 23:12:25 -0000 1.2 --- triangulator.cpp 10 Nov 2004 00:09:11 -0000 1.3 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. *************** *** 133,137 **** } ! /* assert(input.size() >= 3); assert(output); --- 134,138 ---- } ! /* assert(input.size() >= 3); assert(output); Index: triloader.cpp =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/common/meshio/triloader.cpp,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** triloader.cpp 30 Oct 2004 15:55:07 -0000 1.9 --- triloader.cpp 10 Nov 2004 00:09:11 -0000 1.10 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. |
From: Jonathan P. <jp...@us...> - 2004-11-10 00:09:39
|
Update of /cvsroot/sheepengine/sheep/src/TEMPLATES In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14966/src/TEMPLATES Modified Files: HEADER_TEMPLATE.h SOURCE_TEMPLATE.cpp Log Message: updated Copyright notice and contact information Index: SOURCE_TEMPLATE.cpp =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/TEMPLATES/SOURCE_TEMPLATE.cpp,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** SOURCE_TEMPLATE.cpp 28 Jan 2004 00:31:52 -0000 1.1 --- SOURCE_TEMPLATE.cpp 10 Nov 2004 00:08:59 -0000 1.2 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: be...@ai... This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: HEADER_TEMPLATE.h =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/TEMPLATES/HEADER_TEMPLATE.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** HEADER_TEMPLATE.h 28 Jan 2004 00:31:52 -0000 1.1 --- HEADER_TEMPLATE.h 10 Nov 2004 00:08:59 -0000 1.2 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: be...@ai... This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. |
Update of /cvsroot/sheepengine/sheep/src/common/misc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14966/src/common/misc Modified Files: apppath.cpp apppath.h binarystream.cpp binarystream.h commandlineparser.cpp commandlineparser.h commandlineparsersample.cpp config.h consoleprogressmonitor.cpp consoleprogressmonitor.h htmlstream.cpp htmlstream.h iclonable.cpp iclonable.h iprogressmonitor.cpp iprogressmonitor.h isingleton.cpp isingleton.h itask.h minmax.h misc.h pentiumrtsc.cpp pentiumrtsc.h stopwatch.cpp stopwatch.h stringutils.cpp stringutils.h taskmanager.h threadutils.cpp threadutils.h types.cpp types.h xercesmanager.cpp xercesmanager.h xercesutils.cpp xercesutils.h xmlconfigfile.cpp xmlconfigfile.h Log Message: updated Copyright notice and contact information Index: xercesmanager.cpp =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/common/misc/xercesmanager.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** xercesmanager.cpp 13 May 2004 23:12:25 -0000 1.2 --- xercesmanager.cpp 10 Nov 2004 00:09:12 -0000 1.3 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. *************** *** 45,49 **** cerr << "Automatically shutting down Xerces-C XML Parser..." << endl; #endif // VERBOSE ! XMLPlatformUtils::Terminate(); } } --- 46,50 ---- cerr << "Automatically shutting down Xerces-C XML Parser..." << endl; #endif // VERBOSE ! XMLPlatformUtils::Terminate(); } } Index: taskmanager.h =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/common/misc/taskmanager.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** taskmanager.h 13 May 2004 23:12:25 -0000 1.2 --- taskmanager.h 10 Nov 2004 00:09:12 -0000 1.3 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: iprogressmonitor.cpp =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/common/misc/iprogressmonitor.cpp,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** iprogressmonitor.cpp 30 Oct 2004 15:55:07 -0000 1.1 --- iprogressmonitor.cpp 10 Nov 2004 00:09:12 -0000 1.2 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: htmlstream.h =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/common/misc/htmlstream.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** htmlstream.h 13 May 2004 23:12:25 -0000 1.2 --- htmlstream.h 10 Nov 2004 00:09:12 -0000 1.3 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: types.cpp =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/common/misc/types.cpp,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** types.cpp 13 May 2004 23:12:25 -0000 1.3 --- types.cpp 10 Nov 2004 00:09:12 -0000 1.4 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: threadutils.h =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/common/misc/threadutils.h,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** threadutils.h 4 Jun 2004 11:01:48 -0000 1.3 --- threadutils.h 10 Nov 2004 00:09:12 -0000 1.4 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: be...@ai... This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: xercesutils.h =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/common/misc/xercesutils.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** xercesutils.h 13 May 2004 23:12:25 -0000 1.2 --- xercesutils.h 10 Nov 2004 00:09:12 -0000 1.3 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: apppath.h =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/common/misc/apppath.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** apppath.h 13 May 2004 23:12:25 -0000 1.2 --- apppath.h 10 Nov 2004 00:09:12 -0000 1.3 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: misc.h =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/common/misc/misc.h,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** misc.h 30 Oct 2004 15:55:07 -0000 1.4 --- misc.h 10 Nov 2004 00:09:12 -0000 1.5 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: isingleton.h =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/common/misc/isingleton.h,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** isingleton.h 13 May 2004 23:12:25 -0000 1.3 --- isingleton.h 10 Nov 2004 00:09:12 -0000 1.4 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: stringutils.cpp =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/common/misc/stringutils.cpp,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** stringutils.cpp 13 May 2004 23:12:25 -0000 1.3 --- stringutils.cpp 10 Nov 2004 00:09:12 -0000 1.4 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: types.h =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/common/misc/types.h,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** types.h 30 Oct 2004 15:55:07 -0000 1.4 --- types.h 10 Nov 2004 00:09:12 -0000 1.5 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: itask.h =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/common/misc/itask.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** itask.h 13 May 2004 23:12:25 -0000 1.2 --- itask.h 10 Nov 2004 00:09:12 -0000 1.3 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: stopwatch.h =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/common/misc/stopwatch.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** stopwatch.h 30 Oct 2004 15:55:07 -0000 1.1 --- stopwatch.h 10 Nov 2004 00:09:12 -0000 1.2 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: be...@ai... This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: consoleprogressmonitor.h =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/common/misc/consoleprogressmonitor.h,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** consoleprogressmonitor.h 30 Oct 2004 15:55:07 -0000 1.5 --- consoleprogressmonitor.h 10 Nov 2004 00:09:12 -0000 1.6 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: apppath.cpp =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/common/misc/apppath.cpp,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** apppath.cpp 13 May 2004 23:12:25 -0000 1.3 --- apppath.cpp 10 Nov 2004 00:09:12 -0000 1.4 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: binarystream.h =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/common/misc/binarystream.h,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** binarystream.h 30 Oct 2004 15:55:07 -0000 1.6 --- binarystream.h 10 Nov 2004 00:09:12 -0000 1.7 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: commandlineparser.cpp =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/common/misc/commandlineparser.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** commandlineparser.cpp 13 May 2004 23:12:25 -0000 1.2 --- commandlineparser.cpp 10 Nov 2004 00:09:12 -0000 1.3 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: stopwatch.cpp =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/common/misc/stopwatch.cpp,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** stopwatch.cpp 30 Oct 2004 15:55:07 -0000 1.1 --- stopwatch.cpp 10 Nov 2004 00:09:12 -0000 1.2 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: be...@ai... This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: threadutils.cpp =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/common/misc/threadutils.cpp,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** threadutils.cpp 30 Oct 2004 15:55:07 -0000 1.3 --- threadutils.cpp 10 Nov 2004 00:09:12 -0000 1.4 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: be...@ai... This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: htmlstream.cpp =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/common/misc/htmlstream.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** htmlstream.cpp 13 May 2004 23:12:25 -0000 1.2 --- htmlstream.cpp 10 Nov 2004 00:09:12 -0000 1.3 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: commandlineparser.h =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/common/misc/commandlineparser.h,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** commandlineparser.h 13 May 2004 23:12:25 -0000 1.5 --- commandlineparser.h 10 Nov 2004 00:09:12 -0000 1.6 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: consoleprogressmonitor.cpp =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/common/misc/consoleprogressmonitor.cpp,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** consoleprogressmonitor.cpp 30 Oct 2004 15:55:07 -0000 1.5 --- consoleprogressmonitor.cpp 10 Nov 2004 00:09:12 -0000 1.6 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: config.h =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/common/misc/config.h,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** config.h 30 Oct 2004 15:55:07 -0000 1.5 --- config.h 10 Nov 2004 00:09:12 -0000 1.6 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: pentiumrtsc.cpp =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/common/misc/pentiumrtsc.cpp,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** pentiumrtsc.cpp 30 Oct 2004 15:55:07 -0000 1.4 --- pentiumrtsc.cpp 10 Nov 2004 00:09:12 -0000 1.5 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: iprogressmonitor.h =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/common/misc/iprogressmonitor.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** iprogressmonitor.h 30 Oct 2004 15:55:07 -0000 1.1 --- iprogressmonitor.h 10 Nov 2004 00:09:12 -0000 1.2 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: iclonable.h =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/common/misc/iclonable.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** iclonable.h 13 May 2004 23:12:25 -0000 1.2 --- iclonable.h 10 Nov 2004 00:09:12 -0000 1.3 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: iclonable.cpp =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/common/misc/iclonable.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** iclonable.cpp 13 May 2004 23:12:25 -0000 1.2 --- iclonable.cpp 10 Nov 2004 00:09:12 -0000 1.3 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: stringutils.h =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/common/misc/stringutils.h,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** stringutils.h 13 May 2004 23:12:25 -0000 1.5 --- stringutils.h 10 Nov 2004 00:09:12 -0000 1.6 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: binarystream.cpp =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/common/misc/binarystream.cpp,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** binarystream.cpp 30 Oct 2004 15:55:07 -0000 1.6 --- binarystream.cpp 10 Nov 2004 00:09:12 -0000 1.7 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: xmlconfigfile.cpp =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/common/misc/xmlconfigfile.cpp,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** xmlconfigfile.cpp 13 May 2004 23:12:25 -0000 1.5 --- xmlconfigfile.cpp 10 Nov 2004 00:09:12 -0000 1.6 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. *************** *** 68,72 **** } ! int XMLConfigFile::Count(const string &xpathexpr) const throw(sheep::XMLConfigFile::QueryErrorException) { --- 69,73 ---- } ! int XMLConfigFile::Count(const string &xpathexpr) const throw(sheep::XMLConfigFile::QueryErrorException) { *************** *** 154,158 **** } ! XPathResult *XMLConfigFile::query(const string &xpathexpr) const throw(sheep::XMLConfigFile::QueryErrorException) { --- 155,159 ---- } ! XPathResult *XMLConfigFile::query(const string &xpathexpr) const throw(sheep::XMLConfigFile::QueryErrorException) { *************** *** 190,194 **** } ! string XMLConfigFile::get_string(const string &xpathexpr) const throw(sheep::XMLConfigFile::QueryErrorException) { --- 191,195 ---- } ! string XMLConfigFile::get_string(const string &xpathexpr) const throw(sheep::XMLConfigFile::QueryErrorException) { Index: xercesmanager.h =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/common/misc/xercesmanager.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** xercesmanager.h 13 May 2004 23:12:25 -0000 1.2 --- xercesmanager.h 10 Nov 2004 00:09:12 -0000 1.3 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: xercesutils.cpp =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/common/misc/xercesutils.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** xercesutils.cpp 13 May 2004 23:12:25 -0000 1.2 --- xercesutils.cpp 10 Nov 2004 00:09:12 -0000 1.3 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: xmlconfigfile.h =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/common/misc/xmlconfigfile.h,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** xmlconfigfile.h 13 May 2004 23:12:25 -0000 1.5 --- xmlconfigfile.h 10 Nov 2004 00:09:12 -0000 1.6 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. *************** *** 108,112 **** throw(QueryErrorException); }; ! template<> bool XMLConfigFile::GetValue<bool>(const std::string &xpathexpr) const --- 109,113 ---- throw(QueryErrorException); }; ! template<> bool XMLConfigFile::GetValue<bool>(const std::string &xpathexpr) const Index: commandlineparsersample.cpp =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/common/misc/commandlineparsersample.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** commandlineparsersample.cpp 13 May 2004 23:12:25 -0000 1.2 --- commandlineparsersample.cpp 10 Nov 2004 00:09:12 -0000 1.3 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: minmax.h =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/common/misc/minmax.h,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** minmax.h 30 Oct 2004 15:55:07 -0000 1.3 --- minmax.h 10 Nov 2004 00:09:12 -0000 1.4 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: pentiumrtsc.h =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/common/misc/pentiumrtsc.h,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** pentiumrtsc.h 13 May 2004 23:12:25 -0000 1.3 --- pentiumrtsc.h 10 Nov 2004 00:09:12 -0000 1.4 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: isingleton.cpp =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/common/misc/isingleton.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** isingleton.cpp 13 May 2004 23:12:25 -0000 1.2 --- isingleton.cpp 10 Nov 2004 00:09:12 -0000 1.3 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. |
From: Jonathan P. <jp...@us...> - 2004-11-10 00:09:24
|
Update of /cvsroot/sheepengine/sheep/src/engine/dynamics In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14966/src/engine/dynamics Modified Files: contact.cpp contact.h contacthandler.cpp contacthandler.h dynamics.h forcetorque.h joints.cpp joints.h rctracker.cpp rctracker.h rigidbody.cpp rigidbody.h Log Message: updated Copyright notice and contact information Index: contacthandler.cpp =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/engine/dynamics/contacthandler.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** contacthandler.cpp 13 May 2004 23:12:26 -0000 1.2 --- contacthandler.cpp 10 Nov 2004 00:09:12 -0000 1.3 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: contact.cpp =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/engine/dynamics/contact.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** contact.cpp 13 May 2004 23:12:25 -0000 1.2 --- contact.cpp 10 Nov 2004 00:09:12 -0000 1.3 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: joints.h =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/engine/dynamics/joints.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** joints.h 13 May 2004 23:12:26 -0000 1.2 --- joints.h 10 Nov 2004 00:09:12 -0000 1.3 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: dynamics.h =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/engine/dynamics/dynamics.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** dynamics.h 13 May 2004 23:12:26 -0000 1.2 --- dynamics.h 10 Nov 2004 00:09:12 -0000 1.3 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: rctracker.cpp =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/engine/dynamics/rctracker.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** rctracker.cpp 13 May 2004 23:12:26 -0000 1.2 --- rctracker.cpp 10 Nov 2004 00:09:12 -0000 1.3 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. *************** *** 88,92 **** Vector3 a_part = a->IsFrozen() ? 0 : force_on_a / a->GetMass() + ((a->GetWorldInertiaTensor().Inverse() * torque_on_a) ^ ria); ! Vector3 b_part = b->IsFrozen() ? 0 : force_on_b / b->GetMass() + ((b->GetWorldInertiaTensor().Inverse() * torque_on_b) ^ rib); --- 89,93 ---- Vector3 a_part = a->IsFrozen() ? 0 : force_on_a / a->GetMass() + ((a->GetWorldInertiaTensor().Inverse() * torque_on_a) ^ ria); ! Vector3 b_part = b->IsFrozen() ? 0 : force_on_b / b->GetMass() + ((b->GetWorldInertiaTensor().Inverse() * torque_on_b) ^ rib); Index: joints.cpp =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/engine/dynamics/joints.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** joints.cpp 13 May 2004 23:12:26 -0000 1.2 --- joints.cpp 10 Nov 2004 00:09:12 -0000 1.3 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. *************** *** 150,154 **** const Real H = 0.01; ! Real j_mag = ((shift / H - m_body2->GetPointVelocity(m_anchor2)) * k) / k.SquareNorm(); --- 151,155 ---- const Real H = 0.01; ! Real j_mag = ((shift / H - m_body2->GetPointVelocity(m_anchor2)) * k) / k.SquareNorm(); Index: rigidbody.cpp =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/engine/dynamics/rigidbody.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** rigidbody.cpp 13 May 2004 23:12:26 -0000 1.2 --- rigidbody.cpp 10 Nov 2004 00:09:12 -0000 1.3 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: contacthandler.h =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/engine/dynamics/contacthandler.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** contacthandler.h 13 May 2004 23:12:26 -0000 1.2 --- contacthandler.h 10 Nov 2004 00:09:12 -0000 1.3 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: rctracker.h =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/engine/dynamics/rctracker.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** rctracker.h 13 May 2004 23:12:26 -0000 1.2 --- rctracker.h 10 Nov 2004 00:09:12 -0000 1.3 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: contact.h =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/engine/dynamics/contact.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** contact.h 13 May 2004 23:12:26 -0000 1.2 --- contact.h 10 Nov 2004 00:09:12 -0000 1.3 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: forcetorque.h =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/engine/dynamics/forcetorque.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** forcetorque.h 13 May 2004 23:12:26 -0000 1.2 --- forcetorque.h 10 Nov 2004 00:09:12 -0000 1.3 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: rigidbody.h =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/engine/dynamics/rigidbody.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** rigidbody.h 13 May 2004 23:12:26 -0000 1.2 --- rigidbody.h 10 Nov 2004 00:09:12 -0000 1.3 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. |
From: Jonathan P. <jp...@us...> - 2004-11-10 00:09:24
|
Update of /cvsroot/sheepengine/sheep/src/framework In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14966/src/framework Modified Files: arcball.cpp arcball.h iframeworkapp.cpp iframeworkapp.h main.cpp sceneorbiter.cpp sceneorbiter.h Log Message: updated Copyright notice and contact information Index: arcball.h =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/framework/arcball.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** arcball.h 13 May 2004 23:12:27 -0000 1.2 --- arcball.h 10 Nov 2004 00:09:13 -0000 1.3 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: main.cpp =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/framework/main.cpp,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** main.cpp 13 May 2004 23:12:27 -0000 1.5 --- main.cpp 10 Nov 2004 00:09:13 -0000 1.6 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: iframeworkapp.cpp =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/framework/iframeworkapp.cpp,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** iframeworkapp.cpp 13 May 2004 23:12:27 -0000 1.4 --- iframeworkapp.cpp 10 Nov 2004 00:09:13 -0000 1.5 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: arcball.cpp =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/framework/arcball.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** arcball.cpp 13 May 2004 23:12:27 -0000 1.2 --- arcball.cpp 10 Nov 2004 00:09:13 -0000 1.3 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: sceneorbiter.cpp =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/framework/sceneorbiter.cpp,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** sceneorbiter.cpp 13 May 2004 23:12:27 -0000 1.3 --- sceneorbiter.cpp 10 Nov 2004 00:09:13 -0000 1.4 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: iframeworkapp.h =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/framework/iframeworkapp.h,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** iframeworkapp.h 30 Oct 2004 15:55:08 -0000 1.6 --- iframeworkapp.h 10 Nov 2004 00:09:13 -0000 1.7 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: sceneorbiter.h =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/framework/sceneorbiter.h,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** sceneorbiter.h 13 May 2004 23:12:27 -0000 1.4 --- sceneorbiter.h 10 Nov 2004 00:09:13 -0000 1.5 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. |
From: Jonathan P. <jp...@us...> - 2004-11-10 00:09:24
|
Update of /cvsroot/sheepengine/sheep/src/engine/geometry In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14966/src/engine/geometry Modified Files: feature.cpp feature.h geometry.h icollisiondetector.h rigidmodel.cpp rigidmodel.h rigidmodelbuilder.cpp rigidmodelbuilder.h swiftcollisiondetector.cpp swiftcollisiondetector.h Log Message: updated Copyright notice and contact information Index: rigidmodelbuilder.h =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/engine/geometry/rigidmodelbuilder.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** rigidmodelbuilder.h 13 May 2004 23:12:26 -0000 1.2 --- rigidmodelbuilder.h 10 Nov 2004 00:09:13 -0000 1.3 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: feature.h =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/engine/geometry/feature.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** feature.h 13 May 2004 23:12:26 -0000 1.2 --- feature.h 10 Nov 2004 00:09:13 -0000 1.3 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: swiftcollisiondetector.cpp =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/engine/geometry/swiftcollisiondetector.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** swiftcollisiondetector.cpp 13 May 2004 23:12:26 -0000 1.2 --- swiftcollisiondetector.cpp 10 Nov 2004 00:09:13 -0000 1.3 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: feature.cpp =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/engine/geometry/feature.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** feature.cpp 13 May 2004 23:12:26 -0000 1.2 --- feature.cpp 10 Nov 2004 00:09:13 -0000 1.3 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: icollisiondetector.h =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/engine/geometry/icollisiondetector.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** icollisiondetector.h 13 May 2004 23:12:26 -0000 1.2 --- icollisiondetector.h 10 Nov 2004 00:09:13 -0000 1.3 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: geometry.h =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/engine/geometry/geometry.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** geometry.h 13 May 2004 23:12:26 -0000 1.2 --- geometry.h 10 Nov 2004 00:09:13 -0000 1.3 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: swiftcollisiondetector.h =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/engine/geometry/swiftcollisiondetector.h,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** swiftcollisiondetector.h 13 May 2004 23:12:26 -0000 1.3 --- swiftcollisiondetector.h 10 Nov 2004 00:09:13 -0000 1.4 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: rigidmodelbuilder.cpp =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/engine/geometry/rigidmodelbuilder.cpp,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** rigidmodelbuilder.cpp 13 May 2004 23:12:26 -0000 1.3 --- rigidmodelbuilder.cpp 10 Nov 2004 00:09:13 -0000 1.4 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: rigidmodel.h =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/engine/geometry/rigidmodel.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** rigidmodel.h 13 May 2004 23:12:26 -0000 1.2 --- rigidmodel.h 10 Nov 2004 00:09:13 -0000 1.3 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: rigidmodel.cpp =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/engine/geometry/rigidmodel.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** rigidmodel.cpp 13 May 2004 23:12:26 -0000 1.2 --- rigidmodel.cpp 10 Nov 2004 00:09:13 -0000 1.3 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. |
Update of /cvsroot/sheepengine/sheep/src/glrenderer In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14966/src/glrenderer Modified Files: glmesh.cpp glmesh.h glmeshbuilder.cpp glmeshbuilder.h glrenderer.h material.cpp material.h sgnode.h texture.cpp texture.h Log Message: updated Copyright notice and contact information Index: glmesh.h =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/glrenderer/glmesh.h,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** glmesh.h 13 May 2004 23:12:27 -0000 1.4 --- glmesh.h 10 Nov 2004 00:09:14 -0000 1.5 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: glmesh.cpp =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/glrenderer/glmesh.cpp,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** glmesh.cpp 13 May 2004 23:12:27 -0000 1.4 --- glmesh.cpp 10 Nov 2004 00:09:13 -0000 1.5 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: glmeshbuilder.h =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/glrenderer/glmeshbuilder.h,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** glmeshbuilder.h 13 May 2004 23:12:27 -0000 1.3 --- glmeshbuilder.h 10 Nov 2004 00:09:14 -0000 1.4 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: material.h =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/glrenderer/material.h,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** material.h 13 May 2004 23:12:27 -0000 1.3 --- material.h 10 Nov 2004 00:09:14 -0000 1.4 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: sgnode.h =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/glrenderer/sgnode.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** sgnode.h 13 May 2004 23:12:27 -0000 1.2 --- sgnode.h 10 Nov 2004 00:09:14 -0000 1.3 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: material.cpp =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/glrenderer/material.cpp,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** material.cpp 13 May 2004 23:12:27 -0000 1.3 --- material.cpp 10 Nov 2004 00:09:14 -0000 1.4 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: texture.cpp =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/glrenderer/texture.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** texture.cpp 13 May 2004 23:12:27 -0000 1.2 --- texture.cpp 10 Nov 2004 00:09:14 -0000 1.3 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: glrenderer.h =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/glrenderer/glrenderer.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** glrenderer.h 13 May 2004 23:12:27 -0000 1.2 --- glrenderer.h 10 Nov 2004 00:09:14 -0000 1.3 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: texture.h =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/glrenderer/texture.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** texture.h 13 May 2004 23:12:27 -0000 1.2 --- texture.h 10 Nov 2004 00:09:14 -0000 1.3 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: glmeshbuilder.cpp =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/glrenderer/glmeshbuilder.cpp,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** glmeshbuilder.cpp 13 May 2004 23:12:27 -0000 1.4 --- glmeshbuilder.cpp 10 Nov 2004 00:09:14 -0000 1.5 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. |
From: Jonathan P. <jp...@us...> - 2004-11-10 00:09:23
|
Update of /cvsroot/sheepengine/sheep/src/engine/simulation In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14966/src/engine/simulation Modified Files: rigidobject.h simulation.h subspace.cpp subspace.h world.cpp world.h Log Message: updated Copyright notice and contact information Index: world.h =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/engine/simulation/world.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** world.h 13 May 2004 23:12:26 -0000 1.2 --- world.h 10 Nov 2004 00:09:13 -0000 1.3 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: subspace.h =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/engine/simulation/subspace.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** subspace.h 13 May 2004 23:12:26 -0000 1.2 --- subspace.h 10 Nov 2004 00:09:13 -0000 1.3 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: subspace.cpp =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/engine/simulation/subspace.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** subspace.cpp 13 May 2004 23:12:26 -0000 1.2 --- subspace.cpp 10 Nov 2004 00:09:13 -0000 1.3 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: simulation.h =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/engine/simulation/simulation.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** simulation.h 13 May 2004 23:12:26 -0000 1.2 --- simulation.h 10 Nov 2004 00:09:13 -0000 1.3 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: rigidobject.h =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/engine/simulation/rigidobject.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** rigidobject.h 13 May 2004 23:12:26 -0000 1.2 --- rigidobject.h 10 Nov 2004 00:09:13 -0000 1.3 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: world.cpp =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/engine/simulation/world.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** world.cpp 13 May 2004 23:12:26 -0000 1.2 --- world.cpp 10 Nov 2004 00:09:13 -0000 1.3 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. |
From: Jonathan P. <jp...@us...> - 2004-11-10 00:09:22
|
Update of /cvsroot/sheepengine/sheep/src/engine In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14966/src/engine Modified Files: engine.h Log Message: updated Copyright notice and contact information Index: engine.h =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/engine/engine.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** engine.h 28 Jan 2004 00:31:56 -0000 1.1 --- engine.h 10 Nov 2004 00:09:13 -0000 1.2 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: be...@ai... This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. |
From: Jonathan P. <jp...@us...> - 2004-10-30 15:55:45
|
Update of /cvsroot/sheepengine/sheep/demos/sheeplab/projects/msvc71 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31142/demos/sheeplab/projects/msvc71 Modified Files: sheeplab.vcproj Log Message: dictoon's remaining changes : - htmlstream removed - ProgressMonitor renamed to IProgressMonitor - ConsoleProgressMonitor no longer single-line - misc const improvements - BinaryStream rewritten - Stopwatch class Index: sheeplab.vcproj =================================================================== RCS file: /cvsroot/sheepengine/sheep/demos/sheeplab/projects/msvc71/sheeplab.vcproj,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** sheeplab.vcproj 7 May 2004 11:06:09 -0000 1.3 --- sheeplab.vcproj 30 Oct 2004 15:55:04 -0000 1.4 *************** *** 44,47 **** --- 44,48 ---- LinkIncremental="2" AdditionalLibraryDirectories="..\..\..\..\externals\DevIL\lib;..\..\..\..\externals\lpng125\projects\msvc\win32\libpng\lib_dbg;"..\..\..\..\externals\SWIFT\lib\$(ConfigurationName)";..\..\..\..\externals\glui\lib\debug" + IgnoreDefaultLibraryNames="libcd.lib" GenerateDebugInformation="TRUE" ProgramDatabaseFile="$(OutDir)/sheeplab.pdb" *************** *** 103,106 **** --- 104,108 ---- LinkIncremental="1" AdditionalLibraryDirectories="..\..\..\..\externals\DevIL\lib;..\..\..\..\externals\lpng125\projects\msvc\win32\libpng\lib;"..\..\..\..\externals\SWIFT\lib\$(ConfigurationName)";..\..\..\..\externals\glui\lib\release" + IgnoreDefaultLibraryNames="libc.lib" SubSystem="1" OptimizeReferences="2" *************** *** 163,166 **** --- 165,169 ---- LinkIncremental="1" AdditionalLibraryDirectories="..\..\..\..\externals\DevIL\lib;..\..\..\..\externals\lpng125\projects\msvc\win32\libpng\lib;"..\..\..\..\externals\SWIFT\lib\$(ConfigurationName)";..\..\..\..\externals\glui\lib\release" + IgnoreDefaultLibraryNames="libc.lib" SubSystem="1" OptimizeReferences="2" |