aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules/Scripting/Minimodule/IParcel.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add copyright headers, formatting cleanup.Jeff Ames2009-04-061-1/+28
|
* Update svn properties.Jeff Ames2009-04-061-15/+15
|
* * Implements World.Parcels[] array for MRM scripting.Adam Frisby2009-04-061-2/+2
|
* * Fixed copyright headers on HyperGrid source files. (Now match the rest of ↵Adam Frisby2009-04-051-0/+1
| | | | | | | OpenSim, license text is unchanged) * Added Bitmap[,] to IParcel for MRM
* * Minor cosmetic change to SEUser to get Bamboo to initiate another build. (grr)Adam Frisby2009-04-051-0/+14
* Adds basic IParcel interface. Soon to live on World.Parcels{[id],[x,y]}