aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules/Scripting/Minimodule/Interfaces/IParcel.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-04-14Update svn properties.Jeff Ames1-42/+42
2009-04-11* Minor MRM CleanupAdam Frisby1-42/+42
* Interfaces now live in Interfaces subdirectory. * Namespace does not yet reflect this change. * Final namespace for MRMs will probably sit somewhere around OpenSim.Extend.MRM[?]
2009-04-06Add copyright headers, formatting cleanup.Jeff Ames1-1/+28
2009-04-06Update svn properties.Jeff Ames1-15/+15
2009-04-06* Implements World.Parcels[] array for MRM scripting.Adam Frisby1-2/+2
2009-04-05* Fixed copyright headers on HyperGrid source files. (Now match the rest of ↵Adam Frisby1-0/+1
OpenSim, license text is unchanged) * Added Bitmap[,] to IParcel for MRM
2009-04-05* Minor cosmetic change to SEUser to get Bamboo to initiate another build. (grr)Adam Frisby1-5/+5
* Adds basic IParcel interface. Soon to live on World.Parcels{[id],[x,y]}
2009-04-05* Implements ISocialEntity - this represents the class of "user-like" ↵Adam Frisby1-0/+14
objects such as Users, Groups, etc. Destined to be used as the return value of any "Owner" properties. * Implements basic "SEUser" class which implements Avatar/Agent SE functions (primitive).