[Toxicengine-cvs] toxic/src/driver buildnumber.h,1.6,1.7 clparser.cpp,1.7,1.8 clparser.h,1.7,1.8 con
Status: Alpha
Brought to you by:
jperret
Update of /cvsroot/toxicengine/toxic/src/driver In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13681/src/driver Modified Files: buildnumber.h clparser.cpp clparser.h contextpool.cpp contextpool.h driversettings.cpp driversettings.h driversettingswrapper.cpp driversettingswrapper.h error.cpp error.h helpers.cpp helpers.h main.cpp objectrepository.cpp objectrepository.h parametermap.cpp parametermap.h rendererpool.cpp rendererpool.h renderingjob.cpp renderingjob.h repository.cpp repository.h scenebuilder.h scenesettingswrapper.cpp scenesettingswrapper.h surfaceshaderrepository.cpp surfaceshaderrepository.h version.h Log Message: updated Copyright notice and contact information Index: contextpool.cpp =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/driver/contextpool.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** contextpool.cpp 5 Jun 2004 10:11:36 -0000 1.2 --- contextpool.cpp 10 Nov 2004 00:04:21 -0000 1.3 *************** *** 2,6 **** toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of toxic. --- 2,7 ---- toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of toxic. Index: main.cpp =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/driver/main.cpp,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** main.cpp 9 Nov 2004 22:39:44 -0000 1.15 --- main.cpp 10 Nov 2004 00:04:21 -0000 1.16 *************** *** 2,6 **** toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of toxic. --- 2,7 ---- toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of toxic. *************** *** 82,90 **** using namespace toxic; ! namespace { void print_disclaimer() { cout << "toxic - A Global Illumination Renderer" << endl; ! cout << "Copyright (C) 2003-2004 Francois Beaune" << endl << endl; ! cout << "Visit http://toxicengine.sourceforge.net/ for more information." << endl; cout << endl; } --- 83,92 ---- using namespace toxic; ! namespace { void print_disclaimer() { cout << "toxic - A Global Illumination Renderer" << endl; ! cout << "Copyright (C) 2003-2004 Francois Beaune" << endl; ! cout << "Copyright (C) 2004 The toxic Project" << endl << endl; ! cout << "Visit http://www.toxicengine.org for more information." << endl; cout << endl; } Index: driversettingswrapper.h =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/driver/driversettingswrapper.h,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** driversettingswrapper.h 5 Jun 2004 13:28:33 -0000 1.3 --- driversettingswrapper.h 10 Nov 2004 00:04:21 -0000 1.4 *************** *** 2,6 **** toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of toxic. --- 2,7 ---- toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of toxic. Index: helpers.h =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/driver/helpers.h,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** helpers.h 5 Jun 2004 13:28:33 -0000 1.5 --- helpers.h 10 Nov 2004 00:04:21 -0000 1.6 *************** *** 2,6 **** toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of toxic. --- 2,7 ---- toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of toxic. Index: objectrepository.h =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/driver/objectrepository.h,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** objectrepository.h 5 Jun 2004 13:28:33 -0000 1.3 --- objectrepository.h 10 Nov 2004 00:04:21 -0000 1.4 *************** *** 2,6 **** toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of toxic. --- 2,7 ---- toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of toxic. Index: error.h =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/driver/error.h,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** error.h 5 Jun 2004 13:28:33 -0000 1.3 --- error.h 10 Nov 2004 00:04:21 -0000 1.4 *************** *** 2,6 **** toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of toxic. --- 2,7 ---- toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of toxic. Index: objectrepository.cpp =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/driver/objectrepository.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** objectrepository.cpp 6 May 2004 16:21:24 -0000 1.2 --- objectrepository.cpp 10 Nov 2004 00:04:21 -0000 1.3 *************** *** 2,6 **** toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of toxic. --- 2,7 ---- toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of toxic. Index: rendererpool.cpp =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/driver/rendererpool.cpp,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** rendererpool.cpp 2 Jun 2004 10:27:56 -0000 1.1 --- rendererpool.cpp 10 Nov 2004 00:04:21 -0000 1.2 *************** *** 2,6 **** toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of toxic. --- 2,7 ---- toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of toxic. Index: scenesettingswrapper.h =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/driver/scenesettingswrapper.h,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** scenesettingswrapper.h 5 Jun 2004 13:28:33 -0000 1.4 --- scenesettingswrapper.h 10 Nov 2004 00:04:21 -0000 1.5 *************** *** 2,6 **** toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of toxic. --- 2,7 ---- toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of toxic. Index: buildnumber.h =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/driver/buildnumber.h,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** buildnumber.h 9 Nov 2004 22:39:44 -0000 1.6 --- buildnumber.h 10 Nov 2004 00:04:15 -0000 1.7 *************** *** 1 **** ! const int BUILD_NUMBER = 2236; --- 1 ---- ! const int BUILD_NUMBER = 2238; Index: parametermap.h =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/driver/parametermap.h,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** parametermap.h 5 Jun 2004 13:28:33 -0000 1.5 --- parametermap.h 10 Nov 2004 00:04:21 -0000 1.6 *************** *** 2,6 **** toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of toxic. --- 2,7 ---- toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of toxic. *************** *** 46,50 **** std::string ParameterMap::GetValue<std::string>(const std::string &name) const throw(InvalidKeyException, sheep::StringUtils::ConversionErrorException); ! template<> bool ParameterMap::GetValue<bool>(const std::string &name) const --- 47,51 ---- std::string ParameterMap::GetValue<std::string>(const std::string &name) const throw(InvalidKeyException, sheep::StringUtils::ConversionErrorException); ! template<> bool ParameterMap::GetValue<bool>(const std::string &name) const Index: clparser.cpp =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/driver/clparser.cpp,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** clparser.cpp 5 Jun 2004 10:09:18 -0000 1.7 --- clparser.cpp 10 Nov 2004 00:04:21 -0000 1.8 *************** *** 2,6 **** toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of toxic. --- 2,7 ---- toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of toxic. Index: driversettings.h =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/driver/driversettings.h,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** driversettings.h 5 Jun 2004 13:28:33 -0000 1.10 --- driversettings.h 10 Nov 2004 00:04:21 -0000 1.11 *************** *** 2,6 **** toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of toxic. --- 2,7 ---- toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of toxic. Index: contextpool.h =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/driver/contextpool.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** contextpool.h 5 Jun 2004 13:28:33 -0000 1.2 --- contextpool.h 10 Nov 2004 00:04:21 -0000 1.3 *************** *** 2,6 **** toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of toxic. --- 2,7 ---- toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of toxic. Index: helpers.cpp =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/driver/helpers.cpp,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** helpers.cpp 6 May 2004 16:21:23 -0000 1.5 --- helpers.cpp 10 Nov 2004 00:04:21 -0000 1.6 *************** *** 2,6 **** toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of toxic. --- 2,7 ---- toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of toxic. Index: driversettings.cpp =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/driver/driversettings.cpp,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** driversettings.cpp 5 Jun 2004 10:11:36 -0000 1.6 --- driversettings.cpp 10 Nov 2004 00:04:21 -0000 1.7 *************** *** 2,6 **** toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of toxic. --- 2,7 ---- toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of toxic. Index: parametermap.cpp =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/driver/parametermap.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** parametermap.cpp 6 May 2004 16:21:24 -0000 1.2 --- parametermap.cpp 10 Nov 2004 00:04:21 -0000 1.3 *************** *** 2,6 **** toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of toxic. --- 2,7 ---- toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of toxic. Index: scenebuilder.h =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/driver/scenebuilder.h,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** scenebuilder.h 5 Jun 2004 13:28:33 -0000 1.10 --- scenebuilder.h 10 Nov 2004 00:04:21 -0000 1.11 *************** *** 2,6 **** toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of toxic. --- 2,7 ---- toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of toxic. Index: clparser.h =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/driver/clparser.h,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** clparser.h 5 Jun 2004 13:28:33 -0000 1.7 --- clparser.h 10 Nov 2004 00:04:21 -0000 1.8 *************** *** 2,6 **** toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of toxic. --- 2,7 ---- toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of toxic. Index: renderingjob.h =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/driver/renderingjob.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** renderingjob.h 5 Jun 2004 13:28:33 -0000 1.2 --- renderingjob.h 10 Nov 2004 00:04:21 -0000 1.3 *************** *** 2,6 **** toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of toxic. --- 2,7 ---- toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of toxic. Index: repository.cpp =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/driver/repository.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** repository.cpp 6 May 2004 16:21:24 -0000 1.2 --- repository.cpp 10 Nov 2004 00:04:21 -0000 1.3 *************** *** 2,6 **** toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of toxic. --- 2,7 ---- toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of toxic. Index: scenesettingswrapper.cpp =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/driver/scenesettingswrapper.cpp,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** scenesettingswrapper.cpp 5 Jun 2004 10:11:36 -0000 1.3 --- scenesettingswrapper.cpp 10 Nov 2004 00:04:21 -0000 1.4 *************** *** 2,6 **** toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of toxic. --- 2,7 ---- toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of toxic. Index: driversettingswrapper.cpp =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/driver/driversettingswrapper.cpp,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** driversettingswrapper.cpp 5 Jun 2004 10:11:36 -0000 1.4 --- driversettingswrapper.cpp 10 Nov 2004 00:04:21 -0000 1.5 *************** *** 2,6 **** toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of toxic. --- 2,7 ---- toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of toxic. Index: rendererpool.h =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/driver/rendererpool.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** rendererpool.h 5 Jun 2004 13:28:33 -0000 1.2 --- rendererpool.h 10 Nov 2004 00:04:21 -0000 1.3 *************** *** 2,6 **** toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of toxic. --- 2,7 ---- toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of toxic. Index: version.h =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/driver/version.h,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** version.h 9 Nov 2004 22:39:44 -0000 1.6 --- version.h 10 Nov 2004 00:04:22 -0000 1.7 *************** *** 2,6 **** toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of toxic. --- 2,7 ---- toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of toxic. *************** *** 30,34 **** namespace toxic { ! const std::string VERSION = "1.0 alpha-4"; #include "buildnumber.h" --- 31,35 ---- namespace toxic { ! const std::string VERSION = "1.0 alpha-5"; #include "buildnumber.h" Index: surfaceshaderrepository.cpp =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/driver/surfaceshaderrepository.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** surfaceshaderrepository.cpp 6 May 2004 16:21:24 -0000 1.2 --- surfaceshaderrepository.cpp 10 Nov 2004 00:04:21 -0000 1.3 *************** *** 2,6 **** toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of toxic. --- 2,7 ---- toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of toxic. Index: surfaceshaderrepository.h =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/driver/surfaceshaderrepository.h,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** surfaceshaderrepository.h 5 Jun 2004 13:28:33 -0000 1.3 --- surfaceshaderrepository.h 10 Nov 2004 00:04:21 -0000 1.4 *************** *** 2,6 **** toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of toxic. --- 2,7 ---- toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of toxic. Index: repository.h =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/driver/repository.h,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** repository.h 5 Jun 2004 13:28:33 -0000 1.4 --- repository.h 10 Nov 2004 00:04:21 -0000 1.5 *************** *** 2,6 **** toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of toxic. --- 2,7 ---- toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of toxic. Index: renderingjob.cpp =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/driver/renderingjob.cpp,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** renderingjob.cpp 2 Jun 2004 10:27:56 -0000 1.1 --- renderingjob.cpp 10 Nov 2004 00:04:21 -0000 1.2 *************** *** 2,6 **** toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of toxic. --- 2,7 ---- toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of toxic. Index: error.cpp =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/driver/error.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** error.cpp 6 May 2004 16:21:23 -0000 1.2 --- error.cpp 10 Nov 2004 00:04:21 -0000 1.3 *************** *** 2,6 **** toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of toxic. --- 2,7 ---- toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of toxic. |