aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules/Scripting/Minimodule/IPersistence.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add copyright headers, formatting cleanup.Jeff Ames2009-04-061-1/+28
|
* Update svn properties.Jeff Ames2009-04-061-29/+29
|
* * Implements ISocialEntity - this represents the class of "user-like" ↵Adam Frisby2009-04-051-1/+0
| | | | | | | 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).
* * More fiddling with MRM IPersistence, now stores <T> instead of Object.Adam Frisby2009-04-041-4/+5
|
* * Changed IPersistence interface so that passing the MRMBase is unessecary.Adam Frisby2009-04-041-6/+4
|
* * Implements "ID" semi-global within MRM scripts. This is tied to the 'state ↵Adam Frisby2009-04-031-0/+31
ID' for MRMs. * Implements IPersistence interface, allows simple KeyValue access for MRM scripts to a more permanent datastore.