opal-commits Mailing List for Open Physics Abstraction Layer (Page 3)
Status: Inactive
Brought to you by:
tylerstreeter
You can subscribe to this list here.
| 2005 |
Jan
|
Feb
(162) |
Mar
(134) |
Apr
(113) |
May
(13) |
Jun
(60) |
Jul
(18) |
Aug
(25) |
Sep
|
Oct
(2) |
Nov
(35) |
Dec
(76) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2006 |
Jan
(2) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2007 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
|
| 2008 |
Jan
|
Feb
|
Mar
(3) |
Apr
(8) |
May
(4) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2009 |
Jan
|
Feb
(1) |
Mar
(12) |
Apr
(16) |
May
(2) |
Jun
(2) |
Jul
(1) |
Aug
(1) |
Sep
(3) |
Oct
|
Nov
|
Dec
(3) |
| 2010 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(15) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2011 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: <tyl...@us...> - 2009-03-29 04:50:54
|
Revision: 446
http://opal.svn.sourceforge.net/opal/?rev=446&view=rev
Author: tylerstreeter
Date: 2009-03-29 04:50:51 +0000 (Sun, 29 Mar 2009)
Log Message:
-----------
Updated playpen app to use the new engine3d (opal/ogre) library.
Modified Paths:
--------------
opal/trunk/engine3d/src/Engine.cpp
opal/trunk/engine3d/src/Engine.h
opal/trunk/engine3d/vc9/engine3d.vcproj
opal/trunk/samples/data/textures/crosshair.png
opal/trunk/samples/playpen/main.cpp
opal/trunk/samples/playpen/vc9/playpen.vcproj
Added Paths:
-----------
opal/trunk/samples/data/blueprints/playpen_arena.xml
Removed Paths:
-------------
opal/trunk/samples/src/
opal/trunk/samples/todo.txt
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <tyl...@us...> - 2009-03-28 17:14:58
|
Revision: 445
http://opal.svn.sourceforge.net/opal/?rev=445&view=rev
Author: tylerstreeter
Date: 2009-03-28 17:14:48 +0000 (Sat, 28 Mar 2009)
Log Message:
-----------
Fixed license info for the engine3d src files.
Modified Paths:
--------------
opal/trunk/engine3d/src/AudioManager.cpp
opal/trunk/engine3d/src/AudioManager.h
opal/trunk/engine3d/src/Camera.cpp
opal/trunk/engine3d/src/Camera.h
opal/trunk/engine3d/src/DLLMacros.h
opal/trunk/engine3d/src/Engine.cpp
opal/trunk/engine3d/src/Engine.h
opal/trunk/engine3d/src/PhysicalEntity.cpp
opal/trunk/engine3d/src/PhysicalEntity.h
opal/trunk/engine3d/src/Timer.cpp
opal/trunk/engine3d/src/Timer.h
opal/trunk/engine3d/vc9/engine3d.vcproj
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <tyl...@us...> - 2009-03-28 17:02:09
|
Revision: 444
http://opal.svn.sourceforge.net/opal/?rev=444&view=rev
Author: tylerstreeter
Date: 2009-03-28 17:01:59 +0000 (Sat, 28 Mar 2009)
Log Message:
-----------
Removed old vc6 and vc71 project files.
Removed Paths:
-------------
opal/trunk/build_scripts/vc6/
opal/trunk/build_scripts/vc71/
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <tyl...@us...> - 2009-03-28 17:01:10
|
Revision: 443
http://opal.svn.sourceforge.net/opal/?rev=443&view=rev
Author: tylerstreeter
Date: 2009-03-28 17:01:00 +0000 (Sat, 28 Mar 2009)
Log Message:
-----------
Added a very simple 3d engine which combines opal-ode with ogre. This engine is to be compiled as a library and linked with programs along with opal-ode and ogre.
Added Paths:
-----------
opal/trunk/engine3d/
opal/trunk/engine3d/readme.txt
opal/trunk/engine3d/src/
opal/trunk/engine3d/src/AudioManager.cpp
opal/trunk/engine3d/src/AudioManager.h
opal/trunk/engine3d/src/Camera.cpp
opal/trunk/engine3d/src/Camera.h
opal/trunk/engine3d/src/DLLMacros.h
opal/trunk/engine3d/src/Engine.cpp
opal/trunk/engine3d/src/Engine.h
opal/trunk/engine3d/src/PhysicalEntity.cpp
opal/trunk/engine3d/src/PhysicalEntity.h
opal/trunk/engine3d/src/Timer.cpp
opal/trunk/engine3d/src/Timer.h
opal/trunk/engine3d/vc9/
opal/trunk/engine3d/vc9/engine3d.sln
opal/trunk/engine3d/vc9/engine3d.vcproj
Removed Paths:
-------------
opal/trunk/samples/playpen/vc71/
opal/trunk/samples/playpen/vc8/
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <tyl...@us...> - 2009-03-27 16:44:53
|
Revision: 442
http://opal.svn.sourceforge.net/opal/?rev=442&view=rev
Author: tylerstreeter
Date: 2009-03-27 16:44:43 +0000 (Fri, 27 Mar 2009)
Log Message:
-----------
Another minor change to the playpen app... using OIS headers within Ogre installation instead of requiring a separate OIS installation.
Modified Paths:
--------------
opal/trunk/samples/src/ExampleFrameListener.h
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <tyl...@us...> - 2009-03-27 16:30:33
|
Revision: 441
http://opal.svn.sourceforge.net/opal/?rev=441&view=rev
Author: tylerstreeter
Date: 2009-03-27 16:30:18 +0000 (Fri, 27 Mar 2009)
Log Message:
-----------
Minor changes to playpen app to be compatible with Ogre 1.6.1.
Modified Paths:
--------------
opal/trunk/samples/bin/ogre_plugins_win32.cfg
opal/trunk/samples/bin/ogre_plugins_win32_d.cfg
opal/trunk/samples/playpen/main.cpp
opal/trunk/samples/playpen/vc9/playpen.vcproj
opal/trunk/samples/src/BaseOpalApp.h
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <tyl...@us...> - 2009-02-08 15:13:55
|
Revision: 440
http://opal.svn.sourceforge.net/opal/?rev=440&view=rev
Author: tylerstreeter
Date: 2009-02-08 15:13:53 +0000 (Sun, 08 Feb 2009)
Log Message:
-----------
Added VelocityMotor::getData(), which was strangely missing from the original version. Thanks to Kieron Gillespie for this patch.
Modified Paths:
--------------
opal/trunk/src/VelocityMotor.cpp
opal/trunk/src/VelocityMotor.h
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <tyl...@us...> - 2008-05-23 16:33:48
|
Revision: 439
http://opal.svn.sourceforge.net/opal/?rev=439&view=rev
Author: tylerstreeter
Date: 2008-05-23 09:33:49 -0700 (Fri, 23 May 2008)
Log Message:
-----------
Fixed a problem with dInitODE and dCloseODE usage, which should only be called once each, even with multiple ODESimulator instances. (Thanks to Ocelot for contributing this and the changes in the previous commit.)
Modified Paths:
--------------
opal/trunk/src/ODESimulator.cpp
opal/trunk/src/ODESimulator.h
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <tyl...@us...> - 2008-05-20 14:34:17
|
Revision: 438
http://opal.svn.sourceforge.net/opal/?rev=438&view=rev
Author: tylerstreeter
Date: 2008-05-20 07:34:23 -0700 (Tue, 20 May 2008)
Log Message:
-----------
Added support for the ODE function dInitODE, which is present but optional in ODE 0.9 but appears to be necessary in the current ODE SVN version.
Modified Paths:
--------------
opal/trunk/build_scripts/vc9/opal-ode.vcproj
opal/trunk/build_scripts/vc9/unit-tests.vcproj
opal/trunk/src/ODESimulator.cpp
opal/trunk/src/ODESimulator.h
opal/trunk/src/Simulator.h
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <tyl...@us...> - 2008-05-06 07:10:27
|
Revision: 437
http://opal.svn.sourceforge.net/opal/?rev=437&view=rev
Author: tylerstreeter
Date: 2008-05-06 00:10:31 -0700 (Tue, 06 May 2008)
Log Message:
-----------
Fixed a problem in the simple app where it was getting zero dt values on really fast machines. Also tweaked the object dimensions to
make things move faster.
Modified Paths:
--------------
opal/trunk/samples/simple/main.cpp
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <tyl...@us...> - 2008-05-06 06:47:34
|
Revision: 436
http://opal.svn.sourceforge.net/opal/?rev=436&view=rev
Author: tylerstreeter
Date: 2008-05-05 23:47:17 -0700 (Mon, 05 May 2008)
Log Message:
-----------
Cleaned up the SConstruct a little, and changed the default installation path from . to /usr/local.
Modified Paths:
--------------
opal/trunk/SConstruct
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <tyl...@us...> - 2008-04-30 14:13:40
|
Revision: 435
http://opal.svn.sourceforge.net/opal/?rev=435&view=rev
Author: tylerstreeter
Date: 2008-04-30 07:13:42 -0700 (Wed, 30 Apr 2008)
Log Message:
-----------
Added cylinder shape support. (Thanks to Ciaran Gillespie for this contribution.) Also updated the playpen sample to create cylinders and capsules.
Modified Paths:
--------------
opal/trunk/build_scripts/vc9/opal-ode.vcproj
opal/trunk/samples/playpen/main.cpp
opal/trunk/samples/src/BaseOpalApp.h
opal/trunk/src/BlueprintManager.cpp
opal/trunk/src/Defines.h
opal/trunk/src/ODESolid.cpp
opal/trunk/src/ShapeData.h
opal/trunk/src/Simulator.cpp
opal/trunk/src/SolidData.cpp
opal/trunk/src/opal.h
Added Paths:
-----------
opal/trunk/src/CylinderShapeData.h
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <tyl...@us...> - 2008-04-29 13:46:08
|
Revision: 434
http://opal.svn.sourceforge.net/opal/?rev=434&view=rev
Author: tylerstreeter
Date: 2008-04-29 06:45:12 -0700 (Tue, 29 Apr 2008)
Log Message:
-----------
Fixed a bug in ODESolid::setEnabled which was being ignored for solids with offsets. (Thanks to Ciaran Gillespie for this contribution.)
Modified Paths:
--------------
opal/trunk/src/ODESolid.cpp
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <tyl...@us...> - 2008-04-24 21:22:23
|
Revision: 433
http://opal.svn.sourceforge.net/opal/?rev=433&view=rev
Author: tylerstreeter
Date: 2008-04-24 14:22:30 -0700 (Thu, 24 Apr 2008)
Log Message:
-----------
Fixed a bug with trimesh support on UNIX. (Added -fno-strict-aliasing to the SConstruct for UNIX,
which is required for OPCODE trimeshes to work for some reason.)
Modified Paths:
--------------
opal/trunk/SConstruct
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <tyl...@us...> - 2008-04-24 20:59:38
|
Revision: 432
http://opal.svn.sourceforge.net/opal/?rev=432&view=rev
Author: tylerstreeter
Date: 2008-04-24 13:59:32 -0700 (Thu, 24 Apr 2008)
Log Message:
-----------
Small change to allow potential usage of gimpact instead of opcode.
Modified Paths:
--------------
opal/trunk/src/ODESimulator.cpp
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <tyl...@us...> - 2008-04-22 04:40:51
|
Revision: 431
http://opal.svn.sourceforge.net/opal/?rev=431&view=rev
Author: tylerstreeter
Date: 2008-04-21 21:40:57 -0700 (Mon, 21 Apr 2008)
Log Message:
-----------
Added collision_trimesh_trimesh_new.cpp to the vc9 project files (forgot to add this new file when updating to ODE 0.9).
Modified Paths:
--------------
opal/trunk/build_scripts/vc9/opal-ode.vcproj
opal/trunk/src/external/ode/src/collision_trimesh_trimesh_new.cpp
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <tyl...@us...> - 2008-04-22 01:54:26
|
Revision: 430
http://opal.svn.sourceforge.net/opal/?rev=430&view=rev
Author: tylerstreeter
Date: 2008-04-21 18:54:29 -0700 (Mon, 21 Apr 2008)
Log Message:
-----------
Updated the included ODE source to version 0.9.
Modified Paths:
--------------
opal/trunk/build_scripts/vc9/opal-ode.vcproj
opal/trunk/samples/playpen/vc9/playpen.sln
opal/trunk/samples/playpen/vc9/playpen.vcproj
opal/trunk/src/external/ode/include/ode/collision.h
opal/trunk/src/external/ode/include/ode/common.h
opal/trunk/src/external/ode/include/ode/config.h
opal/trunk/src/external/ode/include/ode/mass.h
opal/trunk/src/external/ode/include/ode/objects.h
opal/trunk/src/external/ode/include/ode/odecpp.h
opal/trunk/src/external/ode/include/ode/odemath.h
opal/trunk/src/external/ode/src/box.cpp
opal/trunk/src/external/ode/src/capsule.cpp
opal/trunk/src/external/ode/src/collision_cylinder_box.cpp
opal/trunk/src/external/ode/src/collision_cylinder_plane.cpp
opal/trunk/src/external/ode/src/collision_cylinder_sphere.cpp
opal/trunk/src/external/ode/src/collision_cylinder_trimesh.cpp
opal/trunk/src/external/ode/src/collision_kernel.cpp
opal/trunk/src/external/ode/src/collision_space.cpp
opal/trunk/src/external/ode/src/collision_trimesh_box.cpp
opal/trunk/src/external/ode/src/collision_trimesh_ccylinder.cpp
opal/trunk/src/external/ode/src/collision_trimesh_gimpact.cpp
opal/trunk/src/external/ode/src/collision_trimesh_internal.h
opal/trunk/src/external/ode/src/collision_trimesh_opcode.cpp
opal/trunk/src/external/ode/src/collision_trimesh_plane.cpp
opal/trunk/src/external/ode/src/collision_trimesh_ray.cpp
opal/trunk/src/external/ode/src/collision_trimesh_sphere.cpp
opal/trunk/src/external/ode/src/collision_trimesh_trimesh.cpp
opal/trunk/src/external/ode/src/collision_util.cpp
opal/trunk/src/external/ode/src/collision_util.h
opal/trunk/src/external/ode/src/convex.cpp
opal/trunk/src/external/ode/src/export-dif.cpp
opal/trunk/src/external/ode/src/heightfield.cpp
opal/trunk/src/external/ode/src/heightfield.h
opal/trunk/src/external/ode/src/joint.cpp
opal/trunk/src/external/ode/src/joint.h
opal/trunk/src/external/ode/src/mass.cpp
opal/trunk/src/external/ode/src/odemath.cpp
opal/trunk/src/external/ode/src/quickstep.cpp
opal/trunk/src/external/ode/src/ray.cpp
opal/trunk/src/external/ode/src/sphere.cpp
opal/trunk/src/external/readme.txt
opal/trunk/src/external/tinyxml/tinyxmlparser.cpp
Added Paths:
-----------
opal/trunk/src/external/ode/src/collision_trimesh_trimesh_new.cpp
Removed Paths:
-------------
opal/trunk/src/external/ode/include/ode/odecpp_old.h
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <tyl...@us...> - 2008-04-22 01:52:09
|
Revision: 429
http://opal.svn.sourceforge.net/opal/?rev=429&view=rev
Author: tylerstreeter
Date: 2008-04-21 18:52:10 -0700 (Mon, 21 Apr 2008)
Log Message:
-----------
Fixed trimesh mass problem with ODE 0.9.
Modified Paths:
--------------
opal/trunk/src/ODESolid.cpp
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <tyl...@us...> - 2008-04-21 23:40:43
|
Revision: 428
http://opal.svn.sourceforge.net/opal/?rev=428&view=rev
Author: tylerstreeter
Date: 2008-04-21 16:40:46 -0700 (Mon, 21 Apr 2008)
Log Message:
-----------
Added vc9 (visual studio 2008) project files to the playpen app.
Added Paths:
-----------
opal/trunk/samples/playpen/vc9/
opal/trunk/samples/playpen/vc9/playpen.sln
opal/trunk/samples/playpen/vc9/playpen.vcproj
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <tyl...@us...> - 2008-03-26 17:42:22
|
Revision: 427
http://opal.svn.sourceforge.net/opal/?rev=427&view=rev
Author: tylerstreeter
Date: 2008-03-26 10:41:59 -0700 (Wed, 26 Mar 2008)
Log Message:
-----------
Updated quicktest.h to version 1.0.1.
Modified Paths:
--------------
opal/trunk/src/external/quicktest/quicktest.h
opal/trunk/src/external/readme.txt
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <tyl...@us...> - 2008-03-21 00:46:03
|
Revision: 426
http://opal.svn.sourceforge.net/opal/?rev=426&view=rev
Author: tylerstreeter
Date: 2008-03-20 17:45:37 -0700 (Thu, 20 Mar 2008)
Log Message:
-----------
Updated the copyright year in all license notices.
Modified Paths:
--------------
opal/trunk/changelog.txt
opal/trunk/license-BSD.txt
opal/trunk/linuxBinaryReadme.txt
opal/trunk/readme.txt
opal/trunk/samples/playpen/main.cpp
opal/trunk/samples/simple/BoxEntity.h
opal/trunk/samples/simple/CapsuleEntity.h
opal/trunk/samples/simple/Entity.h
opal/trunk/samples/simple/SphereEntity.h
opal/trunk/samples/simple/Timer.cpp
opal/trunk/samples/simple/Timer.h
opal/trunk/samples/simple/main.cpp
opal/trunk/samples/src/BaseOpalApp.h
opal/trunk/samples/src/PhysicalCamera.h
opal/trunk/samples/src/PhysicalEntity.h
opal/trunk/samples/src/TemplateApp.cpp
opal/trunk/src/AccelerationSensor.cpp
opal/trunk/src/AccelerationSensor.h
opal/trunk/src/AccelerationSensorData.h
opal/trunk/src/AttractorMotor.cpp
opal/trunk/src/AttractorMotor.h
opal/trunk/src/AttractorMotorData.h
opal/trunk/src/Blueprint.cpp
opal/trunk/src/Blueprint.h
opal/trunk/src/BlueprintInstance.cpp
opal/trunk/src/BlueprintInstance.h
opal/trunk/src/BlueprintManager.cpp
opal/trunk/src/BlueprintManager.h
opal/trunk/src/BoxShapeData.h
opal/trunk/src/CapsuleShapeData.h
opal/trunk/src/CollisionEventHandler.cpp
opal/trunk/src/CollisionEventHandler.h
opal/trunk/src/Defines.h
opal/trunk/src/EventHandler.h
opal/trunk/src/GearedMotor.cpp
opal/trunk/src/GearedMotor.h
opal/trunk/src/GearedMotorData.h
opal/trunk/src/InclineSensor.cpp
opal/trunk/src/InclineSensor.h
opal/trunk/src/InclineSensorData.h
opal/trunk/src/Joint.cpp
opal/trunk/src/Joint.h
opal/trunk/src/JointBreakEventHandler.h
opal/trunk/src/JointData.h
opal/trunk/src/Logger.cpp
opal/trunk/src/Logger.h
opal/trunk/src/Mass.h
opal/trunk/src/Matrix44r.h
opal/trunk/src/MeshShapeData.h
opal/trunk/src/Motor.cpp
opal/trunk/src/Motor.h
opal/trunk/src/MotorData.h
opal/trunk/src/MovementEventHandler.h
opal/trunk/src/ODEJoint.cpp
opal/trunk/src/ODEJoint.h
opal/trunk/src/ODESimulator.cpp
opal/trunk/src/ODESimulator.h
opal/trunk/src/ODESolid.cpp
opal/trunk/src/ODESolid.h
opal/trunk/src/ODESpace.cpp
opal/trunk/src/ODESpace.h
opal/trunk/src/ODETools.h
opal/trunk/src/OpalMath.h
opal/trunk/src/PlaneShapeData.h
opal/trunk/src/Point3r.cpp
opal/trunk/src/Point3r.h
opal/trunk/src/Portability.h
opal/trunk/src/PostStepEventHandler.h
opal/trunk/src/Quaternion.cpp
opal/trunk/src/Quaternion.h
opal/trunk/src/RaycastSensor.cpp
opal/trunk/src/RaycastSensor.h
opal/trunk/src/RaycastSensorData.h
opal/trunk/src/Rayr.h
opal/trunk/src/Sensor.cpp
opal/trunk/src/Sensor.h
opal/trunk/src/SensorData.h
opal/trunk/src/ServoMotor.cpp
opal/trunk/src/ServoMotor.h
opal/trunk/src/ServoMotorData.h
opal/trunk/src/ShapeData.h
opal/trunk/src/Simulator.cpp
opal/trunk/src/Simulator.h
opal/trunk/src/Singleton.h
opal/trunk/src/Solid.cpp
opal/trunk/src/Solid.h
opal/trunk/src/SolidData.cpp
opal/trunk/src/SolidData.h
opal/trunk/src/Space.cpp
opal/trunk/src/Space.h
opal/trunk/src/SphereShapeData.h
opal/trunk/src/SpringMotor.cpp
opal/trunk/src/SpringMotor.h
opal/trunk/src/SpringMotorData.h
opal/trunk/src/ThrusterMotor.cpp
opal/trunk/src/ThrusterMotor.h
opal/trunk/src/ThrusterMotorData.h
opal/trunk/src/Vec3r.cpp
opal/trunk/src/Vec3r.h
opal/trunk/src/VelocityMotor.cpp
opal/trunk/src/VelocityMotor.h
opal/trunk/src/VelocityMotorData.h
opal/trunk/src/VolumeSensor.cpp
opal/trunk/src/VolumeSensor.h
opal/trunk/src/VolumeSensorData.h
opal/trunk/src/opal.h
opal/trunk/src/unit-tests/main.cpp
opal/trunk/src/unit-tests/testAccelerationSensor.cpp
opal/trunk/src/unit-tests/testBallJoint.cpp
opal/trunk/src/unit-tests/testBlueprint.cpp
opal/trunk/src/unit-tests/testFixedJoint.cpp
opal/trunk/src/unit-tests/testJoint.cpp
opal/trunk/src/unit-tests/testMath.cpp
opal/trunk/src/unit-tests/testMatrix44r.cpp
opal/trunk/src/unit-tests/testMotor.cpp
opal/trunk/src/unit-tests/testPoint3r.cpp
opal/trunk/src/unit-tests/testQuaternion.cpp
opal/trunk/src/unit-tests/testRaycastSensor.cpp
opal/trunk/src/unit-tests/testServoMotor.cpp
opal/trunk/src/unit-tests/testSimulator.cpp
opal/trunk/src/unit-tests/testSolid.cpp
opal/trunk/src/unit-tests/testThrusterMotor.cpp
opal/trunk/src/unit-tests/testVec3r.cpp
opal/trunk/src/unit-tests/testVelocityMotor.cpp
opal/trunk/src/unit-tests/testVolumeSensor.cpp
opal/trunk/win32BinaryReadme.txt
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <tyl...@us...> - 2008-03-21 00:25:01
|
Revision: 425
http://opal.svn.sourceforge.net/opal/?rev=425&view=rev
Author: tylerstreeter
Date: 2008-03-20 17:24:35 -0700 (Thu, 20 Mar 2008)
Log Message:
-----------
Added Visual C++ 2008 project files.
Added Paths:
-----------
opal/trunk/build_scripts/vc9/
opal/trunk/build_scripts/vc9/opal-ode.vcproj
opal/trunk/build_scripts/vc9/opal.sln
opal/trunk/build_scripts/vc9/unit-tests.vcproj
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <tyl...@us...> - 2007-11-22 02:45:39
|
Revision: 424
http://opal.svn.sourceforge.net/opal/?rev=424&view=rev
Author: tylerstreeter
Date: 2007-11-21 18:45:35 -0800 (Wed, 21 Nov 2007)
Log Message:
-----------
Added a note to SpringMotor regarding a problem with its implementation of a true PD controller.
Modified Paths:
--------------
opal/trunk/src/SpringMotor.cpp
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: Olex <mr....@gm...> - 2006-01-22 16:54:54
|
Thanks. I've noted your commit in the appropriate ticket: http://ox.slug.louisville.edu/opal/ticket/10 On 1/21/06, opa...@li... <opa...@li...> wrote: > Send Opal-commits mailing list submissions to > opa...@li... > > To subscribe or unsubscribe via the World Wide Web, visit > https://lists.sourceforge.net/lists/listinfo/opal-commits > or, via email, send a message with subject or body 'help' to > opa...@li... > > You can reach the person managing the list at > opa...@li... > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of Opal-commits digest..." > > > Today's Topics: > > 1. opal/scripts/vc6 opal_ode.dsp,1.1,1.2 (Alan Fischer) > > --__--__-- > > Message: 1 > From: Alan Fischer <pal...@us...> > To: opa...@li... > Date: Fri, 20 Jan 2006 16:44:48 +0000 > Subject: [Opal-commits] opal/scripts/vc6 opal_ode.dsp,1.1,1.2 > > Update of /cvsroot/opal/opal/scripts/vc6 > In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11053/scripts/vc6 > > Modified Files: > opal_ode.dsp > Log Message: > Updated the VC6 build > > Index: opal_ode.dsp > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > RCS file: /cvsroot/opal/opal/scripts/vc6/opal_ode.dsp,v > retrieving revision 1.1 > retrieving revision 1.2 > diff -C2 -d -r1.1 -r1.2 > *** opal_ode.dsp 9 Dec 2005 17:46:29 -0000 1.1 > --- opal_ode.dsp 20 Jan 2006 16:44:46 -0000 1.2 > *************** > *** 69,74 **** > # PROP Ignore_Export_Lib 0 > # PROP Target_Dir "" > ! # ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" = /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "OPAL_EXPORTS" /YX /FD /GZ /c > ! # ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_= WINDOWS" /D "_MBCS" /D "_USRDLL" /D "OPAL_DLL_EXPORTING" /YX /FD /GZ /c > # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 > # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 > --- 69,74 ---- > # PROP Ignore_Export_Lib 0 > # PROP Target_Dir "" > ! # ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" = /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "OPAL_EXPORTS" /YX /FD /GZ /c > ! # ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_= WINDOWS" /D "_MBCS" /D "_USRDLL" /D "OPAL_DLL_EXPORTING" /YX /FD /GZ /c > # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 > # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 > *************** > *** 137,140 **** > --- 137,148 ---- > # Begin Source File > > + SOURCE=3D..\..\src\Point3r.cpp > + # End Source File > + # Begin Source File > + > + SOURCE=3D..\..\src\Quaternion.cpp > + # End Source File > + # Begin Source File > + > SOURCE=3D..\..\src\RaycastSensor.cpp > # End Source File > *************** > *** 173,176 **** > --- 181,192 ---- > # Begin Source File > > + SOURCE=3D..\..\src\Vec3r.cpp > + # End Source File > + # Begin Source File > + > + SOURCE=3D..\..\src\VelocityMotor.cpp > + # End Source File > + # Begin Source File > + > SOURCE=3D..\..\src\VolumeSensor.cpp > # End Source File > *************** > *** 261,264 **** > --- 277,284 ---- > # Begin Source File > > + SOURCE=3D..\..\src\Mass.h > + # End Source File > + # Begin Source File > + > SOURCE=3D..\..\src\Matrix44r.h > # End Source File > *************** > *** 381,384 **** > --- 401,412 ---- > # Begin Source File > > + SOURCE=3D..\..\src\VelocityMotor.h > + # End Source File > + # Begin Source File > + > + SOURCE=3D..\..\src\VelocityMotorData.h > + # End Source File > + # Begin Source File > + > SOURCE=3D..\..\src\VolumeSensor.h > # End Source File > *************** > *** 452,493 **** > # End Source File > # End Group > - > - # Begin Group "ODE-Specific" > - > - # PROP Default_Filter "" > - # Begin Source File > - > - SOURCE=3D..\..\src\ODE\ODEJoint.cpp > - # End Source File > - # Begin Source File > - > - SOURCE=3D..\..\src\ODE\ODEJoint.h > - # End Source File > - # Begin Source File > - > - SOURCE=3D..\..\src\ODE\ODESimulator.cpp > - # End Source File > - # Begin Source File > - > - SOURCE=3D..\..\src\ODE\ODESimulator.h > - # End Source File > - # Begin Source File > - > - SOURCE=3D..\..\src\ODE\ODESolid.cpp > - # End Source File > - # Begin Source File > - > - SOURCE=3D..\..\src\ODE\ODESolid.h > - # End Source File > - # Begin Source File > - > - SOURCE=3D..\..\src\ODE\ODESpace.cpp > - # End Source File > - # Begin Source File > - > - SOURCE=3D..\..\src\ODE\ODESpace.h > - # End Source File > - # End Group > - > # Begin Group "QuickTest" > > --- 480,483 ---- > *************** > *** 498,502 **** > # End Source File > # End Group > - > # End Target > # End Project > --- 488,491 ---- > > > > > --__--__-- > > _______________________________________________ > Opal-commits mailing list > Opa...@li... > https://lists.sourceforge.net/lists/listinfo/opal-commits > > > End of Opal-commits Digest > -- Oleksandr Lozitskiy "To be without some of the things you want is an indispensable part of happiness." by Bertrand Russell |
|
From: Alan F. <pal...@us...> - 2006-01-20 16:44:54
|
Update of /cvsroot/opal/opal/scripts/vc6 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11053/scripts/vc6 Modified Files: opal_ode.dsp Log Message: Updated the VC6 build Index: opal_ode.dsp =================================================================== RCS file: /cvsroot/opal/opal/scripts/vc6/opal_ode.dsp,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** opal_ode.dsp 9 Dec 2005 17:46:29 -0000 1.1 --- opal_ode.dsp 20 Jan 2006 16:44:46 -0000 1.2 *************** *** 69,74 **** # PROP Ignore_Export_Lib 0 # PROP Target_Dir "" ! # ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "OPAL_EXPORTS" /YX /FD /GZ /c ! # ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "OPAL_DLL_EXPORTING" /YX /FD /GZ /c # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 --- 69,74 ---- # PROP Ignore_Export_Lib 0 # PROP Target_Dir "" ! # ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "OPAL_EXPORTS" /YX /FD /GZ /c ! # ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "OPAL_DLL_EXPORTING" /YX /FD /GZ /c # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 *************** *** 137,140 **** --- 137,148 ---- # Begin Source File + SOURCE=..\..\src\Point3r.cpp + # End Source File + # Begin Source File + + SOURCE=..\..\src\Quaternion.cpp + # End Source File + # Begin Source File + SOURCE=..\..\src\RaycastSensor.cpp # End Source File *************** *** 173,176 **** --- 181,192 ---- # Begin Source File + SOURCE=..\..\src\Vec3r.cpp + # End Source File + # Begin Source File + + SOURCE=..\..\src\VelocityMotor.cpp + # End Source File + # Begin Source File + SOURCE=..\..\src\VolumeSensor.cpp # End Source File *************** *** 261,264 **** --- 277,284 ---- # Begin Source File + SOURCE=..\..\src\Mass.h + # End Source File + # Begin Source File + SOURCE=..\..\src\Matrix44r.h # End Source File *************** *** 381,384 **** --- 401,412 ---- # Begin Source File + SOURCE=..\..\src\VelocityMotor.h + # End Source File + # Begin Source File + + SOURCE=..\..\src\VelocityMotorData.h + # End Source File + # Begin Source File + SOURCE=..\..\src\VolumeSensor.h # End Source File *************** *** 452,493 **** # End Source File # End Group - - # Begin Group "ODE-Specific" - - # PROP Default_Filter "" - # Begin Source File - - SOURCE=..\..\src\ODE\ODEJoint.cpp - # End Source File - # Begin Source File - - SOURCE=..\..\src\ODE\ODEJoint.h - # End Source File - # Begin Source File - - SOURCE=..\..\src\ODE\ODESimulator.cpp - # End Source File - # Begin Source File - - SOURCE=..\..\src\ODE\ODESimulator.h - # End Source File - # Begin Source File - - SOURCE=..\..\src\ODE\ODESolid.cpp - # End Source File - # Begin Source File - - SOURCE=..\..\src\ODE\ODESolid.h - # End Source File - # Begin Source File - - SOURCE=..\..\src\ODE\ODESpace.cpp - # End Source File - # Begin Source File - - SOURCE=..\..\src\ODE\ODESpace.h - # End Source File - # End Group - # Begin Group "QuickTest" --- 480,483 ---- *************** *** 498,502 **** # End Source File # End Group - # End Target # End Project --- 488,491 ---- |