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...> - 2008-08-29 11:25:51
|
Revision: 2282 http://csp.svn.sourceforge.net/csp/?rev=2282&view=rev Author: nsmoooose Date: 2008-08-29 11:25:47 +0000 (Fri, 29 Aug 2008) Log Message: ----------- Added save and save all commands to the user interface. Modified Paths: -------------- trunk/csp/tools/layout2/scripts/document/Document.py trunk/csp/tools/layout2/scripts/ui/MainFrame.py trunk/csp/tools/layout2/scripts/ui/commands/OpenSelectedFileCommand.py Added Paths: ----------- trunk/csp/tools/layout2/scripts/ui/commands/CreateModelXmlFileCommand.py trunk/csp/tools/layout2/scripts/ui/commands/SaveAllDocumentsCommand.py trunk/csp/tools/layout2/scripts/ui/commands/SaveCurrentDocumentCommand.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nsm...@us...> - 2008-08-28 13:19:30
|
Revision: 2281 http://csp.svn.sourceforge.net/csp/?rev=2281&view=rev Author: nsmoooose Date: 2008-08-28 13:19:28 +0000 (Thu, 28 Aug 2008) Log Message: ----------- Added the chunklod demo from unrefactored part of our subversion tree. Modified Paths: -------------- trunk/csp/tools/chunkdemo_prototype/Makefile trunk/csp/tools/chunkdemo_prototype/engine/tqt.h trunk/csp/tools/chunkdemo_prototype/engine/utility.h Added Paths: ----------- trunk/csp/tools/chunkdemo_prototype/ Removed Paths: ------------- trunk/csp/tools/chunkdemo_prototype/decimate_texture/ trunk/csp/tools/chunkdemo_prototype/engine/engine.sln trunk/csp/tools/chunkdemo_prototype/engine/engine.vcproj trunk/csp/tools/chunkdemo_prototype/heightfield_chunker/ trunk/csp/tools/chunkdemo_prototype/heightfield_shader/ trunk/csp/tools/chunkdemo_prototype/makebt/ trunk/csp/tools/chunkdemo_prototype/maketqt/ trunk/csp/tools/chunkdemo_prototype/merge-ppm/ trunk/csp/tools/chunkdemo_prototype/shader2/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nsm...@us...> - 2008-08-27 13:35:33
|
Revision: 2280 http://csp.svn.sourceforge.net/csp/?rev=2280&view=rev Author: nsmoooose Date: 2008-08-27 13:35:27 +0000 (Wed, 27 Aug 2008) Log Message: ----------- The gui is now tracking the current document correctly when changing tab in the notebook. Modified Paths: -------------- trunk/csp/tools/layout2/scripts/document/DocumentRegistry.py trunk/csp/tools/layout2/scripts/ui/commands/OpenCustomLayoutModelFileCommand.py trunk/csp/tools/layout2/scripts/ui/commands/OpenImageFileCommand.py trunk/csp/tools/layout2/scripts/ui/commands/OpenOsgModelFileCommand.py trunk/csp/tools/layout2/scripts/ui/controls/DocumentNotebook.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nsm...@us...> - 2008-08-27 12:59:05
|
Revision: 2279 http://csp.svn.sourceforge.net/csp/?rev=2279&view=rev Author: nsmoooose Date: 2008-08-27 12:59:02 +0000 (Wed, 27 Aug 2008) Log Message: ----------- Added the executable attribute to this python file. Property Changed: ---------------- trunk/csp/tools/layout2/layout.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nsm...@us...> - 2008-08-27 12:22:29
|
Revision: 2278 http://csp.svn.sourceforge.net/csp/?rev=2278&view=rev Author: nsmoooose Date: 2008-08-27 12:22:24 +0000 (Wed, 27 Aug 2008) Log Message: ----------- Implemented zoom in and zoom out commands. Workaround for locale when using non english operating system. Seems that open scene graph cannot load .osg files bequase of different decimal point settings. Modified Paths: -------------- trunk/csp/tools/layout2/cpp/OsgGraphicsWindow.cpp trunk/csp/tools/layout2/cpp/OsgGraphicsWindow.h trunk/csp/tools/layout2/scripts/ui/LayoutApplication.py trunk/csp/tools/layout2/scripts/ui/MainFrame.py trunk/csp/tools/layout2/scripts/ui/commands/ZoomInCommand.py trunk/csp/tools/layout2/scripts/ui/commands/ZoomOutCommand.py trunk/csp/tools/layout2/scripts/ui/controls/DocumentNotebook.py trunk/csp/tools/layout2/scripts/ui/controls/GraphicsWindow.py trunk/csp/tools/layout2/scripts/ui/controls/SceneWindow.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nsm...@us...> - 2008-08-27 10:15:22
|
Revision: 2277 http://csp.svn.sourceforge.net/csp/?rev=2277&view=rev Author: nsmoooose Date: 2008-08-27 10:15:12 +0000 (Wed, 27 Aug 2008) Log Message: ----------- Added needed commands for panning and zooming in layout editor. Svg and png files for the commands is also here. The commands aren't implemented yet. Modified Paths: -------------- trunk/csp/tools/layout2/scripts/ui/CommandControlFactory.py trunk/csp/tools/layout2/scripts/ui/MainFrame.py trunk/csp/tools/layout2/scripts/ui/commands/OpenOsgModelFileCommand.py Added Paths: ----------- trunk/csp/tools/layout2/images/arrow-down.png trunk/csp/tools/layout2/images/arrow-down.svg trunk/csp/tools/layout2/images/arrow-left.png trunk/csp/tools/layout2/images/arrow-left.svg trunk/csp/tools/layout2/images/arrow-right.png trunk/csp/tools/layout2/images/arrow-right.svg trunk/csp/tools/layout2/images/arrow-up.png trunk/csp/tools/layout2/images/arrow-up.svg trunk/csp/tools/layout2/images/zoom-in.png trunk/csp/tools/layout2/images/zoom-in.svg trunk/csp/tools/layout2/images/zoom-out.png trunk/csp/tools/layout2/images/zoom-out.svg trunk/csp/tools/layout2/scripts/ui/commands/PanDownCommand.py trunk/csp/tools/layout2/scripts/ui/commands/PanLeftCommand.py trunk/csp/tools/layout2/scripts/ui/commands/PanRightCommand.py trunk/csp/tools/layout2/scripts/ui/commands/PanUpCommand.py trunk/csp/tools/layout2/scripts/ui/commands/ZoomInCommand.py trunk/csp/tools/layout2/scripts/ui/commands/ZoomOutCommand.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nsm...@us...> - 2008-08-23 19:51:20
|
Revision: 2276 http://csp.svn.sourceforge.net/csp/?rev=2276&view=rev Author: nsmoooose Date: 2008-08-23 19:51:17 +0000 (Sat, 23 Aug 2008) Log Message: ----------- Added initial support for preview of osg model files in layout tool. There is still a lot of odd behaviour in linux to troubleshoot. Modified Paths: -------------- trunk/csp/tools/layout2/SConscript trunk/csp/tools/layout2/cpp/OsgGraphicsWindow.cpp trunk/csp/tools/layout2/cpp/OsgGraphicsWindow.h trunk/csp/tools/layout2/layout.i trunk/csp/tools/layout2/scripts/document/ModelDocument.py trunk/csp/tools/layout2/scripts/ui/LayoutApplication.py trunk/csp/tools/layout2/scripts/ui/commands/OpenOsgModelFileCommand.py trunk/csp/tools/layout2/scripts/ui/controls/DocumentNotebook.py trunk/csp/tools/layout2/scripts/ui/controls/ProjectTree.py trunk/csp/tools/layout2/scripts/ui/controls/SceneWindow.py Added Paths: ----------- trunk/csp/tools/layout2/cpp/OsgModelWindow.cpp trunk/csp/tools/layout2/cpp/OsgModelWindow.h trunk/csp/tools/layout2/cpp/OsgSceneWindow.cpp trunk/csp/tools/layout2/cpp/OsgSceneWindow.h trunk/csp/tools/layout2/scripts/ui/controls/GraphicsWindow.py trunk/csp/tools/layout2/scripts/ui/controls/ModelWindow.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nsm...@us...> - 2008-08-10 11:55:52
|
Revision: 2275 http://csp.svn.sourceforge.net/csp/?rev=2275&view=rev Author: nsmoooose Date: 2008-08-10 11:55:50 +0000 (Sun, 10 Aug 2008) Log Message: ----------- Made some more parseXML methods independent on current locale. Modified Paths: -------------- trunk/csp/csplib/SConscript trunk/csp/csplib/data/GeoPos.cpp trunk/csp/csplib/data/Real.cpp trunk/csp/csplib/data/test/test_Vector3.cpp trunk/csp/csplib/util/StringTools.cpp Added Paths: ----------- trunk/csp/csplib/data/test/test_GeoPos.cpp trunk/csp/csplib/data/test/test_Real.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nsm...@us...> - 2008-08-08 05:49:26
|
Revision: 2274 http://csp.svn.sourceforge.net/csp/?rev=2274&view=rev Author: nsmoooose Date: 2008-08-08 05:49:21 +0000 (Fri, 08 Aug 2008) Log Message: ----------- Added exception specifications to parseXML methods. This will force swig to generate try catch statements around those methods. Made Quat::parseXML method independent of current locale set. Modified Paths: -------------- trunk/csp/csplib/data/Date.cpp trunk/csp/csplib/data/Date.h trunk/csp/csplib/data/GeoPos.cpp trunk/csp/csplib/data/GeoPos.h trunk/csp/csplib/data/Matrix3.cpp trunk/csp/csplib/data/Matrix3.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/Vector3.cpp trunk/csp/csplib/data/Vector3.h trunk/csp/csplib/data/test/test_Quat.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nsm...@us...> - 2008-08-05 08:19:38
|
Revision: 2273 http://csp.svn.sourceforge.net/csp/?rev=2273&view=rev Author: nsmoooose Date: 2008-08-05 08:19:34 +0000 (Tue, 05 Aug 2008) Log Message: ----------- Layout editor fixes: * removed print statements used for debugging. * loaded document will always get focus in the document notebook. Modified Paths: -------------- trunk/csp/tools/layout2/scripts/ui/commands/OpenSelectedFileCommand.py trunk/csp/tools/layout2/scripts/ui/controls/DocumentNotebook.py trunk/csp/tools/layout2/scripts/ui/controls/ProjectTree.py trunk/csp/tools/layout2/scripts/ui/controls/SceneWindow.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nsm...@us...> - 2008-08-03 06:03:09
|
Revision: 2272 http://csp.svn.sourceforge.net/csp/?rev=2272&view=rev Author: nsmoooose Date: 2008-08-03 06:03:08 +0000 (Sun, 03 Aug 2008) Log Message: ----------- Made it possible to display images within the layout editor. Modified Paths: -------------- trunk/csp/tools/layout2/scripts/document/SceneDocument.py trunk/csp/tools/layout2/scripts/ui/commands/FileCommandRegistry.py trunk/csp/tools/layout2/scripts/ui/controls/DocumentNotebook.py Added Paths: ----------- trunk/csp/tools/layout2/scripts/document/ImageDocument.py trunk/csp/tools/layout2/scripts/document/ModelDocument.py trunk/csp/tools/layout2/scripts/ui/commands/OpenImageFileCommand.py trunk/csp/tools/layout2/scripts/ui/commands/OpenOsgModelFileCommand.py trunk/csp/tools/layout2/scripts/ui/controls/ImageWindow.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nsm...@us...> - 2008-08-02 21:04:31
|
Revision: 2271 http://csp.svn.sourceforge.net/csp/?rev=2271&view=rev Author: nsmoooose Date: 2008-08-02 21:04:25 +0000 (Sat, 02 Aug 2008) Log Message: ----------- Moved source code from header file into its own cpp file (Archive.cpp). Modified Paths: -------------- trunk/csp/csplib/SConscript trunk/csp/csplib/data/Archive.h trunk/csp/csplib/data/Object.cpp trunk/csp/csplib/data/Object.h Added Paths: ----------- trunk/csp/csplib/data/Archive.cpp 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: <nsm...@us...> - 2008-07-25 12:33:20
|
Revision: 2269 http://csp.svn.sourceforge.net/csp/?rev=2269&view=rev Author: nsmoooose Date: 2008-07-25 12:33:17 +0000 (Fri, 25 Jul 2008) Log Message: ----------- Small fixes to make doxygen documentation look better. Modified Paths: -------------- trunk/csp/csplib/thread/Thread.h trunk/csp/csplib/xml/XmlParser.cpp trunk/csp/csplib/xml/XmlParser.h 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-20 08:08:01
|
Revision: 2267 http://csp.svn.sourceforge.net/csp/?rev=2267&view=rev Author: nsmoooose Date: 2008-07-20 08:07:39 +0000 (Sun, 20 Jul 2008) Log Message: ----------- Renamed buildGeometry method into performLayout. Modified Paths: -------------- 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/Control.cpp trunk/csp/cspwf/Control.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/SingleControlContainer.cpp trunk/csp/cspwf/SingleControlContainer.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/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-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-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-07 18:16:32
|
Revision: 2264 http://csp.svn.sourceforge.net/csp/?rev=2264&view=rev Author: nsmoooose Date: 2008-07-07 11:16:17 -0700 (Mon, 07 Jul 2008) Log Message: ----------- Fixed build warnings with gcc 4.3.0 Modified Paths: -------------- 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: <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. |
From: <nsm...@us...> - 2008-07-06 10:13:53
|
Revision: 2262 http://csp.svn.sourceforge.net/csp/?rev=2262&view=rev Author: nsmoooose Date: 2008-07-06 03:13:42 -0700 (Sun, 06 Jul 2008) Log Message: ----------- Moved all classes below cspsim/hud into csp::hud namespace which makes it easier to find documentation for them in doxygen. Modified Paths: -------------- trunk/csp/cspsim/Animation.cpp trunk/csp/cspsim/DynamicObject.h trunk/csp/cspsim/SceneModel.cpp trunk/csp/cspsim/SceneModel.h trunk/csp/cspsim/f16/DataEntryDisplay.cpp trunk/csp/cspsim/f16/DataEntryDisplay.h trunk/csp/cspsim/f16/F16HUD.cpp trunk/csp/cspsim/f16/F16HUD.h trunk/csp/cspsim/f16/MultiFunctionDisplay.cpp trunk/csp/cspsim/f16/MultiFunctionDisplay.h trunk/csp/cspsim/f16/StoresManagementPages.cpp trunk/csp/cspsim/hud/Display.cpp trunk/csp/cspsim/hud/Display.h trunk/csp/cspsim/hud/DisplayTools.cpp trunk/csp/cspsim/hud/DisplayTools.h trunk/csp/cspsim/hud/HUD.cpp trunk/csp/cspsim/hud/HUD.h trunk/csp/cspsim/hud/PitchLadder.cpp trunk/csp/cspsim/hud/PitchLadder.h trunk/csp/cspsim/hud/Tape.cpp trunk/csp/cspsim/hud/Tape.h trunk/csp/cspsim/hud/Text.cpp trunk/csp/cspsim/hud/Text.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nsm...@us...> - 2008-07-04 07:22:27
|
Revision: 2261 http://csp.svn.sourceforge.net/csp/?rev=2261&view=rev Author: nsmoooose Date: 2008-07-04 00:22:08 -0700 (Fri, 04 Jul 2008) Log Message: ----------- Added ai namespace to source code to make the directory structure match. It is also easier to find all ai classes within doxygen documentation. Modified Paths: -------------- trunk/csp/cspsim/ai/AircraftAgent.cpp trunk/csp/cspsim/ai/AircraftAgent.h trunk/csp/cspsim/ai/AircraftControl.cpp trunk/csp/cspsim/ai/AircraftControl.h trunk/csp/cspsim/ai/AircraftMission.cpp trunk/csp/cspsim/ai/AircraftMission.h trunk/csp/cspsim/ai/AircraftTask.cpp trunk/csp/cspsim/ai/AircraftTask.h trunk/csp/cspsim/ai/DiveRecovery.cpp trunk/csp/cspsim/ai/DiveRecovery.h trunk/csp/cspsim/ai/LandingTask.cpp trunk/csp/cspsim/ai/LandingTask.h trunk/csp/cspsim/ai/PID.h trunk/csp/cspsim/ai/Runway.h trunk/csp/cspsim/ai/StateMachine.cpp trunk/csp/cspsim/ai/StateMachine.h trunk/csp/cspsim/ai/TakeoffTask.cpp trunk/csp/cspsim/ai/TakeoffTask.h trunk/csp/cspsim/ai/Task.cpp trunk/csp/cspsim/ai/Task.h trunk/csp/cspsim/ai/Task.inl trunk/csp/cspsim/ai/Waypoint.h 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-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-02 17:09:22
|
Revision: 2258 http://csp.svn.sourceforge.net/csp/?rev=2258&view=rev Author: nsmoooose Date: 2008-07-02 10:08:38 -0700 (Wed, 02 Jul 2008) Log Message: ----------- Deleted this branch since it has been merged to the trunk. Removed Paths: ------------- branches/wf_as_shared_lib/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |