You can subscribe to this list here.
2005 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
(153) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2006 |
Jan
(48) |
Feb
(46) |
Mar
(12) |
Apr
(4) |
May
(4) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2007 |
Jan
|
Feb
(263) |
Mar
(235) |
Apr
(66) |
May
(42) |
Jun
(270) |
Jul
(65) |
Aug
(2) |
Sep
|
Oct
|
Nov
|
Dec
|
2013 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Oliver O. <fr...@us...> - 2007-03-30 03:39:42
|
Update of /cvsroot/simspark/simspark/spark/zeitgeist In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv17299 Modified Files: Tag: projectx zeitgeist-config.in Log Message: added framework for building MacOS apps using zeitgeist Index: zeitgeist-config.in =================================================================== RCS file: /cvsroot/simspark/simspark/spark/zeitgeist/zeitgeist-config.in,v retrieving revision 1.2 retrieving revision 1.2.4.1 diff -C2 -d -r1.2 -r1.2.4.1 *** zeitgeist-config.in 25 Dec 2005 14:55:52 -0000 1.2 --- zeitgeist-config.in 30 Mar 2007 03:39:39 -0000 1.2.4.1 *************** *** 99,105 **** if test "$echo_libtool" = "yes" ; then if test "@debug@" = "true"; then ! convlib="libzeitgeist_debug.la" else ! convlib="libzeitgeist.la" fi echo @libdir@/simspark/$convlib --- 99,108 ---- if test "$echo_libtool" = "yes" ; then if test "@debug@" = "true"; then ! convlib="libzeitgeist_debug.la" else ! convlib="libzeitgeist.la" ! fi ! if test `uname -s` = "Darwin"; then ! convlib="$convlib -framework Carbon" fi echo @libdir@/simspark/$convlib |
From: Oliver O. <fr...@us...> - 2007-03-30 03:38:53
|
Update of /cvsroot/simspark/simspark/spark/zeitgeist In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv16908 Modified Files: Tag: projectx object.cpp Log Message: comment only Index: object.cpp =================================================================== RCS file: /cvsroot/simspark/simspark/spark/zeitgeist/object.cpp,v retrieving revision 1.1 retrieving revision 1.1.4.1 diff -C2 -d -r1.1 -r1.1.4.1 *** object.cpp 5 Dec 2005 20:59:18 -0000 1.1 --- object.cpp 30 Mar 2007 03:38:48 -0000 1.1.4.1 *************** *** 86,89 **** --- 86,90 ---- boost::shared_ptr<Core> Object::GetCore() const { + // if (mClass.get() == 0) std::cerr << "mClass.get() == 0: " << GetName() << '\n'; assert(mClass.get() != NULL); boost::shared_ptr<Core> core = mClass->GetCore(); |
From: Oliver O. <fr...@us...> - 2007-03-30 03:38:16
|
Update of /cvsroot/simspark/simspark/spark/zeitgeist In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv16861 Modified Files: Tag: projectx core.cpp Log Message: changed config.h to sparkconfig.h Index: core.cpp =================================================================== RCS file: /cvsroot/simspark/simspark/spark/zeitgeist/core.cpp,v retrieving revision 1.2.2.5 retrieving revision 1.2.2.5.2.1 diff -C2 -d -r1.2.2.5 -r1.2.2.5.2.1 *** core.cpp 6 Mar 2007 05:57:28 -0000 1.2.2.5 --- core.cpp 30 Mar 2007 03:38:09 -0000 1.2.2.5.2.1 *************** *** 39,44 **** #include <sstream> ! #ifdef HAVE_CONFIG_H ! #include <config.h> #endif --- 39,44 ---- #include <sstream> ! #if HAVE_CONFIG_H ! #include <sparkconfig.h> #endif |
From: Oliver O. <fr...@us...> - 2007-03-30 03:37:40
|
Update of /cvsroot/simspark/simspark/spark/zeitgeist In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv16510 Modified Files: Tag: projectx class.h Log Message: changed config.h to sparkconfig.h Index: class.h =================================================================== RCS file: /cvsroot/simspark/simspark/spark/zeitgeist/class.h,v retrieving revision 1.2 retrieving revision 1.2.4.1 diff -C2 -d -r1.2 -r1.2.4.1 *** class.h 22 Jan 2006 12:14:57 -0000 1.2 --- class.h 30 Mar 2007 03:37:36 -0000 1.2.4.1 *************** *** 33,37 **** #ifdef HAVE_CONFIG_H ! #include <config.h> #endif --- 33,37 ---- #ifdef HAVE_CONFIG_H ! #include <sparkconfig.h> #endif |
From: Oliver O. <fr...@us...> - 2007-03-30 03:37:05
|
Update of /cvsroot/simspark/simspark/spark/salt In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv16140 Modified Files: Tag: projectx vector.h Log Message: removed config comment Index: vector.h =================================================================== RCS file: /cvsroot/simspark/simspark/spark/salt/vector.h,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.1.2.1 diff -C2 -d -r1.1.2.1 -r1.1.2.1.2.1 *** vector.h 9 Feb 2007 16:11:04 -0000 1.1.2.1 --- vector.h 30 Mar 2007 03:37:02 -0000 1.1.2.1.2.1 *************** *** 31,38 **** #define SALT_VECTOR_H - // #ifdef HAVE_CONFIG_H - // #include <config.h> - // #endif - #include "tvector.h" #include <cstdlib> --- 31,34 ---- |
From: Oliver O. <fr...@us...> - 2007-03-30 03:36:17
|
Update of /cvsroot/simspark/simspark/spark/salt In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv16106 Modified Files: Tag: projectx tvector.h Log Message: removed config.h inclusion Index: tvector.h =================================================================== RCS file: /cvsroot/simspark/simspark/spark/salt/tvector.h,v retrieving revision 1.1 retrieving revision 1.1.4.1 diff -C2 -d -r1.1 -r1.1.4.1 *** tvector.h 5 Dec 2005 20:56:00 -0000 1.1 --- tvector.h 30 Mar 2007 03:36:14 -0000 1.1.4.1 *************** *** 34,41 **** #define SALT_TVECTOR_H - // #ifdef HAVE_CONFIG_H - // #include <config.h> - // #endif - #include "defines.h" #include "gmath.h" --- 34,37 ---- |
From: Oliver O. <fr...@us...> - 2007-03-30 03:35:41
|
Update of /cvsroot/simspark/simspark/spark/salt In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv15726 Modified Files: Tag: projectx sharedlibrary.cpp Log Message: including fileclasses.h Index: sharedlibrary.cpp =================================================================== RCS file: /cvsroot/simspark/simspark/spark/salt/sharedlibrary.cpp,v retrieving revision 1.3.2.3.2.1 retrieving revision 1.3.2.3.2.2 diff -C2 -d -r1.3.2.3.2.1 -r1.3.2.3.2.2 *** sharedlibrary.cpp 7 Mar 2007 09:57:41 -0000 1.3.2.3.2.1 --- sharedlibrary.cpp 30 Mar 2007 03:35:38 -0000 1.3.2.3.2.2 *************** *** 21,24 **** --- 21,25 ---- */ #include "sharedlibrary.h" + #include "fileclasses.h" #include <iostream> *************** *** 91,95 **** --plugins/ < - plugins live here - > */ ! mLibHandle = ::dlopen(("../plugins/" + libName + ".so").c_str(), RTLD_LAZY); } if (mLibHandle == 0) --- 92,96 ---- --plugins/ < - plugins live here - > */ ! mLibHandle = ::dlopen((RFile::BundlePath() + "Contents/plugins/" + libName + ".so").c_str(), RTLD_LAZY); } if (mLibHandle == 0) |
From: Oliver O. <fr...@us...> - 2007-03-30 03:35:09
|
Update of /cvsroot/simspark/simspark/spark/salt In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv15344 Modified Files: Tag: projectx sharedlibrary.h Log Message: removed config.h inclusion Index: sharedlibrary.h =================================================================== RCS file: /cvsroot/simspark/simspark/spark/salt/sharedlibrary.h,v retrieving revision 1.2 retrieving revision 1.2.4.1 diff -C2 -d -r1.2 -r1.2.4.1 *** sharedlibrary.h 22 Jan 2006 12:13:08 -0000 1.2 --- sharedlibrary.h 30 Mar 2007 03:34:53 -0000 1.2.4.1 *************** *** 30,37 **** #define SALT_SHAREDLIBRARY_H - #ifdef HAVE_CONFIG_H - #include <config.h> - #endif - #include "defines.h" #include <string> --- 30,33 ---- *************** *** 86,90 **** private: /** a platform dependent handle to the managed library */ ! void *mLibHandle; /** the name of the library */ --- 82,86 ---- private: /** a platform dependent handle to the managed library */ ! void *mLibHandle; /** the name of the library */ |
From: Oliver O. <fr...@us...> - 2007-03-30 03:34:25
|
Update of /cvsroot/simspark/simspark/spark/salt In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv15327 Modified Files: Tag: projectx rect.h Log Message: removed config.h inclusion Index: rect.h =================================================================== RCS file: /cvsroot/simspark/simspark/spark/salt/rect.h,v retrieving revision 1.1 retrieving revision 1.1.4.1 diff -C2 -d -r1.1 -r1.1.4.1 *** rect.h 5 Dec 2005 20:56:00 -0000 1.1 --- rect.h 30 Mar 2007 03:34:18 -0000 1.1.4.1 *************** *** 23,30 **** #define SALT_RECT_H - #ifdef HAVE_CONFIG_H - #include <config.h> - #endif - #include "defines.h" --- 23,26 ---- |
From: Oliver O. <fr...@us...> - 2007-03-30 03:33:38
|
Update of /cvsroot/simspark/simspark/spark/salt In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv14950 Modified Files: Tag: projectx path.h Log Message: changed config.h to sparkconfig.h Index: path.h =================================================================== RCS file: /cvsroot/simspark/simspark/spark/salt/path.h,v retrieving revision 1.1 retrieving revision 1.1.4.1 diff -C2 -d -r1.1 -r1.1.4.1 *** path.h 5 Dec 2005 20:56:00 -0000 1.1 --- path.h 30 Mar 2007 03:33:35 -0000 1.1.4.1 *************** *** 32,51 **** #ifdef HAVE_CONFIG_H - # ifdef PACKAGE_BUGREPORT # undef PACKAGE_BUGREPORT - # endif - # ifdef PACKAGE_NAME # undef PACKAGE_NAME - # endif - # ifdef PACKAGE_STRING # undef PACKAGE_STRING - # endif - # ifdef PACKAGE_TARNAME # undef PACKAGE_TARNAME - # endif - # ifdef PACKAGE_VERSION # undef PACKAGE_VERSION ! # endif ! #include "config.h" #endif --- 32,41 ---- #ifdef HAVE_CONFIG_H # undef PACKAGE_BUGREPORT # undef PACKAGE_NAME # undef PACKAGE_STRING # undef PACKAGE_TARNAME # undef PACKAGE_VERSION ! #include <sparkconfig.h> #endif |
From: Oliver O. <fr...@us...> - 2007-03-30 03:32:25
|
Update of /cvsroot/simspark/simspark/spark/salt In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv13817 Modified Files: Tag: projectx matrix.h Log Message: removed config comment Index: matrix.h =================================================================== RCS file: /cvsroot/simspark/simspark/spark/salt/matrix.h,v retrieving revision 1.1 retrieving revision 1.1.4.1 diff -C2 -d -r1.1 -r1.1.4.1 *** matrix.h 5 Dec 2005 20:56:00 -0000 1.1 --- matrix.h 30 Mar 2007 03:32:16 -0000 1.1.4.1 *************** *** 23,30 **** #define SALT_MATRIX_H - // #ifdef HAVE_CONFIG_H - // #include <config.h> - // #endif - #include "defines.h" #include "vector.h" --- 23,26 ---- |
From: Oliver O. <fr...@us...> - 2007-03-30 03:30:23
|
Update of /cvsroot/simspark/simspark/spark/salt In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv13755 Modified Files: Tag: projectx gmath.h Log Message: removed config comment Index: gmath.h =================================================================== RCS file: /cvsroot/simspark/simspark/spark/salt/gmath.h,v retrieving revision 1.2.2.2 retrieving revision 1.2.2.2.2.1 diff -C2 -d -r1.2.2.2 -r1.2.2.2.2.1 *** gmath.h 9 Feb 2007 20:12:08 -0000 1.2.2.2 --- gmath.h 30 Mar 2007 03:30:17 -0000 1.2.2.2.2.1 *************** *** 27,34 **** #define SALT_GMATH_H - // #ifdef HAVE_CONFIG_H - // #include <config.h> - // #endif - #include "defines.h" #include <cmath> --- 27,30 ---- |
From: Oliver O. <fr...@us...> - 2007-03-30 03:29:17
|
Update of /cvsroot/simspark/simspark/spark In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv13374 Modified Files: Tag: projectx ChangeLog Log Message: - added a static method Sep() to RFile, returning the OS-specific path separator - added a static method BundlePath() to RFile, returning the OS-specific bundle path - changed config.h to sparkconfig.h Index: ChangeLog =================================================================== RCS file: /cvsroot/simspark/simspark/spark/ChangeLog,v retrieving revision 1.1.2.2.2.1 retrieving revision 1.1.2.2.2.2 diff -C2 -d -r1.1.2.2.2.1 -r1.1.2.2.2.2 *** ChangeLog 7 Mar 2007 10:04:54 -0000 1.1.2.2.2.1 --- ChangeLog 30 Mar 2007 03:29:14 -0000 1.1.2.2.2.2 *************** *** 1,3 **** ! 2007-03-07 Oliver Obst <fr...@us...> * salt/sharedlibrary.cpp: --- 1,46 ---- ! 2007-03-30 Oliver Obst <fr...@cs...> ! ! * salt/fileclasses.h: - added a static method Sep() to RFile, ! returning the OS-specific path separator - added a static method ! BundlePath() to RFile, returning the OS-specific bundle path ! - removed static global method PathSeparator() ! ! * salt/defines.h: changed config.h to sparkconfig.h ! * oxygen/simulationserver/simulationserver.cpp: writing exit ! message to cerr, whitespace changes ! * oxygen/physicsserver/odewrapper.h: changed config.h to sparkconfig.h ! * kerosin/renderserver/renderserver_c.cpp: changes due to split ! off of the baserenderserver ! * kerosin/renderserver/renderserver.h: changes due to split off of ! the baserenderserver ! * kerosin/renderserver/renderserver.cpp: changes due to split off of the baserenderserver ! * kerosin/renderserver/rendercontrol_c.cpp: changes due to split off of the baserenderserver ! * kerosin/renderserver/rendercontrol.h, * kerosin/renderserver/rendercontrol.cpp: changes due to split off ! of the baserenderserver ! * kerosin/openglserver/openglsystem.h: added a pure virtual method ! to get a handle for the window ! * kerosin/openglserver/openglserver.h: ! * kerosin/openglserver/openglserver.cpp: ! added method to get a handle string for the glwindow ! ! * kerosin/imageserver/imageserver.h: changed config.h to sparkconfig.h ! ! * kerosin/imageserver/image.h: changed config.h to sparkconfig.h ! ! * kerosin/kerosin.cpp ! * kerosin/Makefile.am: added baserenderserver ! ! * Makefile.am: changed config.h to sparkconfig.h ! * spark/spark.h: changed config.h to sparkconfig.h ! * test/coretest/main.cpp: changed config.h to sparkconfig.h ! * utility/rcssnet/udpsocket.cpp: changed config.h to sparkconfig.h ! * utility/rcssnet/tcpsocket.cpp: changed config.h to sparkconfig.h ! * utility/rcssnet/socket.hpp: changed config.h to sparkconfig.h ! * utility/rcssnet/socket.cpp: changed config.h to sparkconfig.h ! * utility/rcssnet/exception.cpp: changed config.h to sparkconfig.h ! * utility/rcssnet/addr.cpp: changed config.h to sparkconfig.h ! ! ! 2007-03-07 Oliver Obst <fr...@us...> * salt/sharedlibrary.cpp: |
From: Oliver O. <fr...@us...> - 2007-03-30 03:28:24
|
Update of /cvsroot/simspark/simspark/spark/salt In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv12998 Modified Files: Tag: projectx fileclasses.h Log Message: - added a static method Sep() to RFile, returning the OS-specific path separator - added a static method BundlePath() to RFile, returning the OS-specific bundle path Index: fileclasses.h =================================================================== RCS file: /cvsroot/simspark/simspark/spark/salt/fileclasses.h,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.1.2.1 diff -C2 -d -r1.1.2.1 -r1.1.2.1.2.1 *** fileclasses.h 9 Feb 2007 16:09:07 -0000 1.1.2.1 --- fileclasses.h 30 Mar 2007 03:28:18 -0000 1.1.2.1.2.1 *************** *** 1,5 **** /* -*- mode: c++; c-basic-offset: 4; indent-tabs-mode: nil -*- ! this file is part of rcssserver3D Fri May 9 2003 Copyright (C) 2002,2003 Koblenz University --- 1,5 ---- /* -*- mode: c++; c-basic-offset: 4; indent-tabs-mode: nil -*- ! this file is part of simspark Fri May 9 2003 Copyright (C) 2002,2003 Koblenz University *************** *** 32,41 **** #define SALT_FILECLASSES_H - // #ifdef HAVE_CONFIG_H - // #include <config.h> - // #endif - #include <cstdio> #include <cstdlib> #ifndef PATH_MAX --- 32,38 ---- #define SALT_FILECLASSES_H #include <cstdio> #include <cstdlib> + #include <string> #ifndef PATH_MAX *************** *** 46,59 **** { - /** Defines the native path separator character for the - platform - */ - static const char* PathSeparator = - #ifdef WIN32 - "\\"; - #else - "/"; - #endif - /** RFile defines an interface and some basic support functions for * classes providing read only file services --- 43,46 ---- *************** *** 64,67 **** --- 51,63 ---- virtual ~RFile() {}; + /** The separator for path names (depends on the platform) + * @return path separator + */ + static std::string Sep(); + /** A (platform specific) "bundle path", i.e. a hint where files of the package might be found. + * @return the bundle path name with a trailing path separator + */ + static std::string BundlePath(); + // a bunch of pure virtual functions which a file must implement |
From: Oliver O. <fr...@us...> - 2007-03-30 03:26:39
|
Update of /cvsroot/simspark/simspark/spark/salt In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv12247 Modified Files: Tag: projectx defines.h Log Message: changed config.h to sparkconfig.h Index: defines.h =================================================================== RCS file: /cvsroot/simspark/simspark/spark/salt/defines.h,v retrieving revision 1.1 retrieving revision 1.1.4.1 diff -C2 -d -r1.1 -r1.1.4.1 *** defines.h 5 Dec 2005 20:56:00 -0000 1.1 --- defines.h 30 Mar 2007 03:26:35 -0000 1.1.4.1 *************** *** 30,34 **** #ifdef HAVE_CONFIG_H ! #include <config.h> #endif --- 30,34 ---- #ifdef HAVE_CONFIG_H ! #include <sparkconfig.h> #endif |
From: Oliver O. <fr...@us...> - 2007-03-30 03:26:15
|
Update of /cvsroot/simspark/simspark/spark/salt In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv11878 Modified Files: Tag: projectx bounds.h Log Message: removed config comment Index: bounds.h =================================================================== RCS file: /cvsroot/simspark/simspark/spark/salt/bounds.h,v retrieving revision 1.1 retrieving revision 1.1.4.1 diff -C2 -d -r1.1 -r1.1.4.1 *** bounds.h 5 Dec 2005 20:56:00 -0000 1.1 --- bounds.h 30 Mar 2007 03:26:01 -0000 1.1.4.1 *************** *** 23,30 **** #define SALT_BOUNDS_H - // #ifdef HAVE_CONFIG_H - // #include <config.h> - // #endif - #include "defines.h" #include "matrix.h" --- 23,26 ---- |
From: Oliver O. <fr...@us...> - 2007-03-30 03:24:11
|
Update of /cvsroot/simspark/simspark/spark/oxygen/simulationserver In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv11084 Modified Files: Tag: projectx simulationserver.cpp Log Message: writing exit message to cerr, whitespace changes Index: simulationserver.cpp =================================================================== RCS file: /cvsroot/simspark/simspark/spark/oxygen/simulationserver/simulationserver.cpp,v retrieving revision 1.3.2.2 retrieving revision 1.3.2.2.2.1 diff -C2 -d -r1.3.2.2 -r1.3.2.2.2.1 *** simulationserver.cpp 21 Feb 2007 20:11:00 -0000 1.3.2.2 --- simulationserver.cpp 30 Mar 2007 03:23:23 -0000 1.3.2.2.2.1 *************** *** 36,44 **** { if (sig_num == SIGINT) ! { ! signal(SIGINT, CatchSignal); ! SimulationServer::mExit = true; ! std::cout << "(SimulationServer) caught SIGINT. exiting.\n"; ! } } --- 36,44 ---- { if (sig_num == SIGINT) ! { ! signal(SIGINT, CatchSignal); ! SimulationServer::mExit = true; ! std::cerr << "(SimulationServer) caught SIGINT. exiting.\n"; ! } } *************** *** 183,208 **** (mGameControlServer.expired()) ) ! { ! return; ! } if (mSimStep > 0) { ! // world is stepped in discrete steps ! while (mSumDeltaTime >= mSimStep) ! { ! mSceneServer->Update(mSimStep); ! mGameControlServer->Update(mSimStep); ! mSumDeltaTime -= mSimStep; ! mSimTime += mSimStep; ! } ! } else ! { ! // simulate passed time in one single step ! mSceneServer->Update(mSumDeltaTime); ! mGameControlServer->Update(mSumDeltaTime); ! mSimTime += mSumDeltaTime; ! mSumDeltaTime = 0; ! } } --- 183,208 ---- (mGameControlServer.expired()) ) ! { ! return; ! } if (mSimStep > 0) + { + // world is stepped in discrete steps + while (mSumDeltaTime >= mSimStep) { ! mSceneServer->Update(mSimStep); ! mGameControlServer->Update(mSimStep); ! mSumDeltaTime -= mSimStep; ! mSimTime += mSimStep; ! } ! } else ! { ! // simulate passed time in one single step ! mSceneServer->Update(mSumDeltaTime); ! mGameControlServer->Update(mSumDeltaTime); ! mSimTime += mSumDeltaTime; ! mSumDeltaTime = 0; ! } } *************** *** 277,283 **** while (! mExit) ! { ! Cycle(); ! } Done(); --- 277,283 ---- while (! mExit) ! { ! Cycle(); ! } Done(); *************** *** 293,299 **** if (mAutoTime) ! { ! AdvanceTime(mSimStep); ! } Step(); --- 293,299 ---- if (mAutoTime) ! { ! AdvanceTime(mSimStep); ! } Step(); |
From: Oliver O. <fr...@us...> - 2007-03-30 03:20:21
|
Update of /cvsroot/simspark/simspark/spark/oxygen/physicsserver In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv9871 Modified Files: Tag: projectx odewrapper.h Log Message: changed config.h to sparkconfig.h Index: odewrapper.h =================================================================== RCS file: /cvsroot/simspark/simspark/spark/oxygen/physicsserver/odewrapper.h,v retrieving revision 1.1.2.2 retrieving revision 1.1.2.2.2.1 diff -C2 -d -r1.1.2.2 -r1.1.2.2.2.1 *** odewrapper.h 13 Feb 2007 20:02:14 -0000 1.1.2.2 --- odewrapper.h 30 Mar 2007 03:20:18 -0000 1.1.2.2.2.1 *************** *** 54,58 **** #ifdef HAVE_CONFIG_H ! #include <config.h> #endif --- 54,58 ---- #ifdef HAVE_CONFIG_H ! #include <sparkconfig.h> #endif |
From: Oliver O. <fr...@us...> - 2007-03-30 03:19:36
|
Update of /cvsroot/simspark/simspark/spark/oxygen/geometryserver In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv9328 Modified Files: Tag: projectx geometryserver.cpp Log Message: whitespace changes Index: geometryserver.cpp =================================================================== RCS file: /cvsroot/simspark/simspark/spark/oxygen/geometryserver/geometryserver.cpp,v retrieving revision 1.2 retrieving revision 1.2.4.1 diff -C2 -d -r1.2 -r1.2.4.1 *** geometryserver.cpp 23 Feb 2006 13:38:36 -0000 1.2 --- geometryserver.cpp 30 Mar 2007 03:19:05 -0000 1.2.4.1 *************** *** 67,72 **** } ! shared_ptr<TriMesh> GeometryServer::GetMesh ! (const string& name, const::ParameterList& parameter) { // try a direct match --- 67,72 ---- } ! shared_ptr<TriMesh> ! GeometryServer::GetMesh(const string& name, const::ParameterList& parameter) { // try a direct match *************** *** 75,81 **** if (meshIter != mMeshMap.end()) ! { ! return (*meshIter).second; ! } TLeafList importer; --- 75,81 ---- if (meshIter != mMeshMap.end()) ! { ! return (*meshIter).second; ! } TLeafList importer; *************** *** 83,92 **** if (importer.size() == 0) ! { ! GetLog()->Error() ! << "(GeometryServer) Warning: no MeshImporter registered\n"; ! return shared_ptr<TriMesh>(); ! } // try to mangle the name --- 83,92 ---- if (importer.size() == 0) ! { ! GetLog()->Error() ! << "(GeometryServer) Warning: no MeshImporter registered\n"; ! return shared_ptr<TriMesh>(); ! } // try to mangle the name *************** *** 96,115 **** ++iter ) ! { ! shared_ptr<MeshImporter> importer = ! shared_static_cast<MeshImporter>(*iter); ! ! string str = importer->MangleName(name, parameter); ! if (str != meshName) ! { ! meshName = str; ! meshIter = mMeshMap.find(meshName); ! if (meshIter != mMeshMap.end()) ! { ! return (*meshIter).second; ! } ! } } // try to import the mesh --- 96,115 ---- ++iter ) ! { ! shared_ptr<MeshImporter> importer = ! shared_static_cast<MeshImporter>(*iter); ! string str = importer->MangleName(name, parameter); ! ! if (str != meshName) ! { ! meshName = str; ! meshIter = mMeshMap.find(meshName); ! if (meshIter != mMeshMap.end()) ! { ! return (*meshIter).second; ! } } + } // try to import the mesh *************** *** 119,149 **** ++iter ) ! { ! shared_ptr<MeshImporter> importer = ! shared_static_cast<MeshImporter>(*iter); ! shared_ptr<TriMesh> mesh = importer->ImportMesh(name,parameter); ! if (mesh.get() == 0) ! { ! continue; ! } ! string meshName = mesh->GetName(); ! if (meshName == "") ! { ! meshName = name; ! mesh->SetName(name); ! } ! GetLog()->Normal() ! << "(GeometryServer) imported mesh '" ! << meshName << " with '" ! << importer->GetName() << "'\n"; ! RegisterMesh(mesh); ! return mesh; ! } GetLog()->Error() << "(GeometryServer) ERROR: cannot import mesh '" --- 119,147 ---- ++iter ) ! { ! shared_ptr<MeshImporter> importer = ! shared_static_cast<MeshImporter>(*iter); ! shared_ptr<TriMesh> mesh = importer->ImportMesh(name,parameter); ! if (mesh.get() == 0) ! { ! continue; ! } ! string meshName = mesh->GetName(); ! if (meshName.empty()) ! { ! meshName = name; ! mesh->SetName(name); ! } ! GetLog()->Normal() << "(GeometryServer) imported mesh '" << meshName ! << " with '" << importer->GetName() << "'\n"; ! RegisterMesh(mesh); ! return mesh; ! } GetLog()->Error() << "(GeometryServer) ERROR: cannot import mesh '" *************** *** 153,176 **** } ! void GeometryServer::RegisterMesh(shared_ptr<TriMesh> mesh) { if (mesh.get() == 0) ! { ! GetLog()->Debug() << "(GeometryServer) RegisterMesh called with NULL mesh\n"; ! return; ! } std::string name = mesh->GetName(); if (name.empty()) ! { ! GetLog()->Error() << "(GeometryServer) Cannot register a mesh without a name\n"; ! return; ! } TMeshMap::iterator iter = mMeshMap.find(name); if (iter != mMeshMap.end()) ! { ! GetLog()->Debug() << "(GeometryServer) replacing mesh " << name << "\n"; ! } mMeshMap[name] = mesh; --- 151,177 ---- } ! void ! GeometryServer::RegisterMesh(shared_ptr<TriMesh> mesh) { if (mesh.get() == 0) ! { ! GetLog()->Debug() ! << "(GeometryServer) RegisterMesh called with NULL mesh\n"; ! return; ! } std::string name = mesh->GetName(); if (name.empty()) ! { ! GetLog()->Error() ! << "(GeometryServer) Cannot register a mesh without a name\n"; ! return; ! } TMeshMap::iterator iter = mMeshMap.find(name); if (iter != mMeshMap.end()) ! { ! GetLog()->Debug() << "(GeometryServer) replacing mesh " << name << "\n"; ! } mMeshMap[name] = mesh; |
From: Oliver O. <fr...@us...> - 2007-03-30 03:18:55
|
Update of /cvsroot/simspark/simspark/spark/oxygen/geometryserver In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv9106 Modified Files: Tag: projectx geometryserver.h Log Message: updated comment only Index: geometryserver.h =================================================================== RCS file: /cvsroot/simspark/simspark/spark/oxygen/geometryserver/geometryserver.h,v retrieving revision 1.2 retrieving revision 1.2.4.1 diff -C2 -d -r1.2 -r1.2.4.1 *** geometryserver.h 23 Feb 2006 13:38:36 -0000 1.2 --- geometryserver.h 30 Mar 2007 03:18:16 -0000 1.2.4.1 *************** *** 43,48 **** ~GeometryServer(); ! /** creates an instance of \param importerName and registers it as a ! MeshImporter to the GeometryServer */ bool InitMeshImporter(const std::string& importerName); --- 43,49 ---- ~GeometryServer(); ! /** creates an instance of a mesh importer and registers it to the GeometryServer. ! * \param importerName the (class) name of the importer ! * \returns true if successful */ bool InitMeshImporter(const std::string& importerName); |
From: Oliver O. <fr...@us...> - 2007-03-30 03:18:53
|
Update of /cvsroot/simspark/simspark/spark/oxygen/agentaspect In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv8727 Modified Files: Tag: projectx effector.h Log Message: removed config comment Index: effector.h =================================================================== RCS file: /cvsroot/simspark/simspark/spark/oxygen/agentaspect/effector.h,v retrieving revision 1.1 retrieving revision 1.1.4.1 diff -C2 -d -r1.1 -r1.1.4.1 *** effector.h 5 Dec 2005 21:16:49 -0000 1.1 --- effector.h 30 Mar 2007 03:17:40 -0000 1.1.4.1 *************** *** 23,30 **** #define OXYGEN_EFFECTOR_H - // #ifdef HAVE_CONFIG_H - // #include <config.h> - // #endif - #include <oxygen/sceneserver/basenode.h> #include <oxygen/gamecontrolserver/baseparser.h> --- 23,26 ---- |
From: Oliver O. <fr...@us...> - 2007-03-30 03:17:16
|
Update of /cvsroot/simspark/simspark/spark/oxygen/agentaspect In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv8684 Modified Files: Tag: projectx agentaspect.h Log Message: *** empty log message *** Index: agentaspect.h =================================================================== RCS file: /cvsroot/simspark/simspark/spark/oxygen/agentaspect/agentaspect.h,v retrieving revision 1.1 retrieving revision 1.1.4.1 diff -C2 -d -r1.1 -r1.1.4.1 *** agentaspect.h 5 Dec 2005 21:16:49 -0000 1.1 --- agentaspect.h 30 Mar 2007 03:17:10 -0000 1.1.4.1 *************** *** 23,30 **** #define OXYGEN_AGENTASPECT_H - // #ifdef HAVE_CONFIG_H - // #include <config.h> - // #endif - #include <oxygen/sceneserver/transform.h> #include <oxygen/gamecontrolserver/actionobject.h> --- 23,26 ---- |
From: Oliver O. <fr...@us...> - 2007-03-30 01:58:42
|
Update of /cvsroot/simspark/simspark/spark/kerosin/textureserver In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv11051 Modified Files: Tag: projectx textureserver.h Log Message: changed config.h to sparkconfig.h Index: textureserver.h =================================================================== RCS file: /cvsroot/simspark/simspark/spark/kerosin/textureserver/textureserver.h,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.1.2.1 diff -C2 -d -r1.1.2.1 -r1.1.2.1.2.1 *** textureserver.h 16 Feb 2007 15:40:53 -0000 1.1.2.1 --- textureserver.h 30 Mar 2007 01:58:39 -0000 1.1.2.1.2.1 *************** *** 24,43 **** #ifdef HAVE_CONFIG_H - #ifdef PACKAGE_BUGREPORT #undef PACKAGE_BUGREPORT - #endif - #ifdef PACKAGE_NAME #undef PACKAGE_NAME - #endif - #ifdef PACKAGE_STRING #undef PACKAGE_STRING - #endif - #ifdef PACKAGE_TARNAME #undef PACKAGE_TARNAME - #endif - #ifdef PACKAGE_VERSION #undef PACKAGE_VERSION ! #endif ! #include <config.h> #endif --- 24,33 ---- #ifdef HAVE_CONFIG_H #undef PACKAGE_BUGREPORT #undef PACKAGE_NAME #undef PACKAGE_STRING #undef PACKAGE_TARNAME #undef PACKAGE_VERSION ! #include <sparkconfig.h> #endif |
From: Oliver O. <fr...@us...> - 2007-03-30 01:57:42
|
Update of /cvsroot/simspark/simspark/spark/kerosin/renderserver In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv10648 Modified Files: Tag: projectx renderserver_c.cpp Log Message: changes due to split off of the baserenderserver Index: renderserver_c.cpp =================================================================== RCS file: /cvsroot/simspark/simspark/spark/kerosin/renderserver/renderserver_c.cpp,v retrieving revision 1.1 retrieving revision 1.1.4.1 diff -C2 -d -r1.1 -r1.1.4.1 *** renderserver_c.cpp 5 Dec 2005 21:38:23 -0000 1.1 --- renderserver_c.cpp 30 Mar 2007 01:57:37 -0000 1.1.4.1 *************** *** 1,2 **** --- 1,23 ---- + /* -*- mode: c++; c-basic-offset: 4; indent-tabs-mode: nil -*- + + this file is part of simspark + Tue May 9 2006 + Copyright (C) 2002,2003 Koblenz University + Copyright (C) 2007 RoboCup Soccer Server 3D Maintenance Group + $Id$ + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; version 2 of the License. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + */ #include "renderserver.h" *************** *** 6,11 **** ! void CLASS(RenderServer)::DefineClass() { ! DEFINE_BASECLASS(zeitgeist/Leaf); } --- 27,33 ---- ! void ! CLASS(RenderServer)::DefineClass() { ! DEFINE_BASECLASS(kerosin/BaseRenderServer); } |
From: Oliver O. <fr...@us...> - 2007-03-30 01:57:14
|
Update of /cvsroot/simspark/simspark/spark/kerosin/renderserver In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv10602 Modified Files: Tag: projectx renderserver.h Log Message: changes due to split off of the baserenderserver Index: renderserver.h =================================================================== RCS file: /cvsroot/simspark/simspark/spark/kerosin/renderserver/renderserver.h,v retrieving revision 1.2.2.2 retrieving revision 1.2.2.2.2.1 diff -C2 -d -r1.2.2.2 -r1.2.2.2.2.1 *** renderserver.h 16 Feb 2007 15:40:48 -0000 1.2.2.2 --- renderserver.h 30 Mar 2007 01:57:09 -0000 1.2.2.2.2.1 *************** *** 20,27 **** Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - RenderServer --- 20,23 ---- *************** *** 39,61 **** #define KEROSIN_RENDERSERVER_H #include <salt/frustum.h> - #include <zeitgeist/class.h> - #include <zeitgeist/leaf.h> #include <oxygen/sceneserver/sceneserver.h> #include <kerosin/openglserver/glbase.h> - namespace oxygen - { - class Scene; - class SceneServer; - class Camera; - class BaseNode; - } - namespace kerosin { class OpenGLServer; ! class RenderServer : public zeitgeist::Leaf { // --- 35,49 ---- #define KEROSIN_RENDERSERVER_H + #include "baserenderserver.h" + #include <salt/frustum.h> #include <oxygen/sceneserver/sceneserver.h> #include <kerosin/openglserver/glbase.h> namespace kerosin { class OpenGLServer; ! class RenderServer : public BaseRenderServer { // *************** *** 64,71 **** public: RenderServer(); ! ~RenderServer(); //! display the current active scene ! void Render(); //! render the scene with fancy lighting --- 52,59 ---- public: RenderServer(); ! virtual ~RenderServer() {} //! display the current active scene ! virtual void Render(); //! render the scene with fancy lighting *************** *** 78,94 **** void SetAmbientColor(const RGBA& ambient); - /** update variables from a script */ - virtual void UpdateCached(); - protected: - /** get the active scene node from the sceneServer */ - bool RenderServer::GetActiveScene(); - - /** set up SceneServer reference */ - virtual void OnLink(); - - /** reset SceneServer reference */ - virtual void OnUnlink(); - /** render a scene recursively. \param node the scene base node --- 66,70 ---- *************** *** 104,113 **** // protected: - /** reference to the current active scene */ - boost::shared_ptr<oxygen::Scene> mActiveScene; - - /** reference to the SceneServer */ - CachedPath<oxygen::SceneServer> mSceneServer; - RGBA mAmbientColor; }; --- 80,83 ---- *************** *** 118,134 **** #endif // KEROSIN_RENDERSERVER_H - - - - - - - - - - - - - - - --- 88,89 ---- |