aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Modules/World/Terrain/ITerrainModule.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-11-11Allow gods to terraform without limits. Respect the Allow Others ToMelanie Thielker1-1/+2
Terraform flag in land.
2008-10-07* Apply http://opensimulator.org/mantis/view.php?id=1207Justin Clarke Casey1-1/+4
* Implmements llModifyLand() and a check for the "Allow others to terraform flag" * Thanks tglion!
2008-10-06Revert r6697 patch as the build fails.Charles Krinke1-4/+1
2008-10-06Mantis#1207. Thank you, TGlion for a patch that addresses:Charles Krinke1-1/+4
Implementation of llModifyLand() and There is a bug on permission-check of land-terraforming: x an y-coordinates are interchanged on function-call ExternalChecksCanTerraformLand. Correct: x is west, and y is north. 2) Missing check of "Other allow to terraform-flag" (Parcel.ParcelFlags.AllowTerraform)
2008-08-18Formatting cleanup.Jeff Ames1-3/+3
2008-06-29* Allow terrains to be loaded and saved from streams as well as directly to ↵Justin Clarke Casey1-0/+21
and from files * Should be making use of this in the next revisions
2008-05-27* Added new InstallPlugin interface to ITerrainModule.Adam Frisby1-0/+1
* This is to allow other region modules to install Terrain Effects.
2008-05-20Add copyright notices.Jeff Ames1-2/+29
Fix spelling typo (Thanks ChrisDown for pointing this out)
2008-05-01Update svn properties. Minor formatting cleanup.Jeff Ames1-7/+7
2008-04-30* Commiting a bunch of missed files.Adam Frisby1-0/+8