Log of /trunk
| Sticky Revision: |
Revision 18 - Directory Listing
Modified Thu Dec 3 22:48:17 2009 UTC (3 years, 6 months ago) by rknop
Patch to work with opensim trunk ca. 2009/12/03. * prebuild patch updated * Biggest change: Physics engines now use Vector3 instead of PhysicsVector. This was more than a search and replace, because Vector3 has a Multiply(Vector3, float) method, but *not* a Multiply(float, Vector3)... PhysicsVector had both. So I had to rearrange some products. Additionally, Vector3 is a struct whereas PhysicsVector was a class; it turns out that when you pass a struct in C#, it is passed by *value*, but a class is passed by *reference*. (I'm sure somebody thought that was a good idea.) So, a couple of functions (periodicBCs and one that moves characters around) had to be updated to deal with this. I've connected this to a grid for the first time, and am not sure that the boundary conditions are functioning quite as desired. I will continue to futz with it.
Revision 17 - Directory Listing
Modified Thu Sep 17 21:39:23 2009 UTC (3 years, 9 months ago) by rknop
Commented out the mass and position/velocity rescaling, as that was causing problems (race conditions that would mess up initial conditions, and sometimes shoot stars way the heck out to the edge of the sim). Added comments, some commented-out logging. It now works for N=2.
Revision 16 - Directory Listing
Modified Wed Sep 16 15:14:20 2009 UTC (3 years, 9 months ago) by rknop
(testing)
Revision 15 - Directory Listing
Modified Tue Sep 15 21:00:59 2009 UTC (3 years, 9 months ago) by rknop
* Did some reformatting (removing more tabs, replacing them with spaces, as that's the Morally Correct way, and also matches the OpenSim coding standards). * Added a bit of logging. * Added AddForce to NewtonPrim, so I could use llApplyImpulse in a script to set initial conditions (or otherwise kick stuff around) * Added a call to PhysicsActor.ReqeustPhysicsterseUpdate() in NewtonScene.Simulate(). Without that, the positions of the prims were not getting updated to the viewer-- the physics positions were being calculated and lost. As of Opensim-0.6.6, micasim works again. (I've only tested it with n=2.)
Revision 14 - Directory Listing
Modified Mon Sep 14 23:22:38 2009 UTC (3 years, 9 months ago) by rknop
Added "using OpenMetaverse;" at the top of NewtonScene.cs, as it's now needed for Quarternion. Also, replaced all tabs with 4 spaces so that indentation would be consistent regardless of whatever tab settings people have. (Insert rant about use of tabs in ASCII documents.)
Revision 13 - Directory Listing
Modified Fri May 1 09:12:30 2009 UTC (4 years, 1 month ago) by chi11ken
Minor: Update prebuild patch to r9362.
Revision 12 - Directory Listing
Modified Sat Mar 7 16:15:28 2009 UTC (4 years, 3 months ago) by chi11ken
Update to build against OpenSim r8728.
Revision 11 - Directory Listing
Modified Tue Jan 20 05:04:24 2009 UTC (4 years, 4 months ago) by chi11ken
Update to build against OpenSim r8087.
Revision 10 - Directory Listing
Modified Mon Dec 15 00:35:37 2008 UTC (4 years, 6 months ago) by chi11ken
Update to OpenSim r7720 physics API. Minor formatting cleanup.
Revision 9 - Directory Listing
Modified Tue Dec 9 12:24:15 2008 UTC (4 years, 6 months ago) by chi11ken
Updated to build against OpenSim r7646.
Revision 8 - Directory Listing
Modified Fri Oct 31 00:11:51 2008 UTC (4 years, 7 months ago) by chi11ken
Change prebuild modifications to use a patch, to make staying up to date a bit easier.
Revision 7 - Directory Listing
Modified Fri Jul 25 06:52:15 2008 UTC (4 years, 10 months ago) by adjohn
Changed border checking to fix error.
Revision 6 - Directory Listing
Modified Fri Jul 25 05:40:03 2008 UTC (4 years, 10 months ago) by adjohn
Changed the region bounds to see if it fixes a CTB
Revision 5 - Directory Listing
Modified Fri Jul 25 05:21:25 2008 UTC (4 years, 10 months ago) by adjohn
Minor cleanup, removed some log output, changed default algorithm to DKD
Revision 4 - Directory Listing
Modified Fri Jul 25 02:19:07 2008 UTC (4 years, 10 months ago) by adjohn
Updated INSTALL instructions
Revision 3 - Directory Listing
Modified Fri Jul 25 01:31:33 2008 UTC (4 years, 10 months ago) by chi11ken
Update char/prim properties to match OpenSim interface as of r5618.
Revision 2 - Directory Listing
Modified Fri Jul 25 01:14:55 2008 UTC (4 years, 10 months ago) by adjohn
Initial checkin moved from googlecode project rev 13
Revision 1 - Directory Listing
Added Fri Jul 25 01:00:04 2008 UTC (4 years, 10 months ago) by root
Initial Repository Skeleton
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |

