aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-05-25* Adds Top Colliders when using ODE. Access it from the estate tools/debug tab.Teravus Ovares1-0/+30
2008-05-18Formatting cleanup, minor refactoring. Fixed some comparisons of value ↵Jeff Ames1-53/+46
types and null.
2008-05-16* This finishes the ODE options section of the OpenSim.ini.example. I've ↵Teravus Ovares1-3/+47
added 44 configurable options! * This includes if you want to mesh sculpties and the Level of detail on the sculptie meshing for non physical and a separate LOD on physical sculpties. * The options range from gravity.. to avatar movement speed, to friction management.. to object density.. to update throttling.
2008-05-16Formatting cleanup.Jeff Ames1-140/+68
2008-05-15* Adds various tweakable avatar control options to the OpenSim.ini.example.Teravus Ovares1-1/+46
2008-05-15* Added about half of the planned ODE physics options to OpenSim.ini.example.Teravus Ovares1-56/+128
* Some will do cool things, some will make your scene explode dramatically if you're not careful.
2008-05-15* Got rid of an old crufty sleep that was being called. Thanks for your ↵Teravus Ovares1-1/+1
support in load testing Adam's simulator was what pointed this old crufty sleep out. * Please, we need more load tests with profilers running. :D
2008-05-14* Refactored IConfigSource into Physics plug-ins and Scene. We can get rid ↵Teravus Ovares1-1/+5
of some of the parameters we pass to it's constructor now like, 'm_allowPhysicalPrim', 'seeIntoOtherRegions', etc.. so on * The main purpose of this is to provide configuration options for ODE and other physics plug-ins that are advanced enough to be able to be configured.
2008-05-14More formatting cleanup.Jeff Ames1-2/+2
2008-05-08* Removed ODELock message since it wasn't telling us anything important and ↵Teravus Ovares1-1/+1
people seemed to think it was the cause of their issues rather then a message to help locate a situation where physics stalls for a second and then kicks. * This was simply a message added when an avatar was added/removed from the scene.
2008-05-08* Reduced sleep durations in a number of files.Adam Frisby1-3/+0
2008-05-03* Committing some collision stuffs that I'm working on.Teravus Ovares1-81/+134
* Nothing user facing yet.
2008-05-01* ODE Tweak. See if this helps.Teravus Ovares1-71/+23
2008-04-21* Optimised using statements and namespace references across entire project ↵Adam Frisby1-7/+9
(this took a while to run).
2008-04-10* Made it safe again to use the restart button from the estate tools and the ↵Teravus Ovares1-4/+4
restart console command. * It looks ugly on the console.. but it's really safe.. and restores some memory.
2008-04-10* Adds twist support for Cubes, Cylinders, and Prisms in the MeshmerizerTeravus Ovares1-0/+3
* A tweak of the SimStatsReporter so it would report the prim capacity to be 45000.
2008-04-08* Adds poor support for ellipsis in the Meshmerizer. This will get better.. ↵Teravus Ovares1-1/+3
notice the huge nasty facets! Regular spheres still work as they did.
2008-04-06* Fixed up some documentationTeravus Ovares1-11/+11
* Should help the sinking feeling when new avatar arrive in the scene.
2008-04-02* Updating the version of the ODE library. (big update). The Mac library ↵Teravus Ovares1-2/+2
needs to be updated still. * Adding some XMPP stuff that's incomplete.
2008-03-25Comment out unused private methods.Jeff Ames1-6/+5
2008-03-21Comment out "m_randomizeWater" and "ms" until we use them later.Charles Krinke1-2/+4
2008-03-18Formatting cleanup.Jeff Ames1-26/+25
2008-03-14* Preliminary work with the ODEPlugin to collect collision data.Teravus Ovares1-5/+170
2008-03-10* Added ODEPlugin Support for llSetBuoyancy. Set Buoyancy to 1 for space prim.Teravus Ovares1-8/+120
* Added WaterLevel support to the ODEPlugin. More on this later.
2008-03-09* Fixed a few things and enabling Physical Prim border crossings again.Teravus Ovares1-57/+62
* Everyone try to push a physical prim across a region border now.
2008-03-09ODE PluginTeravus Ovares1-55/+74
* More cleanup * Less noise
2008-03-09* Fixed the Link + Duplicate + Unlink both = 'ODE Invalid Argument in ↵Teravus Ovares1-1/+7
Collision Space Crash' * Added: Console comment: [PHYSICS]: The scene reused a disposed PhysActor! *waves finger*, Don't be evil.
2008-03-09* Cleaned up some locking on the ODEPlugin to make it more developer friendlyTeravus Ovares1-415/+449
* Expect the occasional deadlock?
2008-03-05* Three more warnings are a-gone.Adam Frisby1-3/+0
2008-03-03* Applied patch 708 from devalnor. Thanks devalnor!Teravus Ovares1-70/+79
* ODE: Added support for larger box stacks. (they're slow, but they work) * ODEPlugin no longer tries to 'catch up' with the simulator frame rate if it gets behind. Catching up was causing a lot of problems with larger box stacks and other things that stall the simulator (like saving prim in the datastore)
2008-02-23* Added Support within the ODEPlugin for Selected. Which means that;Teravus Ovares1-0/+22
* When you select a physical prim, it stops while you've got it selected. * When you move or alter a prim in some manner, it doesn't become collidable until you de-select it * When you select a prim, it doesn't become temporarily 'phantom' until you make some change to it while it's selected. (this prevents accidental selections in prim floor from causing it to go phantom on you(but don't move it or you'll fall)) * There's one major difference, and that's a physical object won't stop if you don't have permission to edit it. This prevents people who don't have edit permissions on a prim from stopping it while it's moving.
2008-02-21* A few additional null checks in the Physics Scene and PhysicsActor so we ↵Teravus Ovares1-2/+4
don't try to enumerate dead null ODECharacter objects when things get *really* slow.
2008-02-20Minor cleanup.Jeff Ames1-23/+10
2008-02-19* This patch adds Prism support to the Meshmerizer. Prism is one of the ↵Teravus Ovares1-0/+3
object types in the drop down on the object tab. Positive tapers are slightly incorrect(prim sinks into ground a tiny bit). Everything else that's supported works as expected. Hollow, cut, negative tapers, top shear.
2008-02-18ODE: Tired of floating above the ground after crossing a border? Boy have I ↵Teravus Ovares1-2/+2
got a solution for you! For a limited time, you can be the right height after border crossings automatically. Just three easy payments of $9.95 and make sure your neighbor is sending child agent updates!
2008-02-17* Various ODE CleanupsTeravus Ovares1-42/+52
2008-02-17* Fixed the Ghost physical hull on deleting a physical Prim Teravus Ovares1-61/+75
* Fixed a deadlock when there is an exception in the collision and stepping parts of Simulate.
2008-02-15* ODE Stability update 4 :D Teravus Ovares1-86/+92
* Changed the way meshing requests get sent to the ODEPlugin * Numerous other fixes
2008-02-14* Made new Framework.Constants class, added RegionSize member.Adam Frisby1-4/+4
* Converted all instances of "256" spotted to use RegionSize instead. Some approximations used for border crossings (ie 255.9f) are still using that value, but should be updated to use something based on RegionSize. * Moving Terrain to a RegionModule, implemented ITerrainChannel and TerrainModule - nonfunctional, but will be soon.
2008-02-14* Removed the noise from the console. The last commit seems to have ↵Teravus Ovares1-1/+1
resolved the recent reports of 'argument not a space' on linux. Though, there were about 50 changes :D
2008-02-14* Another ODE Stability update. This might fix the recent Linux issues ↵Teravus Ovares1-54/+75
with the ODEPlugin.
2008-02-14* ODE - This fixes a few things and breaks a few more.Teravus Ovares1-18/+3
2008-02-14Cleaned up some typos.Jeff Ames1-1/+1
2008-02-14* Bigisn ODE Stability update 2Teravus Ovares1-17/+28
2008-02-13* Bigish ODE stability Update. Run PrebuildTeravus Ovares1-26/+70
2008-02-13* This fixes mantis 553 (It appears that the exception is thrown when there ↵Teravus Ovares1-2/+9
is a collision with a cylinder that is both hollowed and either tapered or cut. The sequence of actions that reproduce the problem for me are: create a cylinder, hollow to 95%, taper X/Y, then collide it with another object or avatar. Note that the cylinder itself is not marked physical. )
2008-02-13* Made physical prim stable enough for the general population to turn on. ↵Teravus Ovares1-6/+77
(though I still don't recommend it for welcome regions unless object build is off. * Updated the ode.dll for windows with a more reasonable stack space reserve. Linux users will need to type ulimit -s 262144 before starting up OpenSimulator if using Physical Prim to protect against stack collisions. or run the included ./bin/opensim-ode.sh to start up OpenSimulator in ODE mode. * Added internal collision score and am keeping track of 'high usage' prim. * Tweaked collisions some more * Tested up to 460 physical prim in extremely close quarters (which was previously impossible in OpenSim). After 460 in tight quarters, physics slows down enough to make it hard to do any moving, however.. non physics things still work, such as logging on to the simulator, etc.
2008-02-12* A bunch of updates to make things more smooth.Teravus Ovares1-2/+9
** Sending the actual TimeDilation to the client now instead of the 62455 constant. The client is *supposed* to use that value to sync with the simulator. (actually sending ushort.maxvalue * TimeDilation) ** Disabling prim that inter-penetrate instead of just not attaching a joint ** Reduced prim spin a 'little' bit, but not *enough* ** Tweaked the TimeDilation algorithm to be closer to 1.0 by default and various changes to the sim stats reporter ** Created a .SetValues method to PhysicsVector so we can simply call the setvalues function instead of .x, .y, .z sets. ** Experimented with a .GetBytes Method on PhysicsActor to be able to use the LLVector3.FromBytes() method. ** Upped the Inter-penetration depth to 0.25 instead of .08.
2008-02-12* This resolves the null exceptions when a script is manipulating a physical ↵Teravus Ovares1-1/+2
object in ODE and you delete the object. The script is still running and trying to add force, but the object reference is null.
2008-02-11* Added PhysicsScene.Dispose()Teravus Ovares1-0/+20
* In ODE, disposing of all of the ODE objects and the ODE World to reclaim memory when the simulator restarts.