aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Clean up logging calls using String.Format explicitlyJeff Ames2008-02-104-12/+12
|
* * Adds Top Shear support to the Meshmerizer for the Cube prim and the ↵Teravus Ovares2008-02-094-2/+87
| | | | Cylinder prim.
* * Tweaked timing of rapid mesh requests. Helps a race condition.Teravus Ovares2008-02-091-2/+13
|
* * Fixed a situation in ODE where it didn't call the mesher on a cube when ↵Teravus Ovares2008-02-081-0/+3
| | | | you tapered if you didn't have a cut or a hollow.
* * Added Taper support to the Meshmerizer for Cube and Cylinder.Teravus Ovares2008-02-083-14/+83
| | | | | | * Removed the hull verbosity
* * Finished Cylinder in the Meshmerizer. Hollow and Path cut work for it now. ↵Teravus Ovares2008-02-081-42/+44
| | | | Enjoy the new physics-friendly prim type.
* * Removed a statement that crashes the Meshmerizer if you don't have a ↵Teravus Ovares2008-02-081-1/+1
| | | | specific /dev/ folder
* * Okay, fixed the path cut offset, however the inner wall isn't properly ↵Teravus Ovares2008-02-081-2/+2
| | | | 'cut' from the hull, so slightly better support, but still limited.
* * This update adds limited support for Cylinder meshed prim in the ↵Teravus Ovares2008-02-083-1/+312
| | | | Meshmerizer plugin. (Limited because path cut is wrongly offset and while Hollowing works, you can walk through the inside wall.)
* Converted logging to use log4net.Jeff Ames2008-02-0511-76/+82
| | | | | | Changed LogBase to ConsoleBase, which handles console I/O. This is mostly an in-place conversion, so lots of refactoring can still be done.
* * ODE:Fix copy and paste bug in space calculation limitsTeravus Ovares2008-02-011-11/+7
|
* Temporary try catch around calculateSpaceForGeom() , to see if it gets past ↵MW2008-02-011-3/+10
| | | | mantis issue #435 (for now)
* * Committing random physics stuff to the SVN for use laterTeravus Ovares2008-02-011-0/+86
|
* * Added more supported feature to particlesystems. While this appears to ↵Teravus Ovares2008-02-011-1/+1
| | | | | | | | have a libsl update... it's really a fix to the libsl version we're already using because of a bug in the particlesystem implementation * Added two new simstat counters in the simstat enum for the RCCS. (I'll find something cool to put in them) * fixed a time waster in ODEPlugin.cs
* Updating ODE.NET as the version I used possibly caused the slowness.Teravus Ovares2008-01-301-0/+2
|
* * See if this helps Nebadon. Teravus Ovares2008-01-301-8/+3
|
* * This update restores *nix supportTeravus Ovares2008-01-301-1/+8
| | | | | * This stability optimization is disabled on Apple Computers until the .dylib library is updated.
* * Experimental ODE Update to make ODE more stableTeravus Ovares2008-01-303-4/+50
| | | | | * WARNING: This update will break *nix support. Will be restored in the next revision
* * Implemented grab and throw in ODE. It's a little strong still so toss ↵Teravus Ovares2008-01-297-0/+100
| | | | gently at first to test the waters or you'll lose prim to the pit at the edge of the sim. Make sure the object is physical before trying to toss it or it'll just move to the new location.
* * Commenting out the 'collision notifications' on BulletX, as there hasn't ↵Teravus Ovares2008-01-291-2/+2
| | | | been an update on bullet in a while and the console notifications consume the entire CPU to make bullet completely unusable.
* * This fixes the stair issue that Sdague reported on *nix. Be aware that if ↵Teravus Ovares2008-01-291-2/+11
| | | | you cross a border into a region, the new region doesn't know your height and therefore you're about a meter off the ground. If the region doesn't know your height, you won't be able to climb steps. If you're in that state, edit your appearance and the region will learn your height and you will again be able to climb steps.
* * ODE Going to Time Step 0.020 = (1000\20) - ((1000\20) * .09) = ~45 pfps Teravus Ovares2008-01-281-1/+1
|
* * Mostly ODE update. Things are a bit more behaved then the last ↵Teravus Ovares2008-01-282-11/+38
| | | | experimental update.
* * Highly experimental ODE_STEPSIZE = 0.025f - 1000 / 25 = 40fps - 10 ↵Teravus Ovares2008-01-272-12/+13
| | | | | | | | substeps with fallback to 5 substeps when things get slow * Just to give you an idea of the difference .. previous ODE_STEPSIZE was 0.005f - 1000/5 = 200fps - 10 substeps with fallback to 5 substeps when things get slow * *nix avatar may fall over again, *sorry*
* * Shifted strategy of detecting specific *nix distributions to detecting *nix. Teravus Ovares2008-01-261-2/+2
| | | | | * Let me know if all your avatar are standup.
* * Changing && to || as suggested by dirk and ChrisD, also looks sensible to meJustin Clarke Casey2008-01-251-2/+2
| | | | | | * Please revert if this is wrong, Teravus
* * Added Ubuntu to the OS detection routine. This seems to have helped on ↵Teravus Ovares2008-01-241-1/+1
| | | | Debian.
* * This update updates ODE to again use the AMotor to keep the avatar upright ↵Teravus Ovares2008-01-231-26/+38
| | | | instead of the 'avatar wobble' This also uses a hack to detect debian and change the force applied by the AMotor to a different value for Debian. The intent of this all is to get the avatar to stand up in Debian with the AMotor.
* * When Scene loads, added a platform string print out for testing purposes. ↵Teravus Ovares2008-01-231-1/+1
| | | | Anyone on Debian want to run this revision and send me back the two platform lines? It would be helpful.
* Giving Mantis 393 a shot (not enough info to really know for sure though).Teravus Ovares2008-01-221-2/+18
|
* * Announcing the alternative prim early adoption program.. Adding regular ↵Teravus Ovares2008-01-192-5/+90
| | | | | | | spheres to the physical prim mix. * Be advised.. these are not ellipsoids.. these are spheres.
* * Return of the avatar wobble.Teravus Ovares2008-01-181-35/+43
|
* * Physics update to perhaps help people who have capsules that have capsizedTeravus Ovares2008-01-181-1/+1
|
* * Friction reduction update. Teravus Ovares2008-01-181-3/+3
| | | | | * It's a known fact that the greater the friction the more computationally intensive a physics simulation with it is....
* * ODE Physics update. fixed weird rotation of the avatar surrogate.Teravus Ovares2008-01-182-26/+43
| | | | | | | | * Set the avatar's radius to 0.37m, I think this gives the *best* balance between spaces the avatar can fit, and the ability to climb steps * Fixed a few things * Tweaked some more * Played with gravity (-9.8m/s)
* * Added llApplyImpulse in the global frame. The object must be physical ↵Teravus Ovares2008-01-171-0/+31
| | | | before this'll do anything. Be careful with this function as it's easy to loose prim.
* * Mother of all commits:Adam Frisby2008-01-153-3/+3
| | | | | | | * Cleaned up copyright notices in AssemblyInfo.cs's * Added Copyright headers to a bunch of files missing them * Replaced several common string instances with a static constant to prevent reallocation of the same strings thousands of times. "" -> String.Empty is the first such candidate.
* * First pass at collidable linksetsTeravus Ovares2008-01-141-1/+3
| | | | | | | | | * There will be bugs, you can count on that. To avoid them, set the linksets phantom * After region restart, the linksets restore in a non collidable state. * Linksets can but shouldn't be made physical with the physical checkbox or when you unlink them, they tend to explode. * After creating a linkset, you have to move the linkset or set it phantom and not phantom for it to become collidable. * There's a few ParentGroup references that need to be refactored.
* * HeightField handling update in ODE. Should improve the terrain pits. So ↵Teravus Ovares2008-01-131-7/+118
| | | | | | | far, only windows lib updated. Need to do the Linux version. * Update also checked into opensim-libs
* * Removed a debug message that I left in there....Teravus Ovares2008-01-131-1/+1
|
* * Fixed an overflow in the land managerTeravus Ovares2008-01-132-98/+369
| | | | | | | * Did some goofy math undoing in the Sim Stats Reporter * More reduction to the amount of calls per second to UnManaged ODE code * Added a significant amount of comments to ODE
* * Added some of the finer control points to POS such asTeravus Ovares2008-01-121-0/+7
| | | | | | | ** jumping ** crouching ** landing on prim
* *ech one thing didn't save from the last commitTeravus Ovares2008-01-121-2/+2
|
* * Fixed a waste of resources in ODE. Possibly a cause of thread leak.Teravus Ovares2008-01-051-2/+2
| | | | | * Border crossings within the same opensim instance seem better.
* * This update rolls back the packetpool and LibSL changes. Please retest ↵Teravus Ovares2007-12-302-17/+17
| | | | | | | and then patch these changes back in. Currently it's not quite ready for 0.5. The down side to this action, is that we loose some performance to the garbage collector for now. Given that the target date for 0.5 is *Two days* from now, I'm taking the initiative to work towards a real stable version. * This update also fixes scripting and some weird physics reactions
* * Added ability to create new prim on existing prim (rezzing prim from ↵Teravus Ovares2007-12-281-13/+4
| | | | | | | inventory on other prim coming soon). No more new prim buried in the ground by accident. * The prim are at the absolute position of the prim you rezzed it on top of + (0,0,0.5) for now.
* * Fixed Physical prim, various issues, viewer freezes, sim crashes, ODE ↵Teravus Ovares2007-12-271-6/+19
| | | | errors, etc.
* * Optimized usingslbsa712007-12-2726-773/+862
| | | | | | | * shortened references * Removed redundant 'this' * Normalized EOF
* * This update includes a wide range of changes to the ODEPlugin for avatar ↵Teravus Ovares2007-12-263-31/+66
| | | | | | | | | | movement, including: ** - avatar can navigate stairs better now ** - avatar can land without shooting into the air ** - excessive collisions with the ground are tempered somewhat and should only shoot the avatar up 20m instead of 200m ** - Try Catched a TextureDownloadModule.cs array out of bounds error with a report that causes it not to crash the sim, however it reports a few important items for tracking it down.
* * Coded around another Null packet sent by the packet poolTeravus Ovares2007-12-261-9/+27
| | | | | * Condensed 8 calls to unmanaged code in ODE down to 1