| Commit message (Expand) | Author | Age | Files | Lines |
* | ubitODE + physmanager: - Revised use of ODE collisions categories and bits(fl... | UbitUmarov | 2012-04-16 | 2 | -0/+46 |
* | Tell physics about physics shape when creating. Added some virtual methods to... | UbitUmarov | 2012-03-21 | 2 | -0/+14 |
* | let convex be a parameter to createMesh so it can be used. Was forced to add ... | UbitUmarov | 2012-03-21 | 2 | -0/+6 |
* | more phantom physics ( chODE and a fix in manager physicsactor | UbitUmarov | 2012-03-11 | 1 | -1/+1 |
* | initial steps to support physical phantoms | UbitUmarov | 2012-03-11 | 2 | -3/+8 |
* | update ubitOde | UbitUmarov | 2012-03-05 | 1 | -1/+3 |
* | update UbitOde | UbitUmarov | 2012-03-04 | 1 | -2/+3 |
* | Merge branch 'ubitwork' | Melanie | 2012-02-19 | 4 | -2/+86 |
|\ |
|
| * | changed how vehicle data is stored and passed to physics. use unsafe in seria... | UbitUmarov | 2012-02-18 | 2 | -3/+47 |
| * | Added simple binary serializer/deserializer to chODE. 100% untested and most ... | UbitUmarov | 2012-02-17 | 2 | -0/+12 |
| * | Use mesh to estimate real center of prims if avaiable. Let sculpt map texture... | UbitUmarov | 2012-02-11 | 1 | -0/+1 |
| * | changes in physics manager, needed for UbitODE | UbitUmarov | 2012-02-08 | 2 | -1/+28 |
* | | Merge branch 'master' into careminster | Melanie | 2012-02-18 | 1 | -1/+2 |
|\ \
| |/
|/| |
|
| * | On Windows automatically load the correct native ODE library depending on whe... | Justin Clark-Casey (justincc) | 2012-02-18 | 1 | -1/+2 |
| * | Remove unused SetAcceleration and add set on Acceleration parameter | Dan Lake | 2011-12-20 | 1 | -1/+2 |
* | | Merge branch 'master' into careminster | Melanie | 2011-12-22 | 1 | -1/+2 |
|\ \ |
|
| * | | Remove unused SetAcceleration and add set on Acceleration parameter | Dan Lake | 2011-12-20 | 1 | -1/+2 |
| |/ |
|
* | | Merge branch 'master' into bigmerge | Melanie | 2011-11-28 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | remove some mono compiler warnings | Justin Clark-Casey (justincc) | 2011-11-25 | 1 | -1/+1 |
* | | Merge branch 'master' into bigmerge | Melanie | 2011-11-24 | 2 | -9/+14 |
|\ \
| |/ |
|
| * | Comment out uncalled OdeScene.UnCombine() | Justin Clark-Casey (justincc) | 2011-11-22 | 1 | -8/+2 |
| * | Have ODECharacter and ODEPrim both use PhysicsActor.Name instead of maintaini... | Justin Clark-Casey (justincc) | 2011-11-21 | 1 | -0/+9 |
| * | Actually remove PhysicsActor.SOPDescription this time | Justin Clark-Casey (justincc) | 2011-11-21 | 1 | -1/+3 |
* | | Merge branch 'master' into bigmerge | Melanie | 2011-11-17 | 1 | -6/+10 |
|\ \
| |/ |
|
| * | Stop OdePrim and OdeCharacter insanely overriding set LocalID to set their ow... | Justin Clark-Casey (justincc) | 2011-11-16 | 1 | -6/+10 |
* | | Merge branch 'master' into bigmerge | Melanie | 2011-10-27 | 1 | -0/+2 |
|\ \
| |/ |
|
| * | Fix a bug I introduced yesterday in ODE physics where prim scripts would only... | Justin Clark-Casey (justincc) | 2011-10-27 | 1 | -0/+2 |
* | | Merge branch 'master' into bigmerge | Melanie | 2011-10-26 | 1 | -23/+24 |
|\ \
| |/ |
|
| * | Remove unused fields from CollisionEventUpdate | Justin Clark-Casey (justincc) | 2011-10-25 | 1 | -24/+6 |
| * | Get rid of the pointless null checks on collision listeners. Add warning abo... | Justin Clark-Casey (justincc) | 2011-10-25 | 1 | -0/+6 |
| * | When sending object collision updates, don't null out and recreate the Collis... | Justin Clark-Casey (justincc) | 2011-10-25 | 1 | -0/+5 |
| * | For ScenePresence collision events, instead of creating a new CollisionEvents... | Justin Clark-Casey (justincc) | 2011-10-25 | 1 | -0/+8 |
* | | Merge commit '03202ada2918c0c0837e8de50e3a0436e4407c91' into bigmerge | Melanie | 2011-10-25 | 1 | -0/+5 |
|\ \
| |/ |
|
| * | Store scene identifier passed in to OdeScene for later debug messages | Justin Clark-Casey (justincc) | 2011-10-18 | 1 | -0/+5 |
* | | Merge commit 'f2132329a358db2c66c29501d35ef54eae8d6eed' into bigmerge | Melanie | 2011-10-25 | 1 | -1/+0 |
|\ \
| |/ |
|
| * | 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 |
* | | Merge commit '77c65951e06c1d309f2bc8f6d2451b2b9a82c9df' into bigmerge | Melanie | 2011-10-25 | 2 | -88/+125 |
|\ \
| |/ |
|
| * | Extract NullPhysicsScene from PhysicsScene to improve code readability | Justin Clark-Casey (justincc) | 2011-10-14 | 2 | -88/+125 |
* | | Merge commit '20da04fd0c909a00c0cdc2585f242e95c868801a' into bigmerge | Melanie | 2011-10-25 | 1 | -2/+23 |
|\ \
| |/ |
|
| * | More method doc and formatting changes. Makes DestroyOdeStructures() private | Justin Clark-Casey (justincc) | 2011-10-13 | 1 | -2/+23 |
* | | Merge commit '227db07f2ff8a1ba840a0d3018bb242a34d6038f' into bigmerge | Melanie | 2011-10-25 | 1 | -1/+22 |
|\ \
| |/ |
|
| * | refactor: move 3x copy/pasted ode structure removal code in ODECharacter into... | Justin Clark-Casey (justincc) | 2011-10-13 | 1 | -1/+22 |
* | | Resolve merge commits, stage 1 | Tom | 2011-09-04 | 3 | -12/+111 |
|\ \
| |/ |
|
| * | Merge branch 'master' into bulletsim | Mic Bowman | 2011-08-29 | 1 | -0/+11 |
| |\ |
|
| | * | Add level of detail specification to optionally reduce the number of vertices... | Robert Adams | 2011-08-28 | 1 | -0/+11 |
| * | | BulletSim: add runtime setting of physics parameters. Update default values. | Robert Adams | 2011-08-18 | 1 | -0/+73 |
| |/ |
|
| * | 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 |