Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | *Moved LandManagement into its own region module (spiffy!) | mingchen | 2008-03-22 | 1 | -2/+2 |
| | |||||
* | Formatting cleanup. | Jeff Ames | 2008-03-18 | 1 | -27/+26 |
| | |||||
* | Minor cleanup. | Jeff Ames | 2008-02-20 | 1 | -1/+1 |
| | |||||
* | Converted logging to use log4net. | Jeff Ames | 2008-02-05 | 1 | -2/+4 |
| | | | | | | Changed LogBase to ConsoleBase, which handles console I/O. This is mostly an in-place conversion, so lots of refactoring can still be done. | ||||
* | Commenting out InnerScene.SceneObjects for now since it was unpopulated and ↵ | Justin Clarke Casey | 2008-01-07 | 1 | -1/+3 |
| | | | | | | | | not used by active code (as far as I can see), so a source of confusion. All current code uses the Entities dictionary | ||||
* | *Removed some exceptions that were thrown in Land that is no longer needed. | mingchen | 2007-12-21 | 1 | -1/+4 |
| | |||||
* | * Optimized usings | lbsa71 | 2007-10-30 | 1 | -26/+26 |
| | | | | | | * Shortened type references * Removed redundant 'this' qualifier | ||||
* | * Applied patch #418 : copyright-r2012.patch - some errors, but got most thru | lbsa71 | 2007-10-15 | 1 | -0/+28 |
| | |||||
* | fixing me some line endings | Sean Dague | 2007-09-17 | 1 | -267/+267 |
| | |||||
* | Taken the old scripting engine out of Region.Environment and moved it into a ↵ | MW | 2007-08-28 | 1 | -0/+267 |
separate module: OpenSim.Region.ExtensionsScriptModule (named as such because the purpose of it is to script server extensions, rather than "user scripting" like Tedd's engine.) |