From: <nsm...@us...> - 2008-07-18 20:49:44
|
Revision: 2265 http://csp.svn.sourceforge.net/csp/?rev=2265&view=rev Author: nsmoooose Date: 2008-07-18 20:49:42 +0000 (Fri, 18 Jul 2008) Log Message: ----------- Fixed errors in xml files and made Vector3::parseXML much more restrictive now. Modified Paths: -------------- trunk/csp/csplib/data/Vector3.cpp trunk/csp/csplib/util/StringTools.cpp trunk/csp/csplib/util/StringTools.h trunk/csp/csplib/util/test/test_StringTools.cpp trunk/csp/data/xml/stores/missiles/aim9.xml trunk/csp/data/xml/stores/racks/f16/centerline.xml trunk/csp/data/xml/stores/racks/f16/wingfuel.xml trunk/csp/data/xml/stores/tanks/f16/centerline_300gal.xml trunk/csp/data/xml/stores/tanks/f16/wing_370gal.xml This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nsm...@us...> - 2008-07-19 11:55:27
|
Revision: 2266 http://csp.svn.sourceforge.net/csp/?rev=2266&view=rev Author: nsmoooose Date: 2008-07-19 11:55:16 +0000 (Sat, 19 Jul 2008) Log Message: ----------- * Fixed warnings when creating doxygen documentation. * most doxygen settings has been moved to a shared configuration file. * Enabled graphwiz plugin to be able to get more graphs about include and inheritance. Modified Paths: -------------- trunk/csp/csplib/csplib.dox trunk/csp/csplib/data/LUT.h trunk/csp/csplib/net/Median.h trunk/csp/csplib/net/PeerInfo.h trunk/csp/csplib/net/Sockets.h trunk/csp/csplib/net/TaggedRecordRegistry.h trunk/csp/csplib/numeric/NumericalMethod.h trunk/csp/csplib/spatial/QuadTree.cpp trunk/csp/csplib/spatial/QuadTree.h trunk/csp/csplib/util/CircularBuffer.h trunk/csp/csplib/util/SimpleConfig.h trunk/csp/cspsim/cspsim.dox trunk/csp/cspwf/cspwf.dox Added Paths: ----------- trunk/csp/csp.dox This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nsm...@us...> - 2008-07-24 20:37:50
|
Revision: 2268 http://csp.svn.sourceforge.net/csp/?rev=2268&view=rev Author: nsmoooose Date: 2008-07-24 20:37:32 +0000 (Thu, 24 Jul 2008) Log Message: ----------- Minor modification. :-) Use "namespace csp" instead of CSP_NAMESPACE macros. Modified Paths: -------------- trunk/csp/csplib/data/Archive.h trunk/csp/csplib/data/BaseType.h trunk/csp/csplib/data/DataArchive.cpp trunk/csp/csplib/data/DataArchive.h trunk/csp/csplib/data/DataManager.cpp trunk/csp/csplib/data/DataManager.h trunk/csp/csplib/data/Date.cpp trunk/csp/csplib/data/Date.h trunk/csp/csplib/data/Enum.cpp trunk/csp/csplib/data/Enum.h trunk/csp/csplib/data/External.cpp trunk/csp/csplib/data/External.h trunk/csp/csplib/data/GeoPos.cpp trunk/csp/csplib/data/GeoPos.h trunk/csp/csplib/data/InterfaceProxy.cpp trunk/csp/csplib/data/InterfaceProxy.h trunk/csp/csplib/data/InterfaceRegistry.cpp trunk/csp/csplib/data/InterfaceRegistry.h trunk/csp/csplib/data/Key.cpp trunk/csp/csplib/data/Key.h trunk/csp/csplib/data/LUT.cpp trunk/csp/csplib/data/LUT.h trunk/csp/csplib/data/Link.cpp trunk/csp/csplib/data/Link.h trunk/csp/csplib/data/Matrix3.cpp trunk/csp/csplib/data/Matrix3.h trunk/csp/csplib/data/Object.cpp trunk/csp/csplib/data/Object.h trunk/csp/csplib/data/ObjectInterface.h trunk/csp/csplib/data/Path.cpp trunk/csp/csplib/data/Path.h trunk/csp/csplib/data/Quat.cpp trunk/csp/csplib/data/Quat.h trunk/csp/csplib/data/Real.cpp trunk/csp/csplib/data/Real.h trunk/csp/csplib/data/TypeAdapter.cpp trunk/csp/csplib/data/TypeAdapter.h trunk/csp/csplib/data/Vector3.cpp trunk/csp/csplib/data/Vector3.h trunk/csp/csplib/data/swig/Date.i trunk/csp/csplib/data/swig/Enum.i trunk/csp/csplib/data/swig/GeoPos.i trunk/csp/csplib/data/swig/InterfaceRegistry.i trunk/csp/csplib/data/swig/LUT.i trunk/csp/csplib/data/swig/Object.i trunk/csp/csplib/net/Callbacks.h trunk/csp/csplib/net/ClientServer.cpp trunk/csp/csplib/net/ClientServer.h trunk/csp/csplib/net/DispatchCache.h trunk/csp/csplib/net/DispatchHandler.cpp trunk/csp/csplib/net/DispatchHandler.h trunk/csp/csplib/net/DispatchManager.cpp trunk/csp/csplib/net/DispatchManager.h trunk/csp/csplib/net/DispatchTarget.cpp trunk/csp/csplib/net/DispatchTarget.h trunk/csp/csplib/net/HandlerSet.h trunk/csp/csplib/net/Median.h trunk/csp/csplib/net/MessageHandler.h trunk/csp/csplib/net/MessageQueue.h trunk/csp/csplib/net/NetBase.h trunk/csp/csplib/net/NetRandom.cpp trunk/csp/csplib/net/NetRandom.h trunk/csp/csplib/net/NetworkInterface.cpp trunk/csp/csplib/net/NetworkInterface.h trunk/csp/csplib/net/NetworkMessage.h trunk/csp/csplib/net/NetworkNode.cpp trunk/csp/csplib/net/NetworkNode.h trunk/csp/csplib/net/PacketDecoder.h trunk/csp/csplib/net/PacketHandler.h trunk/csp/csplib/net/PacketQueue.h trunk/csp/csplib/net/PacketSource.h trunk/csp/csplib/net/PeerInfo.cpp trunk/csp/csplib/net/PeerInfo.h trunk/csp/csplib/net/RecordCodec.cpp trunk/csp/csplib/net/RecordCodec.h trunk/csp/csplib/net/ReliablePacket.h trunk/csp/csplib/net/RoutingHandler.cpp trunk/csp/csplib/net/RoutingHandler.h trunk/csp/csplib/net/Sockets.h trunk/csp/csplib/net/StopWatch.h trunk/csp/csplib/net/TaggedRecord.h trunk/csp/csplib/net/TaggedRecordRegistry.cpp trunk/csp/csplib/net/TaggedRecordRegistry.h trunk/csp/csplib/numeric/NumericalMethod.cpp trunk/csp/csplib/numeric/NumericalMethod.h trunk/csp/csplib/numeric/Vector.h trunk/csp/csplib/numeric/VectorField.h trunk/csp/csplib/spatial/QuadTree.cpp trunk/csp/csplib/spatial/QuadTree.h trunk/csp/csplib/thread/AtomicCounter.h trunk/csp/csplib/thread/Synchronization.h trunk/csp/csplib/thread/Thread.h trunk/csp/csplib/thread/ThreadQueue.h trunk/csp/csplib/thread/ThreadUtil.h trunk/csp/csplib/util/Boolean.h trunk/csp/csplib/util/Cache.h trunk/csp/csplib/util/Callback.h trunk/csp/csplib/util/CallbackDecl.h trunk/csp/csplib/util/CircularBuffer.h trunk/csp/csplib/util/Composite.h trunk/csp/csplib/util/Conversions.h trunk/csp/csplib/util/Dispatch.h trunk/csp/csplib/util/Endian.h trunk/csp/csplib/util/Exception.cpp trunk/csp/csplib/util/Exception.h trunk/csp/csplib/util/FileUtility.cpp trunk/csp/csplib/util/FileUtility.h trunk/csp/csplib/util/HashUtility.cpp trunk/csp/csplib/util/HashUtility.h trunk/csp/csplib/util/LocalUpdate.cpp trunk/csp/csplib/util/LocalUpdate.h trunk/csp/csplib/util/Log.h trunk/csp/csplib/util/LogConstants.h trunk/csp/csplib/util/LogStream.cpp trunk/csp/csplib/util/LogStream.h trunk/csp/csplib/util/Math.h trunk/csp/csplib/util/MessageTypes.h trunk/csp/csplib/util/Modules.cpp trunk/csp/csplib/util/Modules.h trunk/csp/csplib/util/Namespace.h trunk/csp/csplib/util/Noise.cpp trunk/csp/csplib/util/Noise.h trunk/csp/csplib/util/Optional.h trunk/csp/csplib/util/Properties.h trunk/csp/csplib/util/Random.cpp trunk/csp/csplib/util/Random.h trunk/csp/csplib/util/Ref.h trunk/csp/csplib/util/Referenced.h trunk/csp/csplib/util/ScopedPointer.h trunk/csp/csplib/util/Signal.h trunk/csp/csplib/util/SignalFwd.h trunk/csp/csplib/util/SimpleConfig.cpp trunk/csp/csplib/util/SimpleConfig.h trunk/csp/csplib/util/Singleton.h trunk/csp/csplib/util/StringTools.cpp trunk/csp/csplib/util/StringTools.h trunk/csp/csplib/util/SynchronousUpdate.cpp trunk/csp/csplib/util/SynchronousUpdate.h trunk/csp/csplib/util/Testing.cpp trunk/csp/csplib/util/Testing.h trunk/csp/csplib/util/TimeStamp.h trunk/csp/csplib/util/Timing.cpp trunk/csp/csplib/util/Timing.h trunk/csp/csplib/util/Trace.cpp trunk/csp/csplib/util/Trace.h trunk/csp/csplib/util/Uniform.h trunk/csp/csplib/util/Verify.h trunk/csp/csplib/util/Version.cpp trunk/csp/csplib/util/Version.h trunk/csp/csplib/util/WeakRef.h trunk/csp/csplib/util/WeakReferenced.cpp trunk/csp/csplib/util/WeakReferenced.h trunk/csp/csplib/util/osg.h trunk/csp/csplib/util/swig/HashUtility.i trunk/csp/csplib/util/swig/Log.i trunk/csp/csplib/util/swig/Random.i trunk/csp/csplib/util/swig/Testing.i trunk/csp/csplib/util/test/test_Boolean.cpp trunk/csp/csplib/util/test/test_StringTools.cpp trunk/csp/csplib/util/test/test_Testing.cpp trunk/csp/csplib/xml/XmlParser.cpp trunk/csp/csplib/xml/XmlParser.h trunk/csp/cspsim/AircraftObject.cpp trunk/csp/cspsim/AircraftObject.h trunk/csp/cspsim/Animation.cpp trunk/csp/cspsim/Animation.h trunk/csp/cspsim/AnimationSequence.cpp trunk/csp/cspsim/AnimationSequence.h trunk/csp/cspsim/BaseDynamics.cpp trunk/csp/cspsim/BaseDynamics.h trunk/csp/cspsim/BaseScreen.cpp trunk/csp/cspsim/BaseScreen.h trunk/csp/cspsim/Bus.cpp trunk/csp/cspsim/Bus.h trunk/csp/cspsim/CSPSim.cpp trunk/csp/cspsim/ChannelMirror.h trunk/csp/cspsim/Channels.cpp trunk/csp/cspsim/ChunkLodTerrain.cpp trunk/csp/cspsim/ChunkLodTerrain.h trunk/csp/cspsim/CockpitInterface.cpp trunk/csp/cspsim/CockpitInterface.h trunk/csp/cspsim/Collision.cpp trunk/csp/cspsim/Collision.h trunk/csp/cspsim/ConditionsChannels.h trunk/csp/cspsim/Config.cpp trunk/csp/cspsim/Config.h trunk/csp/cspsim/ControlInputsChannels.h trunk/csp/cspsim/ControlNode.h trunk/csp/cspsim/ControlSurfacesChannels.h trunk/csp/cspsim/Controller.cpp trunk/csp/cspsim/Controller.h trunk/csp/cspsim/DamageModifier.cpp trunk/csp/cspsim/DamageModifier.h trunk/csp/cspsim/DataRecorder.cpp trunk/csp/cspsim/DataRecorder.h trunk/csp/cspsim/DemeterTerrain.cpp trunk/csp/cspsim/DemeterTerrain.h trunk/csp/cspsim/DoubleChannelMirror.cpp trunk/csp/cspsim/DynamicObject.cpp trunk/csp/cspsim/DynamicObject.h trunk/csp/cspsim/Engine.cpp trunk/csp/cspsim/Engine.h trunk/csp/cspsim/EventMapIndex.cpp trunk/csp/cspsim/EventMapIndex.h trunk/csp/cspsim/EventMapping.cpp trunk/csp/cspsim/EventMapping.h trunk/csp/cspsim/Exception.cpp trunk/csp/cspsim/Exception.h trunk/csp/cspsim/Filters.h trunk/csp/cspsim/FlightControlSystem.cpp trunk/csp/cspsim/FlightDynamics.cpp trunk/csp/cspsim/FlightDynamics.h trunk/csp/cspsim/FlightDynamicsChannels.h trunk/csp/cspsim/FlightModel.cpp trunk/csp/cspsim/FlightModel.h trunk/csp/cspsim/FuelManagementSystem.cpp trunk/csp/cspsim/FuelManagementSystem.h trunk/csp/cspsim/GameScreen.cpp trunk/csp/cspsim/GameScreen.h trunk/csp/cspsim/GearAnimation.cpp trunk/csp/cspsim/GearAnimation.h trunk/csp/cspsim/HID.cpp trunk/csp/cspsim/HID.h trunk/csp/cspsim/IndexServer.cpp trunk/csp/cspsim/IndexServer.h trunk/csp/cspsim/InputEvent.cpp trunk/csp/cspsim/InputEvent.h trunk/csp/cspsim/InputEventChannel.h trunk/csp/cspsim/InputInterface.cpp trunk/csp/cspsim/InputInterface.h trunk/csp/cspsim/KineticsChannels.h trunk/csp/cspsim/LandingGear.cpp trunk/csp/cspsim/LandingGear.h trunk/csp/cspsim/LandingGearChannels.h trunk/csp/cspsim/LogoScreen.cpp trunk/csp/cspsim/LogoScreen.h trunk/csp/cspsim/MapEvent.h trunk/csp/cspsim/MenuScreen.cpp trunk/csp/cspsim/MenuScreen.h trunk/csp/cspsim/NavigationChannels.h trunk/csp/cspsim/ObjectModel.cpp trunk/csp/cspsim/ObjectModel.h trunk/csp/cspsim/PhysicsModel.cpp trunk/csp/cspsim/PhysicsModel.h trunk/csp/cspsim/Projection.cpp trunk/csp/cspsim/Projection.h trunk/csp/cspsim/ResourceBundle.cpp trunk/csp/cspsim/ResourceBundle.h trunk/csp/cspsim/SceneConstants.h trunk/csp/cspsim/SceneModel.cpp trunk/csp/cspsim/SceneModel.h trunk/csp/cspsim/ScreenInfo.cpp trunk/csp/cspsim/ScreenInfo.h trunk/csp/cspsim/ScreenInfoManager.cpp trunk/csp/cspsim/ScreenInfoManager.h trunk/csp/cspsim/Shader.cpp trunk/csp/cspsim/Shader.h trunk/csp/cspsim/SimpleSceneManager.cpp trunk/csp/cspsim/SimpleSceneManager.h trunk/csp/cspsim/SmokeEffects.cpp trunk/csp/cspsim/SmokeEffects.h trunk/csp/cspsim/StabilityFlightModel.cpp trunk/csp/cspsim/StabilityFlightModel.h trunk/csp/cspsim/StateStack.h trunk/csp/cspsim/Station.cpp trunk/csp/cspsim/Station.h trunk/csp/cspsim/Steerpoint.h trunk/csp/cspsim/System.cpp trunk/csp/cspsim/System.h trunk/csp/cspsim/SystemsModel.cpp trunk/csp/cspsim/SystemsModel.h trunk/csp/cspsim/TankObject.cpp trunk/csp/cspsim/TankObject.h trunk/csp/cspsim/TerrainObject.cpp trunk/csp/cspsim/TerrainObject.h trunk/csp/cspsim/Theater.cpp trunk/csp/cspsim/Theater.h trunk/csp/cspsim/ThrustData.cpp trunk/csp/cspsim/ThrustData.h trunk/csp/cspsim/VirtualScene.cpp trunk/csp/cspsim/VirtualScene.h trunk/csp/cspsim/battlefield/Battlefield.cpp trunk/csp/cspsim/battlefield/Battlefield.h trunk/csp/cspsim/battlefield/GlobalBattlefield.h trunk/csp/cspsim/battlefield/LocalBattlefield.cpp trunk/csp/cspsim/battlefield/LocalBattlefield.h trunk/csp/cspsim/battlefield/SceneManager.cpp trunk/csp/cspsim/battlefield/SceneManager.h trunk/csp/cspsim/battlefield/SimObject.cpp trunk/csp/cspsim/battlefield/SimObject.h trunk/csp/cspsim/f16/AlphaNumericDisplay.cpp trunk/csp/cspsim/f16/AlphaNumericDisplay.h trunk/csp/cspsim/f16/Constants.cpp trunk/csp/cspsim/f16/Constants.h trunk/csp/cspsim/f16/DataEntry.h trunk/csp/cspsim/f16/DataEntryDisplay.cpp trunk/csp/cspsim/f16/DataEntryPage.cpp trunk/csp/cspsim/f16/DataEntryPage.h trunk/csp/cspsim/f16/F16Channels.cpp trunk/csp/cspsim/f16/F16Channels.h trunk/csp/cspsim/f16/F16Engine.cpp trunk/csp/cspsim/f16/F16Engine.h trunk/csp/cspsim/f16/F16FlightModel.cpp trunk/csp/cspsim/f16/F16FlightModel.h trunk/csp/cspsim/f16/F16GearDynamics.cpp trunk/csp/cspsim/f16/F16GearDynamics.h trunk/csp/cspsim/f16/F16HUD.cpp trunk/csp/cspsim/f16/F16HUD.h trunk/csp/cspsim/f16/F16INS.cpp trunk/csp/cspsim/f16/F16InputSystem.cpp trunk/csp/cspsim/f16/F16InputSystem.h trunk/csp/cspsim/f16/F16System.cpp trunk/csp/cspsim/f16/F16System.h trunk/csp/cspsim/f16/FLCS.cpp trunk/csp/cspsim/f16/FuelSystem.cpp trunk/csp/cspsim/f16/GroundAvoidanceAdvisory.cpp trunk/csp/cspsim/f16/GroundAvoidanceAdvisory.h trunk/csp/cspsim/f16/JetFuelStarter.cpp trunk/csp/cspsim/f16/JetFuelStarter.h trunk/csp/cspsim/f16/MasterModes.cpp trunk/csp/cspsim/f16/MasterModes.h trunk/csp/cspsim/f16/MultiFunctionDisplay.cpp trunk/csp/cspsim/f16/MultiFunctionDisplay.h trunk/csp/cspsim/f16/NavigationSystem.cpp trunk/csp/cspsim/f16/NavigationSystem.h trunk/csp/cspsim/f16/PageALOW.h trunk/csp/cspsim/f16/PageCNI.cpp trunk/csp/cspsim/f16/PageCNI.h trunk/csp/cspsim/f16/PageLIST.cpp trunk/csp/cspsim/f16/PageLIST.h trunk/csp/cspsim/f16/PageSTPT.h trunk/csp/cspsim/f16/PanelHUD.cpp trunk/csp/cspsim/f16/PanelHUD.h trunk/csp/cspsim/f16/Radio.cpp trunk/csp/cspsim/f16/Radio.h trunk/csp/cspsim/f16/SpecialFonts.cpp trunk/csp/cspsim/f16/SpecialFonts.h trunk/csp/cspsim/f16/StoresManagementPages.h trunk/csp/cspsim/f16/UpFrontControls.cpp trunk/csp/cspsim/f16/UpFrontControls.h trunk/csp/cspsim/f16/VoiceMessageUnit.cpp trunk/csp/cspsim/f16/VoiceMessageUnit.h trunk/csp/cspsim/glDiagnostics.cpp trunk/csp/cspsim/glDiagnostics.h trunk/csp/cspsim/sky/Colorspace.cpp trunk/csp/cspsim/sky/Colorspace.h trunk/csp/cspsim/sky/Common.h trunk/csp/cspsim/sky/Magnitude.cpp trunk/csp/cspsim/sky/Magnitude.h trunk/csp/cspsim/sky/OrbitalBody.cpp trunk/csp/cspsim/sky/OrbitalBody.h trunk/csp/cspsim/sky/OrbitalBodyImposter.cpp trunk/csp/cspsim/sky/OrbitalBodyImposter.h trunk/csp/cspsim/sky/OrbitalBodyModel.cpp trunk/csp/cspsim/sky/OrbitalBodyModel.h trunk/csp/cspsim/sky/PhaseShader.cpp trunk/csp/cspsim/sky/PhaseShader.h trunk/csp/cspsim/sky/Sky.cpp trunk/csp/cspsim/sky/Sky.h trunk/csp/cspsim/sky/SkyDome.cpp trunk/csp/cspsim/sky/SkyDome.h trunk/csp/cspsim/sky/SkyShader.cpp trunk/csp/cspsim/sky/SkyShader.h trunk/csp/cspsim/sky/SolarSystem.cpp trunk/csp/cspsim/sky/SolarSystem.h trunk/csp/cspsim/sky/StarDome.cpp trunk/csp/cspsim/sky/StarDome.h trunk/csp/cspsim/sound/Loader.cpp trunk/csp/cspsim/sound/Loader.h trunk/csp/cspsim/sound/OggLoader.cpp trunk/csp/cspsim/sound/Sample.cpp trunk/csp/cspsim/sound/Sample.h trunk/csp/cspsim/sound/SoundEffect.cpp trunk/csp/cspsim/sound/SoundEffect.h trunk/csp/cspsim/sound/SoundEngine.cpp trunk/csp/cspsim/sound/SoundEngine.h trunk/csp/cspsim/sound/SoundModel.cpp trunk/csp/cspsim/sound/SoundModel.h trunk/csp/cspsim/stores/DragProfile.cpp trunk/csp/cspsim/stores/DragProfile.h trunk/csp/cspsim/stores/FuelTank.cpp trunk/csp/cspsim/stores/FuelTank.h trunk/csp/cspsim/stores/Hardpoint.cpp trunk/csp/cspsim/stores/Hardpoint.h trunk/csp/cspsim/stores/Missile.cpp trunk/csp/cspsim/stores/Missile.h trunk/csp/cspsim/stores/Projectile.cpp trunk/csp/cspsim/stores/Projectile.h trunk/csp/cspsim/stores/Rack.cpp trunk/csp/cspsim/stores/Rack.h trunk/csp/cspsim/stores/Stores.cpp trunk/csp/cspsim/stores/Stores.h trunk/csp/cspsim/stores/StoresDatabase.cpp trunk/csp/cspsim/stores/StoresDatabase.h trunk/csp/cspsim/stores/StoresDefinition.cpp trunk/csp/cspsim/stores/StoresDefinition.h trunk/csp/cspsim/stores/StoresDynamics.h trunk/csp/cspsim/stores/StoresManagementSystem.cpp trunk/csp/cspsim/stores/StoresManagementSystem.h trunk/csp/cspsim/systems/AircraftFlightSensors.cpp trunk/csp/cspsim/systems/AircraftFlightSensors.h trunk/csp/cspsim/systems/AircraftInputSystem.cpp trunk/csp/cspsim/systems/AircraftInputSystem.h trunk/csp/cspsim/systems/AircraftSimpleFCS.cpp trunk/csp/cspsim/systems/AircraftSimpleFCS.h trunk/csp/cspsim/theater/CustomLayoutModel.cpp trunk/csp/cspsim/theater/CustomLayoutModel.h trunk/csp/cspsim/theater/ElevationCorrection.cpp trunk/csp/cspsim/theater/ElevationCorrection.h trunk/csp/cspsim/theater/Feature.cpp trunk/csp/cspsim/theater/Feature.h trunk/csp/cspsim/theater/FeatureGroup.cpp trunk/csp/cspsim/theater/FeatureGroup.h trunk/csp/cspsim/theater/FeatureGroupList.cpp trunk/csp/cspsim/theater/FeatureGroupList.h trunk/csp/cspsim/theater/FeatureGroupModel.cpp trunk/csp/cspsim/theater/FeatureGroupModel.h trunk/csp/cspsim/theater/FeatureLayout.cpp trunk/csp/cspsim/theater/FeatureLayout.h trunk/csp/cspsim/theater/FeatureModel.cpp trunk/csp/cspsim/theater/FeatureModel.h trunk/csp/cspsim/theater/FeatureObjectModel.cpp trunk/csp/cspsim/theater/FeatureObjectModel.h trunk/csp/cspsim/theater/FeatureQuad.cpp trunk/csp/cspsim/theater/FeatureQuad.h trunk/csp/cspsim/theater/FeatureSceneGroup.h trunk/csp/cspsim/theater/FeatureSceneModel.cpp trunk/csp/cspsim/theater/FeatureSceneModel.h trunk/csp/cspsim/theater/IsoContour.cpp trunk/csp/cspsim/theater/IsoContour.h trunk/csp/cspsim/theater/LayoutTransform.cpp trunk/csp/cspsim/theater/LayoutTransform.h trunk/csp/cspsim/theater/Objective.cpp trunk/csp/cspsim/theater/Objective.h trunk/csp/cspsim/theater/RandomBillboardModel.cpp trunk/csp/cspsim/theater/RandomBillboardModel.h trunk/csp/cspsim/theater/RandomForestModel.cpp trunk/csp/cspsim/theater/RandomForestModel.h trunk/csp/cspsim/views/CameraAgent.cpp trunk/csp/cspsim/views/CameraAgent.h trunk/csp/cspsim/views/CameraCommand.h trunk/csp/cspsim/views/CameraKinematics.cpp trunk/csp/cspsim/views/CameraKinematics.h trunk/csp/cspsim/views/ExternalViews.cpp trunk/csp/cspsim/views/ExternalViews.h trunk/csp/cspsim/views/InternalView.cpp trunk/csp/cspsim/views/InternalView.h trunk/csp/cspsim/views/View.cpp trunk/csp/cspsim/views/View.h trunk/csp/cspsim/weather/Atmosphere.cpp trunk/csp/cspsim/weather/Atmosphere.h trunk/csp/modules/demeter/DemeterTerrain.cpp trunk/csp/modules/demeter/DemeterTerrain.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nsm...@us...> - 2008-07-28 17:11:38
|
Revision: 2270 http://csp.svn.sourceforge.net/csp/?rev=2270&view=rev Author: nsmoooose Date: 2008-07-28 17:11:33 +0000 (Mon, 28 Jul 2008) Log Message: ----------- Made unit tests build on windows. Modified Paths: -------------- trunk/csp/SConstruct trunk/csp/csplib/SConscript trunk/csp/csplib/data/test/test_Quat.cpp trunk/csp/csplib/data/test/test_Vector3.cpp trunk/csp/csplib/util/Testing.h trunk/csp/cspsim/BaseDynamics.h trunk/csp/cspsim/Bus.h trunk/csp/cspsim/KineticsChannels.h trunk/csp/cspsim/PhysicsModel.h trunk/csp/cspsim/SConscript trunk/csp/cspsim/System.h trunk/csp/cspsim/SystemsModel.h trunk/csp/cspsim/test/test_PhysicsModel.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <min...@us...> - 2008-08-30 01:45:00
|
Revision: 2285 http://csp.svn.sourceforge.net/csp/?rev=2285&view=rev Author: minaultm Date: 2008-08-30 01:44:57 +0000 (Sat, 30 Aug 2008) Log Message: ----------- Added TerrainFileTextureFactory to Demeter. Added googlemaps tool to import textures for Demeter. Modified Paths: -------------- trunk/csp/SConstruct trunk/csp/cspsim/Projection.h trunk/csp/cspsim/cspsim.i trunk/csp/data/xml/terrain/balkan.xml trunk/csp/modules/demeter/DemeterTerrain.cpp trunk/csp/modules/demeter/DemeterTerrain.h trunk/csp/modules/demeter/SConscript Added Paths: ----------- trunk/csp/cspsim/swig/Projection.i trunk/csp/modules/demeter/TerrainFileTextureFactory.cpp trunk/csp/modules/demeter/TerrainFileTextureFactory.h trunk/csp/tools/googlemaps/ trunk/csp/tools/googlemaps/SConscript trunk/csp/tools/googlemaps/__init__.py trunk/csp/tools/googlemaps/cpp/ trunk/csp/tools/googlemaps/cpp/Pixel.cpp trunk/csp/tools/googlemaps/cpp/Pixel.h trunk/csp/tools/googlemaps/cpp/Progress.cpp trunk/csp/tools/googlemaps/cpp/Progress.h trunk/csp/tools/googlemaps/cpp/Projection.cpp trunk/csp/tools/googlemaps/cpp/Projection.h trunk/csp/tools/googlemaps/cpp/TextureImageGenerator.cpp trunk/csp/tools/googlemaps/cpp/TextureImageGenerator.h trunk/csp/tools/googlemaps/geometry.py trunk/csp/tools/googlemaps/googlemaps.i trunk/csp/tools/googlemaps/importer.py trunk/csp/tools/googlemaps/readme.txt trunk/csp/tools/googlemaps/tiles.py Removed Paths: ------------- trunk/csp/cspsim/DemeterTerrain.cpp trunk/csp/cspsim/DemeterTerrain.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nsm...@us...> - 2008-09-10 10:47:21
|
Revision: 2288 http://csp.svn.sourceforge.net/csp/?rev=2288&view=rev Author: nsmoooose Date: 2008-09-10 10:47:18 +0000 (Wed, 10 Sep 2008) Log Message: ----------- Clouding: * Added a SConscript file for the cloud prototype project. * Prototype is now using all the classes that exists within cspsim/weather/clouds. * Moved cloud textures into the data/images/clouds directory. * Removed the old source code for most of the cloud prototype. Googlemaps: * Added svn:ignore to *.pyc files. Modified Paths: -------------- trunk/csp/SConstruct trunk/csp/cspsim/weather/clouds/CloudBox.cpp trunk/csp/tools/cloud_prototype/Program.cpp Added Paths: ----------- trunk/csp/data/images/weather/ trunk/csp/data/images/weather/clouds/ trunk/csp/data/images/weather/clouds/cloud_texture01.png trunk/csp/data/images/weather/clouds/cloud_texture02.png trunk/csp/tools/cloud_prototype/SConscript Removed Paths: ------------- trunk/csp/tools/cloud_prototype/Cloud.cpp trunk/csp/tools/cloud_prototype/Cloud.h trunk/csp/tools/cloud_prototype/CloudBox.cpp trunk/csp/tools/cloud_prototype/CloudBox.h trunk/csp/tools/cloud_prototype/CloudMath.cpp trunk/csp/tools/cloud_prototype/CloudMath.h trunk/csp/tools/cloud_prototype/CloudRegistry.cpp trunk/csp/tools/cloud_prototype/CloudRegistry.h trunk/csp/tools/cloud_prototype/CloudTextureFactory.cpp trunk/csp/tools/cloud_prototype/CloudTextureFactory.h trunk/csp/tools/cloud_prototype/build.sh trunk/csp/tools/cloud_prototype/cloud_prototype.sln trunk/csp/tools/cloud_prototype/cloud_prototype.vcproj trunk/csp/tools/cloud_prototype/cloud_texture01.png trunk/csp/tools/cloud_prototype/cloud_texture02.png trunk/csp/tools/cloud_prototype/visitors/ Property Changed: ---------------- trunk/csp/tools/cloud_prototype/ trunk/csp/tools/googlemaps/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nsm...@us...> - 2008-09-26 08:09:51
|
Revision: 2296 http://csp.svn.sourceforge.net/csp/?rev=2296&view=rev Author: nsmoooose Date: 2008-09-26 08:09:41 +0000 (Fri, 26 Sep 2008) Log Message: ----------- Added a examples directory. This directory contains tiny applications showing off CSP technologies. First off is the Sky. In this example you can see the stars, sky dome, moon and sun. Modified Paths: -------------- trunk/csp/SConstruct trunk/csp/cspsim/VirtualScene.cpp trunk/csp/cspsim/sky/Sky.cpp trunk/csp/cspsim/sky/Sky.h Added Paths: ----------- trunk/csp/examples/ trunk/csp/examples/README trunk/csp/examples/sky/ trunk/csp/examples/sky/Program.cpp trunk/csp/examples/sky/SConscript This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nsm...@us...> - 2008-09-26 11:23:17
|
Revision: 2301 http://csp.svn.sourceforge.net/csp/?rev=2301&view=rev Author: nsmoooose Date: 2008-09-26 11:23:01 +0000 (Fri, 26 Sep 2008) Log Message: ----------- Moved the cloud prototype into the examples directory. Clouding is still experimental and isn't included in the actual csp sim yet. Modified Paths: -------------- trunk/csp/SConstruct trunk/csp/examples/README Added Paths: ----------- trunk/csp/examples/clouds/ trunk/csp/examples/clouds/Program.cpp trunk/csp/examples/clouds/SConscript Removed Paths: ------------- trunk/csp/examples/clouds/Program.cpp trunk/csp/examples/clouds/SConscript 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-09-28 14:19:02
|
Revision: 2302 http://csp.svn.sourceforge.net/csp/?rev=2302&view=rev Author: nsmoooose Date: 2008-09-28 14:18:45 +0000 (Sun, 28 Sep 2008) Log Message: ----------- An example that shows very little of the ObjectModel class purpose. Modified Paths: -------------- trunk/csp/SConstruct trunk/csp/cspsim/ObjectModel.cpp trunk/csp/cspsim/ObjectModel.h Added Paths: ----------- trunk/csp/examples/objectmodel/ trunk/csp/examples/objectmodel/Program.cpp trunk/csp/examples/objectmodel/SConscript This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nsm...@us...> - 2008-10-06 17:12:17
|
Revision: 2304 http://csp.svn.sourceforge.net/csp/?rev=2304&view=rev Author: nsmoooose Date: 2008-10-06 17:07:49 +0000 (Mon, 06 Oct 2008) Log Message: ----------- Initial step to make it possible to load chunklod and demeter terrain engines as: * libdemeter.so on linux and demeter.dll on windows. * libchunklod.so on linux and chunklod.dll on windows. This is useful if we want to load the terrain engine from an example application. Modified Paths: -------------- trunk/csp/bin/sim.py trunk/csp/modules/chunklod/SConscript trunk/csp/modules/demeter/SConscript This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nsm...@us...> - 2008-10-06 17:52:38
|
Revision: 2305 http://csp.svn.sourceforge.net/csp/?rev=2305&view=rev Author: nsmoooose Date: 2008-10-06 17:48:09 +0000 (Mon, 06 Oct 2008) Log Message: ----------- Initial commit of the terrain-demeter example. Modified Paths: -------------- trunk/csp/SConstruct trunk/csp/bin/sim.py trunk/csp/csplib/data/External.cpp trunk/csp/csplib/data/External.h trunk/csp/cspsim/Config.cpp trunk/csp/cspsim/Config.h trunk/csp/cspsim/TerrainObject.h trunk/csp/examples/README trunk/csp/modules/demeter/DemeterTerrain.h Added Paths: ----------- trunk/csp/examples/terrain-demeter/ trunk/csp/examples/terrain-demeter/Program.cpp trunk/csp/examples/terrain-demeter/SConscript This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nsm...@us...> - 2008-10-06 18:54:51
|
Revision: 2306 http://csp.svn.sourceforge.net/csp/?rev=2306&view=rev Author: nsmoooose Date: 2008-10-06 18:50:31 +0000 (Mon, 06 Oct 2008) Log Message: ----------- Some more fixes to make it possible to load the demeter terrain engine into the example application. Modified Paths: -------------- trunk/csp/examples/terrain-demeter/Program.cpp trunk/csp/modules/demeter/DemeterDrawable.h trunk/csp/modules/demeter/DemeterTerrain.h trunk/csp/modules/demeter/SConscript trunk/csp/modules/demeter/Terrain.h trunk/csp/modules/demeter/TerrainFileTextureFactory.h trunk/csp/modules/demeter/TerrainTextureFactory.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nsm...@us...> - 2008-10-07 18:57:56
|
Revision: 2307 http://csp.svn.sourceforge.net/csp/?rev=2307&view=rev Author: nsmoooose Date: 2008-10-07 18:57:33 +0000 (Tue, 07 Oct 2008) Log Message: ----------- Added missing file from my last commit. Made DemeterException inherit from std::exception. Modified Paths: -------------- trunk/csp/cspsim/CSPSim.cpp trunk/csp/cspsim/Exception.cpp trunk/csp/examples/terrain-demeter/Program.cpp trunk/csp/modules/demeter/DemeterDrawable.cpp trunk/csp/modules/demeter/DemeterDrawable.h trunk/csp/modules/demeter/DemeterException.h trunk/csp/modules/demeter/Terrain.cpp trunk/csp/modules/demeter/Terrain.h trunk/csp/modules/demeter/TerrainFileTextureFactory.cpp trunk/csp/modules/demeter/TerrainTextureFactory.cpp Added Paths: ----------- trunk/csp/modules/demeter/Export.h 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...> - 2009-04-29 16:03:13
|
Revision: 2348 http://csp.svn.sourceforge.net/csp/?rev=2348&view=rev Author: nsmoooose Date: 2009-04-29 16:02:57 +0000 (Wed, 29 Apr 2009) Log Message: ----------- Merged the osg_2.6_vs2008 branch to trunk. Modified Paths: -------------- trunk/csp/SConstruct trunk/csp/bin/sim.ini trunk/csp/bin/sim.py trunk/csp/csplib/data/InterfaceProxy.h trunk/csp/csplib/data/Matrix3.h trunk/csp/csplib/data/Quat.h trunk/csp/csplib/data/Vector3.h trunk/csp/csplib/data/test/test_Quat.cpp trunk/csp/csplib/data/test/test_Vector3.cpp trunk/csp/csplib/util/Math.h trunk/csp/csplib/util/Modules.cpp trunk/csp/csplib/util/StringTools.cpp trunk/csp/csplib/util/StringTools.h trunk/csp/csplib/util/Testing.h trunk/csp/cspsim/AircraftObject.h trunk/csp/cspsim/Animation.cpp trunk/csp/cspsim/Animation.h trunk/csp/cspsim/BaseScreen.cpp trunk/csp/cspsim/BaseScreen.h trunk/csp/cspsim/CSPSim.cpp trunk/csp/cspsim/CSPSim.h trunk/csp/cspsim/ChannelMirror.h trunk/csp/cspsim/ChunkLodTerrain.h trunk/csp/cspsim/CockpitInterface.cpp trunk/csp/cspsim/CockpitInterface.h trunk/csp/cspsim/DoubleChannelMirror.cpp trunk/csp/cspsim/DynamicObject.cpp trunk/csp/cspsim/DynamicObject.h trunk/csp/cspsim/FlightControlSystem.cpp 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/System.h trunk/csp/cspsim/SystemsModel.cpp trunk/csp/cspsim/SystemsModel.h trunk/csp/cspsim/VirtualScene.cpp trunk/csp/cspsim/VirtualScene.h trunk/csp/cspsim/cspsim.i trunk/csp/cspsim/f16/F16INS.cpp trunk/csp/cspsim/f16/F16System.cpp trunk/csp/cspsim/f16/FLCS.cpp trunk/csp/cspsim/f16/FuelSystem.cpp trunk/csp/cspsim/f16/MultiFunctionDisplay.cpp trunk/csp/cspsim/f16/SpecialFonts.cpp trunk/csp/cspsim/f16/SpecialFonts.h trunk/csp/cspsim/f16/UpFrontControls.cpp trunk/csp/cspsim/hud/DisplayTools.cpp trunk/csp/cspsim/sky/Colorspace.cpp trunk/csp/cspsim/sky/SkyShader.cpp trunk/csp/cspsim/sound/Sample.cpp trunk/csp/cspsim/sound/SoundEngine.cpp trunk/csp/cspsim/swig/CSPSim.i trunk/csp/cspsim/swig/Screens.i trunk/csp/cspsim/systems/AircraftInputSystem.cpp trunk/csp/cspsim/systems/AircraftInputSystem.h trunk/csp/cspsim/test/test_PhysicsModel.cpp trunk/csp/cspwf/ControlGeometryBuilder.cpp trunk/csp/cspwf/ResourceLocator.cpp trunk/csp/cspwf/ResourceLocator.h trunk/csp/cspwf/SConscript trunk/csp/cspwf/Serialization.cpp trunk/csp/cspwf/Serialization.h trunk/csp/cspwf/Style.h trunk/csp/cspwf/WindowManager.cpp trunk/csp/cspwf/WindowManager.h trunk/csp/cspwf/WindowManagerViewer.cpp trunk/csp/cspwf/WindowManagerViewer.h trunk/csp/cspwf/cspwf.i trunk/csp/data/ui/scripts/gamescreenmanager.py trunk/csp/data/ui/scripts/startup.py trunk/csp/data/ui/scripts/windows/mainmenu.py trunk/csp/data/ui/tutorials/takeoff/takeoff.py trunk/csp/examples/README trunk/csp/examples/wf-window/Program.cpp trunk/csp/modules/chunklod/SConscript trunk/csp/modules/demeter/SConscript trunk/csp/modules/demeter/Terrain.h trunk/csp/tools/build/libconf.py trunk/csp/tools/layout2/layout.py trunk/csp/tools/layout2/scripts/ui/controls/DocumentNotebook.py Added Paths: ----------- trunk/csp/bin/sim2.py trunk/csp/cspsim/CSPViewer.cpp trunk/csp/cspsim/CSPViewer.h trunk/csp/cspsim/FlightControlSystem.h trunk/csp/cspsim/RegisterObjectInterfaces.cpp trunk/csp/cspsim/RegisterObjectInterfaces.h trunk/csp/cspsim/SDLViewer.cpp trunk/csp/cspsim/SDLViewer.h trunk/csp/cspsim/ScreenInfoNode.cpp trunk/csp/cspsim/ScreenInfoNode.h trunk/csp/cspsim/f16/F16INS.h trunk/csp/cspsim/f16/FLCS.h trunk/csp/cspsim/f16/FuelSystem.h trunk/csp/cspsim/f16/RegisterF16Objects.cpp trunk/csp/cspsim/f16/RegisterF16Objects.h trunk/csp/cspsim/input/ trunk/csp/cspsim/input/EventMapIndex.cpp trunk/csp/cspsim/input/EventMapIndex.h trunk/csp/cspsim/input/EventMapping.cpp trunk/csp/cspsim/input/EventMapping.h trunk/csp/cspsim/input/HID.cpp trunk/csp/cspsim/input/HID.h trunk/csp/cspsim/input/InputEvent.cpp trunk/csp/cspsim/input/InputEvent.h trunk/csp/cspsim/input/InputEventChannel.h trunk/csp/cspsim/input/InputInterface.cpp trunk/csp/cspsim/input/InputInterface.h trunk/csp/cspsim/input/InputInterfaceWfAdapter.cpp trunk/csp/cspsim/input/InputInterfaceWfAdapter.h trunk/csp/cspsim/input/MapEvent.h trunk/csp/cspsim/swig/CSPViewer.i trunk/csp/cspwf/WindowManagerEventHandler.cpp trunk/csp/cspwf/WindowManagerEventHandler.h trunk/csp/cspwf/WindowManagerViewerNode.cpp trunk/csp/cspwf/WindowManagerViewerNode.h trunk/csp/examples/sdl-viewer/ trunk/csp/examples/sdl-viewer/Program.cpp trunk/csp/examples/sdl-viewer/SConscript trunk/csp/examples/sdl-viewer/SDLViewer.cpp trunk/csp/examples/sdl-viewer/SDLViewer.h trunk/csp/examples/sdl-viewer/SkyGroup.cpp trunk/csp/examples/sdl-viewer/SkyGroup.h trunk/csp/examples/sdl-viewer/readme trunk/csp/examples/sdl-viewer/sdl-viewer.ini trunk/csp/examples/wf-python/ trunk/csp/examples/wf-python/hello_world.xml trunk/csp/examples/wf-python/wf-python.py trunk/csp/modules/chunklod/Module.cpp trunk/csp/modules/demeter/Module.cpp Removed Paths: ------------- trunk/csp/cspsim/EventMapIndex.cpp trunk/csp/cspsim/EventMapIndex.h trunk/csp/cspsim/EventMapping.cpp trunk/csp/cspsim/EventMapping.h trunk/csp/cspsim/HID.cpp trunk/csp/cspsim/HID.h trunk/csp/cspsim/InputEvent.cpp trunk/csp/cspsim/InputEvent.h trunk/csp/cspsim/InputEventChannel.h trunk/csp/cspsim/InputInterface.cpp trunk/csp/cspsim/InputInterface.h trunk/csp/cspsim/InputInterfaceWfAdapter.cpp trunk/csp/cspsim/InputInterfaceWfAdapter.h trunk/csp/cspsim/MapEvent.h trunk/csp/cspsim/input/EventMapIndex.cpp trunk/csp/cspsim/input/EventMapIndex.h trunk/csp/cspsim/input/EventMapping.cpp trunk/csp/cspsim/input/EventMapping.h trunk/csp/cspsim/input/HID.cpp trunk/csp/cspsim/input/HID.h trunk/csp/cspsim/input/InputEvent.cpp trunk/csp/cspsim/input/InputEvent.h trunk/csp/cspsim/input/InputEventChannel.h trunk/csp/cspsim/input/InputInterface.cpp trunk/csp/cspsim/input/InputInterface.h trunk/csp/cspsim/input/InputInterfaceWfAdapter.cpp trunk/csp/cspsim/input/InputInterfaceWfAdapter.h trunk/csp/cspsim/input/MapEvent.h trunk/csp/examples/sdl-viewer/Program.cpp trunk/csp/examples/sdl-viewer/SConscript trunk/csp/examples/sdl-viewer/SDLViewer.cpp trunk/csp/examples/sdl-viewer/SDLViewer.h trunk/csp/examples/sdl-viewer/SkyGroup.cpp trunk/csp/examples/sdl-viewer/SkyGroup.h trunk/csp/examples/sdl-viewer/readme trunk/csp/examples/sdl-viewer/sdl-viewer.ini trunk/csp/examples/wf-python/hello_world.xml trunk/csp/examples/wf-python/wf-python.py Property Changed: ---------------- trunk/csp/ trunk/csp/examples/ trunk/csp/examples/clouds/ trunk/csp/examples/objectmodel/ trunk/csp/examples/sky/ trunk/csp/examples/terrain-demeter/ trunk/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...> - 2009-05-07 20:05:08
|
Revision: 2349 http://csp.svn.sourceforge.net/csp/?rev=2349&view=rev Author: nsmoooose Date: 2009-05-07 20:04:17 +0000 (Thu, 07 May 2009) Log Message: ----------- Removed WindowManagerSceneView since it is no longer in use. Modified Paths: -------------- 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 Removed Paths: ------------- trunk/csp/cspwf/WindowManagerSceneView.cpp trunk/csp/cspwf/WindowManagerSceneView.h Property Changed: ---------------- trunk/csp/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <min...@us...> - 2009-05-09 15:51:46
|
Revision: 2354 http://csp.svn.sourceforge.net/csp/?rev=2354&view=rev Author: minaultm Date: 2009-05-09 15:51:30 +0000 (Sat, 09 May 2009) Log Message: ----------- Added a default constructor to csp::callback to avoid the use of the keyword "this" in the member initializer list of constructors. Modified Paths: -------------- trunk/csp/csplib/util/Callback.h trunk/csp/cspsim/GameScreen.cpp trunk/csp/cspsim/f16/F16GearDynamics.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:40:28
|
Revision: 2358 http://csp.svn.sourceforge.net/csp/?rev=2358&view=rev Author: minaultm Date: 2009-05-13 19:40:14 +0000 (Wed, 13 May 2009) Log Message: ----------- Added a new example to test the handling of SDL joystick events within an osg::viewer native Windows Modified Paths: -------------- trunk/csp/SConstruct Added Paths: ----------- trunk/csp/examples/__init__.py trunk/csp/examples/osgviewer_sdlinput/ trunk/csp/examples/osgviewer_sdlinput/SConscript trunk/csp/examples/osgviewer_sdlinput/__init__.py trunk/csp/examples/osgviewer_sdlinput/main.cpp trunk/csp/examples/osgviewer_sdlinput/main.h trunk/csp/examples/osgviewer_sdlinput/main.py trunk/csp/examples/osgviewer_sdlinput/osgviewer_sdlinput.i trunk/csp/examples/osgviewer_sdlinput/readme.txt This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nsm...@us...> - 2009-05-21 15:48:29
|
Revision: 2362 http://csp.svn.sourceforge.net/csp/?rev=2362&view=rev Author: nsmoooose Date: 2009-05-21 15:48:02 +0000 (Thu, 21 May 2009) Log Message: ----------- Fixed linux compiler errors. Modified Paths: -------------- trunk/csp/cspsim/VirtualScene.cpp trunk/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: <min...@us...> - 2009-05-21 17:15:49
|
Revision: 2364 http://csp.svn.sourceforge.net/csp/?rev=2364&view=rev Author: minaultm Date: 2009-05-21 17:15:30 +0000 (Thu, 21 May 2009) Log Message: ----------- Fixed scons rules to build Python modules compatibles with Python versions higher than 2.4. (Under Windows, the modules are now generated with .pyd rather than .dll) Added the option to build in full debug under Windows. Allow CSP to be linked with a debug build of Python. Modified Paths: -------------- trunk/csp/SConstruct trunk/csp/csplib/SConscript trunk/csp/cspsim/CSPSim.cpp trunk/csp/cspsim/SConscript trunk/csp/cspwf/SConscript trunk/csp/examples/osgviewer_sdlinput/SConscript trunk/csp/tools/build/__init__.py trunk/csp/tools/build/rules.py trunk/csp/tools/googlemaps/SConscript trunk/csp/tools/layout/SConscript trunk/csp/tools/layout/View.cpp trunk/csp/tools/layout2/SConscript This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <min...@us...> - 2009-05-21 21:00:55
|
Revision: 2365 http://csp.svn.sourceforge.net/csp/?rev=2365&view=rev Author: minaultm Date: 2009-05-21 20:59:58 +0000 (Thu, 21 May 2009) Log Message: ----------- Fixed a crash when returning to the main menu. Modified Paths: -------------- trunk/csp/cspsim/GameScreen.cpp trunk/csp/cspsim/VirtualScene.cpp trunk/csp/cspsim/VirtualScene.h trunk/csp/data/ui/scripts/windows/quitresume.py 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:44:18
|
Revision: 2368 http://csp.svn.sourceforge.net/csp/?rev=2368&view=rev Author: nsmoooose Date: 2009-05-24 19:44:10 +0000 (Sun, 24 May 2009) Log Message: ----------- Added first example that is showing csp::wf event handling in C++. Modified Paths: -------------- trunk/csp/SConstruct Added Paths: ----------- trunk/csp/examples/wf-signals/ trunk/csp/examples/wf-signals/Program.cpp trunk/csp/examples/wf-signals/SConscript 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:44:54
|
Revision: 2369 http://csp.svn.sourceforge.net/csp/?rev=2369&view=rev Author: nsmoooose Date: 2009-05-24 19:44:39 +0000 (Sun, 24 May 2009) Log Message: ----------- Added the following signals on csp::wf::Control base class: * MouseMove * MouseDown * MouseUp Modified Paths: -------------- trunk/csp/cspsim/GameScreen.cpp trunk/csp/cspsim/MenuScreen.cpp trunk/csp/cspwf/Control.cpp trunk/csp/cspwf/Control.h trunk/csp/cspwf/WindowManager.cpp trunk/csp/cspwf/WindowManager.h trunk/csp/cspwf/WindowManagerEventHandler.cpp trunk/csp/cspwf/WindowManagerEventHandler.h trunk/csp/examples/wf-signals/Program.cpp 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:45:02
|
Revision: 2370 http://csp.svn.sourceforge.net/csp/?rev=2370&view=rev Author: nsmoooose Date: 2009-05-24 19:45:00 +0000 (Sun, 24 May 2009) Log Message: ----------- Added a generic eventhandler that allow you to move any csp::wf::Control by capturing mouse down, move and up events. Modified Paths: -------------- trunk/csp/cspwf/Control.h trunk/csp/cspwf/SConscript trunk/csp/examples/wf-signals/Program.cpp Added Paths: ----------- trunk/csp/cspwf/ControlMoveEventHandler.cpp trunk/csp/cspwf/ControlMoveEventHandler.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:45:26
|
Revision: 2371 http://csp.svn.sourceforge.net/csp/?rev=2371&view=rev Author: nsmoooose Date: 2009-05-24 19:45:18 +0000 (Sun, 24 May 2009) Log Message: ----------- Added python bindings for the ControlMoveEventHandler class. Also made the event handler class trackable from sigc++. Modified Paths: -------------- trunk/csp/cspwf/ControlMoveEventHandler.h trunk/csp/cspwf/cspwf.i trunk/csp/examples/wf-signals/Program.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |