aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/BulletSPlugin/BSTerrainManager.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* BulletSim: non-functional changes to debugging statements and formatting.Robert Adams2014-04-281-6/+6
* BUlletSim: move safeynet ground plane to lower altitude. Define new BulletSimRobert Adams2014-04-281-2/+3
* varregion: add plumbing to pass region size from Scene down to theRobert Adams2013-11-041-2/+4
* BulletSim: change collision flags for groundplane to not interact with static...Robert Adams2013-10-231-3/+4
* BulletSim: Fix snap back from edge of region problem. Mantis 6794.Robert Adams2013-10-111-2/+13
* BulletSim: remove trailing white space to make git happier. No functional cha...Robert Adams2013-04-291-5/+5
* BulletSim: rename variable 'PhysicsScene' to be either 'PhysScene' or 'm_phys...Robert Adams2013-04-291-28/+28
* BulletSim: fix problem where large sets of mega-regions weren't registeringRobert Adams2013-04-091-3/+3
* BulletSim: rearrange mega-region terrain code to make the thread flowRobert Adams2013-04-011-15/+18
* BulletSim: fix race condition when creating very large mega-regions.Robert Adams2013-03-281-14/+24
* BulletSim: tweaks to terrain boundry computation. No functional changes.Robert Adams2013-03-281-21/+29
* BulletSim: add terrain contact processing threshold parameter. Initialize con...Robert Adams2013-03-191-0/+1
* BulletSim: remove the ability for avatars to fly off the edge ofRobert Adams2013-03-091-5/+95
* BulletSim: nearly complete in conversion from BulletSimAPI to BSAPITemplate. ...Robert Adams2012-12-311-1/+1
* BulletSim: another round of conversion: dynamics world and collision object f...Robert Adams2012-12-311-8/+5
* BulletSim: first round of conversion from direct BulletSimAPI interfacing by ...Robert Adams2012-12-311-4/+4
* BulletSim: Move all the parameter variables, tables and get and fetch logic t...Robert Adams2012-12-211-5/+5
* BulletSim: refactor to combine common terrain height testing code. Add functi...Robert Adams2012-12-161-38/+48
* BulletSim: remove some errors on shutdown by moving terrain destruction until...Robert Adams2012-12-161-1/+9
* BulletSim: Add 'BulletSimData' which separates structures createdRobert Adams2012-12-131-2/+2
* BulletSim: Fix crash on the destruction of physical linksets.Robert Adams2012-12-101-2/+2
* BulletSim: Reduce idle region physics overhead where there are MANYRobert Adams2012-12-031-2/+2
* BulletSim: move GetWaterLevelAtXYZ from BSScene to BSPhysTerrain.Robert Adams2012-11-281-2/+31
* BulletSim: add parameter for terrain collision margin.Robert Adams2012-11-251-49/+44
* Rename BulletSim's PhysicsShapeType to BSPhysicsShapeType because itMelanie2012-11-221-1/+1
* BulletSim: Make avatar capsule so it is not circular.Robert Adams2012-11-211-1/+1
* BulletSim: Properly position mesh terrain on creation (fixes terrain not appe...Robert Adams2012-11-211-39/+35
* BulletSim: add terrainImplementation parameter with default to Mesh.Robert Adams2012-11-211-5/+40
* BulletSim: enablement and debugging of mesh terrain.Robert Adams2012-11-211-8/+18
* BulletSim: pull heightmap implementation out of the terrain manager so a mesh...Robert Adams2012-11-211-179/+78
* BulletSim: uplevel PhysicsShapeType out of ShapeData structure (since it is g...Robert Adams2012-11-211-2/+2
* BulletSim: debugging of compound shape implementation of linksets.Robert Adams2012-11-031-17/+4
* BulletSim: Add banking and other new code to vechile dynamics. Add third part...Robert Adams2012-11-031-1/+1
* BulletSim: fix problem with avatars sinking into the ground.Robert Adams2012-10-231-2/+2
* BulletSim: fix bug that caused error (and a crash on 32 bit Linux) when mesh ...Robert Adams2012-10-221-3/+1
* BulletSim: reorder avatar collision checking to eliminate double collision_end.Robert Adams2012-10-191-0/+1
* BulletSim: remove code in ShapeCollection that hinted at shape sharing.Robert Adams2012-10-191-1/+2
* BulletSim: Change defaults for constraint CFM and ERP to make large linksets ...Robert Adams2012-10-111-9/+6
* BulletSim: cosmetic changes (comments and renaming). Give mass to terrain to ...Robert Adams2012-10-111-6/+8
* BulletSim: remove the trailing spaces from lines to make git happierRobert Adams2012-09-271-16/+16
* BulletSim: Fix linkset crash. Caused by the different body and shapeRobert Adams2012-09-271-1/+2
* BulletSim: Terrain sets proper collision flags on creation.Robert Adams2012-09-271-10/+10
* BulletSim: btGhostObjects working to make 'volume detect' work.Robert Adams2012-09-271-2/+10
* BulletSim: renamed members of BulletShape, BulletSim and BulletBodyRobert Adams2012-09-271-23/+23
* BulletSim: add class and infrastructure for shape and objectRobert Adams2012-09-271-2/+5
* BulletSim: Convert BSCharacter to use common BSPhysObject code and variables.Robert Adams2012-09-271-33/+34
* BulletSim: Way too many changes in one commit.Robert Adams2012-09-151-22/+38
* BulletSim: Add Bullet body and shape to BSPhysObject and renameRobert Adams2012-09-071-2/+2
* BulletSim: Add some comments (gasp) and log messages.Robert Adams2012-09-071-2/+2
* BulletSim: Update BulletSimAPI to match the DLL interface.Robert Adams2012-08-311-132/+224