Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * renamed some scene to world | lbsa71 | 2007-08-06 | 1 | -2/+2 |
| | | | | | * passing on NotImplemented from Update() | ||||
* | clean up of startup config settings (command line args etc), | MW | 2007-08-04 | 1 | -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 Frisby | 2007-08-04 | 1 | -38/+79 |
| | |||||
* | * More work on PermissionManager | Adam Frisby | 2007-08-04 | 1 | -0/+40 |
| | |||||
* | Changed a couple of method in PermissionManager from private to protected to ↵ | MW | 2007-08-02 | 1 | -3/+3 |
| | | | | fix the error that ckrinke just reported | ||||
* | * Added support for CreateLink to LSL Interpreted API | Adam Frisby | 2007-08-02 | 1 | -0/+108 |
* Added new "PermissionManager" which handles access to protected resources for users. (ie editing other peoples objects, etc) |