aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/BulletSPlugin/BSParam.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-05-22BulletSim: correct errors caused by misspelled INI parameter spec.Robert Adams1-1/+1
Add debugging messages for hull asset use.
2013-05-22BulletSim: add code to experimentally use asset hull data.Robert Adams1-0/+3
Default to 'off' as it needs debugging.
2013-05-21Revert "BulletSim: add code to experimentally use asset hull data."Robert Adams1-3/+0
This reverts commit 2fd8819a043269f9308cb46c71893e6eb35a426e. Remove this code until I can figure out why the references that are clearly in prebuild.xml doesn't work for the 'using OpenSim.Region.Physics.Meshing' in BSShape.cs.
2013-05-21BulletSim: add code to experimentally use asset hull data.Robert Adams1-0/+3
Default to 'off' as it needs debugging.
2013-05-21BulletSim: add gImpact shape type. Add logic to use gImpact shapeRobert Adams1-0/+3
for prims that have cuts or holes. Default logic to 'off' as it needs debugging.
2013-05-13BulletSim: add adjustment for avatar capsule height scaling. MakesRobert Adams1-0/+9
avatar standing on ground view better and enables tuning.
2013-05-13BulletSim: use heightmap terrain when using BulletXNA.Robert Adams1-1/+1
Output messages on features disabled when using BulletXNA.
2013-05-06BulletSim: simplify parameter specification by reducing the number ofRobert Adams1-190/+93
specifications required for simple properties with defaults.
2013-05-02BulletSim: prims with no cuts created with single convex hull shape.Robert Adams1-0/+5
Parameter added to enable/disable this feature.
2013-04-29BulletSim: remove trailing white space to make git happier. No functional ↵Robert Adams1-3/+3
changes.
2013-04-23BulletSim: improve avatar stair walking up. Add more parameters to control forceRobert Adams1-2/+13
of both position change and up force that move avatars over barrier. Default parameters are for steps up to 0.5m in height.
2013-04-09BulletSim: add Bullet HACD library invocation. Turned off by default as notRobert Adams1-1/+52
totally debugged. Updated DLLs and SOs with more debugged HACD library code.
2013-03-28BulletSim: fix race condition when creating very large mega-regions.Robert Adams1-1/+1
The symptom was exceptions while creating physical terrain. Reduce default terrain mesh magnification to 2 from 3 because the higher resolution uses a lot of memory and doesn't solve the terrain smoothness for vehicles. Added comments here and there and improved some debugging log messages.
2013-03-25BulletSim: small tweaks and formatting in the parameter fetching code.Robert Adams1-5/+16
2013-03-25BulletSim: parameterize C# HACD hull creation. Add feature of reducing max ↵Robert Adams1-0/+33
hull count for simple (non-cut prims) meshes.
2013-03-19BulletSim: code to generate a higher resolution terrain mesh. ParameterRobert Adams1-0/+5
TerrainMeshMagnification controls number of vertices generated per heightmap point. Default is 3.
2013-03-19BulletSim: add terrain contact processing threshold parameter. Initialize ↵Robert Adams1-0/+19
contact processing threshold for static object as well as mesh terrain.
2013-03-16BulletSim: add INI parameter for angular banking timescale fudge parameter.Robert Adams1-1/+6
2013-03-09BulletSim: remove the ability for avatars to fly off the edge ofRobert Adams1-0/+5
regions when there are no region neighbors. Add some terrain location processing routines to support above.
2013-03-01BulletSim: add parameters, code cleanup around checking and enforcingRobert Adams1-6/+14
maximum velocity and angular velocity values for prims.
2013-02-21BulletSim: add OutOfBounds logic and some position sanity checkingRobert Adams1-15/+28
to eliminate some of the "cannot find terrain height" warning messages.
2013-02-17BulletSim: rework parameter setting for different types of valuesRobert Adams1-348/+326
(like vectors or quaternions).
2013-02-12BulletSim: fix density since the simulator/viewer track density in aRobert Adams1-5/+12
funny unit that is 100 times real density (default 1000). Fix avatar drifting slowly when stationary flying. Fix for physical prims getting corrected for being under terrain when it was just its geometric center that was below terrain. Add PreUpdatePropertyAction allowing plugable modifiction of phys parameters returned from Bullet. Fix an exception setting GravityMultiplier on initialization. Update DLLs and SOs for good measure (no functional change).
2013-02-08BulletSim: add parameter to set global contact breaking threshold. Update ↵Robert Adams1-0/+6
DLLs and SOs for setting same.
2013-02-08BulletSim: Change BSCharacter to use new base Density and FrictionRobert Adams1-1/+1
variables rather than own local varaibles.
2013-02-07Change passed PhysicsParameter value from float to the more general string valueRobert Adams1-18/+16
2013-02-06BulletSim: set removing zero width triangles in meshes to be enabled by ↵Robert Adams1-1/+1
default. This should fix the invisible barrier in sculptie doorways bug.
2013-02-05BulletSim: make removing zero width triangles from meshes optionalRobert Adams1-0/+6
and, for the moment, default to 'off'.
2013-02-05BulletSim: remove degenerate triangles from meshes. This fixes theRobert Adams1-6/+12
invisible barriers in sculptie doorways (Mantis 6529). Bump up level-of-detail for physical meshes to 32 (the max). This fixes the invisible barriers that showed up in prim cut arches. NOTE: the default LOD values are removed from OpenSimDefaults.ini. If you don't change your OpenSimDefaults.ini, you will continue to see the arch problem.
2013-02-05BulletSim: rework some parameter setting implementation moving functionality ↵Robert Adams1-54/+77
that was in BSScene to BSParam. Remove unused parameters that were passed to the unmanaged code. Update DLLs and SOs for the new param block.
2013-01-28BulletSim: enable angular vertical attraction.Robert Adams1-1/+1
Increase terrain collision margin to help vehicles from tunneling into same.
2013-01-27BulletSim: simplify the initialization of some of the parameters.Robert Adams1-26/+10
Disable vertical attraction for vehicles by default (for the moment). Fix bug where vehicle would go crazy when velocity got above a certain speed.
2013-01-27BulletSim: parameterize the value for gravity reduction for ground vehicles ↵Robert Adams1-3/+9
on the ground. Set defaults for vehicle factors to one. Debug logging changes.
2013-01-27BulletSim: parameterize several vehicle debugging values: physical linear ↵Robert Adams1-0/+45
and angular force factors now default to less than 1 (0.2) vehicle friction and restitution now default to low values
2013-01-24BulletSim: disable CCD (continuious collision detection) andRobert Adams1-3/+3
contact processing threshold since the first didn't solve tunneling problems but used resources and the latter caused instabilities.
2013-01-23BulletSim: center-of-gravity linkset changes. Not working yet.Robert Adams1-5/+2
Conflicts: OpenSim/Region/Physics/BulletSPlugin/BSPrim.cs
2013-01-21BulletSim: Tweeks to vehicle motion.Robert Adams1-1/+1
Pass through old angular velocity making for smoother transitions. Remove some old kludges for angular motion (damping and rotvel suppression).
2013-01-21BulletSim: remove unused MaxTaintsToProcessPerStep parameterRobert Adams1-7/+3
2013-01-20BulletSim: More aggressive as setting character velocity to zeroRobert Adams1-1/+31
when should be standing. Modify angular force routines to be the same pattern as linear force routines. BulletSim vehicle turning is scaled like SL and is DIFFERENT THAN ODE!! Fix some bugs in BSMotor dealing with the motor going to zero. Add a bunch of parameters: MaxLinearVelocity, MaxAngularVelocity, MaxAddForceMagnitude, VehicleMaxLinearVelocity, VehicleMaxAngularVelocity, and most of the values are defaulted to values that are larger than in SL. Use the new parameters in BSPrim, BSCharacter and BSDynamic.
2013-01-15BulletSim: reduce maximum force a script can apply (like in llApplyImpulse)Robert Adams1-3/+3
to the documented maximum from the outragious number previously.
2013-01-15BulletSim: by default, turn on continuious collision detection (CCD)Robert Adams1-3/+3
and enable friction computation caching. Remove dangerous BulletSim settings from OpenSimDefaults.ini.
2013-01-11BulletSim: Redo linear function coding so they can better interact. New ↵Robert Adams1-0/+6
algorithm for limitMotorUp that relies on going up when not colliding rather than distance from ground. Add parameter for turning on and off embedded source vehicle debugging.
2013-01-07BulletSim: add function to push avatar up when hitting stairs.Robert Adams1-0/+18
It looks like BulletSim and ODE rely on penetration correction to cause the avatar to move up and thus allowing walking up stairs. Object penetration was minimized for walking and flying (so one doesn't go through walls) and this stopped stairs from working. This commit introduces avatar movement code to check for collisions at the feet while walking and attempts to raise the avatar for the steps. Not yet perfect but movement is better.
2013-01-04BulletSim: add ResetBroadphasePool and ResetConstraintSolver diagnosticRobert Adams1-0/+28
functions. If values set from console, the functions are called. Looking for why the collision pools fill up with unnecessary stuff.
2013-01-01BulletSim: add parameter to have Bullet output performance statisticsRobert Adams1-4/+4
every so many frames. Default to off.
2012-12-31BulletSim: nearly complete in conversion from BulletSimAPI to BSAPITemplate. ↵Robert Adams1-5/+5
Only initialization and debug fuctions left.
2012-12-31BulletSim: another round of conversion: dynamics world and collision object ↵Robert Adams1-4/+4
functions.
2012-12-28BulletSim: add 'AvatarAlwaysRunFactor' parameter and use in setTargetVelocityRobert Adams1-0/+6
to implement the 'always run' feature.
2012-12-27BulletSim: Parameterize nominal frame rate (55) and add parameters to ↵Robert Adams1-0/+5
dynamially turn on/off detailed, unmanaged data dumping of prims and vehicles.
2012-12-27BulletSim: add physical parameter min/max constants in BSParam. I just don't ↵Robert Adams1-0/+12
like raw numbers scattered around the code.