You can subscribe to this list here.
2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(47) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2003 |
Jan
(140) |
Feb
(98) |
Mar
(152) |
Apr
(104) |
May
(71) |
Jun
(94) |
Jul
(169) |
Aug
(83) |
Sep
(47) |
Oct
(134) |
Nov
(7) |
Dec
(20) |
2004 |
Jan
(41) |
Feb
(14) |
Mar
(42) |
Apr
(47) |
May
(68) |
Jun
(143) |
Jul
(65) |
Aug
(29) |
Sep
(40) |
Oct
(34) |
Nov
(33) |
Dec
(97) |
2005 |
Jan
(29) |
Feb
(30) |
Mar
(9) |
Apr
(37) |
May
(13) |
Jun
(31) |
Jul
(22) |
Aug
(23) |
Sep
|
Oct
(37) |
Nov
(34) |
Dec
(117) |
2006 |
Jan
(48) |
Feb
(6) |
Mar
(2) |
Apr
(71) |
May
(10) |
Jun
(16) |
Jul
(7) |
Aug
(1) |
Sep
(14) |
Oct
(17) |
Nov
(25) |
Dec
(26) |
2007 |
Jan
(8) |
Feb
(2) |
Mar
(7) |
Apr
(26) |
May
|
Jun
(12) |
Jul
(30) |
Aug
(14) |
Sep
(9) |
Oct
(4) |
Nov
(7) |
Dec
(6) |
2008 |
Jan
(10) |
Feb
(10) |
Mar
(6) |
Apr
(8) |
May
|
Jun
(10) |
Jul
(18) |
Aug
(15) |
Sep
(16) |
Oct
(5) |
Nov
(3) |
Dec
(10) |
2009 |
Jan
(11) |
Feb
(2) |
Mar
|
Apr
(15) |
May
(31) |
Jun
(18) |
Jul
(11) |
Aug
(26) |
Sep
(52) |
Oct
(17) |
Nov
(4) |
Dec
|
2010 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: <nsm...@us...> - 2009-02-26 13:45:11
|
Revision: 2333 http://csp.svn.sourceforge.net/csp/?rev=2333&view=rev Author: nsmoooose Date: 2009-02-26 13:45:01 +0000 (Thu, 26 Feb 2009) Log Message: ----------- Fixed compiler errors Modified Paths: -------------- branches/osg_2.6_vs2008/csp/examples/sdl-viewer/Program.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sto...@us...> - 2009-02-20 23:56:30
|
Revision: 2332 http://csp.svn.sourceforge.net/csp/?rev=2332&view=rev Author: storm_bringer Date: 2009-02-20 22:55:37 +0000 (Fri, 20 Feb 2009) Log Message: ----------- sdl-viewer example loads scenes from xml theater files Work in progress - scenes are loaded, but not rendered correctly Only tested on Windows, most probably needs changes for Linux Changes to cspsim/VirtualScene do not break backwards compatibility Modified Paths: -------------- branches/osg_2.6_vs2008/csp/cspsim/VirtualScene.cpp branches/osg_2.6_vs2008/csp/cspsim/VirtualScene.h branches/osg_2.6_vs2008/csp/examples/sdl-viewer/Program.cpp Added Paths: ----------- branches/osg_2.6_vs2008/csp/examples/sdl-viewer/readme branches/osg_2.6_vs2008/csp/examples/sdl-viewer/sdl-viewer.ini This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nsm...@us...> - 2009-01-27 20:27:53
|
Revision: 2331 http://csp.svn.sourceforge.net/csp/?rev=2331&view=rev Author: nsmoooose Date: 2009-01-27 20:27:41 +0000 (Tue, 27 Jan 2009) Log Message: ----------- Various details: * Fixed compiler warnings on linux. * Made it compile on linux (conio.h and getch are platform specific) Modified Paths: -------------- branches/osg_2.6_vs2008/csp/examples/sdl-viewer/Program.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sto...@us...> - 2009-01-26 21:29:40
|
Revision: 2330 http://csp.svn.sourceforge.net/csp/?rev=2330&view=rev Author: storm_bringer Date: 2009-01-26 21:29:31 +0000 (Mon, 26 Jan 2009) Log Message: ----------- Added "-d" as a command line option to stop execution right at the beginning in order to attach a debugger Modified Paths: -------------- branches/osg_2.6_vs2008/csp/examples/sdl-viewer/Program.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nsm...@us...> - 2009-01-26 18:07:46
|
Revision: 2329 http://csp.svn.sourceforge.net/csp/?rev=2329&view=rev Author: nsmoooose Date: 2009-01-26 18:07:32 +0000 (Mon, 26 Jan 2009) Log Message: ----------- Some refactoring. Most important: * SDL is initialized before we create the tree of nodes. * TerrainGroup class is a osg::Group class that holds the entire terrain object and all its nodes. Modified Paths: -------------- branches/osg_2.6_vs2008/csp/examples/sdl-viewer/Program.cpp branches/osg_2.6_vs2008/csp/examples/sdl-viewer/SDLViewer.cpp branches/osg_2.6_vs2008/csp/examples/sdl-viewer/SDLViewer.h branches/osg_2.6_vs2008/csp/examples/sdl-viewer/WindowManagerViewerNode.cpp branches/osg_2.6_vs2008/csp/examples/wf-window/Program.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nsm...@us...> - 2009-01-25 15:17:06
|
Revision: 2328 http://csp.svn.sourceforge.net/csp/?rev=2328&view=rev Author: nsmoooose Date: 2009-01-25 15:16:56 +0000 (Sun, 25 Jan 2009) Log Message: ----------- Added a simple hello world window to the scene. Modified Paths: -------------- branches/osg_2.6_vs2008/csp/examples/sdl-viewer/Program.cpp branches/osg_2.6_vs2008/csp/examples/sdl-viewer/SConscript branches/osg_2.6_vs2008/csp/examples/wf-window/Program.cpp Added Paths: ----------- branches/osg_2.6_vs2008/csp/examples/sdl-viewer/WindowManagerViewerNode.cpp branches/osg_2.6_vs2008/csp/examples/sdl-viewer/WindowManagerViewerNode.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <min...@us...> - 2009-01-24 19:17:53
|
Revision: 2327 http://csp.svn.sourceforge.net/csp/?rev=2327&view=rev Author: minaultm Date: 2009-01-24 19:17:46 +0000 (Sat, 24 Jan 2009) Log Message: ----------- Update to take into account the new URL format of Goggle Maps tiles. Modified Paths: -------------- trunk/csp/tools/googlemaps/cpp/Projection.cpp trunk/csp/tools/googlemaps/cpp/Projection.h trunk/csp/tools/googlemaps/googlemaps.i This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nsm...@us...> - 2009-01-22 18:37:28
|
Revision: 2326 http://csp.svn.sourceforge.net/csp/?rev=2326&view=rev Author: nsmoooose Date: 2009-01-22 18:37:09 +0000 (Thu, 22 Jan 2009) Log Message: ----------- Refactored example to be able to build it on windows. Modified Paths: -------------- branches/osg_2.6_vs2008/csp/examples/sdl-viewer/Program.cpp branches/osg_2.6_vs2008/csp/examples/sdl-viewer/SConscript Added Paths: ----------- branches/osg_2.6_vs2008/csp/examples/sdl-viewer/SDLViewer.cpp branches/osg_2.6_vs2008/csp/examples/sdl-viewer/SDLViewer.h Property Changed: ---------------- branches/osg_2.6_vs2008/csp/examples/sdl-viewer/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nsm...@us...> - 2009-01-20 20:32:06
|
Revision: 2325 http://csp.svn.sourceforge.net/csp/?rev=2325&view=rev Author: nsmoooose Date: 2009-01-20 20:31:55 +0000 (Tue, 20 Jan 2009) Log Message: ----------- Added terrain to the sdl-viewer example program. The following is possible: * Fly around using osgViewer functionality. Remain to be done. * Loading and unloading of tiles isn't done correctly. Modified Paths: -------------- branches/osg_2.6_vs2008/csp/examples/sdl-viewer/Program.cpp branches/osg_2.6_vs2008/csp/examples/sdl-viewer/SConscript This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nsm...@us...> - 2009-01-19 22:23:00
|
Revision: 2324 http://csp.svn.sourceforge.net/csp/?rev=2324&view=rev Author: nsmoooose Date: 2009-01-19 21:32:46 +0000 (Mon, 19 Jan 2009) Log Message: ----------- Improved the SDL and viewer example: * Made the SkyGroup object always center around the camera. * Moved the SkyGroup into it own file. This class is a candidate to be moved into the cspsim/sky folder. * Fixed keyboard arrow handling for SDL -> osgGA. Modified Paths: -------------- branches/osg_2.6_vs2008/csp/examples/sdl-viewer/Program.cpp branches/osg_2.6_vs2008/csp/examples/sdl-viewer/SConscript Added Paths: ----------- branches/osg_2.6_vs2008/csp/examples/sdl-viewer/SkyGroup.cpp branches/osg_2.6_vs2008/csp/examples/sdl-viewer/SkyGroup.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nsm...@us...> - 2009-01-19 18:40:09
|
Revision: 2323 http://csp.svn.sourceforge.net/csp/?rev=2323&view=rev Author: nsmoooose Date: 2009-01-19 18:39:58 +0000 (Mon, 19 Jan 2009) Log Message: ----------- A small sample that runs the sky with SDL and a viewer class. Modified Paths: -------------- branches/osg_2.6_vs2008/csp/SConstruct Added Paths: ----------- branches/osg_2.6_vs2008/csp/examples/sdl-viewer/ branches/osg_2.6_vs2008/csp/examples/sdl-viewer/Program.cpp branches/osg_2.6_vs2008/csp/examples/sdl-viewer/SConscript This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
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: <nsm...@us...> - 2009-01-03 23:47:30
|
Revision: 2321 http://csp.svn.sourceforge.net/csp/?rev=2321&view=rev Author: nsmoooose Date: 2009-01-03 23:47:20 +0000 (Sat, 03 Jan 2009) Log Message: ----------- Created the csp::input namespace. Moved all input (keyboard, mouse, joystick) classes into this new folder. Modified Paths: -------------- branches/osg_2.6_vs2008/csp/cspsim/AircraftObject.h branches/osg_2.6_vs2008/csp/cspsim/Animation.cpp branches/osg_2.6_vs2008/csp/cspsim/BaseScreen.cpp branches/osg_2.6_vs2008/csp/cspsim/BaseScreen.h branches/osg_2.6_vs2008/csp/cspsim/CSPSim.cpp branches/osg_2.6_vs2008/csp/cspsim/CSPSim.h branches/osg_2.6_vs2008/csp/cspsim/CockpitInterface.cpp branches/osg_2.6_vs2008/csp/cspsim/CockpitInterface.h branches/osg_2.6_vs2008/csp/cspsim/DynamicObject.cpp branches/osg_2.6_vs2008/csp/cspsim/DynamicObject.h branches/osg_2.6_vs2008/csp/cspsim/GameScreen.cpp branches/osg_2.6_vs2008/csp/cspsim/GameScreen.h branches/osg_2.6_vs2008/csp/cspsim/MenuScreen.cpp branches/osg_2.6_vs2008/csp/cspsim/SConscript branches/osg_2.6_vs2008/csp/cspsim/System.h branches/osg_2.6_vs2008/csp/cspsim/SystemsModel.cpp branches/osg_2.6_vs2008/csp/cspsim/SystemsModel.h branches/osg_2.6_vs2008/csp/cspsim/f16/F16System.cpp branches/osg_2.6_vs2008/csp/cspsim/f16/MultiFunctionDisplay.cpp branches/osg_2.6_vs2008/csp/cspsim/f16/UpFrontControls.cpp branches/osg_2.6_vs2008/csp/cspsim/swig/Screens.i branches/osg_2.6_vs2008/csp/cspsim/systems/AircraftInputSystem.cpp branches/osg_2.6_vs2008/csp/cspsim/systems/AircraftInputSystem.h Added Paths: ----------- branches/osg_2.6_vs2008/csp/cspsim/input/ branches/osg_2.6_vs2008/csp/cspsim/input/EventMapIndex.cpp branches/osg_2.6_vs2008/csp/cspsim/input/EventMapIndex.h branches/osg_2.6_vs2008/csp/cspsim/input/EventMapping.cpp branches/osg_2.6_vs2008/csp/cspsim/input/EventMapping.h branches/osg_2.6_vs2008/csp/cspsim/input/HID.cpp branches/osg_2.6_vs2008/csp/cspsim/input/HID.h branches/osg_2.6_vs2008/csp/cspsim/input/InputEvent.cpp branches/osg_2.6_vs2008/csp/cspsim/input/InputEvent.h branches/osg_2.6_vs2008/csp/cspsim/input/InputEventChannel.h branches/osg_2.6_vs2008/csp/cspsim/input/InputInterface.cpp branches/osg_2.6_vs2008/csp/cspsim/input/InputInterface.h branches/osg_2.6_vs2008/csp/cspsim/input/InputInterfaceWfAdapter.cpp branches/osg_2.6_vs2008/csp/cspsim/input/InputInterfaceWfAdapter.h branches/osg_2.6_vs2008/csp/cspsim/input/MapEvent.h Removed Paths: ------------- branches/osg_2.6_vs2008/csp/cspsim/EventMapIndex.cpp branches/osg_2.6_vs2008/csp/cspsim/EventMapIndex.h branches/osg_2.6_vs2008/csp/cspsim/EventMapping.cpp branches/osg_2.6_vs2008/csp/cspsim/EventMapping.h branches/osg_2.6_vs2008/csp/cspsim/HID.cpp branches/osg_2.6_vs2008/csp/cspsim/HID.h branches/osg_2.6_vs2008/csp/cspsim/InputEvent.cpp branches/osg_2.6_vs2008/csp/cspsim/InputEvent.h branches/osg_2.6_vs2008/csp/cspsim/InputEventChannel.h branches/osg_2.6_vs2008/csp/cspsim/InputInterface.cpp branches/osg_2.6_vs2008/csp/cspsim/InputInterface.h branches/osg_2.6_vs2008/csp/cspsim/InputInterfaceWfAdapter.cpp branches/osg_2.6_vs2008/csp/cspsim/InputInterfaceWfAdapter.h branches/osg_2.6_vs2008/csp/cspsim/MapEvent.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nsm...@us...> - 2008-12-30 20:06:02
|
Revision: 2320 http://csp.svn.sourceforge.net/csp/?rev=2320&view=rev Author: nsmoooose Date: 2008-12-30 20:05:47 +0000 (Tue, 30 Dec 2008) Log Message: ----------- Fixed so the sim2.py actually can open other windows like the help window. Modified Paths: -------------- branches/osg_2.6_vs2008/csp/bin/sim2.py branches/osg_2.6_vs2008/csp/cspwf/Serialization.cpp branches/osg_2.6_vs2008/csp/cspwf/WindowManagerViewer.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nsm...@us...> - 2008-12-30 15:23:42
|
Revision: 2319 http://csp.svn.sourceforge.net/csp/?rev=2319&view=rev Author: nsmoooose Date: 2008-12-30 15:23:30 +0000 (Tue, 30 Dec 2008) Log Message: ----------- Added some more experimental code to be able to get input using osgGA. Modified Paths: -------------- branches/osg_2.6_vs2008/csp/bin/sim2.py branches/osg_2.6_vs2008/csp/cspsim/CSPViewer.cpp branches/osg_2.6_vs2008/csp/cspsim/CSPViewer.h branches/osg_2.6_vs2008/csp/cspwf/SConscript branches/osg_2.6_vs2008/csp/cspwf/WindowManagerViewer.cpp Added Paths: ----------- branches/osg_2.6_vs2008/csp/cspwf/WindowManagerEventHandler.cpp branches/osg_2.6_vs2008/csp/cspwf/WindowManagerEventHandler.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nsm...@us...> - 2008-12-30 11:08:50
|
Revision: 2318 http://csp.svn.sourceforge.net/csp/?rev=2318&view=rev Author: nsmoooose Date: 2008-12-30 11:08:31 +0000 (Tue, 30 Dec 2008) Log Message: ----------- The windowing framework didn't use the ResourceLocator class for fonts. It only used it for images and other xml resources used by the wf namespace. Fixed so the ResourceLocator is used. Modified Paths: -------------- branches/osg_2.6_vs2008/csp/bin/sim2.py branches/osg_2.6_vs2008/csp/cspsim/CSPSim.cpp branches/osg_2.6_vs2008/csp/cspwf/ControlGeometryBuilder.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nsm...@us...> - 2008-12-28 15:02:01
|
Revision: 2317 http://csp.svn.sourceforge.net/csp/?rev=2317&view=rev Author: nsmoooose Date: 2008-12-28 15:01:57 +0000 (Sun, 28 Dec 2008) Log Message: ----------- Some changes: * sim2.py is an experimental python script to start the simulator using the osgViewer based classes. * changed name of the file for the wf-python example. It is easier with most editors when there is a file extension. * added two convenient functions to the CSPViewer class. They provide frame rate statistics with the 'S' key and help with the 'H' key. Modified Paths: -------------- branches/osg_2.6_vs2008/csp/cspsim/CSPViewer.cpp branches/osg_2.6_vs2008/csp/cspsim/CSPViewer.h branches/osg_2.6_vs2008/csp/data/ui/scripts/windows/mainmenu.py Added Paths: ----------- branches/osg_2.6_vs2008/csp/bin/sim2.py branches/osg_2.6_vs2008/csp/examples/wf-python/wf-python.py Removed Paths: ------------- branches/osg_2.6_vs2008/csp/examples/wf-python/wf-python This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nsm...@us...> - 2008-12-28 12:55:33
|
Revision: 2316 http://csp.svn.sourceforge.net/csp/?rev=2316&view=rev Author: nsmoooose Date: 2008-12-28 12:55:29 +0000 (Sun, 28 Dec 2008) Log Message: ----------- Fixed building issues on windows. Modified Paths: -------------- branches/osg_2.6_vs2008/csp/cspsim/CSPViewer.h branches/osg_2.6_vs2008/csp/cspwf/Style.h Property Changed: ---------------- branches/osg_2.6_vs2008/csp/examples/wf-window/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nsm...@us...> - 2008-12-27 23:22:18
|
Revision: 2315 http://csp.svn.sourceforge.net/csp/?rev=2315&view=rev Author: nsmoooose Date: 2008-12-27 23:22:08 +0000 (Sat, 27 Dec 2008) Log Message: ----------- Added a new example that: * Instantiates a CSPViewer class (a wrapper around the osgViewer::Viewer class). * Loads a window xml file with layout. (a window with a single button on it.) * runs the viewer. The example is written in pure python and pulls in only the needed things to display a window. Modified Paths: -------------- branches/osg_2.6_vs2008/csp/cspsim/SConscript branches/osg_2.6_vs2008/csp/cspsim/cspsim.i branches/osg_2.6_vs2008/csp/cspwf/ResourceLocator.cpp branches/osg_2.6_vs2008/csp/cspwf/ResourceLocator.h branches/osg_2.6_vs2008/csp/cspwf/Serialization.cpp branches/osg_2.6_vs2008/csp/cspwf/Serialization.h branches/osg_2.6_vs2008/csp/cspwf/cspwf.i branches/osg_2.6_vs2008/csp/examples/README Added Paths: ----------- branches/osg_2.6_vs2008/csp/cspsim/CSPViewer.cpp branches/osg_2.6_vs2008/csp/cspsim/CSPViewer.h branches/osg_2.6_vs2008/csp/cspsim/swig/CSPViewer.i branches/osg_2.6_vs2008/csp/examples/wf-python/ branches/osg_2.6_vs2008/csp/examples/wf-python/hello_world.xml branches/osg_2.6_vs2008/csp/examples/wf-python/wf-python This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nsm...@us...> - 2008-12-27 17:14:59
|
Revision: 2314 http://csp.svn.sourceforge.net/csp/?rev=2314&view=rev Author: nsmoooose Date: 2008-12-27 17:14:48 +0000 (Sat, 27 Dec 2008) Log Message: ----------- WindowManagerViewer is now handling the projection correct (All controls are facing the camera). wf-window example has both an object that you can rotate and a window on top of everything. Modified Paths: -------------- branches/osg_2.6_vs2008/csp/cspwf/WindowManager.cpp branches/osg_2.6_vs2008/csp/cspwf/WindowManager.h branches/osg_2.6_vs2008/csp/cspwf/WindowManagerSceneView.cpp branches/osg_2.6_vs2008/csp/cspwf/WindowManagerViewer.cpp branches/osg_2.6_vs2008/csp/cspwf/WindowManagerViewer.h branches/osg_2.6_vs2008/csp/examples/wf-window/Program.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nsm...@us...> - 2008-12-26 00:26:06
|
Revision: 2313 http://csp.svn.sourceforge.net/csp/?rev=2313&view=rev Author: nsmoooose Date: 2008-12-26 00:25:55 +0000 (Fri, 26 Dec 2008) Log Message: ----------- Merged r2295:2312 from trunk. Modified Paths: -------------- branches/osg_2.6_vs2008/csp/SConstruct branches/osg_2.6_vs2008/csp/bin/sim.py branches/osg_2.6_vs2008/csp/csplib/data/External.cpp branches/osg_2.6_vs2008/csp/csplib/data/External.h branches/osg_2.6_vs2008/csp/cspsim/CSPSim.cpp branches/osg_2.6_vs2008/csp/cspsim/ChunkLodTerrain.h branches/osg_2.6_vs2008/csp/cspsim/Config.cpp branches/osg_2.6_vs2008/csp/cspsim/Config.h branches/osg_2.6_vs2008/csp/cspsim/Exception.cpp branches/osg_2.6_vs2008/csp/cspsim/GameScreen.h branches/osg_2.6_vs2008/csp/cspsim/MenuScreen.cpp branches/osg_2.6_vs2008/csp/cspsim/MenuScreen.h branches/osg_2.6_vs2008/csp/cspsim/ObjectModel.cpp branches/osg_2.6_vs2008/csp/cspsim/ObjectModel.h branches/osg_2.6_vs2008/csp/cspsim/TerrainObject.h branches/osg_2.6_vs2008/csp/cspsim/VirtualScene.cpp branches/osg_2.6_vs2008/csp/cspsim/VirtualScene.h branches/osg_2.6_vs2008/csp/cspsim/sky/Magnitude.h branches/osg_2.6_vs2008/csp/cspsim/sky/OrbitalBody.h branches/osg_2.6_vs2008/csp/cspsim/sky/OrbitalBodyImposter.h branches/osg_2.6_vs2008/csp/cspsim/sky/OrbitalBodyModel.h branches/osg_2.6_vs2008/csp/cspsim/sky/PhaseShader.h branches/osg_2.6_vs2008/csp/cspsim/sky/Sky.cpp branches/osg_2.6_vs2008/csp/cspsim/sky/Sky.h branches/osg_2.6_vs2008/csp/cspsim/sky/SkyDome.h branches/osg_2.6_vs2008/csp/cspsim/sky/SkyShader.h branches/osg_2.6_vs2008/csp/cspsim/sky/SolarSystem.h branches/osg_2.6_vs2008/csp/cspsim/sky/StarDome.h branches/osg_2.6_vs2008/csp/cspsim/weather/clouds/Cloud.h branches/osg_2.6_vs2008/csp/cspsim/weather/clouds/CloudBox.h branches/osg_2.6_vs2008/csp/cspsim/weather/clouds/CloudMath.h branches/osg_2.6_vs2008/csp/cspsim/weather/clouds/CloudRegistry.h branches/osg_2.6_vs2008/csp/cspsim/weather/clouds/CloudTextureFactory.h branches/osg_2.6_vs2008/csp/cspsim/weather/clouds/CloudUtils.h branches/osg_2.6_vs2008/csp/cspwf/SConscript branches/osg_2.6_vs2008/csp/cspwf/WindowManager.cpp branches/osg_2.6_vs2008/csp/cspwf/WindowManager.h branches/osg_2.6_vs2008/csp/data/shaders/terrain-demeter.fragment branches/osg_2.6_vs2008/csp/modules/chunklod/SConscript branches/osg_2.6_vs2008/csp/modules/demeter/DemeterDrawable.cpp branches/osg_2.6_vs2008/csp/modules/demeter/DemeterDrawable.h branches/osg_2.6_vs2008/csp/modules/demeter/DemeterException.h branches/osg_2.6_vs2008/csp/modules/demeter/DemeterTerrain.h branches/osg_2.6_vs2008/csp/modules/demeter/Export.h branches/osg_2.6_vs2008/csp/modules/demeter/Module.cpp branches/osg_2.6_vs2008/csp/modules/demeter/SConscript branches/osg_2.6_vs2008/csp/modules/demeter/Terrain.cpp branches/osg_2.6_vs2008/csp/modules/demeter/Terrain.h branches/osg_2.6_vs2008/csp/modules/demeter/TerrainFileTextureFactory.cpp branches/osg_2.6_vs2008/csp/modules/demeter/TerrainFileTextureFactory.h branches/osg_2.6_vs2008/csp/modules/demeter/TerrainTextureFactory.cpp branches/osg_2.6_vs2008/csp/modules/demeter/TerrainTextureFactory.h branches/osg_2.6_vs2008/csp/tools/build/util.py branches/osg_2.6_vs2008/csp/tools/layout2/scripts/ui/LayoutApplication.py Added Paths: ----------- branches/osg_2.6_vs2008/csp/cspwf/WindowManagerSceneView.cpp branches/osg_2.6_vs2008/csp/cspwf/WindowManagerSceneView.h branches/osg_2.6_vs2008/csp/cspwf/WindowManagerViewer.cpp branches/osg_2.6_vs2008/csp/cspwf/WindowManagerViewer.h branches/osg_2.6_vs2008/csp/examples/ branches/osg_2.6_vs2008/csp/examples/README branches/osg_2.6_vs2008/csp/examples/clouds/ branches/osg_2.6_vs2008/csp/examples/clouds/Program.cpp branches/osg_2.6_vs2008/csp/examples/clouds/SConscript branches/osg_2.6_vs2008/csp/examples/objectmodel/ branches/osg_2.6_vs2008/csp/examples/objectmodel/Program.cpp branches/osg_2.6_vs2008/csp/examples/objectmodel/SConscript branches/osg_2.6_vs2008/csp/examples/sky/ branches/osg_2.6_vs2008/csp/examples/sky/Program.cpp branches/osg_2.6_vs2008/csp/examples/sky/SConscript branches/osg_2.6_vs2008/csp/examples/terrain-demeter/ branches/osg_2.6_vs2008/csp/examples/terrain-demeter/Program.cpp branches/osg_2.6_vs2008/csp/examples/terrain-demeter/SConscript branches/osg_2.6_vs2008/csp/examples/wf-window/ branches/osg_2.6_vs2008/csp/examples/wf-window/Program.cpp branches/osg_2.6_vs2008/csp/examples/wf-window/SConscript Removed Paths: ------------- branches/osg_2.6_vs2008/csp/examples/README branches/osg_2.6_vs2008/csp/examples/clouds/ branches/osg_2.6_vs2008/csp/examples/clouds/Program.cpp branches/osg_2.6_vs2008/csp/examples/clouds/SConscript branches/osg_2.6_vs2008/csp/examples/objectmodel/ branches/osg_2.6_vs2008/csp/examples/objectmodel/Program.cpp branches/osg_2.6_vs2008/csp/examples/objectmodel/SConscript branches/osg_2.6_vs2008/csp/examples/sky/ branches/osg_2.6_vs2008/csp/examples/sky/Program.cpp branches/osg_2.6_vs2008/csp/examples/sky/SConscript branches/osg_2.6_vs2008/csp/examples/terrain-demeter/ branches/osg_2.6_vs2008/csp/examples/terrain-demeter/Program.cpp branches/osg_2.6_vs2008/csp/examples/terrain-demeter/SConscript branches/osg_2.6_vs2008/csp/examples/wf-window/Program.cpp branches/osg_2.6_vs2008/csp/examples/wf-window/SConscript branches/osg_2.6_vs2008/csp/tools/cloud_prototype/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nsm...@us...> - 2008-12-25 23:01:51
|
Revision: 2312 http://csp.svn.sourceforge.net/csp/?rev=2312&view=rev Author: nsmoooose Date: 2008-12-25 23:01:41 +0000 (Thu, 25 Dec 2008) Log Message: ----------- Fix when building with scons 1.0.0.d20080826 version. Build script didn't anticipate the date in the version number. Modified Paths: -------------- trunk/csp/tools/build/util.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sto...@us...> - 2008-12-25 21:29:53
|
Revision: 2311 http://csp.svn.sourceforge.net/csp/?rev=2311&view=rev Author: storm_bringer Date: 2008-12-25 21:29:48 +0000 (Thu, 25 Dec 2008) Log Message: ----------- Added some log entries to better detect missing OpenAL drivers on startup Modified Paths: -------------- branches/osg_2.6_vs2008/csp/cspsim/sound/Sample.cpp branches/osg_2.6_vs2008/csp/cspsim/sound/SoundEngine.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nsm...@us...> - 2008-11-30 14:08:09
|
Revision: 2310 http://csp.svn.sourceforge.net/csp/?rev=2310&view=rev Author: nsmoooose Date: 2008-11-30 14:08:00 +0000 (Sun, 30 Nov 2008) Log Message: ----------- Added a simple window framework example. It demonstrates how to create a window and add a single label on it. Basically a Hello world example. :-) Also splitted WindowManager functionality into two new classes. * WindowManagerSceneView is used together with osgUtil::SceneView based classes. * WindowManagerViewer is used together with osgViewer::Viewer based classes. WindowManagerViewer is not completely finished. But it is able to display content. Modified Paths: -------------- trunk/csp/SConstruct trunk/csp/cspsim/GameScreen.h trunk/csp/cspsim/MenuScreen.cpp trunk/csp/cspsim/MenuScreen.h trunk/csp/cspsim/VirtualScene.cpp trunk/csp/cspsim/VirtualScene.h trunk/csp/cspwf/SConscript trunk/csp/cspwf/WindowManager.cpp trunk/csp/cspwf/WindowManager.h trunk/csp/examples/README Added Paths: ----------- trunk/csp/cspwf/WindowManagerSceneView.cpp trunk/csp/cspwf/WindowManagerSceneView.h trunk/csp/cspwf/WindowManagerViewer.cpp trunk/csp/cspwf/WindowManagerViewer.h trunk/csp/examples/wf-window/ trunk/csp/examples/wf-window/Program.cpp trunk/csp/examples/wf-window/SConscript This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nsm...@us...> - 2008-11-24 19:37:10
|
Revision: 2309 http://csp.svn.sourceforge.net/csp/?rev=2309&view=rev Author: nsmoooose Date: 2008-11-24 19:37:00 +0000 (Mon, 24 Nov 2008) Log Message: ----------- Detailed textures aren't used anymore. So this texture shouldn't be included in the terrain-demeter.fragment shader. Modified Paths: -------------- trunk/csp/data/shaders/terrain-demeter.fragment This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |