aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/PhysicsModules/BulletS/BSTerrainHeightmap.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2015-08-31All physics plugins are now region modules. Compiles but doesn't run.Diva Canto1-1/+0
2015-08-30More namespace and dll name changes. Still no functional changes.Diva Canto1-1/+1
2015-08-30Renamed the namespaces tooDiva Canto1-2/+2
2015-08-30Major renaming of Physics dlls / folders. No functional changes, just renames.Diva Canto1-0/+0
2013-11-04varregion: add plumbing to pass region size from Scene down to theRobert Adams1-2/+2
2013-10-23BulletSim: change collision flags for groundplane to not interact with static...Robert Adams1-3/+2
2013-04-29BulletSim: remove trailing white space to make git happier. No functional cha...Robert Adams1-3/+3
2013-04-29BulletSim: rename variable 'PhysicsScene' to be either 'PhysScene' or 'm_phys...Robert Adams1-14/+14
2013-01-01BulletSim: move over and port the interface for BulletXNA.Robert Adams1-2/+2
2012-12-31BulletSim: eliminate the use of the unmanaged HeightMapInfo structure.Robert Adams1-8/+6
2012-12-31BulletSim: complete movement of BulletSimAPI functions to BSAPITemplate.Robert Adams1-6/+6
2012-12-31BulletSim: nearly complete in conversion from BulletSimAPI to BSAPITemplate. ...Robert Adams1-1/+1
2012-12-31BulletSim: another round of conversion: dynamics world and collision object f...Robert Adams1-12/+11
2012-12-31BulletSim: first round of conversion from direct BulletSimAPI interfacing by ...Robert Adams1-4/+3
2012-12-21BulletSim: Move all the parameter variables, tables and get and fetch logic t...Robert Adams1-4/+4
2012-12-13BulletSim: Add 'BulletSimData' which separates structures createdRobert Adams1-3/+2
2012-12-10BulletSim: Fix crash on the destruction of physical linksets.Robert Adams1-1/+1
2012-12-03BulletSim: Reduce idle region physics overhead where there are MANYRobert Adams1-2/+2
2012-11-28BulletSim: move GetWaterLevelAtXYZ from BSScene to BSPhysTerrain.Robert Adams1-1/+7
2012-11-25BulletSim: add parameter for terrain collision margin.Robert Adams1-1/+1
2012-11-22Rename BulletSim's PhysicsShapeType to BSPhysicsShapeType because itMelanie1-1/+1
2012-11-21BulletSim: fix line endings to be all Linux style (windows style keeps creepi...Robert Adams1-170/+170
2012-11-21BulletSim: enablement and debugging of mesh terrain.Robert Adams1-16/+12
2012-11-21BulletSim: pull heightmap implementation out of the terrain manager so a mesh...Robert Adams1-0/+174