aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/TerrainData.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* minor clear. Use isTainted in is read clear formUbitUmarov2015-08-271-9/+8
|
* remove rest of ushort test codeUbitUmarov2015-08-251-94/+31
|
* change terrain internal representation to float. ushort work with legalUbitUmarov2015-08-251-79/+162
| | | | | sl terrain, but may break existent terrain and that may cost a lot more than the cost of memory
* terrain stored as ushorts with gzip compressionUbitUmarov2015-08-251-30/+221
|
* change internal representation of terrain from int to ushort. This willUbitUmarov2015-08-241-19/+19
| | | | | suporte height from 0 to 655.53m that includes SL limits ( still need to add code to trap eventual negative values from dbs or user input)
* varregion: refactor use of 'double heightmap[,]' into references to new ↵Robert Adams2015-03-271-0/+464
class TerrainData and push the implementation from Scene into the database readers and writers.