aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/PermissionManager.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * renamed some scene to worldlbsa712007-08-061-2/+2
| | | | | * passing on NotImplemented from Update()
* clean up of startup config settings (command line args etc),MW2007-08-041-1/+1
| | | | | | | Now using the Nini configuration library (suggest we look into using this for the rest of our config handling, as it provides a standard interface for command line args, INI files, Xml files, .NET config files, and windows registry). One IMPORTANT change is that to TO START GRIDMODE , you need to now use -gridmode=true . Also need someone to test it under mono. (there is a dll that has been compiled under mono available, just hoping that we don't have to deal with separate dlls for windows and linux.
* * More work on PermissionManager - going AFK for a bit.Adam Frisby2007-08-041-38/+79
|
* * More work on PermissionManagerAdam Frisby2007-08-041-0/+40
|
* Changed a couple of method in PermissionManager from private to protected to ↵MW2007-08-021-3/+3
| | | | fix the error that ckrinke just reported
* * Added support for CreateLink to LSL Interpreted APIAdam Frisby2007-08-021-0/+108
* Added new "PermissionManager" which handles access to protected resources for users. (ie editing other peoples objects, etc)