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