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-11-03 19:29:31
|
Revision: 2308 http://csp.svn.sourceforge.net/csp/?rev=2308&view=rev Author: nsmoooose Date: 2008-11-03 19:13:35 +0000 (Mon, 03 Nov 2008) Log Message: ----------- Fixed compiler error using gcc. Modified Paths: -------------- trunk/csp/modules/demeter/DemeterException.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-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-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 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-01 12:21:57
|
Revision: 2303 http://csp.svn.sourceforge.net/csp/?rev=2303&view=rev Author: nsmoooose Date: 2008-10-01 12:21:36 +0000 (Wed, 01 Oct 2008) Log Message: ----------- A branch for some bug fixing. Modified Paths: -------------- branches/bug_fixes/csp/cspwf/Rectangle.h Added Paths: ----------- branches/bug_fixes/ 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-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-26 11:18:14
|
Revision: 2300 http://csp.svn.sourceforge.net/csp/?rev=2300&view=rev Author: nsmoooose Date: 2008-09-26 11:18:03 +0000 (Fri, 26 Sep 2008) Log Message: ----------- Added exports of cloud classes to make it compile in windows. Modified Paths: -------------- trunk/csp/cspsim/weather/clouds/Cloud.h trunk/csp/cspsim/weather/clouds/CloudBox.h trunk/csp/cspsim/weather/clouds/CloudMath.h trunk/csp/cspsim/weather/clouds/CloudRegistry.h trunk/csp/cspsim/weather/clouds/CloudTextureFactory.h trunk/csp/cspsim/weather/clouds/CloudUtils.h 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:05:48
|
Revision: 2299 http://csp.svn.sourceforge.net/csp/?rev=2299&view=rev Author: nsmoooose Date: 2008-09-26 11:05:38 +0000 (Fri, 26 Sep 2008) Log Message: ----------- Fix to be able to run layout2 application on windows. Modified Paths: -------------- trunk/csp/tools/layout2/scripts/ui/LayoutApplication.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nsm...@us...> - 2008-09-26 10:52:15
|
Revision: 2298 http://csp.svn.sourceforge.net/csp/?rev=2298&view=rev Author: nsmoooose Date: 2008-09-26 10:51:58 +0000 (Fri, 26 Sep 2008) Log Message: ----------- Exporting sky classes in order to be able to use them from the examples/sky project in windows. Modified Paths: -------------- trunk/csp/cspsim/sky/Magnitude.h trunk/csp/cspsim/sky/OrbitalBody.h trunk/csp/cspsim/sky/OrbitalBodyImposter.h trunk/csp/cspsim/sky/OrbitalBodyModel.h trunk/csp/cspsim/sky/PhaseShader.h trunk/csp/cspsim/sky/Sky.h trunk/csp/cspsim/sky/SkyDome.h trunk/csp/cspsim/sky/SkyShader.h trunk/csp/cspsim/sky/SolarSystem.h trunk/csp/cspsim/sky/StarDome.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nsm...@us...> - 2008-09-26 10:15:09
|
Revision: 2297 http://csp.svn.sourceforge.net/csp/?rev=2297&view=rev Author: nsmoooose Date: 2008-09-26 10:14:52 +0000 (Fri, 26 Sep 2008) Log Message: ----------- Compilation fix for windows and latest devpack release. Modified Paths: -------------- branches/osg_2.6_vs2008/csp/SConstruct 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-25 09:42:27
|
Revision: 2295 http://csp.svn.sourceforge.net/csp/?rev=2295&view=rev Author: nsmoooose Date: 2008-09-25 09:42:18 +0000 (Thu, 25 Sep 2008) Log Message: ----------- Applied Hans J Micheelsen patch to SpecialFonts.cpp Adjusted the required version of open scene graph. Fixed some compiler warnings. Modified Paths: -------------- branches/osg_2.6_vs2008/csp/SConstruct branches/osg_2.6_vs2008/csp/cspsim/RegisterObjectInterfaces.cpp branches/osg_2.6_vs2008/csp/cspsim/f16/SpecialFonts.cpp branches/osg_2.6_vs2008/csp/modules/chunklod/Module.cpp branches/osg_2.6_vs2008/csp/modules/demeter/Module.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nsm...@us...> - 2008-09-24 11:18:49
|
Revision: 2294 http://csp.svn.sourceforge.net/csp/?rev=2294&view=rev Author: nsmoooose Date: 2008-09-24 11:18:36 +0000 (Wed, 24 Sep 2008) Log Message: ----------- Added manual registration of all ObjectInterface classes into the InterfaceRegistry. This due to a deadlock problem when cspsim.dll was loaded on windows. Modified Paths: -------------- branches/osg_2.6_vs2008/csp/bin/sim.py branches/osg_2.6_vs2008/csp/csplib/data/InterfaceProxy.h branches/osg_2.6_vs2008/csp/csplib/util/Modules.cpp branches/osg_2.6_vs2008/csp/cspsim/Animation.cpp branches/osg_2.6_vs2008/csp/cspsim/Animation.h branches/osg_2.6_vs2008/csp/cspsim/ChannelMirror.h branches/osg_2.6_vs2008/csp/cspsim/DoubleChannelMirror.cpp branches/osg_2.6_vs2008/csp/cspsim/FlightControlSystem.cpp branches/osg_2.6_vs2008/csp/cspsim/SConscript branches/osg_2.6_vs2008/csp/cspsim/cspsim.i branches/osg_2.6_vs2008/csp/cspsim/f16/F16INS.cpp branches/osg_2.6_vs2008/csp/cspsim/f16/FLCS.cpp branches/osg_2.6_vs2008/csp/cspsim/f16/FuelSystem.cpp branches/osg_2.6_vs2008/csp/modules/chunklod/SConscript branches/osg_2.6_vs2008/csp/modules/demeter/SConscript branches/osg_2.6_vs2008/csp/modules/demeter/Terrain.h Added Paths: ----------- branches/osg_2.6_vs2008/csp/cspsim/FlightControlSystem.h branches/osg_2.6_vs2008/csp/cspsim/RegisterObjectInterfaces.cpp branches/osg_2.6_vs2008/csp/cspsim/RegisterObjectInterfaces.h branches/osg_2.6_vs2008/csp/cspsim/f16/F16INS.h branches/osg_2.6_vs2008/csp/cspsim/f16/FLCS.h branches/osg_2.6_vs2008/csp/cspsim/f16/FuelSystem.h branches/osg_2.6_vs2008/csp/cspsim/f16/RegisterF16Objects.cpp branches/osg_2.6_vs2008/csp/cspsim/f16/RegisterF16Objects.h branches/osg_2.6_vs2008/csp/modules/chunklod/Module.cpp branches/osg_2.6_vs2008/csp/modules/demeter/Export.h branches/osg_2.6_vs2008/csp/modules/demeter/Module.cpp Property Changed: ---------------- branches/osg_2.6_vs2008/csp/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nsm...@us...> - 2008-09-16 10:36:01
|
Revision: 2292 http://csp.svn.sourceforge.net/csp/?rev=2292&view=rev Author: nsmoooose Date: 2008-09-16 17:35:58 +0000 (Tue, 16 Sep 2008) Log Message: ----------- Fixes linking problem. Modified Paths: -------------- branches/osg_2.6_vs2008/csp/csplib/util/StringTools.cpp branches/osg_2.6_vs2008/csp/csplib/util/StringTools.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nsm...@us...> - 2008-09-15 17:15:19
|
Revision: 2291 http://csp.svn.sourceforge.net/csp/?rev=2291&view=rev Author: nsmoooose Date: 2008-09-15 17:15:10 +0000 (Mon, 15 Sep 2008) Log Message: ----------- Made it compile with osg 2.6. Modified Paths: -------------- branches/osg_2.6_vs2008/csp/cspsim/f16/SpecialFonts.cpp branches/osg_2.6_vs2008/csp/cspsim/f16/SpecialFonts.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nsm...@us...> - 2008-09-15 16:44:41
|
Revision: 2290 http://csp.svn.sourceforge.net/csp/?rev=2290&view=rev Author: nsmoooose Date: 2008-09-15 16:44:30 +0000 (Mon, 15 Sep 2008) Log Message: ----------- Branch for migration to the latest open scene graph version and latest visual studio. Modified Paths: -------------- branches/osg_2.6_vs2008/csp/SConstruct branches/osg_2.6_vs2008/csp/cspsim/f16/SpecialFonts.cpp branches/osg_2.6_vs2008/csp/cspsim/f16/SpecialFonts.h branches/osg_2.6_vs2008/csp/tools/build/libconf.py Added Paths: ----------- branches/osg_2.6_vs2008/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nsm...@us...> - 2008-09-12 12:15:22
|
Revision: 2289 http://csp.svn.sourceforge.net/csp/?rev=2289&view=rev Author: nsmoooose Date: 2008-09-12 12:15:20 +0000 (Fri, 12 Sep 2008) Log Message: ----------- Swig 1.3.33 didn't generate source code as expected for the googlemaps.i file. Fixed this by using %extend and %pythoncode instead. Modified Paths: -------------- trunk/csp/tools/googlemaps/googlemaps.i Property Changed: ---------------- trunk/csp/tools/googlemaps/importer.py 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: <sto...@us...> - 2008-09-05 20:00:18
|
Revision: 2287 http://csp.svn.sourceforge.net/csp/?rev=2287&view=rev Author: storm_bringer Date: 2008-09-05 20:00:14 +0000 (Fri, 05 Sep 2008) Log Message: ----------- fixed typo in "fuel flow" Modified Paths: -------------- trunk/csp/data/images/f16/T-pit01.tga This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nsm...@us...> - 2008-09-01 17:43:15
|
Revision: 2286 http://csp.svn.sourceforge.net/csp/?rev=2286&view=rev Author: nsmoooose Date: 2008-09-01 17:43:12 +0000 (Mon, 01 Sep 2008) Log Message: ----------- Fixed a number of compiler warnings that only occurred with visual studio. Modified Paths: -------------- trunk/csp/SConstruct 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: <min...@us...> - 2008-08-30 00:12:53
|
Revision: 2284 http://csp.svn.sourceforge.net/csp/?rev=2284&view=rev Author: minaultm Date: 2008-08-30 00:12:52 +0000 (Sat, 30 Aug 2008) Log Message: ----------- Removed unnecessary #include. Modified Paths: -------------- trunk/csp/cspsim/CSPSim.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nsm...@us...> - 2008-08-29 14:00:44
|
Revision: 2283 http://csp.svn.sourceforge.net/csp/?rev=2283&view=rev Author: nsmoooose Date: 2008-08-29 14:00:39 +0000 (Fri, 29 Aug 2008) Log Message: ----------- Added command that is displaying all object interfaces and their properties in a text document. Modified Paths: -------------- trunk/csp/tools/layout2/scripts/ui/MainFrame.py Added Paths: ----------- trunk/csp/tools/layout2/scripts/ui/commands/CreateInterfaceInformationDocumentCommand.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |