From: <nsm...@us...> - 2008-06-08 14:56:13
|
Revision: 2243 http://csp.svn.sourceforge.net/csp/?rev=2243&view=rev Author: nsmoooose Date: 2008-06-08 07:05:30 -0700 (Sun, 08 Jun 2008) Log Message: ----------- Added files from the cloud prototype into the normal CSP simulator. Clouds cannot be seen yet into the simulator. Created a weather folder below cspsim that will contain source code for clouds. Also moved the atmosphere class into this folder. Modified Paths: -------------- trunk/csp/cspsim/CSPSim.cpp trunk/csp/cspsim/CSPSim.h trunk/csp/cspsim/GameScreen.cpp trunk/csp/cspsim/GameScreen.h trunk/csp/cspsim/SConscript trunk/csp/cspsim/SmokeEffects.cpp trunk/csp/cspsim/VirtualScene.cpp trunk/csp/cspsim/VirtualScene.h trunk/csp/cspsim/f16/F16HUD.cpp trunk/csp/cspsim/sky/OrbitalBodyModel.cpp trunk/csp/cspsim/systems/AircraftFlightSensors.cpp trunk/csp/cspsim/weather/clouds/Cloud.cpp trunk/csp/cspsim/weather/clouds/Cloud.h trunk/csp/cspsim/weather/clouds/CloudBox.cpp trunk/csp/cspsim/weather/clouds/CloudBox.h trunk/csp/cspsim/weather/clouds/CloudMath.cpp trunk/csp/cspsim/weather/clouds/CloudMath.h trunk/csp/cspsim/weather/clouds/CloudRegistry.cpp trunk/csp/cspsim/weather/clouds/CloudRegistry.h trunk/csp/cspsim/weather/clouds/CloudTextureFactory.cpp trunk/csp/cspsim/weather/clouds/CloudTextureFactory.h trunk/csp/cspsim/weather/clouds/visitors/RemoveRedundantCloudSpritesVisitor.cpp trunk/csp/cspsim/weather/clouds/visitors/RemoveRedundantCloudSpritesVisitor.h trunk/csp/cspsim/weather/clouds/visitors/UpdateCloudModelVisitor.cpp trunk/csp/cspsim/weather/clouds/visitors/UpdateCloudModelVisitor.h trunk/csp/tools/cloud_prototype/CloudBox.cpp trunk/csp/tools/cloud_prototype/Program.cpp trunk/csp/tools/hid/maps/gamescreen-core.map Added Paths: ----------- trunk/csp/cspsim/sky/Sky.cpp trunk/csp/cspsim/sky/Sky.h trunk/csp/cspsim/weather/ trunk/csp/cspsim/weather/Atmosphere.cpp trunk/csp/cspsim/weather/Atmosphere.h trunk/csp/cspsim/weather/clouds/ trunk/csp/cspsim/weather/clouds/CloudUtils.cpp trunk/csp/cspsim/weather/clouds/CloudUtils.h Removed Paths: ------------- trunk/csp/cspsim/Atmosphere.cpp trunk/csp/cspsim/Atmosphere.h trunk/csp/cspsim/sky/SkyObserver.cpp trunk/csp/cspsim/sky/SkyObserver.h trunk/csp/cspsim/weather/clouds/Program.cpp trunk/csp/cspsim/weather/clouds/build.sh trunk/csp/cspsim/weather/clouds/cloud_prototype.sln trunk/csp/cspsim/weather/clouds/cloud_prototype.vcproj trunk/csp/cspsim/weather/clouds/cloud_texture01.png trunk/csp/cspsim/weather/clouds/cloud_texture02.png Property Changed: ---------------- trunk/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-06-22 19:02:59
|
Revision: 2245 http://csp.svn.sourceforge.net/csp/?rev=2245&view=rev Author: nsmoooose Date: 2008-06-22 12:02:50 -0700 (Sun, 22 Jun 2008) Log Message: ----------- The following fixes has been made. * env.Copy() method used with scons is deprecated. Replaced this method call with env.Clone() * Several gcc (4.3) warnings occured when a typedef was named the same as a class name. * Some other gcc warnings as well. Modified Paths: -------------- trunk/csp/csplib/SConscript trunk/csp/csplib/data/Matrix3.h trunk/csp/csplib/data/Vector3.h trunk/csp/csplib/thread/Thread.h trunk/csp/csplib/util/FileUtility.cpp trunk/csp/csplib/util/LogStream.cpp trunk/csp/csplib/util/StringTools.h trunk/csp/csplib/util/SynchronousUpdate.cpp trunk/csp/csplib/util/SynchronousUpdate.h trunk/csp/csplib/util/Verify.h trunk/csp/cspsim/CSPSim.cpp trunk/csp/cspsim/DoubleChannelMirror.cpp trunk/csp/cspsim/Exception.cpp trunk/csp/cspsim/SConscript trunk/csp/cspsim/f16/DataEntry.h trunk/csp/cspsim/hud/Display.cpp trunk/csp/cspsim/sound/SoundModel.cpp trunk/csp/cspsim/theater/FeatureGroup.h trunk/csp/cspsim/wf/ControlGeometryBuilder.h trunk/csp/dist/win/devpack/build/SConscript.libvorbis trunk/csp/dist/win/devpack/build/SConscript.openscenegraph trunk/csp/dist/win/devpack/build/SConscript.sdl trunk/csp/dist/win/devpack/build/devpack.py trunk/csp/modules/chunklod/SConscript trunk/csp/modules/demeter/SConscript trunk/csp/tools/build/libconf.py trunk/csp/tools/build/registry.py trunk/csp/tools/build/rules.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nsm...@us...> - 2008-06-23 11:23:32
|
Revision: 2246 http://csp.svn.sourceforge.net/csp/?rev=2246&view=rev Author: nsmoooose Date: 2008-06-23 04:23:09 -0700 (Mon, 23 Jun 2008) Log Message: ----------- Added svn:ignore on files that is generated during the build process. Property Changed: ---------------- trunk/csp/ trunk/csp/csplib/net/ trunk/csp/csplib/util/ trunk/csp/cspsim/ trunk/csp/cspsim/battlefield/ trunk/csp/data/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nsm...@us...> - 2008-07-02 17:06:39
|
Revision: 2257 http://csp.svn.sourceforge.net/csp/?rev=2257&view=rev Author: nsmoooose Date: 2008-07-02 10:05:42 -0700 (Wed, 02 Jul 2008) Log Message: ----------- Merged wf_as_shared_lib branch into trunk. This means that all classes concerning wf (window framework) is now in a separate lib that doesn't depend on cspsim lib. Modified Paths: -------------- trunk/csp/SConstruct trunk/csp/__init__.py trunk/csp/bin/sim.ini trunk/csp/csplib/SConscript trunk/csp/cspsim/CSPSim.cpp trunk/csp/cspsim/CSPSim.h trunk/csp/cspsim/GameScreen.cpp trunk/csp/cspsim/GameScreen.h trunk/csp/cspsim/MenuScreen.cpp trunk/csp/cspsim/MenuScreen.h trunk/csp/cspsim/SConscript trunk/csp/cspsim/VirtualScene.cpp trunk/csp/cspsim/cspsim.i trunk/csp/cspsim/swig/Screens.i trunk/csp/data/ui/scripts/utils.py trunk/csp/tools/layout2/SConscript trunk/csp/tools/layout2/cpp/CspLayoutApplication.cpp Added Paths: ----------- trunk/csp/cspsim/InputInterfaceWfAdapter.cpp trunk/csp/cspsim/InputInterfaceWfAdapter.h trunk/csp/cspwf/ trunk/csp/cspwf/Button.cpp trunk/csp/cspwf/Button.h trunk/csp/cspwf/Check.cpp trunk/csp/cspwf/Check.h trunk/csp/cspwf/CheckBox.cpp trunk/csp/cspwf/CheckBox.h trunk/csp/cspwf/Container.cpp trunk/csp/cspwf/Container.h trunk/csp/cspwf/Control.cpp trunk/csp/cspwf/Control.h trunk/csp/cspwf/ControlCallback.cpp trunk/csp/cspwf/ControlCallback.h trunk/csp/cspwf/ControlGeometryBuilder.cpp trunk/csp/cspwf/ControlGeometryBuilder.h trunk/csp/cspwf/Export.h trunk/csp/cspwf/Image.cpp trunk/csp/cspwf/Image.h trunk/csp/cspwf/Label.cpp trunk/csp/cspwf/Label.h trunk/csp/cspwf/ListBox.cpp trunk/csp/cspwf/ListBox.h trunk/csp/cspwf/ListBoxItem.cpp trunk/csp/cspwf/ListBoxItem.h trunk/csp/cspwf/Model.cpp trunk/csp/cspwf/Model.h trunk/csp/cspwf/MultiControlContainer.cpp trunk/csp/cspwf/MultiControlContainer.h trunk/csp/cspwf/Padding.h trunk/csp/cspwf/Point.h trunk/csp/cspwf/Rectangle.h trunk/csp/cspwf/ResourceLocator.cpp trunk/csp/cspwf/ResourceLocator.h trunk/csp/cspwf/SConscript trunk/csp/cspwf/ScrollBar.cpp trunk/csp/cspwf/ScrollBar.h trunk/csp/cspwf/Serialization.cpp trunk/csp/cspwf/Serialization.h trunk/csp/cspwf/Signal.cpp trunk/csp/cspwf/Signal.h trunk/csp/cspwf/SignalData.cpp trunk/csp/cspwf/SignalData.h trunk/csp/cspwf/SingleControlContainer.cpp trunk/csp/cspwf/SingleControlContainer.h trunk/csp/cspwf/Size.h trunk/csp/cspwf/Slot.cpp trunk/csp/cspwf/Slot.h trunk/csp/cspwf/StringResourceManager.cpp trunk/csp/cspwf/StringResourceManager.h trunk/csp/cspwf/Style.cpp trunk/csp/cspwf/Style.h trunk/csp/cspwf/StyleBuilder.cpp trunk/csp/cspwf/StyleBuilder.h trunk/csp/cspwf/Tab.cpp trunk/csp/cspwf/Tab.h trunk/csp/cspwf/TableControlContainer.cpp trunk/csp/cspwf/TableControlContainer.h trunk/csp/cspwf/Window.cpp trunk/csp/cspwf/Window.h trunk/csp/cspwf/WindowManager.cpp trunk/csp/cspwf/WindowManager.h trunk/csp/cspwf/cspwf.i trunk/csp/todo.sh Removed Paths: ------------- trunk/csp/cspsim/swig/wf.i trunk/csp/cspsim/wf/ trunk/csp/cspwf/Button.cpp trunk/csp/cspwf/Button.h trunk/csp/cspwf/Check.cpp trunk/csp/cspwf/Check.h trunk/csp/cspwf/CheckBox.cpp trunk/csp/cspwf/CheckBox.h trunk/csp/cspwf/Container.cpp trunk/csp/cspwf/Container.h trunk/csp/cspwf/Control.cpp trunk/csp/cspwf/Control.h trunk/csp/cspwf/ControlCallback.cpp trunk/csp/cspwf/ControlCallback.h trunk/csp/cspwf/ControlGeometryBuilder.cpp trunk/csp/cspwf/ControlGeometryBuilder.h trunk/csp/cspwf/Export.h trunk/csp/cspwf/Image.cpp trunk/csp/cspwf/Image.h trunk/csp/cspwf/Label.cpp trunk/csp/cspwf/Label.h trunk/csp/cspwf/ListBox.cpp trunk/csp/cspwf/ListBox.h trunk/csp/cspwf/ListBoxItem.cpp trunk/csp/cspwf/ListBoxItem.h trunk/csp/cspwf/Model.cpp trunk/csp/cspwf/Model.h trunk/csp/cspwf/MultiControlContainer.cpp trunk/csp/cspwf/MultiControlContainer.h trunk/csp/cspwf/Padding.h trunk/csp/cspwf/Point.h trunk/csp/cspwf/Rectangle.h trunk/csp/cspwf/ResourceLocator.cpp trunk/csp/cspwf/ResourceLocator.h trunk/csp/cspwf/SConscript trunk/csp/cspwf/ScrollBar.cpp trunk/csp/cspwf/ScrollBar.h trunk/csp/cspwf/Serialization.cpp trunk/csp/cspwf/Serialization.h trunk/csp/cspwf/Signal.cpp trunk/csp/cspwf/Signal.h trunk/csp/cspwf/SignalData.cpp trunk/csp/cspwf/SignalData.h trunk/csp/cspwf/SingleControlContainer.cpp trunk/csp/cspwf/SingleControlContainer.h trunk/csp/cspwf/Size.h trunk/csp/cspwf/Slot.cpp trunk/csp/cspwf/Slot.h trunk/csp/cspwf/StringResourceManager.cpp trunk/csp/cspwf/StringResourceManager.h trunk/csp/cspwf/Style.cpp trunk/csp/cspwf/Style.h trunk/csp/cspwf/StyleBuilder.cpp trunk/csp/cspwf/StyleBuilder.h trunk/csp/cspwf/Tab.cpp trunk/csp/cspwf/Tab.h trunk/csp/cspwf/TableControlContainer.cpp trunk/csp/cspwf/TableControlContainer.h trunk/csp/cspwf/Window.cpp trunk/csp/cspwf/Window.h trunk/csp/cspwf/WindowManager.cpp trunk/csp/cspwf/WindowManager.h trunk/csp/cspwf/cspwf.i This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nsm...@us...> - 2008-07-03 06:26:30
|
Revision: 2259 http://csp.svn.sourceforge.net/csp/?rev=2259&view=rev Author: nsmoooose Date: 2008-07-02 23:26:22 -0700 (Wed, 02 Jul 2008) Log Message: ----------- Added doxygen configuration for cspwf directory. Modified Paths: -------------- trunk/csp/cspsim/cspsim.footer Added Paths: ----------- trunk/csp/cspwf/cspwf.dox trunk/csp/cspwf/cspwf.footer Property Changed: ---------------- trunk/csp/csplib/ trunk/csp/cspsim/ trunk/csp/cspwf/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nsm...@us...> - 2008-07-03 14:38:46
|
Revision: 2260 http://csp.svn.sourceforge.net/csp/?rev=2260&view=rev Author: nsmoooose Date: 2008-07-03 07:38:37 -0700 (Thu, 03 Jul 2008) Log Message: ----------- Added documentation for the config namespace. Modified Paths: -------------- trunk/csp/cspsim/CSPSim.h trunk/csp/cspsim/config/Configuration.cpp trunk/csp/cspsim/config/Configuration.h trunk/csp/cspsim/config/Display.cpp trunk/csp/cspsim/config/Display.h trunk/csp/cspsim/config/UserInterface.cpp trunk/csp/cspsim/config/UserInterface.h Removed Paths: ------------- trunk/csp/todo.sh This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nsm...@us...> - 2008-07-07 12:01:28
|
Revision: 2263 http://csp.svn.sourceforge.net/csp/?rev=2263&view=rev Author: nsmoooose Date: 2008-07-07 05:01:11 -0700 (Mon, 07 Jul 2008) Log Message: ----------- Tests are compiled together with code to make sure that they aren't broken. * Added existing tests to the "scons all" command. * Added some more documentation for "scons -h" on what targets to call. * Removed some tests from SConscript since the source code didn't exists in the repository. Modified Paths: -------------- trunk/csp/SConstruct trunk/csp/csplib/SConscript trunk/csp/cspsim/SConscript Property Changed: ---------------- trunk/csp/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |