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. |