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