aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/Manager/PhysicsScene.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2013-08-02BulletSim: add implementation of 'physSetLinksetType' and 'physGetLinksetType'Robert Adams1-1/+2
2013-07-23Revert "Revert "Add experimental stubs for an extension function interface on...Robert Adams1-0/+9
2013-07-22Revert "Add experimental stubs for an extension function interface on both"Robert Adams1-9/+0
2013-07-22Add experimental stubs for an extension function interface on bothRobert Adams1-0/+9
2013-02-07Add some more code from Avination. This changes physics actor stuff aroundMelanie1-0/+6
2013-02-02Correct spelling mistake in new RayFilterFlags, LSLPhanton -> LSLPhantomJustin Clark-Casey (justincc)1-2/+2
2013-01-23Add the Avination physics raycast glue so Core Physics can implement raycastMelanie1-0/+39
2013-01-11BulletSim: add osGetPhysicsEngineType() LSL function and updateRobert Adams1-2/+9
2012-10-18 missing changed fileUbitUmarov1-1/+1
2012-08-01Create the ability for physics modules to request assets on demand byMelanie1-0/+5
2012-05-31Add an optional mechanism for physics modules to collect and return arbitrary...Justin Clark-Casey (justincc)1-0/+14
2011-11-25remove some mono compiler warningsJustin Clark-Casey (justincc)1-1/+1
2011-11-22Comment out uncalled OdeScene.UnCombine()Justin Clark-Casey (justincc)1-8/+2
2011-10-18Store scene identifier passed in to OdeScene for later debug messagesJustin Clark-Casey (justincc)1-0/+5
2011-10-15refactor: make methods that do not need to be public in ODE private or intern...Justin Clark-Casey (justincc)1-1/+0
2011-10-14Extract NullPhysicsScene from PhysicsScene to improve code readabilityJustin Clark-Casey (justincc)1-88/+4
2011-10-13refactor: move 3x copy/pasted ode structure removal code in ODECharacter into...Justin Clark-Casey (justincc)1-1/+22
2011-08-01refactor: centralize prim geom removal code from four places to oneJustin Clark-Casey (justincc)1-0/+4
2011-07-20Removed unused AddPrimShape methods in PhysicsScene caused by merge conflictsDan Lake1-14/+0
2011-07-15Fix some local id issues in physics glueroot1-12/+7
2011-07-12Port implementation of llCastRay() from Aurora.Justin Clark-Casey (justincc)1-1/+23
2011-07-08minor: commented out log lines for future use and very small code tidyJustin Clark-Casey (justincc)1-1/+4
2011-06-15Add localID to physical object creation functions.Mic Bowman1-0/+15
2009-12-05* Adds Normal to the fields returned by the Physics RaycasterTeravus Ovares (Dan Olivares)1-2/+2
2009-10-27Move the calculation of time dilation from the scene to the physics engine. T...John Hurliman1-0/+5
2009-10-26Experimental change of PhysicsVector to Vector3. UntestedJohn Hurliman1-16/+16
2009-10-01Formatting cleanup.Jeff Ames1-2/+2
2009-09-02* One last attempt to get the bordercrossing/primcrossing/attachmentcrossing ...Teravus Ovares (Dan Olivares)1-0/+5
2009-08-18* Some Physics Scene Changes to prepare for larger regionsTeravus Ovares (Dan Olivares)1-1/+1
2009-08-15* part one of adding physics combiningTeravus Ovares (Dan Olivares)1-0/+10
2009-07-23Formatting cleanup.Jeff Ames1-1/+1
2009-07-19* Created a way that the OpenSimulator scene can ask the physics scene to do ...Teravus Ovares1-0/+36
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames1-1/+1
2009-02-15This started as way to correct Mantis #3158, which I believe should be fixed ...diva1-2/+2
2009-02-08Reverts patch from tuco/mikkopa/sempuki mantis #3072Teravus Ovares1-6/+0
2009-02-03Change access levels from private to protected to facilitateMike Mazur1-0/+6
2008-12-26* Applying Nlin's NINJA Joint patch. v2. Mantis# 2874Teravus Ovares1-0/+64
2008-11-12* refactor: as per a recent opensim-dev thread, rename InnerScene to SceneGra...Justin Clarke Casey1-1/+1
2008-09-06* This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares1-1/+1
2008-05-25* Adds Top Colliders when using ODE. Access it from the estate tools/debug tab.Teravus Ovares1-0/+9
2008-05-14* Refactored IConfigSource into Physics plug-ins and Scene. We can get rid of...Teravus Ovares1-2/+3
2008-04-21* Optimised using statements and namespace references across entire project (...Adam Frisby1-3/+3
2008-03-18Formatting cleanup.Jeff Ames1-28/+28
2008-03-10* Added ODEPlugin Support for llSetBuoyancy. Set Buoyancy to 1 for space prim.Teravus Ovares1-0/+6
2008-02-18ODE: Tired of floating above the ground after crossing a border? Boy have I ...Teravus Ovares1-2/+2
2008-02-11* Added PhysicsScene.Dispose()Teravus Ovares1-0/+6
2008-02-10Clean up logging calls using String.Format explicitlyJeff Ames1-4/+4
2008-02-05Converted logging to use log4net.Jeff Ames1-7/+9
2007-12-27* Optimized usingslbsa711-6/+9
2007-12-12* Added some simstats to fill the simulator pane of the Statistics monitor.Teravus Ovares1-2/+3