Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2012-12-16 | BulletSim: fix vehicles being shot in the air at border crossings because of ↵ | Robert Adams | 1 | -2/+5 | |
mis-application of correction to postion for below groundness. | |||||
2012-12-16 | BulletSim: add parameter to UpdateProperties call into the linkset so ↵ | Robert Adams | 6 | -36/+65 | |
changes from the physics engine can be differentiated from changes made by the user. This eliminates a linkset rebuild loop. Also add logic to not rebuild or freak out when the object/linkset crosses a terrain boundry. | |||||
2012-12-16 | BulletSim: add even more to the TODO list. | Robert Adams | 1 | -4/+27 | |
2012-12-16 | BulletSim: add check for border crossing in character position sanity check. | Robert Adams | 1 | -2/+10 | |
2012-12-16 | BulletSim: refactor to combine common terrain height testing code. Add ↵ | Robert Adams | 1 | -38/+48 | |
function to test if a position is over known terrain. | |||||
2012-12-16 | BulletSim: remove some errors on shutdown by moving terrain destruction ↵ | Robert Adams | 2 | -3/+16 | |
until after physical object destruction. TerrainManager also made disposable and that feature used. | |||||
2012-12-16 | BulletSim: rip out old code for linkset child position fetching. BulletSim ↵ | Robert Adams | 5 | -45/+31 | |
doesn't need to do that bookkeeping because SOG/SOP already does it. | |||||
2012-12-17 | *TESTP unscripted sit: missing files | UbitUmarov | 2 | -0/+6 | |
2012-12-17 | * TEST * unscripted sit | UbitUmarov | 2 | -2/+196 | |
2012-12-13 | BulletSim: Add more to the TODO list. Clean up and improve some comments. | Robert Adams | 2 | -10/+9 | |
2012-12-13 | Return the last set targetVelocity rather than the current velocity as the ↵ | Robert Adams | 1 | -5/+8 | |
default action made available in PhysicsActor.TargetVelocity. Doesn't change any physics operation but makes DSG work better as the targetVelocity value does not keep moving around. | |||||
2012-12-13 | BulletSim: fix problem with continuious rebuilding of physical linksets. ↵ | Robert Adams | 3 | -79/+88 | |
This caused movement problems and large prim vehicles to take up a LOT of simulation time. | |||||
2012-12-13 | BulletSim: correct line endings in new BulletSimData.cs file. | Robert Adams | 1 | -282/+282 | |
2012-12-13 | BulletSim: Add 'BulletSimData' which separates structures created | Robert Adams | 7 | -205/+308 | |
for the operation of BulletSim and those defintiions/structures defined so they can be used in the unmanaged world. Consolidate setting of collision flags so implementation is not scattered. | |||||
2012-12-13 | BulletSim: remove extra linkset rebuilds. | Robert Adams | 1 | -18/+36 | |
2012-12-12 | BulletSim: fix problem of avatar's floating off the ground after unsitting. ↵ | Robert Adams | 4 | -24/+27 | |
Reworked size/scale logic so physical scale is kept in Bullet and physObject scale is the preferred size -- usually same as size but avatars are computed differently. | |||||
2012-12-12 | BulletSim: non-functional commenting and reorganization of material ↵ | Robert Adams | 2 | -33/+49 | |
attribute specifications. | |||||
2012-12-12 | BulletSim: updates and rearrangement of the TODO list. | Robert Adams | 1 | -14/+33 | |
2012-12-12 | BulletSim: do not return the current velocity for targetVelocity. | Robert Adams | 1 | -0/+11 | |
2012-12-11 | make ubitODE ignore X and Y rotation components on avatar rotations | UbitUmarov | 1 | -14/+37 | |
2012-12-11 | BulletSim: fix crash caused by the creation of a linkset child that is under ↵ | Robert Adams | 1 | -4/+4 | |
the terrain. Users can sure find some interesting corner conditions. | |||||
2012-12-11 | BulletSim: protect character property setting to remove crash from taints ↵ | Robert Adams | 2 | -21/+42 | |
setting properties after the destroy character taint. | |||||
2012-12-11 | BulletSim: protect prim property setting to remove crash from taints setting ↵ | Robert Adams | 3 | -20/+45 | |
properties after the destroy object taint has happened. | |||||
2012-12-11 | changes on the fast speed avatars collider, collisions from above, etc | UbitUmarov | 1 | -62/+64 | |
2012-12-11 | fix let other phys plugins work.. broken when added feetOffset | UbitUmarov | 3 | -13/+8 | |
2012-12-11 | BulletSim: modify LIMIT_MOTOR_UP to limit BOAT types to be at water rather ↵ | Robert Adams | 1 | -2/+2 | |
than ground level. This makes boats float at water level better but not perfectly. There probably needs to be some interaction between HOVER and LIMIT_MOTOR_UP. | |||||
2012-12-11 | BulletSim: add ini file and command line parameters to control | Robert Adams | 4 | -8/+22 | |
dumping of physical vehicle parameters (out of Bullet) on each simulation step and to optionally scale vehicle angular velocity by the time step. The latter looks to be part of a difference between angular parameters for ODE and BulletSim. SL docs say angular velocity is measured in radians/timeScale. Not sure if this is different than what ODE does. | |||||
2012-12-11 | BulletSim: set mass for single prim linksets when going physical. This fixes ↵ | Robert Adams | 1 | -1/+8 | |
single prim vehicles not working (the surf board now zooms). | |||||
2012-12-11 | missing files remove some warnings... | UbitUmarov | 3 | -4/+3 | |
2012-12-11 | missing file | UbitUmarov | 1 | -0/+9 | |
2012-12-11 | a few more changes on avatar collider | UbitUmarov | 2 | -299/+363 | |
2012-12-10 | BulletSim: comment out some chatty debug logging. Rearrange some code in ↵ | Robert Adams | 2 | -5/+7 | |
BSDynamics to make velocity vs force calculation clearer. | |||||
2012-12-10 | BulletSim: Fix crash on the destruction of physical linksets. | Robert Adams | 12 | -38/+155 | |
While fixing the above, add methods to physical body and shape pointer wrapper so routines won't have to know that IntPtr.Zero means no physical instance. Fix problem with physical linksets failing after a few sits and unsits by properly restoring child prom positions for compound linksets after multiple selection and deselections. | |||||
2012-12-09 | BulletSim: some comments about rebuilding linksets (having to recompute and ↵ | Robert Adams | 1 | -3/+6 | |
restore a child's position in the world based on its position in the moved linkset). | |||||
2012-12-09 | BulletSim: adjust friction and restitution based on material type. | Robert Adams | 2 | -5/+17 | |
2012-12-08 | BulletSim: set material properties for static objects. Move ↵ | Robert Adams | 2 | -11/+24 | |
Linkset.MakeStatic() after call to ForceActivationState2() since linkset might change activation state. Make BSPrim.CreateGeomAndObject public as linkset rebuilding might need access to it. Only rebuild prim if selection state is actually changes -- OpenSimulator calls PhysObject.Selected() multiple times whenever a prim is selected or deselected. | |||||
2012-12-08 | BulletSim: fix small problem with setting size/scale of native shapes which ↵ | Robert Adams | 1 | -6/+9 | |
caused the native shapes to be rebuilt when not necessary. | |||||
2012-12-08 | BulletSim: update comments and add more to TODO list. | Robert Adams | 2 | -4/+10 | |
2012-12-07 | create a new ode character also with the new information | UbitUmarov | 3 | -5/+20 | |
2012-12-07 | *TEST* Use new avatar size in ubitODE. | UbitUmarov | 3 | -4/+50 | |
2012-12-06 | BulletSim: rewrite and improve vehicle angularDeflection, verticalAttraction, | Robert Adams | 2 | -83/+130 | |
linearMotorUp and related vehicle forces. Fixed problems with downward vehicle position correction forces being too large. Add vehicle collision flag so can sense whether vehicle is on the ground. | |||||
2012-12-06 | BulletSim: update and add to the TODO list. | Robert Adams | 1 | -31/+56 | |
2012-12-06 | BulletSim: add detail logging detail flag so I don't have to comment and ↵ | Robert Adams | 1 | -27/+34 | |
uncomment the detail logging when changing the depth of logged info. | |||||
2012-12-06 | BulletSim: only check position sanity if the prim is physical -- the user ↵ | Robert Adams | 1 | -3/+1 | |
can do anything dumb they wish. | |||||
2012-12-06 | BulletSim: add values for material friction and restitution. Fix line ↵ | Robert Adams | 1 | -191/+185 | |
endings in material definition file. | |||||
2012-12-06 | BulletSim: Don't add gravity to down force -- let Bullet do that. Add ↵ | Robert Adams | 1 | -14/+28 | |
VehicleAddForce to set of managed vehicle prim properties. | |||||
2012-12-06 | BulletSim: Vehicle angular vertical attraction works. Other vehicle angular ↵ | Robert Adams | 2 | -20/+38 | |
forces commented out for the moment for debugging. | |||||
2012-12-05 | avatar collision plane send to viewer is only relative to feet. change | UbitUmarov | 3 | -101/+74 | |
avatar collider, just rounding the boxes, etc | |||||
2012-12-04 | move characters (avatars) to own collision space, also fixing a problem | UbitUmarov | 3 | -14/+47 | |
with previus code that was still assuming the avatar is g2 | |||||
2012-12-04 | raise standing avatar a bit to reduce knees bending on some collisions. | UbitUmarov | 1 | -4/+4 | |
reduce head size a bit |