Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-01-31 | remove MRM module (minimodule). Its outdated and we have no maintainers. ↵ | UbitUmarov | 1 | -61/+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-05-12 | * Applies Mantis #3630 - Adds support for outside MRM initialisation, makes ↵ | Adam Frisby | 1 | -1/+1 | |
MRMModule compatible with the Visual Studio MRMLoader ( http://forge.opensimulator.org/gf/project/mrmloader/ ) | |||||
2009-04-06 | Add copyright headers, formatting cleanup. | Jeff Ames | 1 | -1/+28 | |
2009-04-06 | Update svn properties. | Jeff Ames | 1 | -34/+34 | |
2009-04-05 | * Minor cosmetic change to SEUser to get Bamboo to initiate another build. (grr) | Adam Frisby | 1 | -2/+2 | |
* Adds basic IParcel interface. Soon to live on World.Parcels{[id],[x,y]} | |||||
2009-04-05 | * Typo in constructor during class rename (whoops!) | Adam Frisby | 1 | -1/+1 | |
* OpenSim is now over 9000. | |||||
2009-04-05 | * Implements ISocialEntity - this represents the class of "user-like" ↵ | Adam Frisby | 1 | -0/+34 | |
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). |