aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/TerrainCompressor.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2017-01-05Massive tab and trailing space cleanupMelanie Thielker1-8/+8
2015-11-10 reduce the small MTU violation sending terrain compressed patchsUbitUmarov1-1/+1
2015-09-25 rearrange source codeUbitUmarov1-313/+304
2015-09-25 add butterflies to terrainUbitUmarov1-185/+757
2015-09-24 we still don't have extended wind and cloud neither do viewersUbitUmarov1-40/+32
2015-09-24 some cleanup on terrain encoderUbitUmarov1-178/+55
2015-09-24 save a few more bits per flat patchUbitUmarov1-4/+5
2015-09-23 fix the DC term on flat patch encodingUbitUmarov1-3/+3
2015-09-23 speedup flat terrain patchs encoding, plus a few minor changes.UbitUmarov1-173/+62
2015-09-23 change the encapsulation of compressed land patchs in llUDP packetsUbitUmarov1-6/+61
2015-03-28varregion: add varregion and TerrainData use in LLClientView.Robert Adams1-0/+948
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