opal-commits Mailing List for Open Physics Abstraction Layer
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...> - 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. |
From: <tyl...@us...> - 2010-06-23 16:33:37
|
Revision: 495 http://opal.svn.sourceforge.net/opal/?rev=495&view=rev Author: tylerstreeter Date: 2010-06-23 16:33:30 +0000 (Wed, 23 Jun 2010) Log Message: ----------- In engine3d code, improved the header include structure. Modified Paths: -------------- opal/trunk/engine3d/src/Engine.cpp opal/trunk/engine3d/src/Engine.h opal/trunk/engine3d/src/engine3d.h opal/trunk/engine3d/vc10/engine3d.vcxproj Added Paths: ----------- opal/trunk/engine3d/src/PreDrawListener.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <tyl...@us...> - 2010-06-21 21:46:40
|
Revision: 494 http://opal.svn.sourceforge.net/opal/?rev=494&view=rev Author: tylerstreeter Date: 2010-06-21 21:46:34 +0000 (Mon, 21 Jun 2010) Log Message: ----------- Added pre-draw listeners to engine3d. Modified Paths: -------------- opal/trunk/engine3d/src/Engine.cpp opal/trunk/engine3d/src/Engine.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <tyl...@us...> - 2010-06-21 20:48:03
|
Revision: 493 http://opal.svn.sourceforge.net/opal/?rev=493&view=rev Author: tylerstreeter Date: 2010-06-21 20:47:57 +0000 (Mon, 21 Jun 2010) Log Message: ----------- Changed keyboard inputs in engine3d. Modified Paths: -------------- opal/trunk/engine3d/src/Engine.cpp opal/trunk/engine3d/src/Engine.h 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...> - 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-18 20:48:00
|
Revision: 490 http://opal.svn.sourceforge.net/opal/?rev=490&view=rev Author: tylerstreeter Date: 2010-06-18 20:47:51 +0000 (Fri, 18 Jun 2010) Log Message: ----------- Fixed a crashing problem in engine3d when sound files are not found. Modified Paths: -------------- opal/trunk/engine3d/src/AudioManager.cpp opal/trunk/engine3d/src/AudioManager.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-16 01:58:14
|
Revision: 488 http://opal.svn.sourceforge.net/opal/?rev=488&view=rev Author: tylerstreeter Date: 2010-06-16 01:58:08 +0000 (Wed, 16 Jun 2010) Log Message: ----------- Improved the engine3d simulation update mode for simulating at max speed. Now it measures the actual elapsed time per simulation step and intelligently chooses the number of steps to simulate while staying within a pre-defined time budget. Modified Paths: -------------- opal/trunk/engine3d/src/Engine.cpp opal/trunk/engine3d/src/Engine.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <tyl...@us...> - 2010-06-16 01:56:45
|
Revision: 487 http://opal.svn.sourceforge.net/opal/?rev=487&view=rev Author: tylerstreeter Date: 2010-06-16 01:56:39 +0000 (Wed, 16 Jun 2010) Log Message: ----------- Changed Simulator::simulate to return the number of simulation steps actually performed. (This replaces a similar boolean return value which indicated whether >= 1 steps were performed.) Modified Paths: -------------- 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-15 16:08:54
|
Revision: 486 http://opal.svn.sourceforge.net/opal/?rev=486&view=rev Author: tylerstreeter Date: 2010-06-15 16:08:48 +0000 (Tue, 15 Jun 2010) Log Message: ----------- Minor updates to sample apps. Modified Paths: -------------- opal/trunk/samples/bin/Contents/readme.txt opal/trunk/samples/bin/ogre_plugins.cfg opal/trunk/samples/bin/ogre_plugins_d.cfg opal/trunk/samples/playpen/SConstruct Added Paths: ----------- opal/trunk/samples/bin/Contents/Plugins/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <tyl...@us...> - 2010-06-15 16:00:44
|
Revision: 485 http://opal.svn.sourceforge.net/opal/?rev=485&view=rev Author: tylerstreeter Date: 2010-06-15 16:00:38 +0000 (Tue, 15 Jun 2010) Log Message: ----------- Fixed engine3d crashing when the audio system fails to load. Modified Paths: -------------- opal/trunk/engine3d/src/AudioManager.cpp 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-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-11 19:32:06
|
Revision: 482 http://opal.svn.sourceforge.net/opal/?rev=482&view=rev Author: tylerstreeter Date: 2010-06-11 19:32:00 +0000 (Fri, 11 Jun 2010) Log Message: ----------- Fixed a comment in engine3d regarding the duration of the internal timer. Modified Paths: -------------- opal/trunk/engine3d/src/Engine.cpp 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...> - 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...> - 2009-12-06 00:49:08
|
Revision: 479 http://opal.svn.sourceforge.net/opal/?rev=479&view=rev Author: tylerstreeter Date: 2009-12-06 00:48:58 +0000 (Sun, 06 Dec 2009) Log Message: ----------- Minor changes to vc project files. Modified Paths: -------------- 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-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-09-30 22:38:27
|
Revision: 477 http://opal.svn.sourceforge.net/opal/?rev=477&view=rev Author: tylerstreeter Date: 2009-09-30 22:38:15 +0000 (Wed, 30 Sep 2009) Log Message: ----------- In engine3d, added a way to manually sync Ogre scene nodes (from Opal solid transforms), which is needed for render-to-texture operations within a physics post-step callback. Modified Paths: -------------- opal/trunk/engine3d/src/Engine.cpp opal/trunk/engine3d/src/Engine.h opal/trunk/engine3d/src/PhysicalEntity.cpp opal/trunk/engine3d/src/PhysicalEntity.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <tyl...@us...> - 2009-09-30 18:05:24
|
Revision: 476 http://opal.svn.sourceforge.net/opal/?rev=476&view=rev Author: tylerstreeter Date: 2009-09-30 18:05:15 +0000 (Wed, 30 Sep 2009) Log Message: ----------- In engine3d, replaced home-made Timer class w/ Ogre::Timer (essentially the same, but probably better reviewed by others). Also changed all time-based variables to doubles instead of Ogre::Reals. 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/engine3d/src/PhysicalEntity.cpp opal/trunk/engine3d/src/PhysicalEntity.h opal/trunk/engine3d/vc9/engine3d.vcproj Removed Paths: ------------- opal/trunk/engine3d/src/Timer.cpp opal/trunk/engine3d/src/Timer.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <tyl...@us...> - 2009-09-29 15:09:48
|
Revision: 475 http://opal.svn.sourceforge.net/opal/?rev=475&view=rev Author: tylerstreeter Date: 2009-09-29 15:09:39 +0000 (Tue, 29 Sep 2009) Log Message: ----------- In engine3d, added keyboard-based view rotation (useful for when no mouse is available... laptop trackpads are difficult to right-click + scroll). Modified Paths: -------------- opal/trunk/engine3d/src/Engine.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <tyl...@us...> - 2009-08-12 16:50:24
|
Revision: 474 http://opal.svn.sourceforge.net/opal/?rev=474&view=rev Author: tylerstreeter Date: 2009-08-12 16:50:08 +0000 (Wed, 12 Aug 2009) Log Message: ----------- Fixed a bug in engine3d where it wouldn't find the right ogre plugins file in debug mode. Modified Paths: -------------- opal/trunk/engine3d/src/Engine.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-06-24 19:11:24
|
Revision: 472 http://opal.svn.sourceforge.net/opal/?rev=472&view=rev Author: tylerstreeter Date: 2009-06-24 19:11:23 +0000 (Wed, 24 Jun 2009) Log Message: ----------- Fixed some crashing problems in engine3d code when the audio system cannot find an audio device. Modified Paths: -------------- opal/trunk/engine3d/src/AudioManager.cpp opal/trunk/engine3d/src/AudioManager.h opal/trunk/engine3d/src/Engine.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |