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