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