From: <sto...@us...> - 2009-01-05 13:34:10
|
Revision: 2322 http://csp.svn.sourceforge.net/csp/?rev=2322&view=rev Author: storm_bringer Date: 2009-01-05 13:34:04 +0000 (Mon, 05 Jan 2009) Log Message: ----------- Adding some debug statements to track down an error on program startup. These can be removed again later on after resolving the problem. Modified Paths: -------------- trunk/csp/cspsim/CSPSim.cpp trunk/csp/cspsim/GameScreen.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <min...@us...> - 2009-05-13 19:31:12
|
Revision: 2357 http://csp.svn.sourceforge.net/csp/?rev=2357&view=rev Author: minaultm Date: 2009-05-13 19:31:07 +0000 (Wed, 13 May 2009) Log Message: ----------- Replaced all SceneView from csp::VirtualScene, by osg::Camera. This is now a part of the osgViewer rendering loop. This breaks some functionalities: - Stat are no more rendered. This could probably be fixed by rendering them in their own camera (like csp::wf::WindowManagerViewerNode) - Demeter terrain seems to have some incompatibilities with osgViewer. To avoid strange Z-buffer glitch, I moved temporarily the csp::VirtualScene::m_TerrainGroup to it's own camera, but this imply that we can now see through the terrain. I hope the new terrain will fix this. - TODO: rewrite csp::VirtualScene::pick Modified Paths: -------------- trunk/csp/cspsim/CSPSim.cpp trunk/csp/cspsim/CSPSim.h trunk/csp/cspsim/VirtualScene.cpp trunk/csp/cspsim/VirtualScene.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <min...@us...> - 2009-05-14 15:35:12
|
Revision: 2359 http://csp.svn.sourceforge.net/csp/?rev=2359&view=rev Author: minaultm Date: 2009-05-14 15:34:55 +0000 (Thu, 14 May 2009) Log Message: ----------- Replaced osgUtil::SceneView by osg::Camera in csp::LogoScreen. This is now a part of the osgViewer rendering loop. Removed all remaining code in relation with osgUtil::SceneView. Modified Paths: -------------- trunk/csp/cspsim/BaseScreen.h trunk/csp/cspsim/CSPSim.cpp trunk/csp/cspsim/CSPSim.h trunk/csp/cspsim/GameScreen.cpp trunk/csp/cspsim/GameScreen.h trunk/csp/cspsim/LogoScreen.cpp trunk/csp/cspsim/LogoScreen.h trunk/csp/cspsim/MenuScreen.cpp trunk/csp/cspsim/MenuScreen.h trunk/csp/cspsim/SDLViewer.cpp trunk/csp/cspsim/SDLViewer.h trunk/csp/cspsim/VirtualScene.cpp trunk/csp/cspsim/VirtualScene.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <min...@us...> - 2009-05-17 06:38:24
|
Revision: 2361 http://csp.svn.sourceforge.net/csp/?rev=2361&view=rev Author: minaultm Date: 2009-05-17 06:38:13 +0000 (Sun, 17 May 2009) Log Message: ----------- Fixed the Stats. Modified Paths: -------------- trunk/csp/cspsim/ScreenInfoManager.cpp trunk/csp/cspsim/ScreenInfoManager.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nsm...@us...> - 2009-05-24 19:46:16
|
Revision: 2373 http://csp.svn.sourceforge.net/csp/?rev=2373&view=rev Author: nsmoooose Date: 2009-05-24 19:46:08 +0000 (Sun, 24 May 2009) Log Message: ----------- Made ui windows moveable when running the simulator as well. GameScreen class needed to handle the proper events for that. Modified Paths: -------------- trunk/csp/cspsim/GameScreen.cpp trunk/csp/cspsim/GameScreen.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nsm...@us...> - 2009-06-18 22:09:17
|
Revision: 2392 http://csp.svn.sourceforge.net/csp/?rev=2392&view=rev Author: nsmoooose Date: 2009-06-18 22:08:51 +0000 (Thu, 18 Jun 2009) Log Message: ----------- Fixed two compiler warnings. Modified Paths: -------------- trunk/csp/cspsim/CSPSim.cpp trunk/csp/cspsim/SDLEventHandler.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <min...@us...> - 2009-07-10 18:57:39
|
Revision: 2399 http://csp.svn.sourceforge.net/csp/?rev=2399&view=rev Author: minaultm Date: 2009-07-10 18:57:35 +0000 (Fri, 10 Jul 2009) Log Message: ----------- Fixed a crash when no sound driver where found. Modified Paths: -------------- trunk/csp/cspsim/Engine.cpp trunk/csp/cspsim/LandingGear.cpp trunk/csp/cspsim/System.cpp trunk/csp/cspsim/VirtualScene.cpp trunk/csp/cspsim/sound/Sample.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nsm...@us...> - 2009-07-25 14:22:50
|
Revision: 2407 http://csp.svn.sourceforge.net/csp/?rev=2407&view=rev Author: nsmoooose Date: 2009-07-25 14:22:36 +0000 (Sat, 25 Jul 2009) Log Message: ----------- Avoid conflict between osg::ScreenSettings and csp::ScreenSettings. Modified Paths: -------------- trunk/csp/cspsim/SDLGraphicsWindow.cpp trunk/csp/cspsim/SDLGraphicsWindow.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |