Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | *TESTP unscripted sit: missing files | UbitUmarov | 2012-12-17 | 2 | -0/+6 |
| | |||||
* | * TEST * unscripted sit | UbitUmarov | 2012-12-17 | 2 | -2/+196 |
| | |||||
* | make ubitODE ignore X and Y rotation components on avatar rotations | UbitUmarov | 2012-12-11 | 1 | -14/+37 |
| | |||||
* | changes on the fast speed avatars collider, collisions from above, etc | UbitUmarov | 2012-12-11 | 1 | -62/+64 |
| | |||||
* | fix let other phys plugins work.. broken when added feetOffset | UbitUmarov | 2012-12-11 | 3 | -13/+8 |
| | |||||
* | missing files remove some warnings... | UbitUmarov | 2012-12-11 | 3 | -4/+3 |
| | |||||
* | missing file | UbitUmarov | 2012-12-11 | 1 | -0/+9 |
| | |||||
* | a few more changes on avatar collider | UbitUmarov | 2012-12-11 | 2 | -299/+363 |
| | |||||
* | create a new ode character also with the new information | UbitUmarov | 2012-12-07 | 3 | -5/+20 |
| | |||||
* | *TEST* Use new avatar size in ubitODE. | UbitUmarov | 2012-12-07 | 3 | -4/+50 |
| | |||||
* | avatar collision plane send to viewer is only relative to feet. change | UbitUmarov | 2012-12-05 | 3 | -101/+74 |
| | | | | avatar collider, just rounding the boxes, etc | ||||
* | move characters (avatars) to own collision space, also fixing a problem | UbitUmarov | 2012-12-04 | 3 | -14/+47 |
| | | | | with previus code that was still assuming the avatar is g2 | ||||
* | raise standing avatar a bit to reduce knees bending on some collisions. | UbitUmarov | 2012-12-04 | 1 | -4/+4 |
| | | | | reduce head size a bit | ||||
* | Merge branch 'avination' into ubitwork | Melanie | 2012-12-03 | 3 | -102/+367 |
|\ | |||||
| * | *TEST* diferent avatar collider | UbitUmarov | 2012-12-03 | 2 | -101/+337 |
| | | |||||
| * | fix vertex rounding direction | UbitUmarov | 2012-12-03 | 1 | -1/+8 |
| | | |||||
| * | *TEST* reduce all mesh vertices resolution to 1e-5. This reduces number | UbitUmarov | 2012-12-03 | 1 | -0/+16 |
| | | | | | | | | of unique vertices only originated by math errors in PrimMesher | ||||
| * | adjust avatar standing Z position | UbitUmarov | 2012-12-03 | 1 | -5/+11 |
| | | |||||
* | | don't zero constant force and torque in selection | UbitUmarov | 2012-11-24 | 1 | -6/+6 |
|/ | |||||
* | Merge branch 'master' into careminster | Melanie | 2012-11-22 | 11 | -54/+54 |
|\ | |||||
| * | Rename BulletSim's PhysicsShapeType to BSPhysicsShapeType because it | Melanie | 2012-11-22 | 11 | -54/+54 |
| | | | | | | | | conflicts with PhysicsShape type defined in later libOMV | ||||
* | | Merge branch 'master' into careminster | Melanie | 2012-11-22 | 12 | -321/+713 |
|\ \ | |/ | |||||
| * | BulletSim: Make avatar capsule so it is not circular. | Robert Adams | 2012-11-21 | 6 | -21/+39 |
| | | | | | | | | | | | | | | | | | | Simple attempt to make avatars better shaped. Replace parameter 'avatarCapsuleRadius' with 'avatarCapsuleWidth' and 'avatarCapsuleDepth'. More tweeking to avatar height calculation. A little better but short avatar's feet are above the terrain and tall avatar's feet are a little below the ground. | ||||
| * | BulletSim: Properly position mesh terrain on creation (fixes terrain not ↵ | Robert Adams | 2012-11-21 | 2 | -76/+44 |
| | | | | | | | | appearing to be working). Centralize terrain shape creation logic. Remove very chatty detail log messages. | ||||
| * | BulletSim: add terrainImplementation parameter with default to Mesh. | Robert Adams | 2012-11-21 | 3 | -5/+46 |
| | | |||||
| * | BulletSim: fix line endings to be all Linux style (windows style keeps ↵ | Robert Adams | 2012-11-21 | 2 | -454/+454 |
| | | | | | | | | creeping in) | ||||
| * | BulletSim: enablement and debugging of mesh terrain. | Robert Adams | 2012-11-21 | 4 | -36/+253 |
| | | |||||
| * | BulletSim: pull heightmap implementation out of the terrain manager so a ↵ | Robert Adams | 2012-11-21 | 4 | -181/+327 |
| | | | | | | | | mesh terrain can be implemented. | ||||
| * | BulletSim: rename SHAPE_AVATAR to SHAPE_CAPSULE with the eye to eventually ↵ | Robert Adams | 2012-11-21 | 4 | -8/+8 |
| | | | | | | | | having mesh avatars. | ||||
| * | BulletSim: uplevel FixedShapeKey out of ShapeData structure (since it is ↵ | Robert Adams | 2012-11-21 | 3 | -20/+22 |
| | | | | | | | | getting simplified out of existance someday) and update all the references to same. | ||||
| * | BulletSim: uplevel PhysicsShapeType out of ShapeData structure (since it is ↵ | Robert Adams | 2012-11-21 | 9 | -66/+67 |
| | | | | | | | | getting simplified out of existance someday) and update all the references to that enum. | ||||
| * | BulletSim: change PositionSanityCheck to apply a force to correct position ↵ | Robert Adams | 2012-11-21 | 2 | -33/+30 |
| | | | | | | | | corrections (below ground and floating). | ||||
| * | BulletSim: tweek avatar capsule parameters so avatar feet don't go below ↵ | Robert Adams | 2012-11-21 | 2 | -8/+10 |
| | | | | | | | | ground. This solves the bouncing, short avatar problem (Mantis 6403). | ||||
* | | Merge branch 'master' into careminster | Melanie | 2012-11-19 | 6 | -352/+220 |
|\ \ | |/ | |||||
| * | BulletSim: Use base class constructors for initialization of BSShape and ↵ | Robert Adams | 2012-11-18 | 4 | -216/+214 |
| | | | | | | | | other classes. | ||||
| * | BulletSim: fix the problem with flying being disabled when crossing region ↵ | Robert Adams | 2012-11-18 | 1 | -2/+6 |
| | | | | | | | | boundries. | ||||
| * | BulletSim: remove the obsolete interface to the Bullet code. Update ↵ | Robert Adams | 2012-11-18 | 1 | -134/+0 |
| | | | | | | | | BulletSim libraries with code stripped of the obsolete code. | ||||
* | | Merge branch 'avination' into careminster | Melanie | 2012-11-17 | 1 | -2/+2 |
|\ \ | |||||
| * | | add debug position on bad primmesh error | UbitUmarov | 2012-11-02 | 1 | -2/+2 |
| | | | |||||
* | | | Merge branch 'master' into careminster | Melanie | 2012-11-15 | 7 | -9/+75 |
|\ \ \ | | |/ | |/| | |||||
| * | | Added AssemblyInfos to every dll in the OpenSim.Region namespace. | Diva Canto | 2012-11-14 | 6 | -4/+70 |
| | | | |||||
| * | | Updated all existing AssemblyVersions's to 0.7.5.*. Many DLLs still don't ↵ | Diva Canto | 2012-11-13 | 5 | -5/+5 |
| | | | | | | | | | | | | have an AssemblyInfo file. | ||||
* | | | Merge branch 'master' into careminster | Melanie | 2012-11-09 | 1 | -1/+15 |
|\ \ \ | |/ / | |||||
| * | | ODECharacter overrides TargetVelocity. No change to existing behavior | Dan Lake | 2012-11-08 | 1 | -1/+15 |
| | | | |||||
* | | | Merge branch 'master' into careminster | Melanie | 2012-11-08 | 11 | -105/+593 |
|\ \ \ | |/ / | | | | | | | | | | Conflicts: OpenSim/Region/CoreModules/Avatar/Gods/GodsModule.cs | ||||
| * | | BulletSim: add skeleton classes for shape objectification. This will ↵ | Robert Adams | 2012-11-07 | 1 | -0/+213 |
| | | | | | | | | | | | | eventually replace all the if's and switches in ShapeCollection with polymorphism. | ||||
| * | | BulletSim: add classes for physics motors. Eventually these will replace the ↵ | Robert Adams | 2012-11-07 | 1 | -0/+104 |
| | | | | | | | | | | | | manual code for vehicles and add PID functionality to avatar movement. | ||||
| * | | BulletSim: many changes to tune vehicles for BulletSim. | Robert Adams | 2012-11-06 | 1 | -63/+161 |
| | | | | | | | | | | | | | | | | | | | | | | | | The problem left is that the vehicle sitting on something needs to press down for gravity and what its sitting on pushes up so the vehicle does not penetrate. The effect is Bullet calculates a lot of random angular motion for the vehicle. Various schemes of damping and zeroing has not resolved the problem. | ||||
| * | | BulletSim: Add ZeroAngularMotion method to physical objects. Add inTaint ↵ | Robert Adams | 2012-11-06 | 4 | -28/+82 |
| | | | | | | | | | | | | flag to ZeroMotion method. Update the references to those functions. | ||||
| * | | BulletSim: remove limit on taints that can happen before a step. Remove some ↵ | Robert Adams | 2012-11-06 | 1 | -12/+16 |
| | | | | | | | | | | | | debugging code (detail log flushing). |