From: Oliver O. <fr...@us...> - 2007-06-17 12:18:45
|
Update of /cvsroot/simspark/simspark/spark In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv21501 Modified Files: Tag: projectx ChangeLog Log Message: *** empty log message *** Index: ChangeLog =================================================================== RCS file: /cvsroot/simspark/simspark/spark/ChangeLog,v retrieving revision 1.1.2.2.2.4 retrieving revision 1.1.2.2.2.5 diff -C2 -d -r1.1.2.2.2.4 -r1.1.2.2.2.5 *** ChangeLog 8 May 2007 03:44:59 -0000 1.1.2.2.2.4 --- ChangeLog 17 Jun 2007 12:18:40 -0000 1.1.2.2.2.5 *************** *** 1,3 **** ! 2007-05-08 Oliver Obst <fr...@us...> * kerosin/Makefile.am: --- 1,165 ---- ! 2007-06-17 Oliver Obst <fr...@us...> ! ! * acinclude.m4: ! - added check for boost thread lib ! * spark/spark.h: ! - added compiler warning for compiling without kerosin ! * plugin/inputsdl/inputsystemsdl.cpp: ! - some SDL fixes for MacOS ! * plugin/objimporter/objimporter.cpp: ! - fixed a constant (number of faces) ! * kerosin/materialserver/materialexternal_c.cpp: ! * kerosin/materialserver/materialexternal.cpp: ! * kerosin/materialserver/materialexternal.h: ! - added materialexternal ! * kerosin/Makefile.am: ! - added materialexternal ! - finally removed glextensionreg stuff ! * kerosin/kerosin-config.in: ! - added extra framework flags for Darwin (MacOS) ! * kerosin/kerosin.h: ! * kerosin/kerosin.cpp: ! - added materialexternal ! * kerosin/kerosin.rb: ! - changed application title to SimSpark ! * kerosin/inputserver/inputserver.cpp: ! - added debug code (not compiled by default) ! * kerosin/materialserver/material2dtexture.cpp: ! * kerosin/materialserver/material2dtexture.h: ! - added methods to access names of the different textures used ! * kerosin/openglserver/openglserver.cpp: ! * kerosin/openglserver/openglserver.h: ! - added method IsGLLocked(), to access the same method from the GL subsystem ! * kerosin/openglserver/openglsystem.h: ! - added virtual method IsGLLocked(), ! used to indicate that the GL System wants to prevent direct GL access by other classes ! * kerosin/openglserver/openglwrapper.h: ! - for MacOS (at least), glu is needed, too. ! * kerosin/renderserver/renderserver.cpp: ! * kerosin/renderserver/renderserver.h: ! - merged from HEAD ! - added methods to deliver Width() and Height() of current view ! - added method to copy current view into a buffer ! * kerosin/sceneserver/staticmesh.h: ! * kerosin/sceneserver/staticmesh.cpp: ! - added method to set flag if an external mesh should be used (for external GE) ! - added method to set external mesh name (for external GE) ! - added method to set external mesh scale ! * kerosin/sceneserver/staticmesh_c.cpp: ! - fixed bug with setting the scale of staticmesh ! - added method to set flag if an external mesh should be used (for external GE) ! - added method to set external mesh name (for external GE) ! - added method to set external mesh scale ! * kerosin/textureserver/texture.cpp: ! - added flag to constructor if gL methods should be used ! - access OpenGL only if GL is not "locked" (based on the flag used during construction) ! * kerosin/textureserver/texture.h: ! * kerosin/textureserver/texture2d.cpp: ! * kerosin/textureserver/texture2d.h: ! - added flag to constructor if GL methods should be used ! * kerosin/textureserver/textureserver.cpp: ! - call Texture constructors with a flag if GL methods should be used or not ! * kerosin/textureserver/textureserver.h: ! - removed method to access reference to GLServer ! * zeitgeist/scriptserver/scriptserver.h: ! - added script error type for (not initialized) ! * kerosin/inputserver/inputcontrol.cpp: ! * kerosin/inputserver/inputcontrol.h: ! * salt/matrix.cpp: ! * salt/matrix.h: ! * kerosin/sceneserver/axis.cpp: ! * kerosin/sceneserver/axis.h: ! * oxygen/Makefile.am: ! * oxygen/geometryserver/geometryserver.cpp: ! * oxygen/physicsserver/body.cpp: ! * oxygen/physicsserver/body.h: ! * oxygen/physicsserver/collider.cpp: ! * oxygen/physicsserver/collider.h: ! * oxygen/physicsserver/hingejoint.cpp: ! * oxygen/physicsserver/hingejoint.h: ! * oxygen/physicsserver/odeobject.cpp: ! * oxygen/physicsserver/odeobject.h: ! * oxygen/physicsserver/space.cpp: ! * oxygen/physicsserver/space.h: ! * oxygen/physicsserver/universaljoint.cpp: ! * oxygen/physicsserver/universaljoint.h: ! * oxygen/sceneserver/basenode.cpp: ! * oxygen/sceneserver/basenode.h: ! * oxygen/sceneserver/fpscontroller.cpp: ! * oxygen/sceneserver/fpscontroller.h: ! * oxygen/sceneserver/scenedict.cpp: ! * oxygen/sceneserver/scenedict.h: ! * oxygen/sceneserver/sceneimporter.h: ! * oxygen/sceneserver/sceneserver.cpp: ! * oxygen/sceneserver/transform.h: ! * oxygen/simulationserver/simulationserver_c.cpp: ! * oxygen/simulationserver/simulationserver.cpp: ! * oxygen/simulationserver/simulationserver.h: ! * oxygen/simulationserver/netmessage.cpp: ! * zeitgeist/leaf.h: ! - merge from HEAD ! ! 2007-06-04 Oliver Obst <fr...@us...> ! ! * plugin/voidmeshimporter/Makefile.am: ! * plugin/voidmeshimporter/voidmeshimporter.cpp: ! * plugin/voidmeshimporter/voidmeshimporter.h: ! * plugin/voidmeshimporter/voidmeshimporter_c.cpp: ! * plugin/voidmeshimporter/export.cpp: ! - copied voidmeshimporter from rcssserver3D CVS ! ! 2007-06-01 Oliver Obst <fr...@us...> ! ! * zeitgeist/class.h: ! removed using hash_map from class (always using STL map) ! ! * kerosin/renderserver/baserenderserver.h: ! - added virtual methods to get the width, the height, and the ! contents of the current screen ! ! * kerosin/openglserver/openglserver.h: ! * kerosin/openglserver/openglserver.cpp: ! - replaced GetWindowHandleStr() by GetWindowHandle() (suggested by Markus) ! ! * kerosin/materialserver/materialsolid_c.cpp: ! * kerosin/materialserver/materialsolid.cpp: ! * kerosin/materialserver/materialsolid.h: ! - added a flag and methods indicating if depth checks for the ! material should be enabled ! - added a value and methods for the shininess of a material ! ! * kerosin/materialserver/materialserver.cpp: ! - added log messages / changed comments ! * kerosin/inputserver/inputserver.cpp: ! - whitespace changes ! ! * kerosin/inputserver/inputcontrol.cpp: ! - stopping the FPSController handle being reset during update ! ! * oxygen/agentaspect/agentaspect.cpp: ! * oxygen/agentaspect/agentaspect.h: ! - added agent ID to agentaspect ! ! * oxygen/gamecontrolserver/gamecontrolserver.cpp: ! - call AgentAspect::Init() using the agent id ! ! * oxygen/simulationserver/simulationserver_c.cpp: ! - returning success after calling quit ! (instead of returning an undefined value) ! ! * oxygen/sceneserver/camera.cpp: ! - increased default zfar to 10000 ! ! 2007-05-10 Oliver Obst <fr...@us...> ! ! * kerosin/sceneserver/staticmesh_c.cpp: ! * kerosin/sceneserver/staticmesh.cpp: ! * kerosin/sceneserver/staticmesh.h: ! - added methods to set/getflags if a mesh based object should cast ! shadows. This can be used by the graphics engine to ! disable/enable shadows for specific objects. The default value ! is "enabled" for all mesh based objects. ! ! 2007-05-08 Oliver Obst <fr...@us...> * kerosin/Makefile.am: *************** *** 128,131 **** --- 290,302 ---- - added baserenderserver + 2007-03-15 Oliver Obst <fr...@us...> + + * kerosin/kerosin-config.in: + - workaround for Mac OS included + * zeitgeist/scriptserver/scriptserver.cpp: + - fixed problem with including config.h an Mac OS + + * plugin/inputsdl/keyboardsdl.cpp: fixed bug with eNone enum + 2007-03-07 Oliver Obst <fr...@us...> |