Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-01-31 | remove MRM module (minimodule). Its outdated and we have no maintainers. ↵ | UbitUmarov | 1 | -56/+0 | |
Thanks to all that worked on it. You should either use scripts or a full region module. Or revert this commit and update its code ;) | |||||
2009-04-14 | Update svn properties. | Jeff Ames | 1 | -56/+56 | |
2009-04-11 | * Minor MRM Cleanup | Adam Frisby | 1 | -56/+56 | |
* 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-06 | Add copyright headers, formatting cleanup. | Jeff Ames | 1 | -1/+28 | |
2009-04-06 | Update svn properties. | Jeff Ames | 1 | -29/+29 | |
2009-04-05 | * Implements ISocialEntity - this represents the class of "user-like" ↵ | Adam Frisby | 1 | -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). | |||||
2009-04-04 | * More fiddling with MRM IPersistence, now stores <T> instead of Object. | Adam Frisby | 1 | -4/+5 | |
2009-04-04 | * Changed IPersistence interface so that passing the MRMBase is unessecary. | Adam Frisby | 1 | -6/+4 | |
2009-04-03 | * Implements "ID" semi-global within MRM scripts. This is tied to the 'state ↵ | Adam Frisby | 1 | -0/+31 | |
ID' for MRMs. * Implements IPersistence interface, allows simple KeyValue access for MRM scripts to a more permanent datastore. |