Thread: [Opal-commits] SF.net SVN: opal:[443] opal/trunk
Status: Inactive
Brought to you by:
tylerstreeter
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-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-29 16:10:48
|
Revision: 447 http://opal.svn.sourceforge.net/opal/?rev=447&view=rev Author: tylerstreeter Date: 2009-03-29 16:10:45 +0000 (Sun, 29 Mar 2009) Log Message: ----------- Added mesh shape support to engine3d code. Modified Paths: -------------- opal/trunk/engine3d/src/Engine.cpp opal/trunk/engine3d/src/Engine.h opal/trunk/engine3d/src/PhysicalEntity.h opal/trunk/samples/data/materials/basic.material opal/trunk/samples/playpen/main.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <tyl...@us...> - 2009-03-30 02:47:51
|
Revision: 449 http://opal.svn.sourceforge.net/opal/?rev=449&view=rev Author: tylerstreeter Date: 2009-03-30 02:47:44 +0000 (Mon, 30 Mar 2009) Log Message: ----------- Added new Simulator accessor methods to get the number of Joints, Motors, and Sensors, and to access these objects individually by index. Also made some minor adjustments to ServoMotor (to handle desired angles near the limits more robustly). Also made a few minor changes to the engine3d code. Modified Paths: -------------- opal/trunk/engine3d/src/Camera.cpp opal/trunk/engine3d/src/Camera.h opal/trunk/engine3d/src/Engine.cpp opal/trunk/samples/playpen/vc9/playpen.vcproj opal/trunk/src/ServoMotor.cpp opal/trunk/src/Simulator.cpp 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...> - 2009-03-30 15:32:44
|
Revision: 451 http://opal.svn.sourceforge.net/opal/?rev=451&view=rev Author: tylerstreeter Date: 2009-03-30 15:32:34 +0000 (Mon, 30 Mar 2009) Log Message: ----------- Added a basic collision sound effect to engine3d which, when enabled, plays a sound whenever anything collides with anything. Modified Paths: -------------- opal/trunk/engine3d/src/Engine.cpp opal/trunk/engine3d/src/Engine.h opal/trunk/engine3d/vc9/engine3d.vcproj opal/trunk/samples/playpen/main.cpp Added Paths: ----------- opal/trunk/engine3d/src/engine3d.h opal/trunk/samples/data/sounds/ opal/trunk/samples/data/sounds/collision.wav This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <tyl...@us...> - 2009-04-11 19:12:58
|
Revision: 457 http://opal.svn.sourceforge.net/opal/?rev=457&view=rev Author: tylerstreeter Date: 2009-04-11 19:12:46 +0000 (Sat, 11 Apr 2009) Log Message: ----------- Updated the include ODE source from 0.9 (sept 2007) to 0.11 (jan 2009). Note that this commit does not use any new ODE features, it simply uses (hopefully) more stable code. Modified Paths: -------------- opal/trunk/SConstruct opal/trunk/build_scripts/vc9/opal-ode.vcproj opal/trunk/samples/playpen/main.cpp opal/trunk/src/ODESimulator.cpp opal/trunk/src/ODESimulator.h opal/trunk/src/external/ode/include/ode/collision.h opal/trunk/src/external/ode/include/ode/collision_space.h opal/trunk/src/external/ode/include/ode/collision_trimesh.h opal/trunk/src/external/ode/include/ode/common.h opal/trunk/src/external/ode/include/ode/contact.h opal/trunk/src/external/ode/include/ode/error.h opal/trunk/src/external/ode/include/ode/mass.h opal/trunk/src/external/ode/include/ode/memory.h opal/trunk/src/external/ode/include/ode/objects.h opal/trunk/src/external/ode/include/ode/ode.h opal/trunk/src/external/ode/include/ode/odecpp.h opal/trunk/src/external/ode/include/ode/odecpp_collision.h opal/trunk/src/external/ode/include/ode/odemath.h opal/trunk/src/external/ode/include/ode/timer.h opal/trunk/src/external/ode/src/array.cpp opal/trunk/src/external/ode/src/array.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_kernel.h opal/trunk/src/external/ode/src/collision_quadtreespace.cpp opal/trunk/src/external/ode/src/collision_space.cpp opal/trunk/src/external/ode/src/collision_std.h 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_distance.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_trimesh_trimesh_new.cpp opal/trunk/src/external/ode/src/collision_util.h opal/trunk/src/external/ode/src/convex.cpp opal/trunk/src/external/ode/src/cylinder.cpp opal/trunk/src/external/ode/src/error.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/lcp.cpp opal/trunk/src/external/ode/src/mass.cpp opal/trunk/src/external/ode/src/mat.cpp opal/trunk/src/external/ode/src/matrix.cpp opal/trunk/src/external/ode/src/memory.cpp opal/trunk/src/external/ode/src/misc.cpp opal/trunk/src/external/ode/src/objects.h opal/trunk/src/external/ode/src/obstack.cpp opal/trunk/src/external/ode/src/ode.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/ode/src/step.cpp opal/trunk/src/external/ode/src/stepfast.cpp opal/trunk/src/external/ode/src/testing.cpp opal/trunk/src/external/ode/src/testing.h opal/trunk/src/external/ode/src/timer.cpp opal/trunk/src/external/ode/src/util.cpp opal/trunk/src/external/ode/src/util.h opal/trunk/src/external/opcode/Ice/IceAABB.cpp opal/trunk/src/external/opcode/Ice/IceContainer.h opal/trunk/src/external/opcode/Ice/IceFPU.h opal/trunk/src/external/opcode/Ice/IceIndexedTriangle.cpp opal/trunk/src/external/opcode/Ice/IceIndexedTriangle.h opal/trunk/src/external/opcode/Ice/IceMatrix3x3.h opal/trunk/src/external/opcode/Ice/IceMemoryMacros.h opal/trunk/src/external/opcode/Ice/IceOBB.cpp opal/trunk/src/external/opcode/Ice/IceRevisitedRadix.cpp opal/trunk/src/external/opcode/Ice/IceTriList.h opal/trunk/src/external/opcode/Ice/IceTypes.h opal/trunk/src/external/opcode/Ice/IceUtils.h opal/trunk/src/external/opcode/OPC_AABBCollider.cpp opal/trunk/src/external/opcode/OPC_AABBTree.cpp opal/trunk/src/external/opcode/OPC_AABBTree.h opal/trunk/src/external/opcode/OPC_BoxPruning.cpp opal/trunk/src/external/opcode/OPC_HybridModel.cpp opal/trunk/src/external/opcode/OPC_LSSCollider.cpp opal/trunk/src/external/opcode/OPC_MeshInterface.cpp opal/trunk/src/external/opcode/OPC_MeshInterface.h opal/trunk/src/external/opcode/OPC_Model.cpp opal/trunk/src/external/opcode/OPC_OBBCollider.cpp opal/trunk/src/external/opcode/OPC_OptimizedTree.cpp opal/trunk/src/external/opcode/OPC_Picking.cpp opal/trunk/src/external/opcode/OPC_PlanesCollider.cpp opal/trunk/src/external/opcode/OPC_PlanesCollider.h opal/trunk/src/external/opcode/OPC_RayCollider.cpp opal/trunk/src/external/opcode/OPC_RayCollider.h opal/trunk/src/external/opcode/OPC_SphereCollider.cpp opal/trunk/src/external/opcode/OPC_TreeBuilders.cpp opal/trunk/src/external/opcode/OPC_TreeBuilders.h opal/trunk/src/external/opcode/OPC_TreeCollider.cpp opal/trunk/src/external/opcode/Opcode.cpp opal/trunk/src/external/opcode/Opcode.h Added Paths: ----------- opal/trunk/src/external/ode/include/ode/odeconfig.h opal/trunk/src/external/ode/include/ode/odeinit.h opal/trunk/src/external/ode/src/collision_sapspace.cpp opal/trunk/src/external/ode/src/collision_trimesh_colliders.h opal/trunk/src/external/ode/src/collision_trimesh_disabled.cpp opal/trunk/src/external/ode/src/config.h opal/trunk/src/external/ode/src/joints/ opal/trunk/src/external/ode/src/joints/SConscript opal/trunk/src/external/ode/src/joints/amotor.cpp opal/trunk/src/external/ode/src/joints/amotor.h opal/trunk/src/external/ode/src/joints/ball.cpp opal/trunk/src/external/ode/src/joints/ball.h opal/trunk/src/external/ode/src/joints/contact.cpp opal/trunk/src/external/ode/src/joints/contact.h opal/trunk/src/external/ode/src/joints/fixed.cpp opal/trunk/src/external/ode/src/joints/fixed.h opal/trunk/src/external/ode/src/joints/hinge.cpp opal/trunk/src/external/ode/src/joints/hinge.h opal/trunk/src/external/ode/src/joints/hinge2.cpp opal/trunk/src/external/ode/src/joints/hinge2.h opal/trunk/src/external/ode/src/joints/joint.cpp opal/trunk/src/external/ode/src/joints/joint.h opal/trunk/src/external/ode/src/joints/joint_internal.h opal/trunk/src/external/ode/src/joints/joints.h opal/trunk/src/external/ode/src/joints/lmotor.cpp opal/trunk/src/external/ode/src/joints/lmotor.h opal/trunk/src/external/ode/src/joints/null.cpp opal/trunk/src/external/ode/src/joints/null.h opal/trunk/src/external/ode/src/joints/piston.cpp opal/trunk/src/external/ode/src/joints/piston.h opal/trunk/src/external/ode/src/joints/plane2d.cpp opal/trunk/src/external/ode/src/joints/plane2d.h opal/trunk/src/external/ode/src/joints/pr.cpp opal/trunk/src/external/ode/src/joints/pr.h opal/trunk/src/external/ode/src/joints/pu.cpp opal/trunk/src/external/ode/src/joints/pu.h opal/trunk/src/external/ode/src/joints/slider.cpp opal/trunk/src/external/ode/src/joints/slider.h opal/trunk/src/external/ode/src/joints/universal.cpp opal/trunk/src/external/ode/src/joints/universal.h opal/trunk/src/external/ode/src/odeinit.cpp opal/trunk/src/external/ode/src/odeou.cpp opal/trunk/src/external/ode/src/odeou.h opal/trunk/src/external/ode/src/odetls.cpp opal/trunk/src/external/ode/src/odetls.h opal/trunk/src/external/opcode/OPC_ThreadLocalData.cpp opal/trunk/src/external/opcode/OPC_ThreadLocalData.h Removed Paths: ------------- opal/trunk/src/external/ode/include/ode/config.h opal/trunk/src/external/ode/src/joint.cpp opal/trunk/src/external/ode/src/joint.h opal/trunk/src/external/ode/src/stack.h opal/trunk/src/external/opcode/StdAfx.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <tyl...@us...> - 2009-04-21 22:24:43
|
Revision: 462 http://opal.svn.sourceforge.net/opal/?rev=462&view=rev Author: tylerstreeter Date: 2009-04-21 22:24:38 +0000 (Tue, 21 Apr 2009) Log Message: ----------- Changed the camera control in engine3d. Now there are 2 separate mouse-based control modes for view rotation and object grabbing. Modified Paths: -------------- opal/trunk/engine3d/src/Camera.cpp opal/trunk/engine3d/src/Camera.h opal/trunk/engine3d/src/Engine.cpp opal/trunk/engine3d/src/Engine.h opal/trunk/samples/data/materials/basic.material opal/trunk/samples/data/overlays/general.overlay Added Paths: ----------- opal/trunk/samples/data/materials/gui.material opal/trunk/samples/data/textures/cursor.png Removed Paths: ------------- opal/trunk/samples/data/textures/crosshair.png This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <tyl...@us...> - 2009-04-22 15:24:29
|
Revision: 463 http://opal.svn.sourceforge.net/opal/?rev=463&view=rev Author: tylerstreeter Date: 2009-04-22 15:24:26 +0000 (Wed, 22 Apr 2009) Log Message: ----------- Fixed problems in engine3d regarding exclusive window control. (Now it is possible to alt-tab away from the Ogre window and come back.) Modified Paths: -------------- opal/trunk/engine3d/readme.txt opal/trunk/engine3d/src/Camera.cpp opal/trunk/engine3d/src/Camera.h opal/trunk/engine3d/src/Engine.cpp opal/trunk/engine3d/src/Engine.h opal/trunk/samples/bin/ogre_plugins_unix.cfg opal/trunk/samples/bin/ogre_plugins_unix_d.cfg opal/trunk/samples/bin/ogre_plugins_win32.cfg opal/trunk/samples/bin/ogre_plugins_win32_d.cfg opal/trunk/samples/playpen/main.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <tyl...@us...> - 2009-04-27 01:04:28
|
Revision: 465 http://opal.svn.sourceforge.net/opal/?rev=465&view=rev Author: tylerstreeter Date: 2009-04-27 01:04:21 +0000 (Mon, 27 Apr 2009) Log Message: ----------- Fixed compilation issues with engine3d on mac. (The playpen app (which uses engine3d) compiles and runs on mac, but the window is unresponsive...) Modified Paths: -------------- opal/trunk/engine3d/SConstruct opal/trunk/engine3d/src/AudioManager.cpp opal/trunk/engine3d/src/Engine.cpp opal/trunk/engine3d/src/PhysicalEntity.cpp opal/trunk/engine3d/src/PhysicalEntity.h opal/trunk/samples/bin/ogre_plugins_unix.cfg opal/trunk/samples/bin/ogre_plugins_unix_d.cfg opal/trunk/samples/playpen/SConstruct This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <tyl...@us...> - 2009-04-27 02:10:08
|
Revision: 466 http://opal.svn.sourceforge.net/opal/?rev=466&view=rev Author: tylerstreeter Date: 2009-04-27 02:10:00 +0000 (Mon, 27 Apr 2009) Log Message: ----------- Cleaned up the initial terminal output (coming from ogre initialization) in engine3d. Modified Paths: -------------- opal/trunk/engine3d/readme.txt opal/trunk/engine3d/src/AudioManager.cpp opal/trunk/engine3d/src/Engine.cpp opal/trunk/engine3d/src/Engine.h opal/trunk/samples/bin/ogre_plugins_unix.cfg opal/trunk/samples/bin/ogre_plugins_unix_d.cfg opal/trunk/samples/bin/ogre_plugins_win32.cfg opal/trunk/samples/bin/ogre_plugins_win32_d.cfg This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <tyl...@us...> - 2009-04-27 22:07:11
|
Revision: 467 http://opal.svn.sourceforge.net/opal/?rev=467&view=rev Author: tylerstreeter Date: 2009-04-27 22:07:01 +0000 (Mon, 27 Apr 2009) Log Message: ----------- Fixed a problem in engin3d where Ogre scene nodes were not always getting updated in their opal solids fell asleep. Also made a few cosmetic changes to opal::Simulator and opal::Solid. Modified Paths: -------------- opal/trunk/engine3d/src/AudioManager.cpp opal/trunk/engine3d/src/Camera.cpp opal/trunk/engine3d/src/Engine.cpp opal/trunk/engine3d/src/PhysicalEntity.cpp opal/trunk/engine3d/src/Timer.cpp opal/trunk/src/MovementEventHandler.h opal/trunk/src/Simulator.cpp opal/trunk/src/Simulator.h opal/trunk/src/Solid.cpp opal/trunk/src/Solid.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <tyl...@us...> - 2009-05-12 04:12:52
|
Revision: 470 http://opal.svn.sourceforge.net/opal/?rev=470&view=rev Author: tylerstreeter Date: 2009-05-12 04:12:51 +0000 (Tue, 12 May 2009) Log Message: ----------- Made a few cosmetic changes. Modified Paths: -------------- opal/trunk/engine3d/src/Engine.cpp opal/trunk/src/Simulator.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <tyl...@us...> - 2009-07-27 17:10:23
|
Revision: 473 http://opal.svn.sourceforge.net/opal/?rev=473&view=rev Author: tylerstreeter Date: 2009-07-27 17:10:12 +0000 (Mon, 27 Jul 2009) Log Message: ----------- Fixed a few problems running engine3d-based apps on mac. Modified Paths: -------------- opal/trunk/engine3d/src/Engine.cpp Added Paths: ----------- opal/trunk/samples/bin/Contents/ opal/trunk/samples/bin/Contents/readme.txt opal/trunk/samples/bin/ogre_plugins.cfg opal/trunk/samples/bin/ogre_plugins_d.cfg Removed Paths: ------------- opal/trunk/samples/bin/ogre_plugins_unix.cfg opal/trunk/samples/bin/ogre_plugins_unix_d.cfg opal/trunk/samples/bin/ogre_plugins_win32.cfg opal/trunk/samples/bin/ogre_plugins_win32_d.cfg This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <tyl...@us...> - 2009-12-05 22:05:03
|
Revision: 478 http://opal.svn.sourceforge.net/opal/?rev=478&view=rev Author: tylerstreeter Date: 2009-12-05 22:04:55 +0000 (Sat, 05 Dec 2009) Log Message: ----------- Minor changes to vc project files. Modified Paths: -------------- opal/trunk/build_scripts/vc9/opal-ode.vcproj 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-12-22 09:13:59
|
Revision: 480 http://opal.svn.sourceforge.net/opal/?rev=480&view=rev Author: tylerstreeter Date: 2009-12-22 09:13:52 +0000 (Tue, 22 Dec 2009) Log Message: ----------- Changed scons scripts to default to 32-bit output on mac. Modified Paths: -------------- opal/trunk/SConstruct opal/trunk/engine3d/SConstruct This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <tyl...@us...> - 2010-06-11 19:24:43
|
Revision: 481 http://opal.svn.sourceforge.net/opal/?rev=481&view=rev Author: tylerstreeter Date: 2010-06-11 19:24:37 +0000 (Fri, 11 Jun 2010) Log Message: ----------- Changed the Simulator's dt parameter and internal time buffer to use doubles. This prevents ignoring very small dt values provided by the application. Also fixed a bug in the engine3d update step where time was being lost due to resetting the internal clock. Modified Paths: -------------- opal/trunk/engine3d/src/Engine.cpp opal/trunk/engine3d/src/Engine.h opal/trunk/src/Simulator.cpp 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...> - 2010-06-12 19:17:34
|
Revision: 483 http://opal.svn.sourceforge.net/opal/?rev=483&view=rev Author: tylerstreeter Date: 2010-06-12 19:17:28 +0000 (Sat, 12 Jun 2010) Log Message: ----------- Added vc10 project files (visual c++ 2010). Modified Paths: -------------- opal/trunk/engine3d/readme.txt opal/trunk/samples/playpen/main.cpp opal/trunk/src/unit-tests/testSolid.cpp Added Paths: ----------- opal/trunk/build_scripts/vc10/ opal/trunk/build_scripts/vc10/opal-ode.vcxproj opal/trunk/build_scripts/vc10/opal-ode.vcxproj.filters opal/trunk/build_scripts/vc10/opal.sln opal/trunk/build_scripts/vc10/unit-tests.vcxproj opal/trunk/build_scripts/vc10/unit-tests.vcxproj.filters opal/trunk/engine3d/vc10/ opal/trunk/engine3d/vc10/engine3d.sln opal/trunk/engine3d/vc10/engine3d.vcxproj opal/trunk/samples/playpen/vc10/ opal/trunk/samples/playpen/vc10/playpen.sln opal/trunk/samples/playpen/vc10/playpen.vcxproj This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <tyl...@us...> - 2010-06-13 17:56:46
|
Revision: 484 http://opal.svn.sourceforge.net/opal/?rev=484&view=rev Author: tylerstreeter Date: 2010-06-13 17:56:40 +0000 (Sun, 13 Jun 2010) Log Message: ----------- Updated the included ODE source from version 0.9 to 0.11.1. Modified Paths: -------------- opal/trunk/build_scripts/vc10/opal-ode.vcxproj opal/trunk/build_scripts/vc10/opal-ode.vcxproj.filters opal/trunk/src/external/ode/include/ode/collision_space.h opal/trunk/src/external/ode/include/ode/common.h opal/trunk/src/external/ode/include/ode/odecpp_collision.h opal/trunk/src/external/ode/include/ode/odeinit.h opal/trunk/src/external/ode/include/ode/odemath.h 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_kernel.h opal/trunk/src/external/ode/src/collision_sapspace.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_disabled.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_trimesh_trimesh_new.cpp opal/trunk/src/external/ode/src/config.h opal/trunk/src/external/ode/src/convex.cpp opal/trunk/src/external/ode/src/heightfield.cpp opal/trunk/src/external/ode/src/heightfield.h opal/trunk/src/external/ode/src/ode.cpp opal/trunk/src/external/ode/src/odeinit.cpp opal/trunk/src/external/ode/src/odetls.cpp opal/trunk/src/external/ode/src/odetls.h 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/ode/src/timer.cpp opal/trunk/src/external/opcode/Opcode.cpp opal/trunk/src/external/opcode/Opcode.h opal/trunk/src/external/readme.txt Removed Paths: ------------- opal/trunk/src/external/opcode/OPC_BoxPruning.cpp opal/trunk/src/external/opcode/OPC_BoxPruning.h opal/trunk/src/external/opcode/OPC_SweepAndPrune.cpp opal/trunk/src/external/opcode/OPC_SweepAndPrune.h opal/trunk/src/external/opcode/OPC_ThreadLocalData.cpp opal/trunk/src/external/opcode/OPC_ThreadLocalData.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <tyl...@us...> - 2010-06-17 06:34:20
|
Revision: 489 http://opal.svn.sourceforge.net/opal/?rev=489&view=rev Author: tylerstreeter Date: 2010-06-17 06:34:14 +0000 (Thu, 17 Jun 2010) Log Message: ----------- In the engine3d code, improved max simulation mode and added on-screen text showing the current simulation speed (when not 1x real-time). Modified Paths: -------------- opal/trunk/engine3d/src/Engine.cpp opal/trunk/engine3d/src/Engine.h opal/trunk/samples/data/overlays/general.overlay This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <tyl...@us...> - 2010-06-18 22:40:45
|
Revision: 491 http://opal.svn.sourceforge.net/opal/?rev=491&view=rev Author: tylerstreeter Date: 2010-06-18 22:40:39 +0000 (Fri, 18 Jun 2010) Log Message: ----------- Simplified the engine3d required ogre resources by putting them into a single zip file. Modified Paths: -------------- opal/trunk/engine3d/readme.txt opal/trunk/engine3d/src/AudioManager.cpp opal/trunk/engine3d/src/Engine.cpp opal/trunk/engine3d/src/Engine.h opal/trunk/samples/bin/ogre_resources.cfg opal/trunk/samples/playpen/main.cpp Added Paths: ----------- opal/trunk/samples/bin/data/ opal/trunk/samples/bin/data/blueprints/ opal/trunk/samples/bin/data/blueprints/playpen_arena.xml opal/trunk/samples/bin/data/blueprints/ragdoll.xml opal/trunk/samples/bin/data/engine3d-data.zip opal/trunk/samples/bin/data/materials/ opal/trunk/samples/bin/data/materials/plastic.material opal/trunk/samples/bin/data/materials/skyboxes.material opal/trunk/samples/bin/data/materials/textured.material opal/trunk/samples/bin/data/meshes/ opal/trunk/samples/bin/data/meshes/knot.mesh opal/trunk/samples/bin/data/meshes/log.mesh opal/trunk/samples/bin/data/sounds/ opal/trunk/samples/bin/data/sounds/collision.wav opal/trunk/samples/bin/data/textures/ opal/trunk/samples/bin/data/textures/RustedMetal.jpg opal/trunk/samples/bin/data/textures/clouds.jpg opal/trunk/samples/bin/data/textures/wood.jpg Removed Paths: ------------- opal/trunk/samples/data/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <tyl...@us...> - 2010-06-21 06:34:24
|
Revision: 492 http://opal.svn.sourceforge.net/opal/?rev=492&view=rev Author: tylerstreeter Date: 2010-06-21 06:34:18 +0000 (Mon, 21 Jun 2010) Log Message: ----------- Cleaned up the xml file loading API. In the past we have let the user allocate their own Blueprints and BlueprintInstances; however, this (infrequently) causes heap corruption. Now we just dynamically allocate these internally and give the user a pointer, just like everything else (how it should have been from the start). Simplified BlueprintManager by making it just a set of static functions. Modified Paths: -------------- opal/trunk/engine3d/src/AudioManager.cpp opal/trunk/engine3d/src/AudioManager.h opal/trunk/engine3d/src/Camera.cpp opal/trunk/engine3d/src/Engine.cpp opal/trunk/engine3d/src/Engine.h opal/trunk/samples/playpen/main.cpp 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/ODESimulator.cpp opal/trunk/src/ODESimulator.h opal/trunk/src/Simulator.cpp opal/trunk/src/Simulator.h opal/trunk/src/opal.h opal/trunk/src/unit-tests/testBlueprint.cpp opal/trunk/src/unit-tests/testSimulator.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <tyl...@us...> - 2011-07-22 19:28:51
|
Revision: 496 http://opal.svn.sourceforge.net/opal/?rev=496&view=rev Author: tylerstreeter Date: 2011-07-22 19:28:45 +0000 (Fri, 22 Jul 2011) Log Message: ----------- Updated SCons files to build fat binaries on mac (32/64 bit). Also updated engine3d SCons file to use OIS 1.3 (which now requires the Carbon *and* Cocoa frameworks). Modified Paths: -------------- opal/trunk/SConstruct opal/trunk/engine3d/SConstruct opal/trunk/engine3d/src/Engine.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |