aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/TerrainCompressor.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2014-06-01Send multiple terrain patches per terrain update packet if terrainRobert Adams1-2/+5
2014-05-20minor: Comment out currently unused log setup in TerrainCompressorJustin Clark-Casey (justincc)1-1/+1
2014-04-23Eliminated many warningsOren Hurvitz1-0/+3
2014-04-12BulletSim: reduce the terrain collison margin to be the same as otherRobert Adams1-3/+3
2014-02-22Fix problem of hurricane speed winds. Thanks Vegaslon.Robert Adams1-1/+1
2014-02-11varregion: Send large region patches for wind and clouds.Robert Adams1-3/+1
2013-11-08varregion: elimination of Constants.RegionSize from all over OpenSimulator.Robert Adams1-1/+1
2013-11-03varregion: send the proper terrain patch layer code for large terrain.Robert Adams1-23/+21
2013-10-31varregion: fix problem of X/Y dimensions swapped and incorrect terrainRobert Adams1-19/+16
2013-10-16varregion: move the compressed heighmap compression factor fromRobert Adams1-1/+1
2013-10-07varregion: plug in TerrainData class and modify TerrainModule and LLClientVie...Robert Adams1-34/+25
2013-10-07varregion: add new TerrainData and TerrainCompressor routines. TerrainCompres...Robert Adams1-0/+958